summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* This library has to change whenever the kernel process structure changes.julian2004-06-161-1/+1
* Avoid to touch red zone, in libpthread, ucontext may be saved by kernel'sdavidxu2004-06-151-1/+1
* Be a little more careful about creating directories:kientzle2004-06-151-7/+23
* The maximum value of iovcnt is IOV_MAX, not 16.kbyanc2004-06-151-1/+2
* Use %zu to print values with type size_t.stefanf2004-06-141-3/+3
* Document the location of the header file which declares the functionbms2004-06-141-1/+2
* Date bump.bms2004-06-141-1/+1
* Document some return values.bms2004-06-141-1/+20
* Merge changes from the tzcode2004a import. Wherever possible I tried to bringstefanf2004-06-145-151/+374
* Use .Dv instead of .Li for all the RLIMIT_* constants.das2004-06-141-11/+11
* Document RLIMIT_AS. While here, correct an insertion sort error.das2004-06-131-5/+8
* Remove a stale reference to %Ef and %EF from a comment.stefanf2004-06-131-2/+2
* Check pending signals, if there is signal will be unblocked bydavidxu2004-06-128-44/+50
* The references to scalbn and scalbnf should be scalb and scalbf.das2004-06-121-2/+5
* Change defualt time zone from GMT to UTC. This will not be MFC-ed, andkensmith2004-06-111-1/+6
* Shift the FPSR contents by the correct amount so feupdateenv() raisesdas2004-06-111-1/+1
* Insert a missing '~' in feholdexcept(), so that it correctly clearsdas2004-06-111-1/+1
* Fix a bug where rintf() rounded the wrong way in round-to-nearest modedas2004-06-091-26/+7
* Include <sys/cdefs.h> earlier to get the various visibility constants.das2004-06-091-2/+1
* Avoid assignments to cast expressions.stefanf2004-06-081-3/+3
* Signal handlers are supposed to take an int parameter.stefanf2004-06-081-2/+2
* Remove a couple of casts added for an ancient Sun compiler.stefanf2004-06-081-11/+2
* The third operand of the conditional operator should have type void too.stefanf2004-06-082-2/+2
* In fts_build(), if we try to chdir and fail (e.g. due to lack of searchdas2004-06-082-4/+0
* Rename cantwrite() to prepwrite(). The latter is less confusing,das2004-06-081-4/+1
* Rename cantwrite() to prepwrite(). The latter is less confusing,das2004-06-084-5/+6
* Set errno to EBADF on attempts to write to a stream that is notdas2004-06-081-2/+5
* Correct some spelling errors.kientzle2004-06-081-6/+6
* Use ".In" to mark up C include file names.yar2004-06-071-2/+4
* Each sentence should begin on a new line.yar2004-06-071-10/+16
* Extend and improve the mdoc(7) markup of this page.yar2004-06-071-32/+60
* Avoid clobbering the red zone when running on the new context's stack intjr2004-06-072-0/+10
* Linux (at least Debian) requires sys/types.h to get off_t.kientzle2004-06-072-0/+2
* Finally document the option to avoid zombie creationyar2004-06-073-2/+41
* Add round(3) and roundf(3) and the associated documentation.das2004-06-075-2/+183
* History: A few very, very old tar programs used the filename tokientzle2004-06-071-12/+10
* Tar bidder should just return a zero bid ("not me!") ifkientzle2004-06-071-3/+9
* Add fenv.h, fenv.c, and the associated documentation to the libmdas2004-06-061-5/+12
* Add documentation for:das2004-06-064-0/+601
* Add an fenv.h implementation for the sparc64 port.das2004-06-062-0/+280
* Add an fenv.h implementation for the powerpc port.das2004-06-062-0/+282
* Add an fenv.h implementation for the ia64 port.das2004-06-062-0/+280
* Add an fenv.h implementation for the i386 port.das2004-06-062-0/+263
* Add an fenv.h implementation for the arm port.das2004-06-062-0/+230
* Add an fenv.h implementation for the amd64 port.das2004-06-062-0/+333
* Add an fenv.h implementation for the alpha port. All of the standarddas2004-06-062-0/+315
* Pointy hat: We can't avoid a chown() call without checking both UIDkientzle2004-06-051-1/+5
* YAPHtM: Yet Another Pointy Hat to Me.kientzle2004-06-051-1/+1
* Recognize when we've accidentally created "foo/."kientzle2004-06-051-0/+12
* Correctly reset archive_read_data state everytime a header is read.kientzle2004-06-041-0/+5
OpenPOWER on IntegriCloud