summaryrefslogtreecommitdiffstats
path: root/libc/misc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Change collated_compare/prefix_array to __x hidden, shrinks glob64 from 2352 ...Peter S. Mazinger2006-02-161-8/+10
* Remove __P(), reorder so that gcc-4.0.2 does not fail w/ multiPeter S. Mazinger2006-02-163-230/+205
* DOMULTI may be used for libc, the excluded files need work, linuxthreads[_db]...Peter S. Mazinger2006-02-154-2/+10
* make sure we reset static_fd after it's closed in utmpname()Mike Frysinger2006-02-151-2/+2
* fix fcntl() call so that it actually forces file to be closed on exec()Mike Frysinger2006-02-151-1/+1
* after much deliberation, may i present Joseph S. Myers patch to add support f...Mike Frysinger2006-02-141-0/+55
* remove fstat jump relocPeter S. Mazinger2006-02-141-0/+1
* libc-{a,so,multi}-y replaced by libc-y covering common objects both in libc.a...Peter S. Mazinger2006-02-1324-492/+247
* environ is GNU extensionPeter S. Mazinger2006-02-131-0/+2