| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Linux (at least Debian) requires sys/types.h to get off_t. | kientzle | 2004-06-07 | 2 | -0/+2 |
* | Finally document the option to avoid zombie creation | yar | 2004-06-07 | 3 | -2/+41 |
* | Add round(3) and roundf(3) and the associated documentation. | das | 2004-06-07 | 5 | -2/+183 |
* | History: A few very, very old tar programs used the filename to | kientzle | 2004-06-07 | 1 | -12/+10 |
* | Tar bidder should just return a zero bid ("not me!") if | kientzle | 2004-06-07 | 1 | -3/+9 |
* | Add fenv.h, fenv.c, and the associated documentation to the libm | das | 2004-06-06 | 1 | -5/+12 |
* | Add documentation for: | das | 2004-06-06 | 4 | -0/+601 |
* | Add an fenv.h implementation for the sparc64 port. | das | 2004-06-06 | 2 | -0/+280 |
* | Add an fenv.h implementation for the powerpc port. | das | 2004-06-06 | 2 | -0/+282 |
* | Add an fenv.h implementation for the ia64 port. | das | 2004-06-06 | 2 | -0/+280 |
* | Add an fenv.h implementation for the i386 port. | das | 2004-06-06 | 2 | -0/+263 |
* | Add an fenv.h implementation for the arm port. | das | 2004-06-06 | 2 | -0/+230 |
* | Add an fenv.h implementation for the amd64 port. | das | 2004-06-06 | 2 | -0/+333 |
* | Add an fenv.h implementation for the alpha port. All of the standard | das | 2004-06-06 | 2 | -0/+315 |
* | Pointy hat: We can't avoid a chown() call without checking both UID | kientzle | 2004-06-05 | 1 | -1/+5 |
* | YAPHtM: Yet Another Pointy Hat to Me. | kientzle | 2004-06-05 | 1 | -1/+1 |
* | Recognize when we've accidentally created "foo/." | kientzle | 2004-06-05 | 1 | -0/+12 |