..
atactl
Format string cleanups by Bill Sommerfeld.
2000-10-10 20:24:49 +00:00
badsect
fix nested extern
2001-02-04 19:54:56 +00:00
bim
remove extra period in SEE ALL section
2000-07-05 15:45:28 +00:00
ccdconfig
Sprinkle some const.
2001-01-28 00:59:26 +00:00
clri
…
disklabel
When -I is specified, we mean to initialize the label if it's not there
2001-01-08 02:19:58 +00:00
dmesg
If "SMALL" is defined don't include kvm support, primarily for install
2000-06-20 01:49:20 +00:00
dump
restore needs the rcmd operations.
2001-02-04 21:37:29 +00:00
dump_lfs
Working version of aborted dump{,_lfs} join.
1999-10-01 04:35:21 +00:00
edlabel
enable edlabel on sparc64, too.
2000-08-09 11:37:34 +00:00
fastboot
…
fdisk
back out previous; it is better for now to handle the dependencies in
2001-01-14 09:41:41 +00:00
fsck
remove redundant declarations and nested externs.
2001-02-04 19:59:37 +00:00
fsck_ext2fs
fix nested extern and duplicate declarations
2001-02-04 21:19:34 +00:00
fsck_ffs
remove redundant declarations
2001-02-04 21:25:54 +00:00
fsck_lfs
fix redundant decls
2001-02-04 21:52:02 +00:00
fsck_msdos
minor knf
2001-01-05 01:41:34 +00:00
fsdb
remove redundant declarations
2001-02-04 21:25:54 +00:00
fsirand
fix nested extern. While I am here assign copyright to TNF.
2001-02-04 20:04:02 +00:00
ifconfig
fix nested externs
2001-02-04 20:05:20 +00:00
init
deprecate LOG_ODELAY; it's the default
2001-01-10 03:01:41 +00:00
ldconfig
Cosmetic change; actually split a line which looks like as if two lines.
2000-11-10 03:12:45 +00:00
lmcctl
remove redundant declaration
2001-02-04 20:06:51 +00:00
mbrlabel
ifix nested extern.
2001-02-04 20:08:24 +00:00
mknod
fix nested extern
2001-02-04 20:09:40 +00:00
modload
make sure that elf_mod_sizes() uses data_hole size aligned to section alignment
2000-12-27 20:29:36 +00:00
modunload
sweep of my licenses (userland files w/o only my copyright) for
2000-06-14 17:24:02 +00:00
mount
fix nested extern
2001-02-04 20:09:40 +00:00
mount_ados
make the code includable into other programs:
2000-10-30 20:56:57 +00:00
mount_cd9660
Document what can happen with bad Rock Ridge info on the CD.
2001-01-09 20:51:26 +00:00
mount_ext2fs
make the code includable into other programs:
2000-10-30 20:56:57 +00:00
mount_fdesc
make the code includable into other programs:
2000-10-30 20:56:57 +00:00
mount_ffs
make the code includable into other programs:
2000-10-30 20:56:57 +00:00
mount_filecore
make the code includable into other programs:
2000-10-30 20:56:57 +00:00
mount_kernfs
make the code includable into other programs:
2000-10-30 20:56:57 +00:00
mount_lfs
Try to prevent running more than one active cleaner on a filesystem at a time.
2000-11-13 22:12:49 +00:00
mount_msdos
fix up various .Nm abuses:
2000-11-07 06:43:24 +00:00
mount_nfs
remove unnecessary ":" in openlog ident
2001-01-11 01:33:35 +00:00
mount_ntfs
make the code includable into other programs:
2000-10-30 20:56:57 +00:00
mount_null
make the code includable into other programs:
2000-10-30 20:56:57 +00:00
mount_overlay
make the code includable into other programs:
2000-10-30 20:56:57 +00:00
mount_portal
be consistent (both internally and with other programs):
2001-01-10 03:33:16 +00:00
mount_procfs
Fix spelling.
2001-01-17 11:58:33 +00:00
mount_umap
make the code includable into other programs:
2000-10-30 20:56:57 +00:00
mount_union
make the code includable into other programs:
2000-10-30 20:56:57 +00:00
newbtconf
Pull down the changes I've just accidently commited into 1.5 branch.
2000-08-26 13:45:20 +00:00
newfs
Don't swap clustersum[0]. It's not a cluster summery but block free bitmap.
2000-12-23 12:32:12 +00:00
newfs_lfs
Add "-A" option to autoconfigure the segment size based on measured
2000-12-05 19:51:14 +00:00
newfs_msdos
fix nested extern
2001-02-04 21:53:39 +00:00
nologin
…
ping
correct use of howmany() for fd_set. commented by deraadt
2001-01-12 18:50:57 +00:00
ping6
correct recvmsg() validation.
2001-02-04 00:35:20 +00:00
raidctl
remove redundant prototypes.
2001-02-04 21:05:42 +00:00
rcorder
comment or delete text after CPP directives.
2001-01-16 02:50:27 +00:00
reboot
use openlog correctly...
2001-01-10 03:41:35 +00:00
restore
revert previous change; not needed.
2001-02-04 21:38:34 +00:00
rndctl
Don't explain -s twice.
2000-10-05 03:24:41 +00:00
route
remove nested externs.
2001-02-04 21:09:07 +00:00
routed
specify interface by using interface index (set/getsockopt with 0.0.0.0/8).
2001-01-15 13:19:12 +00:00
rtsol
use getifaddrs. do not leave AF_INET6 listening socket left opened for
2000-02-25 09:19:06 +00:00
savecore
Make option flag variables static. This avoids a conflict between
2001-01-11 20:27:12 +00:00
scsictl
Use .Pa.
2000-07-08 10:28:17 +00:00
setkey
remove redundant decl
2001-02-04 21:56:11 +00:00
shutdown
__CONCAT does token pasting, not string concatnation. if something like:
2000-12-20 00:31:41 +00:00
slattach
fix nested extern
2001-02-04 21:11:47 +00:00
swapctl
fix incorrect comment; -d does work!
2000-11-17 12:35:09 +00:00
sysctl
during ip6/icmp6 inbound packet processing, do not call log() nor printf() in
2001-02-07 08:59:47 +00:00
ttyflags
sweep of my licenses (userland files w/o only my copyright) for
2000-06-14 17:24:02 +00:00
tunefs
Disable (unifdef for now) tunefs -n <disable|enable>, this is done via
2000-06-15 22:37:17 +00:00
umount
Adapt to new RPC interface. Use getaddrinfo(), not gethostbyname().
2000-06-20 00:45:24 +00:00
wdogctl
fix nested extern
2001-02-04 21:14:32 +00:00
wsconsctl
avoid redundant declaration
2001-02-04 21:16:59 +00:00
Makefile
also visit mount_* for 'make clean' and 'make distclean'
2000-11-16 08:07:55 +00:00
Makefile.inc
Format string cleanups by Bill Sommerfeld.
2000-10-10 20:24:49 +00:00