Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-07 | Congratulations! You get the stupid award for not including <signal.h> to | "Steven J. Hill" | |
pull in the signal #define's. How did this compile for you again? | |||
2006-01-06 | Allow to build gcc/libstdc++ w/ LOCALE enabled, XLOCALE probably won't work ↵ | Peter S. Mazinger | |
though | |||
2006-01-06 | Allow compiling newly added if_index.c (at least on 2.4), missing ↵ | Peter S. Mazinger | |
__u32/__u16/__s32 | |||
2006-01-06 | psm says: fix your linuxthreads / linuxthreads.old typo stupid! | Mike Frysinger | |
2006-01-06 | simple test for the if_nameindex() related functions | Mike Frysinger | |
2006-01-06 | as weber notes in Bug 99: | Mike Frysinger | |
if_nameindex doesnt list all of my interfaces! this is because we are still using the old style ioctl(SIOCGIFINDEX) for gathering interface names/indexes. while this code is pretty small, the kernel does not return all interfaces via this method. so we import the new style netlink code from glibc and make it optional so those people who need the full functionality can get it. | |||
2006-01-06 | create __if_nametoindex hidden alias and use it | Mike Frysinger | |
2006-01-06 | use hidden strcmp | Mike Frysinger | |
2006-01-06 | used hidden close | Mike Frysinger | |
2006-01-06 | use hidden read/write symbols | Mike Frysinger | |
2006-01-06 | rework the alloca() loop slightly to save some space | Mike Frysinger | |
2006-01-06 | sync with glibc | Mike Frysinger | |
2006-01-06 | Merge from NPTL branch. | "Steven J. Hill" | |
2006-01-06 | Merge from NPTL branch. | "Steven J. Hill" | |
2006-01-06 | Merge from NPTL branch. | "Steven J. Hill" | |
2006-01-06 | Jan-Benedict Glaw: run shell scripts through $(SHELL) so people | Mike Frysinger | |
can force it to something other than /bin/sh | |||
2006-01-06 | Jan-Benedict Glaw: allow people to override the default `tar` | Mike Frysinger | |
binary via TAR make variable for non-GNU systems | |||
2006-01-06 | Jan-Benedict Glaw writes: | Mike Frysinger | |
The "test" program (aka '[') doesn't know about the operator "==", but "=" is correct (cf. http://www.opengroup.org/onlinepubs/000095399/utilities/test.html). | |||
2006-01-06 | add note about HPPA | Mike Frysinger | |
2006-01-06 | update libc lock functions to new pthread forwarding | Mike Frysinger | |
2006-01-05 | import the extend_alloca() macro from glibc | Mike Frysinger | |
2006-01-05 | grab syscall macros from linux headers | Mike Frysinger | |
2006-01-05 | fPIC doesnt work on bfin | Mike Frysinger | |
2006-01-05 | grammar fix | Mike Frysinger | |
2006-01-05 | use tabs for whitespace | Mike Frysinger | |
2006-01-05 | sync Joseph S. Myers fixes from glibc for proper clobbers | Mike Frysinger | |
2006-01-05 | sync Joseph S. Myers fixes from glibc for a better NAN define | Mike Frysinger | |
2006-01-05 | sync __SYSCALL_CLOBBERS macro from glibc | Mike Frysinger | |
2006-01-05 | Merge from branch and add removal of 'tls.h' when using NPTL threads. | "Steven J. Hill" | |
2006-01-05 | Merge from branch. | "Steven J. Hill" | |
2006-01-05 | implement syscall6 | Mike Frysinger | |
2006-01-05 | remove duplicate ; | Mike Frysinger | |
2006-01-05 | forgot again about iconv | Peter S. Mazinger | |
2006-01-04 | one reloc less, uninline, should save some space | Peter S. Mazinger | |
2006-01-04 | __uselocale is hidden | Peter S. Mazinger | |
2006-01-04 | Build also if XLOCALE is enabled | Peter S. Mazinger | |
2006-01-04 | use internal versions of exit/memcpy | Peter S. Mazinger | |
2006-01-04 | Sync w/ glibc, mostly REDIRECT_NTH,__wur | Peter S. Mazinger | |
2006-01-04 | need our own version to prevent warnings | Mike Frysinger | |
2006-01-04 | update build files | Mike Frysinger | |
2006-01-04 | update buildsystem to new style | Mike Frysinger | |
2006-01-04 | Bug 618, Thomas Chou: update build flags for nios target | Mike Frysinger | |
2006-01-04 | Bug 618, Thomas Chou: update crt to new 0.9.28 uClibc style | Mike Frysinger | |
2006-01-04 | unused | Mike Frysinger | |
2006-01-04 | now we can safely declare these hidden | Mike Frysinger | |
2006-01-04 | update pthread weak handling to the style glibc uses | Mike Frysinger | |
2006-01-04 | tweak __progname handling some more since some [bad] apps actually try and ↵ | Mike Frysinger | |
use it | |||
2006-01-04 | use weak handling instead of .set | Mike Frysinger | |
2006-01-04 | kill off some unused warnings | Mike Frysinger | |
2006-01-04 | if arch doesnt provide _syscall6(), we need to alias the 64bit version | Mike Frysinger | |