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