nico
e98062ae33
Fix a bug causing an infinite loop in getaddrinfo ( closes : #3344 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11106 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-11 10:19:12 +00:00
kaloz
c289fe9d28
sync AVR32 patches with upstream
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10411 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-07 20:05:11 +00:00
juhosg
8c34357d5b
[toolchain] eliminate the root cause of the uClibc problems on the powerpc platform
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10346 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-01 18:42:22 +00:00
juhosg
978a0e3a4c
[toolchain] uClibc: change some symbols to local on ppc to make Kaloz happy :)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10285 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-27 21:15:27 +00:00
ralph
d14fa7ba1f
add uClibc version 0.9.28.2, 0.9.28.3 and snapshots for development purpose (and already deployed evaluation boards)
...
the version 0.9.29 is still the default version
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10282 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-27 17:59:20 +00:00
florian
0bbb4c4f66
Fix sockets.h for mips/mipsel
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10066 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-31 13:31:48 +00:00
nbd
860d0dd0e6
fix uclibc compile on brcm-2.4
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10063 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-30 19:23:54 +00:00
nbd
580fa02910
fix ntpd compile
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10057 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-30 16:41:08 +00:00
nbd
34f021a995
use __inline__ instead of inline to avoid build errors with -ansi
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10051 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-30 04:25:17 +00:00
nbd
05d08744b9
add a workaround for inline function redefinition
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10039 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-30 00:17:01 +00:00
nbd
bd858493e6
turn SUSv3 legacy macros into inline functions to avoid crazy build breakage in multiple packages
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10038 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-30 00:06:12 +00:00
nbd
c0b3ee1b34
fix comgt compile error caused by the uclibc upgrade
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10018 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-29 00:50:40 +00:00
kaloz
b26b6755df
upgrade to uClibc 0.9.29 - break binary compatibility #1
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10010 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-28 19:51:24 +00:00
blogic
b8425a81be
Fixes compile bug for uclibc-cris
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7596 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-12 18:06:13 +00:00
kaloz
ac52e3bd03
add support for the AVR32 platform, namely the ATNGW100 board - joint work with wigyori
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7533 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-08 10:44:01 +00:00
blogic
9b11307b07
add initial support for the crisarchitecture used on foxboards to openwrt
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7439 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-02 00:46:02 +00:00
nbd
c6c7fea2b9
Fix portability patch for uClibc.
...
Certain versions of GNU cp treat -P as --parent, which is wrong here and -P should be implied by -R already.
Fixes build on OSX with fink's fileutils installed.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6784 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-04-01 11:43:11 +00:00
nbd
3d6c5f6334
upgrade to uClibc 0.9.28.2
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6353 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-24 20:22:01 +00:00
nbd
b871cf38ee
Fix ipv4/ipv6 resolving.
...
When not using AF_INET, gethostbyname2_r tries to resolve an ipv6 address
from /etc/hosts using __get_hosts_byname_r, but with AF_INET instead of the
supplied address family. This returns ipv4 addresses marked as ipv6 ones.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6217 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-27 15:13:06 +00:00
nbd
e89d0186a8
export __libc_stack_end in dynamically linked binaries as well - fixes uclibc++ compile on powerpc ( #1230 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6171 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-22 01:11:39 +00:00
nbd
705fba263d
add a hack for compiling a 32 bit user space with 64 bit uml kernel on x86_64
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5784 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-12-14 07:00:34 +00:00
nbd
fdb86f6271
another round of ppc fixes - the unfinished include/asm-ppc => asm-powerpc migration causes trouble
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5683 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-30 18:30:16 +00:00
nbd
e3752e0fbc
remove old patch
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5563 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-18 20:41:26 +00:00
kaloz
1fedb113e3
rename the xscale target to ixp4xx for the forthcoming iop target, add gcc 4.1 patch for arm
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5310 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-27 10:26:00 +00:00
pavlov
120581a484
bring in floorf so that postgres server will compile by default, package to come later for server
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5304 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-26 18:05:58 +00:00
nbd
ee50693ca9
use getdents64 in the uClibc glob function
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5256 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-22 20:33:36 +00:00
nbd
54cf5c5fc5
add uclibc portability patch (by thorsten glaser)
...
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@5034 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-10 20:03:03 +00:00
nbd
8aa25f9f40
rename patch
...
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@5033 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-10 19:58:32 +00:00
kaloz
3f494f8d22
add basic support for the Magicbox boards
...
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4672 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-08-25 21:53:54 +00:00
nbd
68aef69e6a
make uclibc a bit smaller
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2219 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-10-21 23:39:26 +00:00
kaloz
b5d59a3b1c
update to uClibc v0.9.8
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2200 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-10-20 16:42:18 +00:00
nico
5c6c46e26e
add missing sockopts for ipv6 in bits/in.h
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1729 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-08-23 01:00:55 +00:00
nbd
58cdf04143
fix uclibc gcc4 compile
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@765 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-04-29 18:00:58 +00:00
nbd
9df49bbe48
fix ipv6 host name lookup from /etc/hosts
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@559 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-04-04 21:05:07 +00:00