| Commit message (Expand) | Author | Age | Files | Lines |
* | Completely remove s_ilogb.S as the assembler implementation gives very little | stefanf | 2004-06-20 | 2 | -84/+1 |
* | Uncomment some functions that we now support. | das | 2004-06-20 | 1 | -3/+3 |
* | Cross-reference round(3) and trunc(3) as appropriate. | das | 2004-06-20 | 3 | -3/+8 |
* | Connect scalbln(), trunc(), and the associated documentation to the build. | das | 2004-06-20 | 1 | -4/+6 |
* | Declare scalbln(), scalblnf(), trunc(), and truncf(). | das | 2004-06-20 | 1 | -0/+4 |
* | Implement trunc() and truncf(). | das | 2004-06-20 | 3 | -0/+188 |
* | Add trivial implementations of scalbln() and scalblnf(). | das | 2004-06-20 | 2 | -4/+59 |
* | Fill in the some new fields 'struct kinfo_proc', namely ki_childstime, | gad | 2004-06-19 | 1 | -5/+29 |
* | Document ilogb()'s return values in terms of the FP_ILOGB* macros. | stefanf | 2004-06-19 | 1 | -2/+5 |
* | Return the same result as the MI version for 0.0, INFINITY and NaN. | stefanf | 2004-06-19 | 1 | -1/+31 |
* | Our MI implementation of ilogb() returns -INT_MAX for the argument 0.0 rather | stefanf | 2004-06-19 | 1 | -2/+3 |
* | Ignore file flag bits that we don't support. In particular, this | kientzle | 2004-06-19 | 1 | -0/+2 |
* | Memory's free, but all the world ain't a VAX anymore. Bring math.3 | das | 2004-06-19 | 1 | -364/+206 |
* | CLOCK_PROF and CLOCK_VIRTUAL are implemented now. | kbyanc | 2004-06-17 | 1 | -7/+1 |
* | Second half of the dev_t cleanup. | phk | 2004-06-17 | 1 | -1/+1 |
* | Add reference to mac_get_link() in man page, which was omitted when | rwatson | 2004-06-17 | 2 | -1/+10 |
* | Always restore permissions for regular files, even if the | kientzle | 2004-06-17 | 1 | -1/+3 |
* | Rename variable name from `name' to `hostname'. | ume | 2004-06-16 | 1 | -7/+7 |
* | This library has to change whenever the kernel process structure changes. | julian | 2004-06-16 | 1 | -1/+1 |
* | Avoid to touch red zone, in libpthread, ucontext may be saved by kernel's | davidxu | 2004-06-15 | 1 | -1/+1 |
* | Be a little more careful about creating directories: | kientzle | 2004-06-15 | 1 | -7/+23 |
* | The maximum value of iovcnt is IOV_MAX, not 16. | kbyanc | 2004-06-15 | 1 | -1/+2 |
* | Use %zu to print values with type size_t. | stefanf | 2004-06-14 | 1 | -3/+3 |
* | Document the location of the header file which declares the function | bms | 2004-06-14 | 1 | -1/+2 |
* | Date bump. | bms | 2004-06-14 | 1 | -1/+1 |
* | Document some return values. | bms | 2004-06-14 | 1 | -1/+20 |
* | Merge changes from the tzcode2004a import. Wherever possible I tried to bring | stefanf | 2004-06-14 | 5 | -151/+374 |
* | Use .Dv instead of .Li for all the RLIMIT_* constants. | das | 2004-06-14 | 1 | -11/+11 |
* | Document RLIMIT_AS. While here, correct an insertion sort error. | das | 2004-06-13 | 1 | -5/+8 |
* | Remove a stale reference to %Ef and %EF from a comment. | stefanf | 2004-06-13 | 1 | -2/+2 |
* | Check pending signals, if there is signal will be unblocked by | davidxu | 2004-06-12 | 8 | -44/+50 |
* | The references to scalbn and scalbnf should be scalb and scalbf. | das | 2004-06-12 | 1 | -2/+5 |
* | Change defualt time zone from GMT to UTC. This will not be MFC-ed, and | kensmith | 2004-06-11 | 1 | -1/+6 |
* | Shift the FPSR contents by the correct amount so feupdateenv() raises | das | 2004-06-11 | 1 | -1/+1 |
* | Insert a missing '~' in feholdexcept(), so that it correctly clears | das | 2004-06-11 | 1 | -1/+1 |
* | Fix a bug where rintf() rounded the wrong way in round-to-nearest mode | das | 2004-06-09 | 1 | -26/+7 |
* | Include <sys/cdefs.h> earlier to get the various visibility constants. | das | 2004-06-09 | 1 | -2/+1 |
* | Avoid assignments to cast expressions. | stefanf | 2004-06-08 | 1 | -3/+3 |
* | Signal handlers are supposed to take an int parameter. | stefanf | 2004-06-08 | 1 | -2/+2 |
* | Remove a couple of casts added for an ancient Sun compiler. | stefanf | 2004-06-08 | 1 | -11/+2 |
* | The third operand of the conditional operator should have type void too. | stefanf | 2004-06-08 | 2 | -2/+2 |
* | In fts_build(), if we try to chdir and fail (e.g. due to lack of search | das | 2004-06-08 | 2 | -4/+0 |
* | Rename cantwrite() to prepwrite(). The latter is less confusing, | das | 2004-06-08 | 1 | -4/+1 |
* | Rename cantwrite() to prepwrite(). The latter is less confusing, | das | 2004-06-08 | 4 | -5/+6 |
* | Set errno to EBADF on attempts to write to a stream that is not | das | 2004-06-08 | 1 | -2/+5 |
* | Correct some spelling errors. | kientzle | 2004-06-08 | 1 | -6/+6 |
* | Use ".In" to mark up C include file names. | yar | 2004-06-07 | 1 | -2/+4 |
* | Each sentence should begin on a new line. | yar | 2004-06-07 | 1 | -10/+16 |
* | Extend and improve the mdoc(7) markup of this page. | yar | 2004-06-07 | 1 | -32/+60 |
* | Avoid clobbering the red zone when running on the new context's stack in | tjr | 2004-06-07 | 2 | -0/+10 |