| Age | Commit message (Expand) | Author |
| 1999-08-02 | Fix PR7747: umount -R dumps core | sommerfeld |
| 1999-08-02 | s/on device/in [dirname]/, to be a bit clearer... | mycroft |
| 1999-07-30 | Adjust column-sizing code to keep output in 76 character lines, so output | wrstuden |
| 1999-07-30 | don't use the result of a readdir() after closedir(), from | drochner |
| 1999-07-30 | Collect all little usage-messages spread around into one place, | hubertf |
| 1999-07-29 | fix alignment problem of SIOCGIFCONF, on 64bit arch. | itojun |
| 1999-07-29 | sync with recent KAME. | itojun |
| 1999-07-27 | Replace the existing version of nologin(8) with a rewrite that was done | hubertf |
| 1999-07-26 | Make the previous actually compile. | thorpej |
| 1999-07-26 | cleanup error message | darrenr |
| 1999-07-26 | don't allow destination addresses to be set for non-Point-to-point interfaces | darrenr |
| 1999-07-26 | after determining the size of a file being used as a msdosfs, seek back to | cgd |
| 1999-07-25 | s/makeing/making/ (in a comment) | abs |
| 1999-07-22 | Address PR bin/7623: if the filesystem is so small (or segment size so large) | perseant |
| 1999-07-22 | s/atoi/strtol/ and check if argument given to -i was really a valid | hubertf |
| 1999-07-21 | Try $TMPDIR before resorting to _PATH_TMP. | kleink |
| 1999-07-21 | Don't try to play games with the BSS; just make it work. | mycroft |
| 1999-07-19 | Add description of /proc/#/cmdline to mount_procfs.8. | jlam |
| 1999-07-17 | tweak IPv6 case so that "route show" does not truncate numeric IPv6 address. | itojun |
| 1999-07-16 | - don't core-dump if hints file is too short | christos |
| 1999-07-15 | Address PR 7412: fix newfs_lfs.8 to list all real options for newfs_lfs; | perseant |
| 1999-07-13 | From PR-7951 by Joachim Kuebart: | scw |
| 1999-07-12 | avoid using constants, use #define'd values. | itojun |
| 1999-07-12 | do not modify BINGRP as there's no reason for. | itojun |
| 1999-07-12 | correct typo. s/LDADD/DPADD/ | itojun |
| 1999-07-08 | Update to new mount arguments. | wrstuden |
| 1999-07-06 | Incorrect integration. ctime takes a time_t value, not a long. | mjacob |
| 1999-07-04 | do not pass NULL to errx(). | itojun |
| 1999-07-04 | do not bark even if ipsec policy setting for "route flushing 127.0.0.1" | itojun |
| 1999-07-04 | add NetBSD RCS ID. | itojun |
| 1999-07-04 | be friendly with non-IPsec kernel. | itojun |
| 1999-07-03 | RCS Id police. | kleink |
| 1999-07-03 | Add a new -s option to make it easier to test the link-level status | sommerfeld |
| 1999-07-03 | 0 -> STDIN_FILENO | kleink |
| 1999-07-03 | s/CFLAGS/CPPFLAGS/ for -D and -I. | itojun |
| 1999-07-02 | stop using __RCSID from UCB comment. | itojun |
| 1999-07-02 | Build fdisk on bebox and ofppc(replaced powerpc). | sakamoto |
| 1999-07-02 | write up IPv6 operations (prefixlen and others) | itojun |
| 1999-07-02 | IPv6-ready route command (-inet6 and -prefixlen are added) | itojun |
| 1999-07-02 | rtsol: Throw IPv6 router solicitation to request autoconfiguration | itojun |
| 1999-07-02 | IPsec support (specify policy on ping - quite useful to test | itojun |
| 1999-07-02 | Fix some printf format problems. | thorpej |
| 1999-07-02 | -D... belongs in CPPFLAGS | thorpej |
| 1999-07-01 | Fix LP64 printf format problem. | thorpej |
| 1999-07-01 | enable -DIPSEC. | itojun |
| 1999-07-01 | ping for IPv6. try | itojun |
| 1999-07-01 | Note the default tape device is taken from _PATH_DEFTAPE in /usr/include/paths.h | abs |
| 1999-07-01 | make ifconfig IPv6-ready. | itojun |
| 1999-07-01 | Remove an extraneous fclose() call which would cause savecore to crash | cgd |
| 1999-06-28 | Flesh out the manual page, add an examples section, and correct some of the | agc |