..
atactl
Allow the enable command if SMART is not enabled. Duh.
2002-09-13 18:31:41 +00:00
badsect
Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path
2002-08-19 10:16:51 +00:00
bim
…
brconfig
…
ccdconfig
Seems I was overzealous. Undo part of last, noted by grant.
2002-06-11 13:58:09 +00:00
chkconfig
…
clri
Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path
2002-08-19 10:16:51 +00:00
disklabel
add FS_APPLEUFS
2002-09-28 00:47:24 +00:00
dkctl
add a new command, "keeplabel".
2002-07-01 18:49:57 +00:00
dmesg
…
dump
Add fix from FreeBSD traverse.c 1.16:
2002-09-30 10:48:49 +00:00
dump_lfs
Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path
2002-08-19 10:16:51 +00:00
edlabel
minor makefile delint
2002-09-18 06:38:50 +00:00
fastboot
…
fdisk
add partition type 0xaf for Apple HFS.
2002-09-27 23:19:56 +00:00
fsck
if RESCUEDIR is defined, set _PATH_RESCUE to that
2002-08-23 03:19:07 +00:00
fsck_ext2fs
Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path
2002-08-19 10:16:51 +00:00
fsck_ffs
Add support for the Apple UFS variation on ffs
2002-09-28 20:11:05 +00:00
fsck_lfs
Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path
2002-08-19 10:16:51 +00:00
fsck_msdos
Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path
2002-08-19 10:16:51 +00:00
fsdb
Add support for the Apple UFS variation on ffs
2002-09-28 20:11:05 +00:00
fsirand
Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path
2002-08-19 10:16:51 +00:00
ifconfig
New sentence, new line.
2002-09-30 07:37:09 +00:00
init
if RESCUEDIR is defined, use ${RESCUEDIR}/sh as _PATH_ALTSHELL
2002-08-24 01:05:14 +00:00
ldconfig
Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path
2002-08-19 10:16:51 +00:00
lmcctl
Setting BINMODE=555 is redundant, as is setting BIN{OWN,GRP} of we're
2002-08-02 03:58:09 +00:00
mbrlabel
add MBR_PTYPE_APPLEUFS of 0xa8
2002-09-28 00:56:25 +00:00
mknod
…
modload
uppercase the lkm kernel-userspace dev macros and prefix them with LKM_
2002-09-18 22:59:36 +00:00
modunload
…
mount
Cosmetic changes.
2002-09-23 03:39:41 +00:00
mount_ados
MNT_GETARGS support
2002-09-21 18:43:31 +00:00
mount_cd9660
MNT_GETARGS support
2002-09-21 18:43:31 +00:00
mount_ext2fs
MNT_GETARGS support
2002-09-21 18:43:31 +00:00
mount_fdesc
MNT_GETARGS support
2002-09-21 18:43:31 +00:00
mount_ffs
MNT_GETARGS support
2002-09-21 18:43:31 +00:00
mount_filecore
MNT_GETARGS support
2002-09-21 18:43:31 +00:00
mount_kernfs
MNT_GETARGS support
2002-09-21 18:43:31 +00:00
mount_lfs
MNT_GETARGS support
2002-09-21 18:43:31 +00:00
mount_msdos
MNT_GETARGS support
2002-09-21 18:43:31 +00:00
mount_nfs
MNT_GETARGS support
2002-09-21 18:43:31 +00:00
mount_ntfs
MNT_GETARGS support
2002-09-21 18:43:31 +00:00
mount_null
MNT_GETARGS support
2002-09-21 18:43:31 +00:00
mount_overlay
MNT_GETARGS support
2002-09-21 18:43:31 +00:00
mount_portal
MNT_GETARGS support
2002-09-21 18:43:31 +00:00
mount_procfs
MNT_GETARGS support
2002-09-21 18:43:31 +00:00
mount_umap
MNT_GETARGS support
2002-09-21 18:43:31 +00:00
mount_union
MNT_GETARGS support
2002-09-21 18:43:31 +00:00
newbtconf
…
newfs
Add support for the Apple UFS variation on ffs
2002-09-28 20:11:05 +00:00
newfs_lfs
Don't use adaptive measuring techniques to discover a good segment size,
2002-08-29 19:51:58 +00:00
newfs_msdos
…
nologin
…
pdisk
remove workaround for missing errno.h include
2002-08-22 22:38:05 +00:00
ping
Touch up error/warning messages.
2002-09-21 18:33:51 +00:00
ping6
reduce diff w/ kame
2002-09-23 12:52:30 +00:00
pppoectl
Fix usage(). Noticed by itojun.
2002-09-01 11:28:07 +00:00
raidctl
Remove duplicate 'to'. From Ryo HAYASAKA in bin/17562.
2002-07-11 15:06:04 +00:00
rcorder
KNF, remove unnecessary crap, ...
2002-06-30 14:17:44 +00:00
reboot
Support wtmpx.
2002-08-02 15:05:57 +00:00
restore
Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path
2002-08-19 10:16:51 +00:00
rndctl
Type 'network' was an alias for 'net' and was changed to "net" in
2002-08-18 23:45:48 +00:00
route
sweep of errx/warnx, remove unnecessary trailing \n
2002-07-20 08:36:17 +00:00
routed
bitmask operation mistake audit (s/&&/&/). from openbsd
2002-08-08 15:10:51 +00:00
rtsol
Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path
2002-08-19 10:16:51 +00:00
savecore
use humanize_number(3) for progress printout
2002-09-27 18:38:53 +00:00
scsictl
Added debug command to support SCIOCDEBUG.
2002-09-26 06:15:38 +00:00
setkey
Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path
2002-08-19 10:16:51 +00:00
shutdown
…
slattach
…
swapctl
print something sensible on -z if no dump device is set
2002-09-18 10:18:17 +00:00
sysctl
Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path
2002-08-19 10:16:51 +00:00
ttyflags
…
tunefs
Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path
2002-08-19 10:16:51 +00:00
umount
Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path
2002-08-19 10:16:51 +00:00
wdogctl
Format the path to a file with .Pa.
2002-07-29 21:08:30 +00:00
wsconsctl
Sort supported languages, and sync them with reality, as suggested by
2002-08-19 18:27:31 +00:00
Makefile
get pdisk compiling on macppc and mac68k
2002-07-09 05:57:32 +00:00
Makefile.inc
Revert previous; the change that required it will be done differently.
2002-09-27 21:04:46 +00:00