| Age | Commit message (Expand) | Author |
| 2002-08-10 | fix sample code. from openbsd. | yamt |
| 2002-08-10 | result of getenv should be treated as read-only. | yamt |
| 2002-08-10 | bump .Dd . | yamt |
| 2002-08-10 | note only 8 bits of exit-status is passed. | yamt |
| 2002-08-10 | note that alloca can't report error. | yamt |
| 2002-08-10 | bump .Dd for my previous commit. | yamt |
| 2002-08-10 | note that abort(3) causes streams flushed and closed. | yamt |
| 2002-07-31 | restore the previous form of the condition checking malloc() return value, which | jdolecek |
| 2002-07-31 | allow calloc(0, x) and calloc(x, 0). sync w/openbsd | itojun |
| 2002-07-30 | die if integer overflow. from openbsd | itojun |
| 2002-07-10 | import CAVEATS sections from OpenBSD. | yamt |
| 2002-06-21 | Undo last two, until I have time to take a good look at the problems. | wiz |
| 2002-06-13 | According to POSIX, "-" (the string) is an exception and should not | wiz |
| 2002-06-13 | Fix '-' handling. POSIX only recognizes "--" as end-of-options. | wiz |
| 2002-06-06 | Added hppa support (some of it incomplete) to lib/csu, lib/libc, | fredette |
| 2002-06-03 | Fix SYNOPSIS, noted by Martin Macok on tech-userlevel. | wiz |
| 2002-05-26 | Remove #ifdef Bad_float_h and #ifndef __STDC__ parts (unneeded). | wiz |
| 2002-04-28 | Xref fabs(3) | zuntum |
| 2002-02-07 | generate & symbolically | ross |
| 2002-02-07 | Generate <>& symbolically. | ross |
| 2002-01-31 | Roll in fixes to permit cross-compiling from non-NetBSD hosts. This | tv |
| 2002-01-29 | Make almost all tools compile and run properly on non-NetBSD hosts. (In | tv |
| 2002-01-28 | Punctuation fixes. | wiz |
| 2002-01-28 | C99: support INF, INFINITY, NAN and NAN(n-char-sequence-opt) arguments. | kleink |
| 2002-01-15 | Use .Pp instead of empty lines. | wiz |
| 2002-01-15 | Use Aq for email address. | wiz |
| 2002-01-08 | Make a note about the alignment requirement of the state array | thorpej |
| 2002-01-08 | Make this actually work on LP64 platforms. It has been broken | thorpej |
| 2001-12-15 | Use __sh__ instead of __sh3__. | thorpej |
| 2001-11-04 | fix WARNS=2 (-Wshadow) warnings | lukem |
| 2001-10-31 | Inspired by Stevens' APUE and the implementation example in XSH: | kleink |
| 2001-09-16 | Drop unnecessary whitespace and .Pp, sort SEE ALSO, sort sections, | wiz |
| 2001-09-16 | Sort SEE ALSO and remove trailing comma. | enami |
| 2001-06-19 | Add x86_64 to the list of if defined(blah) for endian determination | fvdl |
| 2001-06-09 | remove confusing comparison with srand (it does not return the old seed) | assar |
| 2001-06-07 | Add sradixsort to the NAME section. | simonb |
| 2001-05-10 | Add an underscore for consistency. | mycroft |
| 2001-05-07 | For consistency add a _DIAGASSERT() case, and remove some cruft. | kleink |
| 2001-05-07 | Add a _DIAGASSERT() case, and remove some cruft. | kleink |
| 2001-05-07 | Use <stddef.h> rather than <stdio.h> if it's just NULL that's wanted. | kleink |
| 2001-05-07 | need stdio.h for NULL... | lukem |
| 2001-05-06 | More fixes: | christos |
| 2001-05-03 | PR/12810: Chris ?: malloc core-dumps when given large number as the argument. | christos |
| 2001-04-28 | * Move definitions of exact-width integer types from <machine/types.h> | kleink |
| 2001-04-24 | don't claim that options are illegal, cf lib/12715 | joda |
| 2001-03-22 | document EXIT_SUCCESS and EXIT_FAILURE, since they've been around | cgd |
| 2001-03-21 | Sprinkle some restrict qualifiers. | kleink |
| 2001-03-16 | Add documentation of nmemb parameter, per PR 10567 | fair |
| 2001-02-21 | Add support for ARM VFP-format doubles, conditional on __VFP_FP__. | bjh21 |
| 2001-02-21 | fix _DIAGASSERT usage in hsearch() | lukem |