| Age | Commit message (Expand) | Author |
| 2001-12-30 | Fix -Wshadow warnings (gcc 3.1). | thorpej |
| 2001-12-24 | update vm entries. | chs |
| 2001-12-08 | Use memcpy instead of memmove since no overlaps here (copy from somewhere | enami |
| 2001-11-28 | using -Wcast-qual and -Wwrite-strings reveals that we need to use const | christos |
| 2001-11-23 | it's sufficient to say _once_ that the functions are macros; keep | jdolecek |
| 2001-11-23 | s/Sig/Specified sig/ in ERRORS | jdolecek |
| 2001-11-22 | Use ANSI signature for signal handler function. | tron |
| 2001-11-21 | Cosmetic changse. | enami |
| 2001-11-21 | Extend an array before allocating an element. This makes cleanup code a bit | enami |
| 2001-10-30 | Added descriptions of the new sysctls for controlling the disposition | kml |
| 2001-10-28 | Partially back out previous: don't apply restrict qualifier to pointer | kleink |
| 2001-10-27 | Sprinkle some __restrict into <glob.h>. | kleink |
| 2001-10-25 | avoid leaks in the case of error. | yamt |
| 2001-10-18 | bring in new net.inet6.icmp6.nodeinfo description. | itojun |
| 2001-09-30 | don't bother checking _DIAGASSERT(fd != -1), since the underlying | lukem |
| 2001-09-19 | Cosmetic changes (including ANSI'fy). | enami |
| 2001-09-19 | Remove unnecessary alloca, strcpy and strlen call. | enami |
| 2001-09-18 | From Brian Ginsbach: Fix overflow detection, and only abort on long paths | christos |
| 2001-09-18 | Use alloca() instead of malloc() and strdup(). Proper fix for the find | simonb |
| 2001-09-16 | Standardize section headers, sort sections, sort SEE ALSO, punctuation | wiz |
| 2001-09-16 | Boring whitespace fixes. | wiz |
| 2001-09-15 | Unwrap a line that wasn't >80 characters long before it was wrapped. | simonb |
| 2001-09-08 | Selected fixes from Brian Ginsbach <ginsbach@cray.com>, modified by me. | christos |
| 2001-08-31 | fstabscan() fixes: | lukem |
| 2001-08-22 | begin executed --> being executed | groo |
| 2001-07-30 | Build a single retry into syslog() so that if someone restarted | atatat |
| 2001-07-09 | add fts_safe_changedir() function and use it everywhere. | christos |
| 2001-07-09 | Don't need to include <string.h> unless REALLY_SET_PROGNAME is true. | simonb |
| 2001-07-09 | Don't need to include <string.h>. | simonb |
| 2001-06-25 | avoid an underrun in "buf". noted by dean@huxley.org in PR#13292 | mrg |
| 2001-06-06 | oops, make sure we close the file descriptor... | christos |
| 2001-06-05 | Fix problem reported by Kris Kennaway <kris@obsecurity.org>; In | christos |
| 2001-06-05 | Whitespace fixes, punctuation fix, NetBSD -> Nx. | wiz |
| 2001-06-05 | Uppercase Dt argument, fix AUTHORS section name. | wiz |
| 2001-06-05 | Uppercase Dt argument, fix typos, remove an empty line. | wiz |
| 2001-05-23 | Fix return value interval; from Tadayuki OKADA in PR lib/12984. | kleink |
| 2001-05-07 | Internally rename sysconf() to __sysconf() to make its latter name suitable | kleink |
| 2001-05-03 | Enable ELF32 support for VAX. | matt |
| 2001-04-17 | Need <limits.h> in _CTYPE_PRIVATE environments. | kleink |
| 2001-04-12 | KERN_RTC_OFFSET sysctl has been readonly. | toshii |
| 2001-04-03 | Fix sentinel for the buffer in globtilde. It was off by x 2. Noted by Theo. | christos |
| 2001-04-02 | Remove trailing space from comment line. | wiz |
| 2001-03-31 | Emit a link warning for the old timezone() interface; from Nick Hudson. | kleink |
| 2001-03-31 | Finally deprecate the old timezone() interface in favor of an XSH5 | kleink |
| 2001-03-28 | try to make this compile on 1.4.x | christos |
| 2001-03-28 | deal with buffer overflows for fixed length buffers. | christos |
| 2001-03-28 | KNF. no functional differences. | christos |
| 2001-03-27 | net.inet.ip.maxfragpackets defines the maximum size of ip reass queue | itojun |
| 2001-03-22 | clean up a bit, xref exit(3), and suggest use of EXIT_FAILURE. | cgd |
| 2001-03-18 | set gl_pathv to NULL after we free it. | christos |