summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)Author
2006-05-17fold bfin-specific link.h back into common one as suggested by Peter S. MazingerMike Frysinger
2006-05-17fix damaged whitespace/styleMike Frysinger
2006-05-17restore proper comment headers as well as cut pointless includes as pointed o...Mike Frysinger
2006-05-17fix by Peter S. Mazinger: use system attribute_hidden rather than local copyMike Frysinger
2006-05-17fix by Peter S. Mazinger: use c99-compliant asm keywordMike Frysinger
2006-05-17fix by Peter S. Mazinger: use sys/syscall.h instead of asm/unistd.hMike Frysinger
2006-05-17fix by Peter S. Mazinger: use sys/syscall.h (bits/sysnum.h) instead of asm/un...Mike Frysinger
2006-05-15updates from Bernd Schmidt to sync with blackfin cvsMike Frysinger
2006-05-15fix signed warningsMike Frysinger
2006-05-06expand comment a little more as to why _stdio_init() is weak thanks to mjn3Mike Frysinger
2006-05-04use weak_alias() for data symbols, not strong_alias()Mike Frysinger
2006-04-21Joseph S. Myers writes: The MIPS <bits/mman.h> header is missing definitions ...Mike Frysinger
2006-04-21sync with glibcMike Frysinger
2006-04-13prune trailing whitespaceEric Andersen
2006-03-29sync with glibcMike Frysinger
2006-03-28Fix from Thomas Brinker for byte swapping on Coldfire processors and tested b...Mike Frysinger
2006-03-24Correct build failure introduced by SUSV3_LEGACY optionPeter S. Mazinger
2006-03-24s/staticly/statically/, thx Bernhard FischerPeter S. Mazinger
2006-03-24Move hidden xdr_rmtcall_args prototype before first usePeter S. Mazinger
2006-03-23Correct typoPeter S. Mazinger
2006-03-23Add new option for SuSv3 legacy functions and use it for bcopy/bzero/bcmp/ind...Peter S. Mazinger
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