aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Completely remove s_ilogb.S as the assembler implementation gives very littleStefan Farfeleder2004-06-202-84/+1
* Uncomment some functions that we now support.David Schultz2004-06-201-3/+3
* Cross-reference round(3) and trunc(3) as appropriate.David Schultz2004-06-203-3/+8
* Connect scalbln(), trunc(), and the associated documentation to the build.David Schultz2004-06-201-4/+6
* Declare scalbln(), scalblnf(), trunc(), and truncf().David Schultz2004-06-201-0/+4
* Implement trunc() and truncf().David Schultz2004-06-203-0/+188
* Add trivial implementations of scalbln() and scalblnf().David Schultz2004-06-202-4/+59
* Fill in the some new fields 'struct kinfo_proc', namely ki_childstime,Garance A Drosehn2004-06-191-5/+29
* Document ilogb()'s return values in terms of the FP_ILOGB* macros.Stefan Farfeleder2004-06-191-2/+5
* Return the same result as the MI version for 0.0, INFINITY and NaN.Stefan Farfeleder2004-06-191-1/+31
* Our MI implementation of ilogb() returns -INT_MAX for the argument 0.0 ratherStefan Farfeleder2004-06-191-2/+3
* Ignore file flag bits that we don't support. In particular, thisTim Kientzle2004-06-191-0/+2
* Memory's free, but all the world ain't a VAX anymore. Bring math.3David Schultz2004-06-191-364/+206
* CLOCK_PROF and CLOCK_VIRTUAL are implemented now.Kelly Yancey2004-06-171-7/+1
* Second half of the dev_t cleanup.Poul-Henning Kamp2004-06-171-1/+1
* Add reference to mac_get_link() in man page, which was omitted whenRobert Watson2004-06-172-1/+10
* Always restore permissions for regular files, even if theTim Kientzle2004-06-171-1/+3
* Rename variable name from `name' to `hostname'.Hajimu UMEMOTO2004-06-161-7/+7
* This library has to change whenever the kernel process structure changes.Julian Elischer2004-06-161-1/+1
* Avoid to touch red zone, in libpthread, ucontext may be saved by kernel'sDavid Xu2004-06-151-1/+1
* Be a little more careful about creating directories:Tim Kientzle2004-06-151-7/+23
* The maximum value of iovcnt is IOV_MAX, not 16.Kelly Yancey2004-06-151-1/+2
* Use %zu to print values with type size_t.Stefan Farfeleder2004-06-141-3/+3
* Document the location of the header file which declares the functionBruce M Simpson2004-06-141-1/+2
* Date bump.Bruce M Simpson2004-06-141-1/+1
* Document some return values.Bruce M Simpson2004-06-141-1/+20
* Merge changes from the tzcode2004a import. Wherever possible I tried to bringStefan Farfeleder2004-06-145-151/+374
* Use .Dv instead of .Li for all the RLIMIT_* constants.David Schultz2004-06-141-11/+11
* Document RLIMIT_AS. While here, correct an insertion sort error.David Schultz2004-06-131-5/+8
* Remove a stale reference to %Ef and %EF from a comment.Stefan Farfeleder2004-06-131-2/+2
* Check pending signals, if there is signal will be unblocked byDavid Xu2004-06-128-44/+50
* The references to scalbn and scalbnf should be scalb and scalbf.David Schultz2004-06-121-2/+5
* Change defualt time zone from GMT to UTC. This will not be MFC-ed, andKen Smith2004-06-111-1/+6
* Shift the FPSR contents by the correct amount so feupdateenv() raisesDavid Schultz2004-06-111-1/+1
* Insert a missing '~' in feholdexcept(), so that it correctly clearsDavid Schultz2004-06-111-1/+1
* Fix a bug where rintf() rounded the wrong way in round-to-nearest modeDavid Schultz2004-06-091-26/+7
* Include <sys/cdefs.h> earlier to get the various visibility constants.David Schultz2004-06-091-2/+1
* Avoid assignments to cast expressions.Stefan Farfeleder2004-06-081-3/+3
* Signal handlers are supposed to take an int parameter.Stefan Farfeleder2004-06-081-2/+2
* Remove a couple of casts added for an ancient Sun compiler.Stefan Farfeleder2004-06-081-11/+2
* The third operand of the conditional operator should have type void too.Stefan Farfeleder2004-06-082-2/+2
* In fts_build(), if we try to chdir and fail (e.g. due to lack of searchDavid Schultz2004-06-082-4/+0
* Rename cantwrite() to prepwrite(). The latter is less confusing,David Schultz2004-06-081-4/+1
* Rename cantwrite() to prepwrite(). The latter is less confusing,David Schultz2004-06-084-5/+6
* Set errno to EBADF on attempts to write to a stream that is notDavid Schultz2004-06-081-2/+5
* Correct some spelling errors.Tim Kientzle2004-06-081-6/+6
* Use ".In" to mark up C include file names.Yaroslav Tykhiy2004-06-071-2/+4
* Each sentence should begin on a new line.Yaroslav Tykhiy2004-06-071-10/+16
* Extend and improve the mdoc(7) markup of this page.Yaroslav Tykhiy2004-06-071-32/+60
* Avoid clobbering the red zone when running on the new context's stack inTim J. Robbins2004-06-072-0/+10