Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Add __toupper, remove unneeded undefs for tolower | Peter S. Mazinger | 2006-01-03 | 1 | -4/+3 | |
| | ||||||
* | Provide __tolower and use it | Peter S. Mazinger | 2006-01-03 | 3 | -4/+7 | |
| | ||||||
* | Remove textrel | Peter S. Mazinger | 2006-01-03 | 1 | -4/+4 | |
| | ||||||
* | Revert a change until I find the textrel cause | Peter S. Mazinger | 2006-01-03 | 2 | -2/+2 | |
| | ||||||
* | Complete split of all the string functions. Hope haven't broken too much. ↵ | Peter S. Mazinger | 2006-01-03 | 93 | -3702/+3253 | |
| | | | | wcscoll/strcoll needs some love ... | |||||
* | Use strong_alias everywhere instead of .global/.set. Correct some cases ↵ | Peter S. Mazinger | 2006-01-03 | 95 | -326/+213 | |
| | | | | where the non-hidden version was used. | |||||
* | tweak what is likely() in the argv[0] parsing | Mike Frysinger | 2006-01-03 | 1 | -2/+2 | |
| | ||||||
* | add optional support for program_invocation_name/program_invocation_short_name | Mike Frysinger | 2006-01-03 | 1 | -1/+19 | |
| | ||||||
* | we dont need to loop calling abort() because abort() already loops for us | Mike Frysinger | 2006-01-03 | 1 | -2/+0 | |
| | ||||||
* | fix previous commit so that __uClibc_init() is run for non-mmu cases again ↵ | Mike Frysinger | 2006-01-03 | 1 | -1/+3 | |
| | | | | as report by Thomas in Bug 618 |