.. |
atactl
|
Bump date for "offline" description.
|
2004-10-10 09:45:10 +00:00 |
badsect
|
cleanup some lint
|
2004-08-08 02:51:19 +00:00 |
bim
|
|
|
brconfig
|
Add (unsigned char) to isdidgit call
|
2004-10-28 19:40:47 +00:00 |
ccdconfig
|
Add (unsigned char) to isdigit()
|
2004-10-28 19:43:29 +00:00 |
cgdconfig
|
Correct the omission in 're-enter' verification method addition in EXAMPLES.
|
2004-10-15 15:25:14 +00:00 |
chkconfig
|
|
|
clri
|
|
|
disklabel
|
Initial import of iyonix port.
|
2004-10-13 23:28:34 +00:00 |
dkctl
|
Use PRI* format strings to print 64 bit data types.
|
2004-09-28 10:01:42 +00:00 |
dmesg
|
|
|
drvctl
|
Sync usage with man page.
|
2004-08-18 13:24:55 +00:00 |
dump
|
Signal handlers should manipulate 'volatile sig_atomic_t' instead of 'int'.
|
2004-08-08 09:46:16 +00:00 |
dump_lfs
|
Add description for -l, from dump(8).
|
2004-07-13 17:08:50 +00:00 |
edlabel
|
|
|
fastboot
|
|
|
fdisk
|
Add (unsigned char) to isdigit() calls
|
2004-10-28 19:48:41 +00:00 |
fsck
|
Add (unsigned char) to isdigit() call
|
2004-10-28 19:59:09 +00:00 |
fsck_ext2fs
|
|
|
fsck_ffs
|
always print warning and return non-zero exit when there are unresolved inconsistencies.
|
2004-10-11 15:24:09 +00:00 |
fsck_lfs
|
Changes from rev 1.34 and 1.35 of sbin/newfs_lfs/lfs.c.
|
2004-09-15 03:24:09 +00:00 |
fsck_msdos
|
|
|
fsdb
|
fix blks command.
|
2004-09-17 12:18:55 +00:00 |
fsirand
|
|
|
ifconfig
|
De __P
|
2004-10-11 20:13:37 +00:00 |
init
|
be explicit about the perms of mfs /dev
|
2004-10-12 10:08:09 +00:00 |
ldconfig
|
|
|
lmcctl
|
|
|
mbrlabel
|
|
|
mknod
|
Completely rework how tools/compat is done. Purge all uses/references to
|
2004-06-20 22:20:14 +00:00 |
modload
|
Fix a typo in a comment.
|
2004-10-27 19:36:31 +00:00 |
modunload
|
|
|
mount
|
Try the DIOCGWEDGEINFO ioctl first. If that succeeds (i.e. the block
|
2004-09-25 03:32:52 +00:00 |
mount_ados
|
|
|
mount_cd9660
|
|
|
mount_ext2fs
|
|
|
mount_fdesc
|
|
|
mount_ffs
|
|
|
mount_filecore
|
Sync usage with reality. Closes PR 25915 by Kouichirou Hiratsuka.
|
2004-06-25 14:48:01 +00:00 |
mount_kernfs
|
|
|
mount_lfs
|
Add -b and -N to usage. Use getprogname.
|
2004-07-06 16:39:37 +00:00 |
mount_msdos
|
|
|
mount_nfs
|
|
|
mount_ntfs
|
|
|
mount_null
|
|
|
mount_overlay
|
|
|
mount_portal
|
|
|
mount_procfs
|
|
|
mount_smbfs
|
|
|
mount_umap
|
|
|
mount_union
|
|
|
newbtconf
|
Drop bogus .Bl/.El uncovered by new mdoc.
|
2004-08-31 17:08:06 +00:00 |
newfs
|
fix typo
|
2004-09-07 02:18:06 +00:00 |
newfs_lfs
|
- calculate maxfilesize dynamically rather than having a static table.
|
2004-09-11 08:33:53 +00:00 |
newfs_msdos
|
Change the default volume label from "NO NAME" to "NO_NAME". Note the
|
2004-09-22 23:52:38 +00:00 |
nologin
|
|
|
pdisk
|
|
|
pfctl
|
PF from openbsd 3.5
|
2004-06-22 15:16:29 +00:00 |
ping
|
|
|
ping6
|
|
|
pppoectl
|
fix typo
|
2004-09-01 19:38:09 +00:00 |
raidctl
|
Cleanup a bit by nuking RF_Malloc macro, and add in some error
|
2004-10-26 22:46:27 +00:00 |
rcorder
|
Do not exceed 80 columns. No functional change.
|
2004-09-21 15:47:32 +00:00 |
reboot
|
|
|
resize_ffs
|
|
|
restore
|
Sort options.
|
2004-10-24 17:01:22 +00:00 |
rndctl
|
|
|
route
|
|
|
routed
|
PR 9431: if rnh_addradd() fails, total_routes will be wrong.
|
2004-07-06 23:36:24 +00:00 |
rtsol
|
|
|
savecore
|
Rearrange the option formatting to be both prettier and more complete
|
2004-10-21 10:13:00 +00:00 |
scsictl
|
Add a couple cross-references to make similar ctl commands easier to find.
|
2004-09-16 18:02:27 +00:00 |
setkey
|
ignore promiscuous messages by checking sadb_msg_pid.
|
2004-07-23 12:47:55 +00:00 |
shutdown
|
Comment typo: unecessary->unnecessary
|
2004-10-09 02:51:19 +00:00 |
slattach
|
|
|
swapctl
|
|
|
sysctl
|
constify handlers[]
|
2004-10-17 11:04:39 +00:00 |
ttyflags
|
|
|
tunefs
|
Remove removed options from usage. From Kouichirou Hiratsuka in PR 25874.
|
2004-06-25 14:35:29 +00:00 |
umount
|
pass data to a function via an argument instead of via a global variable.
|
2004-09-01 01:47:09 +00:00 |
veriexecctl
|
|
|
vinum
|
|
|
wdogctl
|
|
|
wsconsctl
|
Add 2004 to copyright notice as these has been significantly modified recently.
|
2004-07-30 15:22:42 +00:00 |
Makefile
|
+drvctl
|
2004-08-19 10:20:59 +00:00 |
Makefile.inc
|
|
|