summaryrefslogtreecommitdiff
path: root/libc/misc
AgeCommit message (Expand)Author
2007-02-22need to double check internal errno handling wrt libpthreadMike Frysinger
2007-02-21add missing file for previous commit as pointed out by Peter KjellerstedtMike Frysinger
2007-02-21redo errno handling so that it should work both in thread and non-threaded si...Mike Frysinger
2007-01-30- should look if LFS is enabled as suggested by pkj in #1131. This generates ...Bernhard Reutner-Fischer
2007-01-29- fix compilation of GNU glob with !LFSBernhard Reutner-Fischer
2007-01-11Peter Mazinger pointed out that my last commit was faulty.Joakim Tjernlund
2007-01-10Fix SEGV for static builds in exit() path.Joakim Tjernlund
2006-12-11create new menu so people can select what format they wish to build uClibcMike Frysinger
2006-12-09these weaks are also needed in libc.so for the time beingEric Andersen
2006-12-09oops, use __pthread_mutex_unlock() not pthread_mutex_unlock()Eric Andersen
2006-12-09silence a lot of warnings and fix a few genuine bugs while I'm at it.Eric Andersen
2006-12-08Richard Sandiford writes: add support for init/fini arrays in shared flat lib...Mike Frysinger
2006-12-08finish the pthread locking cleanups. This should get things compiling againEric Andersen
2006-12-07Major cleanup of internal mutex locking. Be more consistant in how we doEric Andersen
2006-12-02(no commit message)"Steven J. Hill"
2006-11-27fix from cmetcalf to make sure we clear the auxvt table before using itMike Frysinger
2006-11-07I failed to check the patch adding support for the new (stupid) US 2007Eric Andersen
2006-11-06mips64 patch from Atsushi Nemoto:Eric Andersen
2006-11-02In bug 622, JohnAta writes:Eric Andersen
2006-08-30fix bug 1012 as noted by moschnyEric Andersen
2006-08-23sync with psm: update errno handling to be the same on all archesMike Frysinger
2006-07-13psm writes:Eric Andersen
2006-07-13patch from psm:Eric Andersen
2006-07-05remove jump relocs, with minor related cleanupsEric Andersen
2006-07-05fixup my copyright notice, trim stale remnants of older notices whichEric Andersen
2006-07-05minor updatesEric Andersen
2006-07-04gcc 4.1.x is apparently miscompiling gnu glob on mips. This ports the latest...Eric Andersen
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-03-23select needs sys/select.h, str[n]casecmp/ffs needs strings.h, if BSD is not d...Peter 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-10Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ...Peter S. Mazinger
2006-03-09Remove __libc_internal_tsd_{s,g}et, they do not exist anymorePeter S. Mazinger
2006-03-07Add UCLIBC_HAS_SSP_COMPAT option guarding gcc-3.x ssp supportPeter S. Mazinger
2006-03-01return NULL if year is too bigMike Frysinger
2006-03-01alpha needs ipc64 funk tooMike Frysinger
2006-02-28Sync w/ glibcPeter S. Mazinger
2006-02-28Cleanup/sync w/ glibcPeter S. Mazinger
2006-02-27Rich Felker's glob() ported to uClibcPeter S. Mazinger
2006-02-27Get rid of redefines on ppc pointed out by vapierPeter S. Mazinger
2006-02-26Don't build glob64 for non-LFSPeter S. Mazinger
2006-02-26Use _lfs_64, reorganize a bit, why did stat*fs64 use stat*fs?Peter S. Mazinger
2006-02-26Remove unneeded hidden_proto(readdir*)Peter S. Mazinger
2006-02-26Use _lfs_64.h in all *64.cPeter S. Mazinger
2006-02-26Define internal readdir*_r() and use _lfs_64.hPeter S. Mazinger
2006-02-18tweak the idea between having a MMU and actually using itMike Frysinger
2006-02-17touchup whitespaceMike Frysinger
2006-02-16Change collated_compare/prefix_array to __x hidden, shrinks glob64 from 2352 ...Peter S. Mazinger