| Age | Commit message (Expand) | Author |
| 2004-01-08 | There is no sysctl(9) (yet?), comment it out; | wiz |
| 2004-01-07 | Add descriptions of flags. | atatat |
| 2004-01-03 | Uppercase CPU; mark up NULL; remove superfluous word; simplify macro usage. | wiz |
| 2004-01-03 | At long last, add descriptions of new "dynamic" operations. | atatat |
| 2004-01-02 | Fix typo; from Aidan Kehoe in PR lib/23950. | jmmv |
| 2003-12-30 | In case of underflow, return -0.0 or +0.0, depending on the sign of | martin |
| 2003-12-26 | Niels Provos kindly agreed to drop clauses 3 and 4 from the | wiz |
| 2003-12-26 | Don't ever add a ".0" to a single digit number. | simonb |
| 2003-12-10 | comment from niels provos; | itojun |
| 2003-12-09 | Bump date for previous (hi andrew!). | wiz |
| 2003-12-09 | Update man page to correct PROC_* names (addresses PR lib/23645) and | atatat |
| 2003-12-08 | "int flags" is correct in the prototype, but not in the English | grant |
| 2003-12-04 | netbsd.org -> NetBSD.org | keihan |
| 2003-12-04 | oops | atatat |
| 2003-12-04 | Adapt userland sysctl goop to new world order, permitting dynamic | atatat |
| 2003-11-26 | Fix compile problem if -UYP -DHESIOD. | lukem |
| 2003-11-25 | Bump date for previous. | wiz |
| 2003-11-25 | take "Skip a random number of ids" into consideration, correct the rotation | itojun |
| 2003-11-25 | "seed2" was ruining the non-repeating property of this function; remove it. | itojun |
| 2003-11-23 | New sentence, new line. Remove trailing spaces. | wiz |
| 2003-11-23 | Bump Dd. | jhawk |
| 2003-11-18 | s/modified/modifies/ in the description of makecontext(). | uwe |
| 2003-11-10 | Spell address with two d's. Inspired by similar changes in OpenBSD, | wiz |
| 2003-10-29 | Add manual pages for fpclassify and isfinite. | kleink |
| 2003-10-29 | C99 7.12.3.2: add library portions of isfinite, but don't build these just | kleink |
| 2003-10-29 | Fix the exponent value we're comparing with. | kleink |
| 2003-10-28 | Upon rereading the implementation suggestions in the standard, rename the | kleink |
| 2003-10-28 | C99 7.12.3.1: add IEEE library portions of fpclassify. Don't build these | kleink |
| 2003-10-27 | One ';' is enough. | skrll |
| 2003-10-27 | fix a typo that caused the build to fail. mmm commit before compile | mrg |
| 2003-10-27 | Overhaul how `build.sh tools' are used: | lukem |
| 2003-10-27 | Overhaul how `build.sh tools' are used: | lukem |
| 2003-10-27 | Retire local union { floating-type; struct ieee_prec; } in favor of those | kleink |
| 2003-10-25 | Whitespace cosmetics. | kleink |
| 2003-10-25 | Add __infinityf and __infinityl, float respectively long double analogs | kleink |
| 2003-10-24 | Add an error check to ensure these are used on platforms without a | kleink |
| 2003-10-24 | * Since there is no single portable IEEE 754 format for a long double, | kleink |
| 2003-10-23 | Fix an RCS Id botch that occured when renaming. | kleink |
| 2003-10-22 | G/c __nanf2, which is neither being used nor the representation of a NaN. | kleink |
| 2003-10-22 | For a double-extended NaN, the exponent must be EXT_EXP_INFNAN, not | kleink |
| 2003-10-15 | Slight improvements. | wiz |
| 2003-10-14 | Move siginfo(5) and ucontext(5) to siginfo(2) and ucontext(2) resp., | wiz |
| 2003-10-13 | Move Jason Downs's code from a 4-clause to a 3-clause licence by | agc |
| 2003-10-13 | Move Keith Muller's code from a 4-clause to a 3-clause licence by removing | agc |
| 2003-10-05 | Remove references to University of California from my copyright notices. | bouyer |
| 2003-09-28 | Simon has persuaded me to remove the 'sizeof (struct kinfo_drivers)' field. | dsl |
| 2003-09-27 | Add KERN_ROOT_PARTITION and KERN_DRIVERS | dsl |
| 2003-09-18 | remove pw_dup(3), for now at least | jdolecek |
| 2003-09-16 | Shut lint up. | simonb |
| 2003-09-15 | avoid overflow during multiply. David Laight | itojun |