summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)Author
2006-01-15make gcc4 happy w/ hidden_def/proto, correct some typosPeter S. Mazinger
2006-01-15syscall6Mike Frysinger
2006-01-15only build if we have forkMike Frysinger
2006-01-15Thomas Chou: fix misplaced commentMike Frysinger
2006-01-15make tzset jump reloc free if UCLIBC_HAS_CTYPE_CTABLES is not enabledPeter S. Mazinger
2006-01-15Correct old_vfprintf internal version and make it reloc freePeter S. Mazinger
2006-01-15Remove __XL(N) and __XL_ALIAS(N) adapting the last use of itPeter S. Mazinger
2006-01-15get rid of warning if UCLIBC_HAS_CTYPE_TABLES is not enabledPeter S. Mazinger
2006-01-15hide __glob_*dir_hookPeter S. Mazinger
2006-01-15revert 13331 and sync partly header w/ glibc, __sysv_signal is referenced in ...Peter S. Mazinger
2006-01-15only declare vfork when needed, else no-mmu build failsMike Frysinger
2006-01-15add syscall() by d1mag in Bug 164Mike Frysinger
2006-01-14get rid of duplicates, even bsd_signal is questionablePeter S. Mazinger
2006-01-14get rid of *stat*64 jump relocsPeter S. Mazinger
2006-01-14get rid of fcntl64 jump relocPeter S. Mazinger
2006-01-14I should also test w/ ipv6, missed that, thx SpanKYPeter S. Mazinger
2006-01-14fix broken commentingMike Frysinger
2006-01-14same for __fputc_unlockedPeter S. Mazinger
2006-01-14same for iswspace*Peter S. Mazinger
2006-01-14get rid of strcmp jump relocPeter S. Mazinger
2006-01-14get rid of wcrtomb jump relocPeter S. Mazinger
2006-01-14DODEBUG=y and XLOCALE as wellPeter S. Mazinger
2006-01-14make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger
2006-01-14fix loading of argc/argv for arm/nommuMike Frysinger
2006-01-14dont hide __libc_sigactionMike Frysinger
2006-01-14make sure we set errno properlyMike Frysinger
2006-01-14use __syscall_error trickMike Frysinger
2006-01-14forgot to cut out the other __USE_MISC sectionMike Frysinger
2006-01-14need features.hMike Frysinger
2006-01-14shouldnt have trimmed the _ASM #if checkMike Frysinger
2006-01-14oldMike Frysinger
2006-01-14sync with glibcMike Frysinger
2006-01-14sync with glibcMike Frysinger
2006-01-14update to new uClibc startup styleMike Frysinger
2006-01-14enable _longjmp alias else less fails to buildMike Frysinger
2006-01-14disable redirect for fcntl64 until a good way is foundPeter S. Mazinger
2006-01-14s/__strcmp/strcmp/Peter S. Mazinger
2006-01-14another from SpanKYPeter S. Mazinger
2006-01-14adapt to new hiddenPeter S. Mazinger
2006-01-14other failures w/ different optionsPeter S. Mazinger
2006-01-14Correct 2 issues if ipv6 is enabled found by SpanKY, thxPeter S. Mazinger
2006-01-14another missed hiddenPeter S. Mazinger
2006-01-14missed to define internal setregidPeter S. Mazinger
2006-01-14need features.h for new HIDDEN_JUMPTARGET()Mike Frysinger
2006-01-14Add hidden versions of pipe()Peter S. Mazinger
2006-01-14s/__read/read/ and write in fake partPeter S. Mazinger
2006-01-14needs features.hPeter S. Mazinger
2006-01-14s/libc_hidden_proto/libc_hidden_def/Peter S. Mazinger
2006-01-14Correct libc_hidden_protoPeter S. Mazinger
2006-01-14Correct atoi()Peter S. Mazinger