summaryrefslogtreecommitdiffstats
path: root/libc/misc
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a build break due to errno and h_errno being unresolved symbols. Rob Landley2007-03-071-2/+2
* need to double check internal errno handling wrt libpthreadMike Frysinger2007-02-221-0/+2
* add missing file for previous commit as pointed out by Peter KjellerstedtMike Frysinger2007-02-211-0/+21
* redo errno handling so that it should work both in thread and non-threaded si...Mike Frysinger2007-02-213-26/+10
* - should look if LFS is enabled as suggested by pkj in #1131. This generates ...Bernhard Reutner-Fischer2007-01-301-1/+1
* - fix compilation of GNU glob with !LFSBernhard Reutner-Fischer2007-01-291-1/+1
* Peter Mazinger pointed out that my last commit was faulty.Joakim Tjernlund2007-01-111-1/+1
* Fix SEGV for static builds in exit() path.Joakim Tjernlund2007-01-102-1/+26
* create new menu so people can select what format they wish to build uClibcMike Frysinger2006-12-112-9/+9
* these weaks are also needed in libc.so for the time beingEric Andersen2006-12-091-1/+1
* oops, use __pthread_mutex_unlock() not pthread_mutex_unlock()Eric Andersen2006-12-091-1/+2
* silence a lot of warnings and fix a few genuine bugs while I'm at it.Eric Andersen2006-12-093-2/+28
* Richard Sandiford writes: add support for init/fini arrays in shared flat lib...Mike Frysinger2006-12-085-5/+149
* finish the pthread locking cleanups. This should get things compiling againEric Andersen2006-12-081-1/+1
* Major cleanup of internal mutex locking. Be more consistant in how we doEric Andersen2006-12-0714-152/+135
* (no commit message)"Steven J. Hill"2006-12-021-0/+5
* fix from cmetcalf to make sure we clear the auxvt table before using itMike Frysinger2006-11-271-0/+1
* I failed to check the patch adding support for the new (stupid) US 2007Eric Andersen2006-11-071-1/+3
* mips64 patch from Atsushi Nemoto:Eric Andersen2006-11-061-1/+1
* In bug 622, JohnAta writes:Eric Andersen2006-11-021-4/+38
* fix bug 1012 as noted by moschnyEric Andersen2006-08-301-1/+1
* sync with psm: update errno handling to be the same on all archesMike Frysinger2006-08-232-0/+15
* psm writes:Eric Andersen2006-07-132-36/+1
* patch from psm:Eric Andersen2006-07-131-19/+15
* remove jump relocs, with minor related cleanupsEric Andersen2006-07-052-40/+53
* fixup my copyright notice, trim stale remnants of older notices whichEric Andersen2006-07-0519-22/+3
* minor updatesEric Andersen2006-07-052-52/+56
* gcc 4.1.x is apparently miscompiling gnu glob on mips. This ports the latest...Eric Andersen2006-07-042-228/+771
* expand comment a little more as to why _stdio_init() is weak thanks to mjn3Mike Frysinger2006-05-061-0/+2
* use weak_alias() for data symbols, not strong_alias()Mike Frysinger2006-05-043-7/+5
* select needs sys/select.h, str[n]casecmp/ffs needs strings.h, if BSD is not d...Peter S. Mazinger2006-03-233-2/+20
* Correct build if UCLIBC_HAS_CTYPE_TABLES is not definedPeter S. Mazinger2006-03-228-11/+18
* Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOP...Peter S. Mazinger2006-03-229-12/+19
* some more fixes from rholzmann in Bug 716 ... make sure the code actually fun...Mike Frysinger2006-03-221-21/+41
* Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ...Peter S. Mazinger2006-03-1010-45/+3
* Remove __libc_internal_tsd_{s,g}et, they do not exist anymorePeter S. Mazinger2006-03-092-36/+0
* Add UCLIBC_HAS_SSP_COMPAT option guarding gcc-3.x ssp supportPeter S. Mazinger2006-03-071-3/+10
* return NULL if year is too bigMike Frysinger2006-03-011-0/+12
* alpha needs ipc64 funk tooMike Frysinger2006-03-011-1/+1
* Sync w/ glibcPeter S. Mazinger2006-02-284-5/+8
* Cleanup/sync w/ glibcPeter S. Mazinger2006-02-281-18/+11
* Rich Felker's glob() ported to uClibcPeter S. Mazinger2006-02-273-0/+349
* Get rid of redefines on ppc pointed out by vapierPeter S. Mazinger2006-02-271-0/+2
* Don't build glob64 for non-LFSPeter S. Mazinger2006-02-261-1/+4
* Use _lfs_64, reorganize a bit, why did stat*fs64 use stat*fs?Peter S. Mazinger2006-02-266-93/+14
* Remove unneeded hidden_proto(readdir*)Peter S. Mazinger2006-02-261-2/+0
* Use _lfs_64.h in all *64.cPeter S. Mazinger2006-02-263-41/+4
* Define internal readdir*_r() and use _lfs_64.hPeter S. Mazinger2006-02-262-13/+5
* tweak the idea between having a MMU and actually using itMike Frysinger2006-02-181-5/+5
* touchup whitespaceMike Frysinger2006-02-171-11/+10