summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)Author
2006-03-23Mark some functions as BSD onlyPeter S. Mazinger
2006-03-23select needs sys/select.h, str[n]casecmp/ffs needs strings.h, if BSD is not d...Peter S. Mazinger
2006-03-23Richard Sandiford writes:Mike Frysinger
2006-03-22Mark SVID functionsPeter S. Mazinger
2006-03-22Correct build if UCLIBC_HAS_CTYPE_TABLES is not definedPeter S. Mazinger
2006-03-22Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOP...Peter S. Mazinger
2006-03-22some more fixes from rholzmann in Bug 716 ... make sure the code actually fun...Mike Frysinger
2006-03-21stderr does not have hidden version anymore, disable it's usePeter S. Mazinger
2006-03-20Replace __THROW w/ __NTH pointed out by Amir Shalem, take 2Peter S. Mazinger
2006-03-20Replace __THROW w/ __NTH pointed out by Amir ShalemPeter S. Mazinger
2006-03-17Fix 'realloc' and revert previous changes to tests. malloc tests all pass reg..."Steven J. Hill"
2006-03-16Do NOT hide 'utime'. When building binutils for the target using buildroot"Steven J. Hill"
2006-03-11sync with glibcMike Frysinger
2006-03-10Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ...Peter S. Mazinger
2006-03-10Remove duplicate hidden __curbrk (ppc), make use of the hidden versionsPeter S. Mazinger
2006-03-09Add common part of linker scripts to a file and make use of itPeter S. Mazinger
2006-03-09Get rid of nested extern warnings if threads are disabledPeter S. Mazinger
2006-03-09Remove __libc_internal_tsd_{s,g}et, they do not exist anymorePeter S. Mazinger
2006-03-09Add back sjhill's 14625 commit, correcting the typo that made it failPeter S. Mazinger
2006-03-09fix build/segv issues as reported and fixed by Brent CookMike Frysinger
2006-03-07Add UCLIBC_HAS_SSP_COMPAT option guarding gcc-3.x ssp supportPeter S. Mazinger
2006-03-04disable older rlimit support by defaultMike Frysinger
2006-03-03Rename getopt_long-susv3 to -simplePeter S. Mazinger
2006-03-03Upstream updatePeter S. Mazinger
2006-03-02hide div functions in libc, but export them in ldso so that other shared libs...Mike Frysinger
2006-03-02grab register definitions from regdef.h instead of using our own local onesMike Frysinger
2006-03-02rename file so we block the common version from being builtMike Frysinger
2006-03-01Update copyrightPeter S. Mazinger
2006-03-01Remove duplicate includePeter S. Mazinger
2006-03-01fix whitespace in commentMike Frysinger
2006-03-01sync with blackfin cvsMike Frysinger
2006-03-01return NULL if year is too bigMike Frysinger
2006-03-01grab from glibcMike Frysinger
2006-03-01sync type style with glibc ... this fixes many alpha issues where it has diff...Mike Frysinger
2006-03-01alpha needs ipc64 funk tooMike Frysinger
2006-03-01need to define some more registersMike Frysinger
2006-02-28sync with glibcMike Frysinger
2006-02-28add pipe from glibc to fix popen testMike Frysinger
2006-02-28dont need pal.h hereMike Frysinger
2006-02-28Sync w/ glibcPeter S. Mazinger
2006-02-28Cleanup/sync w/ glibcPeter S. Mazinger
2006-02-28Mark __syscall_*sigaction hidden and add guard to the headerPeter S. Mazinger
2006-02-28Provide hidden sigprocmask, remove __x versionPeter S. Mazinger
2006-02-28grab regdef.h from glibc and use that instead of kernel headers regdef.hMike Frysinger
2006-02-28sync with glibcMike Frysinger
2006-02-28sync with glibcMike Frysinger
2006-02-28sync with glibcMike Frysinger
2006-02-28import rt_sigaction from glibc to fix alpha signal handling issuesMike Frysinger
2006-02-28enable 6 arg version of mmapMike Frysinger
2006-02-28grab glibc sigprocmask since common linux one doesnt work for alphaMike Frysinger