Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-08 | create a hidden internal pagesize symbol for libc usage | Mike Frysinger | |
2006-01-08 | declare the internal syscalls static inline | Mike Frysinger | |
2006-01-08 | create hidden alias for truncate/ftruncate and use those in the 64bit versions | Mike Frysinger | |
2006-01-08 | hide internal _string_syssigmsgs symbol | Mike Frysinger | |
2006-01-08 | hide the internal __in6addr_any/__in6addr_loopback symbols | Mike Frysinger | |
2006-01-08 | hide internal ahostbuf symbol | Mike Frysinger | |
2006-01-08 | hide internal __time_tm/_time_tzinfo symbols | Mike Frysinger | |
2006-01-08 | hide internal __libc_drand48_data symbol | Mike Frysinger | |
2006-01-08 | hide internal symbols | Mike Frysinger | |
2006-01-08 | hide internal _string_syserrmsgs | Mike Frysinger | |
2006-01-08 | create an alias for internal usage | Mike Frysinger | |
2006-01-08 | hide internal atexit symbols | Mike Frysinger | |
2006-01-08 | hide internal _net_stayopen symbol | Mike Frysinger | |
2006-01-08 | hide internal funcs to kill off more relocs | Mike Frysinger | |
2006-01-08 | kill off two more relocs | Mike Frysinger | |
2006-01-08 | fix warnings when __NR_socketcall is not defined and building recv() | Mike Frysinger | |
2006-01-08 | add missing hidden alias for 64bit hosts | Mike Frysinger | |
2006-01-08 | fix building on 64bit hosts | Mike Frysinger | |
2006-01-08 | hide __sigjmp_save | Mike Frysinger | |
2006-01-08 | prototypes for arc4random | Mike Frysinger | |
2006-01-08 | stat update | Mike Frysinger | |
2006-01-08 | touchup code a bit and shrink it by a few bytes | Mike Frysinger | |
2006-01-08 | import the arc4random() function by ashes in Bug 90 | Mike Frysinger | |
2006-01-08 | just define the macros all the time | Mike Frysinger | |
2006-01-08 | fix typo | Mike Frysinger | |
2006-01-08 | dont include atexit() if uClibc doesnt support it | Mike Frysinger | |
2006-01-08 | use an exclude from file rather than trying to pass wildcards in shell | Mike Frysinger | |
2006-01-08 | update to parisc cvs | Mike Frysinger | |
2006-01-08 | include prototype for __syscall_rt_sigaction | Mike Frysinger | |
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 | |