summaryrefslogtreecommitdiffstats
path: root/libc/misc
Commit message (Expand)AuthorAgeFilesLines
...
* Fix up build system for NPTL. I admit it is much cleaner now, but I lost my e..."Steven J. Hill"2005-10-043-25/+43
* Rename option PTHREADS_NATIVE to be UCLIBC_HAS_THREADS_NATIVE instead. What a..."Steven J. Hill"2005-09-241-1/+1
* Big sync with trunk."Steven J. Hill"2005-09-245-38/+97
* Finish merge from trunk."Steven J. Hill"2005-09-131-10/+0
* We can now deselect STDIO futex support independently of NPTL."Steven J. Hill"2005-09-061-3/+3
* Add in calls needed for TLS setup for statically linked applications. A call ..."Steven J. Hill"2005-08-301-4/+15
* Sync with trunk."Steven J. Hill"2005-08-301-3/+4
* Sync with trunk."Steven J. Hill"2005-08-271-1/+1
* Merge/sync with trunk."Steven J. Hill"2005-08-171-1/+1
* Finalize the merge from the trunk. There are more files to be"Steven J. Hill"2005-07-309-51/+71
* Merge mania continues..."Steven J. Hill"2005-07-301-0/+4
* Fixed up resolver and errno code such that both thread models can compile wit..."Steven J. Hill"2005-07-221-6/+7
* Massive clean up of makefiles with a focus on being able to compile correctly"Steven J. Hill"2005-07-223-6/+4
* Fixed up 'clean' target for latest NPTL changes and modified include"Steven J. Hill"2005-06-123-12/+4
* Change strptime so that it only modifies struct tm fields specified.Manuel Novoa III2005-05-101-1/+3
* Added support for clock_getres() and clock_settime() in addition toPeter Kjellerstedt2005-04-282-41/+1
* Fix bug 222: Move all archs to newer __IPC_64 interface for {msg,sem,shm}ctlJoakim Tjernlund2005-04-244-6/+8
* In Bug 116, dicksnippe writes:Mike Frysinger2005-04-161-3/+32
* cbachman writes Bug 195:Mike Frysinger2005-04-161-0/+4
* Prepare for moving ldso FINI handling into libc.Joakim Tjernlund2005-03-201-3/+7
* no more cvsMike Frysinger2005-02-122-3/+0
* merge parallel build supportMike Frysinger2005-01-2526-128/+101
* Jean writes:Eric Andersen2005-01-111-1/+9
* Patch from Peter S. Mazinger:Eric Andersen2004-12-221-2/+2
* Revert Peter's __lib_gettimeofday patch. There's the minor issue ofManuel Novoa III2004-10-314-4/+4
* Fix up __uClibc_init() for so that we prevent starting SUIDEric Andersen2004-10-271-17/+66
* Peter S. Mazinger writes:Eric Andersen2004-10-194-4/+4
* Atsushi Nemoto writes:Joakim Tjernlund2004-09-281-2/+2
* Hide some x86-specific devel asserts.Manuel Novoa III2004-09-101-0/+5
* I will always test before I commit.Eric Andersen2004-08-161-29/+32
* Setup __pagesize from inside __uClibc_init(), or else when registeringEric Andersen2004-08-161-31/+31
* 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