NetBSD/sbin
scottr c88084b900 Grammar police, noted by Peter Seebach <seebs@solon.com>; closes PR #1704. 1996-02-06 20:34:28 +00:00
..
badsect convert to new RCS Id conventions; reduce my headache 1995-03-18 14:54:19 +00:00
bim Changed to write the first 1k bytes that includes the disklabel and 1995-09-28 07:08:49 +00:00
ccdconfig Add experimental data mirroring support, derived from code written by 1996-02-01 20:47:13 +00:00
clri convert to new RCS Id conventions; reduce my headache 1995-03-18 14:54:19 +00:00
disklabel PR487. From John Kohl. (more examples and some corrections) 1996-01-16 06:41:20 +00:00
dmesg convert to new RCS Id conventions; reduce my headache 1995-03-18 14:54:19 +00:00
dump support $TAPE. update manual to reflect reality (#1937). 1996-02-05 23:59:37 +00:00
dumpfs Avoid arithmetic overflow (Tor Egge; PR#1768). 1996-01-09 21:23:36 +00:00
dumplfs Make this compile with -Werror. 1995-12-14 22:30:45 +00:00
edlabel #include <sys/ioccom.h> -> #include <sys/ioctl.h> 1996-01-30 18:34:07 +00:00
fastboot slightly clean rcs ids, etc. 1995-04-23 10:33:03 +00:00
fdisk Add code to look at the existing partition entries to deduce the 1995-10-04 23:11:19 +00:00
fsck Use fs_csaddr to find the cg summary area. From der Mouse, PR 1366. 1996-01-18 21:55:27 +00:00
fsck_ffs Use fs_csaddr to find the cg summary area. From der Mouse, PR 1366. 1996-01-18 21:55:27 +00:00
fsdb Note that fsdb arrived with NetBSD 1.1 1996-02-06 02:25:04 +00:00
ifconfig Merge with lite-2. 1996-01-04 21:27:29 +00:00
init Kill sessions that were deleted when rereading /etc/ttys. 1995-10-05 06:11:24 +00:00
ldconfig Create v.2 hint files. 1996-01-09 00:04:35 +00:00
mknod Convert to use err(3) 1995-08-11 00:08:18 +00:00
modload Check for .o extension after the *last* . in a file name. 1996-01-17 02:30:44 +00:00
modunload merge in changes from 1.1 release branch 1995-11-28 05:25:28 +00:00
mount Recognize all mount flags exported from the kernel (but only print the 1995-11-18 03:34:29 +00:00
mount_ados convert to new RCS Id conventions; reduce my headache 1995-03-18 14:54:19 +00:00
mount_cd9660 slightly clean rcs ids, etc. 1995-04-23 10:33:03 +00:00
mount_fdesc fdescfs now provides . and .. entries, so remove the comment about 1995-12-17 18:50:19 +00:00
mount_ffs Removed extraneous text; From Mike Long <mike.long@analog.com> 1996-02-05 06:33:47 +00:00
mount_kernfs convert to new RCS Id conventions; reduce my headache 1995-03-18 14:54:19 +00:00
mount_lfs convert to new RCS Id conventions; reduce my headache 1995-03-18 14:54:19 +00:00
mount_msdos Add '-G' flag for mounting Atari-Gemdos filesystems. 1996-01-19 21:14:43 +00:00
mount_nfs Use inet_aton(), not inet_addr(). 1995-05-21 15:17:13 +00:00
mount_null clean up (GRAMMAR POLICE!), removed references to now-nonexistent 1995-07-12 07:08:27 +00:00
mount_portal Remove junk (from Masanobu Saitoh; PR#1378). 1995-08-18 15:01:19 +00:00
mount_procfs convert to new RCS Id conventions; reduce my headache 1995-03-18 14:54:19 +00:00
mount_umap Remove reference to mount_lofs(8), per Todd Williamson 1996-01-15 02:00:18 +00:00
mount_union Remove reference to mount_lofs(8), per Todd Williamson 1996-01-15 02:00:18 +00:00
mountd merge in changes from 1.1 release branch 1995-11-28 05:25:28 +00:00
newfs Use sysctl() to determine maxpartitions. Fixes pr #970. 1995-06-28 02:21:02 +00:00
newlfs Use sysctl() to determine maxpartitions. Fixes pr #970. 1995-06-28 02:21:02 +00:00
nfsd <sys/syslog.h> -> <syslog.h> 1995-05-28 05:31:01 +00:00
nfsiod Prevent loop in SIGCHLD handler (Frank van der Linden; PR#1539). 1995-09-30 11:39:53 +00:00
nologin slightly clean rcs ids, etc. 1995-04-23 10:33:03 +00:00
ping The maxwait option was accidentally placed in the "options for 1995-12-31 04:55:35 +00:00
quotacheck merge in changes from 1.1 release branch 1995-11-28 05:25:28 +00:00
reboot Add a `-d' option to force a dump. From John Kohl. 1995-10-05 05:36:21 +00:00
restore support $TAPE. 1996-02-06 00:00:22 +00:00
route Produce less output on -q as promised by the man page (John Hawkinson; PR#998). 1996-01-07 00:07:23 +00:00
routed Grammar police, noted by Peter Seebach <seebs@solon.com>; closes PR #1704. 1996-02-06 20:34:28 +00:00
savecore set dumpsize in dump_exists(), not save_core(), so that minfree check 1995-07-24 20:35:02 +00:00
shutdown convert to new RCS Id conventions; reduce my headache 1995-03-18 14:54:19 +00:00
slattach Use POSIX signals. 1995-03-21 18:48:41 +00:00
swapon Add missing commas (from Masanobu Saitoh; PR#1377). 1995-08-18 14:51:35 +00:00
ttyflags don't complain about errors opening 'on' ttys, if the error is ENXIO. 1995-08-13 05:24:03 +00:00
tunefs convert to new RCS Id conventions; reduce my headache 1995-03-18 14:54:19 +00:00
umount Fix the case where stat() fails, so that the file system is still unmounted. 1995-09-22 02:03:48 +00:00
Makefile Fix my typo 1995-10-10 21:42:00 +00:00
Makefile.inc convert to new RCS Id conventions; reduce my headache 1995-03-18 14:54:19 +00:00