summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)Author
2006-01-18sync fenv.h with glibcMike Frysinger
2006-01-18Make gcc4 happy as wellPeter S. Mazinger
2006-01-18check for signal existence rather than using arch definesMike Frysinger
2006-01-18get rid of alpha definesMike Frysinger
2006-01-18get rid of arch specific checksMike Frysinger
2006-01-17correct prototypes and 1 reloc lessPeter S. Mazinger
2006-01-17Build if GETC_MACRO use is disabledPeter S. Mazinger
2006-01-17use the 6-arg version of mmap where availableMike Frysinger
2006-01-17update strcoll stuffMike Frysinger
2006-01-16s/weak_alias/strong_alias/, only what I knew as needed are kept. We will now ...Peter S. Mazinger
2006-01-16Correct a typoPeter S. Mazinger
2006-01-16Last relocs jump and global data, (even locales) that I could remove are gone...Peter S. Mazinger
2006-01-16touchup styleMike Frysinger
2006-01-16some global data relocs gonePeter S. Mazinger
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