summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Collapse)Author
2006-01-11Thomas Chou says in bug 618: add missing __vfork: labelMike Frysinger
2006-01-11need features.h for the alias macrosMike Frysinger
2006-01-11add aliases for strcoll when neededMike Frysinger
2006-01-11Aurelien Jacobs writes:Mike Frysinger
The kernel include guard that uClibc rely on for POSIX_TYPES_H on ppc has changed in linux-2.6.15. Here is a trivial patch to fix this issue.
2006-01-10remove unused symbolsMike Frysinger
2006-01-10more fixes by Thomas Chou in Bug 618Mike Frysinger
2006-01-10more fixes by Thomas Chou in Bug 618Mike Frysinger
2006-01-10just define _GNU_SOURCEMike Frysinger
2006-01-09Hope I have it correct now w/ native gcc4 sspPeter S. Mazinger
2006-01-09Allow to use atexit() and __stack_chk_fail_local() within libcPeter S. Mazinger
2006-01-09dont include linux/types.hMike Frysinger
2006-01-09update for newer binutilsMike Frysinger
2006-01-09update for newer binutilsMike Frysinger
2006-01-09dont include linux/types.hMike Frysinger
2006-01-09copy strcoll aliases from armMike Frysinger
2006-01-09add missing __strcoll aliasMike Frysinger
2006-01-09sync with glibcMike Frysinger
2006-01-08fix errno handling with some magical hacksMike Frysinger
2006-01-08create & use an internal alias to __uClibc_init()Mike Frysinger
2006-01-08declare staticMike Frysinger
2006-01-08create a hidden internal pagesize symbol for libc usageMike Frysinger
2006-01-08declare the internal syscalls static inlineMike Frysinger
2006-01-08create hidden alias for truncate/ftruncate and use those in the 64bit versionsMike Frysinger
2006-01-08hide internal _string_syssigmsgs symbolMike Frysinger
2006-01-08hide the internal __in6addr_any/__in6addr_loopback symbolsMike Frysinger
2006-01-08hide internal ahostbuf symbolMike Frysinger
2006-01-08hide internal __time_tm/_time_tzinfo symbolsMike Frysinger
2006-01-08hide internal __libc_drand48_data symbolMike Frysinger
2006-01-08hide internal symbolsMike Frysinger
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-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-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-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.