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