summaryrefslogtreecommitdiffstats
path: root/libc/misc
Commit message (Expand)AuthorAgeFilesLines
...
* Be a bit more prominant about the fact that setuid handlingEric Andersen2004-08-161-3/+8
* The variable used to store pagesize is not the same as theEric Andersen2004-08-161-5/+3
* Fixup PAGE_SIZE problemsEric Andersen2004-08-131-1/+1
* dohEric Andersen2004-08-041-1/+1
* Add missing header file needed to define PAGE_SIZEEric Andersen2004-08-041-0/+1
* As Joakim Tjernlund rightly notes, I should have used PAGE_SIZEEric Andersen2004-08-031-2/+2
* Do not grovel about in the ELF header for the page size whenEric Andersen2004-07-281-2/+5
* Oops. Missed a spot.Eric Andersen2004-06-121-1/+1
* scrap the goofy time + getpid() based "randomness" and useEric Andersen2004-06-061-28/+35
* Joakim Tjernlund writes:Eric Andersen2004-05-141-10/+6
* Setup a _dl_pagesize value for use by staticly linked appsEric Andersen2004-05-111-0/+2
* make certain that getpagesize() returns correct the value for mipsEric Andersen2004-05-111-3/+25
* Purge trailing white spaceEric Andersen2004-05-111-13/+13
* Obligatory forgotten file...Manuel Novoa III2004-05-081-1/+2
* Change clock() to allow wrapping.Manuel Novoa III2004-05-081-86/+145
* "Fix" this so that at least things will link when threading is disabled.Manuel Novoa III2004-05-071-4/+8
* Fix a bug noticed by Oleg I. Vdovikin, oleg at cs dot msu dot su.Eric Andersen2004-04-061-4/+0
* Reduce memory used by static buffers and allocate that memory dynamiclyEric Andersen2004-03-182-3/+18
* Rewrite the err/warn functions as they were broken (__noreturn__ funcsManuel Novoa III2004-03-113-76/+111
* New stdio core. Should be more maintainable. Fixes a couple of bugs.Manuel Novoa III2004-02-116-68/+44
* Split up syscalls.c, since it had grown to be quite large and ugly.Eric Andersen2004-01-215-21/+18
* Prevent runaway asserts, which can happen if there's a problem withManuel Novoa III2004-01-171-9/+15
* Add a dummy (always fails) wcsftime. This is needed for the libstdc++ localeManuel Novoa III2004-01-142-0/+36
* My mistake. We do need some weak pthread_* funcs. But we were previouslyManuel Novoa III2004-01-041-2/+87
* Peter S. Mazinger writes:Eric Andersen2004-01-021-0/+7
* Handle the app_fini stuff in exit without requiring atexit().Manuel Novoa III2003-12-271-3/+4
* Fix a long-standing bug with pthreads. A couple of linuxthreads filesManuel Novoa III2003-12-2714-95/+30
* Fix some dst issues in _time_mktime().Manuel Novoa III2003-12-141-5/+12
* Fix a couple of 'declaration after statement' errors.Manuel Novoa III2003-12-141-2/+1
* Building of iconv.o was accidently always disabled.Manuel Novoa III2003-12-041-8/+4
* Always include locale.h, which was included by libintl.h only whenManuel Novoa III2003-11-201-0/+2
* I forgot to update the thread locking in the last dst fix.Manuel Novoa III2003-11-161-2/+4
* For now, disable the iconv utilityEric Andersen2003-11-081-8/+7
* Fix up several errors related to filename length and errno thatEric Andersen2003-11-081-2/+5
* Add clock_gettime() submitted by Justus Pendleton <uc@ryoohki.net>.Manuel Novoa III2003-11-072-1/+41
* Hopefully fix the struct tm extension problem once and for all.Manuel Novoa III2003-11-021-22/+65
* Some more soft float fixes... for arm in particular (libfloat).Manuel Novoa III2003-10-311-1/+1
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-1/+1
* Peter Kjellerstedt writes:Eric Andersen2003-10-1826-26/+26
* Don't make two copiesEric Andersen2003-10-122-34/+40
* Sigh. It seems that csh wants glob_pattern_p(), we need toEric Andersen2003-10-121-5/+3
* Patch from Rob McMullen:Eric Andersen2003-10-091-0/+74
* Apply a trivial patch that doesn't change anything, but which is alledged toEric Andersen2003-10-081-1/+1
* Fix wctype.c so that wchar can be enabled without ctype table-based functions.Manuel Novoa III2003-09-091-0/+58
* Add back in table-less ctype funcs for those interested in minimizingManuel Novoa III2003-09-082-5/+93
* oops. ftw would blow chunks if UCLIBC_HAS_LFS was disabled.Eric Andersen2003-09-061-4/+1
* fixup ftw and ftw64. Unfortunately, adding ftw64 doubles theEric Andersen2003-09-062-20/+51
* Fix the bugs I stupidly addedEric Andersen2003-09-063-2/+29
* Let people enable ftw, make glob an option, add a new "Big and Tall"Eric Andersen2003-09-061-1/+7
* Add support for ftw and nftwEric Andersen2003-09-052-0/+660