.. |
atactl
|
use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
|
2007-09-02 15:19:07 +00:00 |
badsect
|
the ellipsis is not an optional argument; while here, sync the usage
|
2007-08-06 19:16:05 +00:00 |
bioctl
|
Add initial scaffold for RAID 0. No IO just yet.
|
2008-01-19 23:53:53 +00:00 |
brconfig
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
ccdconfig
|
use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
|
2007-09-02 15:19:07 +00:00 |
clri
|
the ellipsis is not an optional argument; while here, sync the usage
|
2007-08-06 19:16:05 +00:00 |
dhclient
|
Code was not passing script exit status; fix with macro.
|
2008-03-12 13:31:22 +00:00 |
disklabel
|
getuint() doesn't use its partno argument. So eliminate it. No
|
2008-01-26 15:37:59 +00:00 |
dmesg
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
dump
|
the kids want I/O;
|
2008-01-26 23:07:55 +00:00 |
dumpfs
|
pick the right csaddr when dumping cgs. Makes FFS2 dumps work much better
|
2008-01-22 09:01:44 +00:00 |
fdisk
|
adjust width of S column to improve printing of the MBR partition table
|
2008-02-18 21:33:05 +00:00 |
fsck
|
add missing [-b block#] to the usage of fsck(8)
|
2007-10-20 18:11:17 +00:00 |
fsck_ext2fs
|
use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
|
2007-09-02 15:19:07 +00:00 |
fsck_ffs
|
Do not use DIP() as an lvalue; founc by pcc. ok millert@ ray@
|
2007-09-16 17:42:40 +00:00 |
fsck_msdos
|
Check reads and lseek correctly for unsigned return; ok krw@
|
2008-02-07 01:34:12 +00:00 |
fsdb
|
Teach fsdb about 64-bit block addresses. ok moritz@ pedro@
|
2007-06-25 20:00:29 +00:00 |
fsirand
|
convert ufs2_daddr_t -> daddr64_t for greater clarity; ok pedro otto thib
|
2007-06-01 06:38:54 +00:00 |
growfs
|
check fgets return value
|
2007-10-05 13:56:14 +00:00 |
ifconfig
|
bump Mdocdate for pages committed in "febuary", necessary because
|
2008-02-11 07:58:28 +00:00 |
init
|
malloc(n * m) -> calloc(n, m); ok espie
|
2007-09-03 14:26:54 +00:00 |
iopctl
|
sync the synopsis and usage of commands
|
2007-10-16 20:19:26 +00:00 |
ipsecctl
|
Support for specifying aes-{128,192,256}. Originial idea by Prabhu
|
2008-02-22 23:51:31 +00:00 |
isakmpd
|
Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to
|
2008-03-13 01:49:52 +00:00 |
kbd
|
each usage requires its own line
|
2007-12-30 13:50:43 +00:00 |
ldattach
|
Log an error if a device can not be opened, only log line discipline attachment
|
2008-02-28 11:22:12 +00:00 |
lmccontrol
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
mknod
|
do not repeat "usage:" twice
|
2007-12-30 13:52:40 +00:00 |
modload
|
Make modload use /dev/ksyms as a kernel file by default.
|
2007-11-25 19:21:37 +00:00 |
modunload
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
mount
|
Don't err() out if a fstab line refers to a non-existant mount point.
|
2007-11-17 17:18:32 +00:00 |
mount_cd9660
|
+.Xr cdio 1 ,
|
2007-11-12 20:30:38 +00:00 |
mount_ext2fs
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
mount_ffs
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
mount_msdos
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
mount_nfs
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
mount_ntfs
|
provide mount_ntfs(8) on alpha, it works out of the box for reading
|
2007-12-09 19:48:55 +00:00 |
mount_portal
|
Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to
|
2008-03-13 01:49:52 +00:00 |
mount_procfs
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
mount_udf
|
update pedro's email address, at his request;
|
2007-12-09 20:54:01 +00:00 |
mount_vnd
|
default to svnds now to accomodate change in the vnd driver.
|
2007-09-29 07:10:09 +00:00 |
mount_xfs
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
mountd
|
use the same argument name in synopsis and usage; lowercase "usage:"
|
2007-12-30 13:41:09 +00:00 |
ncheck_ffs
|
the ellipsis is not an optional argument; while here, sync the usage
|
2007-08-06 19:16:05 +00:00 |
newfs
|
More read/write result checking fixes to avoid unsigned comparisons vs
|
2008-01-29 13:02:31 +00:00 |
newfs_msdos
|
sort options;
|
2007-09-28 09:57:01 +00:00 |
nfsd
|
make sure we start 4 servers on udp if called with
|
2008-03-13 16:16:42 +00:00 |
nmeaattach
|
Unconditionally call the TIOCSTSTAMP ioctl, this way calling nmeaattach(8)
|
2007-10-13 16:28:24 +00:00 |
nologin
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
pdisk
|
remove unused functions
|
2007-12-09 23:35:22 +00:00 |
pfctl
|
Use HW_PHYSMEM64.
|
2008-02-13 19:55:12 +00:00 |
pflogd
|
Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to
|
2008-03-13 01:49:52 +00:00 |
ping
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
ping6
|
Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to
|
2008-03-13 01:49:52 +00:00 |
quotacheck
|
fix ffs2 case: fs_sblockloc's unit is disk sectors, not fragments;
|
2007-12-16 21:22:53 +00:00 |
raidctl
|
the kids want I/O;
|
2008-01-26 23:07:55 +00:00 |
reboot
|
remove another list which just keeps going out of date;
|
2007-11-19 08:51:49 +00:00 |
restore
|
remove unneeded feof
|
2007-09-25 09:55:33 +00:00 |
route
|
make route flush obey the rtable ID
|
2007-09-25 08:57:47 +00:00 |
routed
|
usage messages should have the form "usage: command [arguments]"
|
2007-12-30 13:46:13 +00:00 |
rtsol
|
|
|
savecore
|
remove some warnings:
|
2007-09-14 14:29:20 +00:00 |
scan_ffs
|
daddr_t -> daddr64_t; ok pedro@ thib@
|
2007-06-22 19:04:13 +00:00 |
scsi
|
remove unused functions
|
2008-01-13 20:23:34 +00:00 |
shutdown
|
remove another list which just keeps going out of date;
|
2007-11-19 08:51:49 +00:00 |
slattach
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
swapctl
|
if no arguments given, assume a nice default; ok miod jakemsr deanna
|
2007-11-26 13:36:33 +00:00 |
swapon
|
|
|
sysctl
|
bump Mdocdate for pages committed in "febuary", necessary because
|
2008-02-11 07:58:28 +00:00 |
ttyflags
|
convert to new .Dd format;
|
2007-05-31 19:19:00 +00:00 |
tunefs
|
daddr_t -> daddr64_t
|
2007-06-10 19:15:07 +00:00 |
umount
|
use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
|
2007-09-02 15:19:07 +00:00 |
wsconsctl
|
Add a few missing device entries.
|
2007-11-27 16:56:46 +00:00 |
Makefile
|
Add ldattach.
|
2007-11-03 15:29:39 +00:00 |
Makefile.inc
|
|
|