summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
* s/weak_alias/strong_alias/, only what I knew as needed are kept. We will now ...Peter S. Mazinger2006-01-1611-40/+38
* Correct a typoPeter S. Mazinger2006-01-161-0/+2
* Last relocs jump and global data, (even locales) that I could remove are gone...Peter S. Mazinger2006-01-1659-18/+285
* touchup styleMike Frysinger2006-01-164-12/+18
* some global data relocs gonePeter S. Mazinger2006-01-1618-16/+36
* make gcc4 happy w/ hidden_def/proto, correct some typosPeter S. Mazinger2006-01-1557-125/+132
* syscall6Mike Frysinger2006-01-151-0/+30
* only build if we have forkMike Frysinger2006-01-151-0/+4
* Thomas Chou: fix misplaced commentMike Frysinger2006-01-151-1/+1
* make tzset jump reloc free if UCLIBC_HAS_CTYPE_CTABLES is not enabledPeter S. Mazinger2006-01-151-0/+4
* Correct old_vfprintf internal version and make it reloc freePeter S. Mazinger2006-01-151-1/+2
* Remove __XL(N) and __XL_ALIAS(N) adapting the last use of itPeter S. Mazinger2006-01-152-14/+6
* get rid of warning if UCLIBC_HAS_CTYPE_TABLES is not enabledPeter S. Mazinger2006-01-151-0/+2
* hide __glob_*dir_hookPeter S. Mazinger2006-01-152-6/+6
* revert 13331 and sync partly header w/ glibc, __sysv_signal is referenced in ...Peter S. Mazinger2006-01-152-4/+6
* only declare vfork when needed, else no-mmu build failsMike Frysinger2006-01-152-2/+2
* add syscall() by d1mag in Bug 164Mike Frysinger2006-01-152-1/+50
* get rid of duplicates, even bsd_signal is questionablePeter S. Mazinger2006-01-142-7/+4
* get rid of *stat*64 jump relocsPeter S. Mazinger2006-01-142-11/+16
* get rid of fcntl64 jump relocPeter S. Mazinger2006-01-141-1/+1
* I should also test w/ ipv6, missed that, thx SpanKYPeter S. Mazinger2006-01-141-1/+1
* fix broken commentingMike Frysinger2006-01-148-7/+9
* same for __fputc_unlockedPeter S. Mazinger2006-01-141-0/+1
* same for iswspace*Peter S. Mazinger2006-01-141-1/+2
* get rid of strcmp jump relocPeter S. Mazinger2006-01-141-2/+1
* get rid of wcrtomb jump relocPeter S. Mazinger2006-01-141-0/+1
* DODEBUG=y and XLOCALE as wellPeter S. Mazinger2006-01-141-2/+2
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-14405-1544/+1334
* fix loading of argc/argv for arm/nommuMike Frysinger2006-01-141-0/+10
* dont hide __libc_sigactionMike Frysinger2006-01-141-2/+2
* make sure we set errno properlyMike Frysinger2006-01-141-2/+3
* use __syscall_error trickMike Frysinger2006-01-143-12/+30
* forgot to cut out the other __USE_MISC sectionMike Frysinger2006-01-141-15/+0
* need features.hMike Frysinger2006-01-141-2/+3
* shouldnt have trimmed the _ASM #if checkMike Frysinger2006-01-141-0/+4
* oldMike Frysinger2006-01-141-43/+0
* sync with glibcMike Frysinger2006-01-141-8/+8
* sync with glibcMike Frysinger2006-01-143-16/+66
* update to new uClibc startup styleMike Frysinger2006-01-142-72/+108
* enable _longjmp alias else less fails to buildMike Frysinger2006-01-141-1/+1
* disable redirect for fcntl64 until a good way is foundPeter S. Mazinger2006-01-141-1/+1
* s/__strcmp/strcmp/Peter S. Mazinger2006-01-141-2/+4
* another from SpanKYPeter S. Mazinger2006-01-141-4/+4
* adapt to new hiddenPeter S. Mazinger2006-01-141-3/+9
* other failures w/ different optionsPeter S. Mazinger2006-01-142-4/+2
* Correct 2 issues if ipv6 is enabled found by SpanKY, thxPeter S. Mazinger2006-01-141-3/+5
* another missed hiddenPeter S. Mazinger2006-01-141-0/+1
* missed to define internal setregidPeter S. Mazinger2006-01-141-0/+1
* need features.h for new HIDDEN_JUMPTARGET()Mike Frysinger2006-01-145-0/+5
* Add hidden versions of pipe()Peter S. Mazinger2006-01-143-0/+6