| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the use of cast as lvalue. | kan | 2004-06-25 | 1 | -1/+1 |
* | Remove the use of cast as lvalue. GCC 3.4 isses a deprecation warning | kan | 2004-06-25 | 1 | -1/+1 |
* | s/SS_CANTSENDMORE/SBS_CANTSENDMORE/ | rik | 2004-06-24 | 1 | -1/+1 |
* | s/ARCH/ARCH_SUBDIR/g -- This reduces the chance of possible conflicts | marcel | 2004-06-24 | 1 | -3/+3 |
* | Fix a test of bit-flag "P_SA" by adding parenthesis around the expression. | gad | 2004-06-23 | 1 | -1/+1 |
* | Replace a call to strncpy() with a call to strlcpy() | gad | 2004-06-23 | 1 | -4/+2 |
* | Prefix the names of members of _RuneLocale and its sub-structures | tjr | 2004-06-23 | 6 | -87/+90 |
* | Be specific about which socket properties are inherited from the original | bms | 2004-06-23 | 1 | -10/+13 |
* | Spelling fixes. | mpp | 2004-06-21 | 2 | -3/+3 |
* | Spelling fixes. | mpp | 2004-06-21 | 1 | -1/+1 |
* | Spelling fixes. | mpp | 2004-06-21 | 1 | -1/+1 |
* | Spelling fixes. | mpp | 2004-06-21 | 2 | -3/+3 |
* | Spelling fixes. | mpp | 2004-06-21 | 6 | -7/+7 |
* | PR: docs/67884 | mpp | 2004-06-21 | 1 | -1/+1 |
* | 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 |