..
badsect
from Erik Bertelsen <erik@mediator.uni-c.dk>
1998-08-25 19:18:12 +00:00
bim
macroize BSD, NetBSD, FreeBSD and misc cleanup
1998-02-06 05:39:31 +00:00
ccdconfig
from Erik Bertelsen <erik@mediator.uni-c.dk>
1998-08-25 19:18:12 +00:00
clri
from Erik Bertelsen <erik@mediator.uni-c.dk>
1998-08-25 19:18:12 +00:00
disklabel
bzero->memset, bcopy->memcpy, bcmp->memcmp
1998-08-10 02:57:23 +00:00
dmesg
discard privs as soon as possible.
1998-07-05 08:56:54 +00:00
dump
from Erik Bertelsen <erik@mediator.uni-c.dk>
1998-08-25 19:18:12 +00:00
edlabel
Fix off-by-one error when showing the partition range one is able to modify
1997-12-20 21:49:30 +00:00
fastboot
fix bad .Xr references
1998-04-29 09:49:10 +00:00
fdisk
Separate master bootcode from fdisk.
1998-10-15 15:23:23 +00:00
fsck
from Erik Bertelsen <erik@mediator.uni-c.dk>
1998-08-25 19:18:12 +00:00
fsck_ext2fs
__AUDIT__ cleanup.
1998-07-28 19:22:54 +00:00
fsck_ffs
Use DINODE_SIZE rather than sizeof(struct dinode) and/or pointer arithmetic.
1998-10-23 01:13:33 +00:00
fsck_msdos
Since M$ doesn't maintain the FSINFO block correctly,
1998-10-06 14:31:58 +00:00
fsdb
sort entries and delete extra periods in SEE also section.
1998-05-22 18:27:50 +00:00
fsirand
Use DINODE_SIZE instead of sizeof(struct dinode) and/or pointer arithmetic.
1998-10-23 01:27:51 +00:00
ifconfig
Add support for displaying interface alias information. Based on PR/6109 by
1998-09-06 17:51:32 +00:00
init
Use sigset_t for signal masks.
1998-09-18 22:00:46 +00:00
ldconfig
Assign my copyrights to TNF.
1998-09-05 13:08:38 +00:00
mknod
Print correct filename if mknod() fails.
1998-10-13 16:41:20 +00:00
modload
__AUDIT__ cleanup.
1998-07-28 19:22:54 +00:00
modunload
* cleanup for WARNS=1
1997-09-15 03:55:25 +00:00
mount
add mount_filecore to "see also"-list
1998-10-03 22:50:46 +00:00
mount_ados
Merge with Lite2 + local changes
1998-03-01 02:20:01 +00:00
mount_cd9660
Merge with Lite2 + local changes
1998-03-01 02:20:01 +00:00
mount_ext2fs
const poisoning.
1998-07-26 14:57:56 +00:00
mount_fdesc
macroize BSD, NetBSD, FreeBSD and misc cleanup
1998-02-06 05:54:12 +00:00
mount_ffs
const poisoning.
1998-07-26 14:57:56 +00:00
mount_filecore
Add a description of the origin of filecore and what it is.
1998-08-14 23:00:59 +00:00
mount_kernfs
macroize BSD, NetBSD, FreeBSD and misc cleanup
1998-02-06 05:54:12 +00:00
mount_lfs
Merge with Lite2 + local changes
1998-03-01 02:20:01 +00:00
mount_msdos
Merge with Lite2 + local changes
1998-03-01 02:20:01 +00:00
mount_nfs
Get protocol type for "pmap_getport()" from variable "nfsproto" instead of
1998-05-14 07:44:09 +00:00
mount_null
macroize BSD, NetBSD, FreeBSD and misc cleanup
1998-02-06 05:54:12 +00:00
mount_portal
We use regexp(3), better link w/ libcompat!
1998-09-18 22:14:46 +00:00
mount_procfs
macroize BSD, NetBSD, FreeBSD and misc cleanup
1998-02-06 05:54:12 +00:00
mount_umap
macroize BSD, NetBSD, FreeBSD and misc cleanup
1998-02-06 05:54:12 +00:00
mount_union
CFLAGS->CPPFLAGS
1997-10-10 19:47:50 +00:00
newfs
Use DINODE_SIZE instead of sizeof(struct dinode). Also, eliminate some
1998-10-23 00:39:15 +00:00
newfs_msdos
sort entries and delete extra periods in SEE also section.
1998-05-22 18:27:50 +00:00
newlfs
vax -> __vax__
1998-10-20 01:48:14 +00:00
nologin
fix .Nm usage
1997-09-15 07:02:36 +00:00
ping
Add getuid() check if -f is set, fixes pr 6222 by Uwe Arndt.
1998-10-01 19:39:33 +00:00
reboot
Back out the wait-for-slowly-dying-processes change.
1998-10-09 18:50:35 +00:00
restore
fix a small bug.
1998-07-27 19:19:45 +00:00
rndctl
sort entries and delete extra periods in SEE also section.
1998-05-22 18:27:50 +00:00
route
* implement -f; flush all routes before executing command
1998-10-23 05:36:42 +00:00
routed
spell daemon correctly in the opening paragraph...
1998-10-21 13:58:32 +00:00
savecore
Avoid truncating partition size in freespace calculation
1998-07-23 19:05:59 +00:00
scsictl
yoops, build manpage (duh)
1998-10-18 01:14:28 +00:00
shutdown
Initialize the global variable `shuttime' with current time when
1998-10-09 03:01:40 +00:00
slattach
add the ability to run SLIP with CLOCAL set, per PR#3586
1998-03-23 04:41:16 +00:00
swapctl
print the strerror if swapctl fails.
1998-10-08 10:00:31 +00:00
ttyflags
fix .Nx usage (use 1.0 instead of 0.9a, etc), and other minor cleanups
1997-11-24 06:28:50 +00:00
tunefs
from Erik Bertelsen <erik@mediator.uni-c.dk>
1998-08-25 19:18:12 +00:00
umount
Changes to implement "-R" (raw) option to umount, per PR#4030.
1998-04-17 01:19:42 +00:00
Makefile
Build scsictl.
1998-10-15 21:45:30 +00:00
Makefile.inc
pull bsd.own.mk in before LDSTATIC?=-static, so that LDSTATIC can be
1998-03-02 22:03:11 +00:00