summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-01-08hide internal _string_syserrmsgsMike Frysinger
2006-01-08create an alias for internal usageMike Frysinger
2006-01-08hide internal atexit symbolsMike Frysinger
2006-01-08hide internal _net_stayopen symbolMike Frysinger
2006-01-08hide internal funcs to kill off more relocsMike Frysinger
2006-01-08kill off two more relocsMike Frysinger
2006-01-08fix warnings when __NR_socketcall is not defined and building recv()Mike Frysinger
2006-01-08add missing hidden alias for 64bit hostsMike Frysinger
2006-01-08fix building on 64bit hostsMike Frysinger
2006-01-08hide __sigjmp_saveMike Frysinger
2006-01-08prototypes for arc4randomMike Frysinger
2006-01-08stat updateMike Frysinger
2006-01-08touchup code a bit and shrink it by a few bytesMike Frysinger
2006-01-08import the arc4random() function by ashes in Bug 90Mike Frysinger
2006-01-08just define the macros all the timeMike Frysinger
2006-01-08fix typoMike Frysinger
2006-01-08dont include atexit() if uClibc doesnt support itMike Frysinger
2006-01-08use an exclude from file rather than trying to pass wildcards in shellMike Frysinger
2006-01-08update to parisc cvsMike Frysinger
2006-01-08include prototype for __syscall_rt_sigactionMike Frysinger
2006-01-07Congratulations! 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-06Allow to build gcc/libstdc++ w/ LOCALE enabled, XLOCALE probably won't work ↵Peter S. Mazinger
though
2006-01-06Allow compiling newly added if_index.c (at least on 2.4), missing ↵Peter S. Mazinger
__u32/__u16/__s32
2006-01-06psm says: fix your linuxthreads / linuxthreads.old typo stupid!Mike Frysinger
2006-01-06simple test for the if_nameindex() related functionsMike Frysinger
2006-01-06as 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-06create __if_nametoindex hidden alias and use itMike Frysinger
2006-01-06use hidden strcmpMike Frysinger
2006-01-06used hidden closeMike Frysinger
2006-01-06use hidden read/write symbolsMike Frysinger
2006-01-06rework the alloca() loop slightly to save some spaceMike Frysinger
2006-01-06sync with glibcMike Frysinger
2006-01-06Merge from NPTL branch."Steven J. Hill"
2006-01-06Merge from NPTL branch."Steven J. Hill"
2006-01-06Merge from NPTL branch."Steven J. Hill"
2006-01-06Jan-Benedict Glaw: run shell scripts through $(SHELL) so peopleMike Frysinger
can force it to something other than /bin/sh
2006-01-06Jan-Benedict Glaw: allow people to override the default `tar`Mike Frysinger
binary via TAR make variable for non-GNU systems
2006-01-06Jan-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-06add note about HPPAMike Frysinger
2006-01-06update libc lock functions to new pthread forwardingMike Frysinger
2006-01-05import the extend_alloca() macro from glibcMike Frysinger
2006-01-05grab syscall macros from linux headersMike Frysinger
2006-01-05fPIC doesnt work on bfinMike Frysinger
2006-01-05grammar fixMike Frysinger
2006-01-05use tabs for whitespaceMike Frysinger
2006-01-05sync Joseph S. Myers fixes from glibc for proper clobbersMike Frysinger
2006-01-05sync Joseph S. Myers fixes from glibc for a better NAN defineMike Frysinger
2006-01-05sync __SYSCALL_CLOBBERS macro from glibcMike Frysinger
2006-01-05Merge from branch and add removal of 'tls.h' when using NPTL threads."Steven J. Hill"
2006-01-05Merge from branch."Steven J. Hill"