Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | hide internal atexit symbols | Mike Frysinger | 2006-01-08 | 1 | -5/+5 | |
| | ||||||
* | hide internal _net_stayopen symbol | Mike Frysinger | 2006-01-08 | 3 | -3/+3 | |
| | ||||||
* | hide internal funcs to kill off more relocs | Mike Frysinger | 2006-01-08 | 1 | -0/+2 | |
| | ||||||
* | kill off two more relocs | Mike Frysinger | 2006-01-08 | 1 | -2/+4 | |
| | ||||||
* | fix warnings when __NR_socketcall is not defined and building recv() | Mike Frysinger | 2006-01-08 | 1 | -0/+4 | |
| | ||||||
* | add missing hidden alias for 64bit hosts | Mike Frysinger | 2006-01-08 | 1 | -0/+7 | |
| | ||||||
* | fix building on 64bit hosts | Mike Frysinger | 2006-01-08 | 2 | -0/+12 | |
| | ||||||
* | hide __sigjmp_save | Mike Frysinger | 2006-01-08 | 1 | -0/+2 | |
| | ||||||
* | stat update | Mike Frysinger | 2006-01-08 | 1 | -7/+5 | |
| | ||||||
* | touchup code a bit and shrink it by a few bytes | Mike Frysinger | 2006-01-08 | 1 | -34/+31 | |
| | ||||||
* | import the arc4random() function by ashes in Bug 90 | Mike Frysinger | 2006-01-08 | 2 | -1/+209 | |
| | ||||||
* | just define the macros all the time | Mike Frysinger | 2006-01-08 | 1 | -10/+6 | |
| | ||||||
* | fix typo | Mike Frysinger | 2006-01-08 | 1 | -1/+1 | |
| | ||||||
* | update to parisc cvs | Mike Frysinger | 2006-01-08 | 1 | -23/+47 | |
| | ||||||
* | include prototype for __syscall_rt_sigaction | Mike Frysinger | 2006-01-08 | 1 | -0/+3 | |
| | ||||||
* | Congratulations! You get the stupid award for not including <signal.h> to | "Steven J. Hill" | 2006-01-07 | 1 | -0/+1 | |
| | | | | pull in the signal #define's. How did this compile for you again? | |||||
* | Allow to build gcc/libstdc++ w/ LOCALE enabled, XLOCALE probably won't work ↵ | Peter S. Mazinger | 2006-01-06 | 1 | -2/+3 | |
| | | | | though | |||||
* | Allow compiling newly added if_index.c (at least on 2.4), missing ↵ | Peter S. Mazinger | 2006-01-06 | 1 | -0/+1 | |
| | | | | __u32/__u16/__s32 | |||||
* | as weber notes in Bug 99: | Mike Frysinger | 2006-01-06 | 4 | -3/+1074 | |
| | | | | | | | | | | 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. | |||||
* | create __if_nametoindex hidden alias and use it | Mike Frysinger | 2006-01-06 | 2 | -0/+2 | |
| | ||||||
* | use hidden strcmp | Mike Frysinger | 2006-01-06 | 1 | -0/+2 | |
| | ||||||
* | used hidden close | Mike Frysinger | 2006-01-06 | 1 | -0/+2 | |
| | ||||||
* | use hidden read/write symbols | Mike Frysinger | 2006-01-06 | 3 | -4/+8 | |
| | ||||||
* | rework the alloca() loop slightly to save some space | Mike Frysinger | 2006-01-06 | 1 | -8/+6 | |
| | ||||||
* | sync with glibc | Mike Frysinger | 2006-01-06 | 4 | -191/+260 | |
| | ||||||
* | update libc lock functions to new pthread forwarding | Mike Frysinger | 2006-01-06 | 1 | -19/+0 | |
| | ||||||
* | grab syscall macros from linux headers | Mike Frysinger | 2006-01-05 | 1 | -5/+129 | |
| | ||||||
* | grammar fix | Mike Frysinger | 2006-01-05 | 1 | -1/+1 | |
| | ||||||
* | use tabs for whitespace | Mike Frysinger | 2006-01-05 | 1 | -11/+10 | |
| | ||||||
* | sync Joseph S. Myers fixes from glibc for proper clobbers | Mike Frysinger | 2006-01-05 | 1 | -3/+4 | |
| | ||||||
* | sync Joseph S. Myers fixes from glibc for a better NAN define | Mike Frysinger | 2006-01-05 | 1 | -5/+10 | |
| | ||||||
* | sync __SYSCALL_CLOBBERS macro from glibc | Mike Frysinger | 2006-01-05 | 1 | -16/+11 | |
| | ||||||
* | implement syscall6 | Mike Frysinger | 2006-01-05 | 1 | -0/+12 | |
| | ||||||
* | remove duplicate ; | Mike Frysinger | 2006-01-05 | 1 | -3/+3 | |
| | ||||||
* | forgot again about iconv | Peter S. Mazinger | 2006-01-05 | 1 | -1/+1 | |
| | ||||||
* | one reloc less, uninline, should save some space | Peter S. Mazinger | 2006-01-04 | 2 | -6/+7 | |
| | ||||||
* | use internal versions of exit/memcpy | Peter S. Mazinger | 2006-01-04 | 1 | -1/+1 | |
| | ||||||
* | need our own version to prevent warnings | Mike Frysinger | 2006-01-04 | 1 | -0/+29 | |
| | ||||||
* | update build files | Mike Frysinger | 2006-01-04 | 2 | -50/+20 | |
| | ||||||
* | update buildsystem to new style | Mike Frysinger | 2006-01-04 | 2 | -51/+22 | |
| | ||||||
* | Bug 618, Thomas Chou: update crt to new 0.9.28 uClibc style | Mike Frysinger | 2006-01-04 | 1 | -8/+10 | |
| | ||||||
* | unused | Mike Frysinger | 2006-01-04 | 1 | -73/+0 | |
| | ||||||
* | now we can safely declare these hidden | Mike Frysinger | 2006-01-04 | 1 | -4/+4 | |
| | ||||||
* | update pthread weak handling to the style glibc uses | Mike Frysinger | 2006-01-04 | 2 | -101/+11 | |
| | ||||||
* | tweak __progname handling some more since some [bad] apps actually try and ↵ | Mike Frysinger | 2006-01-04 | 5 | -32/+21 | |
| | | | | use it | |||||
* | use weak handling instead of .set | Mike Frysinger | 2006-01-04 | 1 | -1/+1 | |
| | ||||||
* | kill off some unused warnings | Mike Frysinger | 2006-01-04 | 4 | -5/+5 | |
| | ||||||
* | if arch doesnt provide _syscall6(), we need to alias the 64bit version | Mike Frysinger | 2006-01-04 | 1 | -1/+1 | |
| | ||||||
* | Lost wcschr() | Peter S. Mazinger | 2006-01-03 | 1 | -1/+1 | |
| | ||||||
* | Get rid of tolower/toupper jump reloc, correct tow* for XLOCALE | Peter S. Mazinger | 2006-01-03 | 9 | -14/+21 | |
| |