summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
* include prototype for __syscall_rt_sigactionMike Frysinger2006-01-081-0/+3
* Congratulations! You get the stupid award for not including <signal.h> to"Steven J. Hill"2006-01-071-0/+1
* Allow to build gcc/libstdc++ w/ LOCALE enabled, XLOCALE probably won't work t...Peter S. Mazinger2006-01-061-2/+3
* Allow compiling newly added if_index.c (at least on 2.4), missing __u32/__u16...Peter S. Mazinger2006-01-061-0/+1
* as weber notes in Bug 99:Mike Frysinger2006-01-064-3/+1074
* create __if_nametoindex hidden alias and use itMike Frysinger2006-01-062-0/+2
* use hidden strcmpMike Frysinger2006-01-061-0/+2
* used hidden closeMike Frysinger2006-01-061-0/+2
* use hidden read/write symbolsMike Frysinger2006-01-063-4/+8
* rework the alloca() loop slightly to save some spaceMike Frysinger2006-01-061-8/+6
* sync with glibcMike Frysinger2006-01-064-191/+260
* update libc lock functions to new pthread forwardingMike Frysinger2006-01-061-19/+0
* grab syscall macros from linux headersMike Frysinger2006-01-051-5/+129
* grammar fixMike Frysinger2006-01-051-1/+1
* use tabs for whitespaceMike Frysinger2006-01-051-11/+10
* sync Joseph S. Myers fixes from glibc for proper clobbersMike Frysinger2006-01-051-3/+4
* sync Joseph S. Myers fixes from glibc for a better NAN defineMike Frysinger2006-01-051-5/+10
* sync __SYSCALL_CLOBBERS macro from glibcMike Frysinger2006-01-051-16/+11
* implement syscall6Mike Frysinger2006-01-051-0/+12
* remove duplicate ;Mike Frysinger2006-01-051-3/+3
* forgot again about iconvPeter S. Mazinger2006-01-051-1/+1
* one reloc less, uninline, should save some spacePeter S. Mazinger2006-01-042-6/+7
* use internal versions of exit/memcpyPeter S. Mazinger2006-01-041-1/+1
* need our own version to prevent warningsMike Frysinger2006-01-041-0/+29
* update build filesMike Frysinger2006-01-042-50/+20
* update buildsystem to new styleMike Frysinger2006-01-042-51/+22
* Bug 618, Thomas Chou: update crt to new 0.9.28 uClibc styleMike Frysinger2006-01-041-8/+10
* unusedMike Frysinger2006-01-041-73/+0
* now we can safely declare these hiddenMike Frysinger2006-01-041-4/+4
* update pthread weak handling to the style glibc usesMike Frysinger2006-01-042-101/+11
* tweak __progname handling some more since some [bad] apps actually try and us...Mike Frysinger2006-01-045-32/+21
* use weak handling instead of .setMike Frysinger2006-01-041-1/+1
* kill off some unused warningsMike Frysinger2006-01-044-5/+5
* if arch doesnt provide _syscall6(), we need to alias the 64bit versionMike Frysinger2006-01-041-1/+1
* Lost wcschr()Peter S. Mazinger2006-01-031-1/+1
* Get rid of tolower/toupper jump reloc, correct tow* for XLOCALEPeter S. Mazinger2006-01-039-14/+21
* Add __toupper, remove unneeded undefs for tolowerPeter S. Mazinger2006-01-031-4/+3
* Provide __tolower and use itPeter S. Mazinger2006-01-033-4/+7
* Remove textrelPeter S. Mazinger2006-01-031-4/+4
* Revert a change until I find the textrel causePeter S. Mazinger2006-01-032-2/+2
* Complete split of all the string functions. Hope haven't broken too much. wcs...Peter S. Mazinger2006-01-0393-3702/+3253
* Use strong_alias everywhere instead of .global/.set. Correct some cases where...Peter S. Mazinger2006-01-0395-326/+213
* tweak what is likely() in the argv[0] parsingMike Frysinger2006-01-031-2/+2
* add optional support for program_invocation_name/program_invocation_short_nameMike Frysinger2006-01-031-1/+19
* we dont need to loop calling abort() because abort() already loops for usMike Frysinger2006-01-031-2/+0
* fix previous commit so that __uClibc_init() is run for non-mmu cases again as...Mike Frysinger2006-01-031-1/+3
* Use attribute_noreturnPeter S. Mazinger2006-01-021-1/+1
* Remove -unhonoured- commentPeter S. Mazinger2006-01-021-2/+0
* Remove fpu_control.h handling as wellPeter S. Mazinger2006-01-021-2/+0
* fpu_control.h is handled generally in topdir/Makefile.in, remove rule for itPeter S. Mazinger2006-01-021-2/+0