NetBSD/sbin
mjf 84bd46b9f9 Add support to allow a file system to not permit being exported over NFS.
Approved by elad@ and wrstuden@
2006-10-24 21:53:10 +00:00
..
amrctl Drop trailing whitespace. 2006-07-23 13:23:12 +00:00
atactl add missing initializers 2006-10-16 00:45:19 +00:00
badsect
bim One "const" is enough... 2006-09-04 01:20:44 +00:00
brconfig lower value mean higher priority for bridges 2006-10-11 13:16:39 +00:00
ccdconfig c99 initializers 2006-10-16 02:42:42 +00:00
cgdconfig Programs that use efun. 2006-08-26 18:14:28 +00:00
chkconfig
clri
disklabel New NetBSD/landisk port uses MBR too. 2006-09-01 21:44:02 +00:00
dkctl
dmesg c99 initializer 2006-10-16 02:43:19 +00:00
drvctl - Add a new DRVCTLCOMMAND ioctl to /dev/drvctl. This is a generic 2006-09-22 04:37:36 +00:00
dump
dump_lfs Call fcntl on the file descriptor *before* closing it. 2006-09-28 23:23:01 +00:00
edlabel use c99 initialisers. 2006-10-23 03:56:38 +00:00
fastboot
fdisk Use more macros. New sentence, new line. 2006-09-24 15:52:12 +00:00
fsck - add volatile 2006-10-16 02:44:46 +00:00
fsck_ext2fs use c99 initializers 2006-10-16 03:02:01 +00:00
fsck_ffs comment out impossible code. 2006-10-16 03:09:26 +00:00
fsck_lfs comment out/delete impossible code 2006-10-16 03:21:34 +00:00
fsck_msdos Programs that use efun. 2006-08-26 18:14:28 +00:00
fsdb c99 initializer 2006-10-16 03:10:59 +00:00
fsirand
gpt Add initialization of a variable where gcc for some archs thinks 2006-10-17 21:14:03 +00:00
ifconfig - get rid of p_cfunc2 2006-10-16 02:52:43 +00:00
init Don't record runlvl transitions before we have a read-write /var. Noticed 2006-09-28 15:20:14 +00:00
ldconfig
mbrlabel
mknod
modload Replace complicated test for ELFSIZE 64 with #ifdef _LP64 which is 2006-07-08 05:49:01 +00:00
modunload
mount Add support to allow a file system to not permit being exported over NFS. 2006-10-24 21:53:10 +00:00
mount_ados use MOPT_NULL 2006-10-16 03:37:42 +00:00
mount_cd9660 use MOPT_NULL 2006-10-16 03:37:42 +00:00
mount_ext2fs use MOPT_NULL 2006-10-16 03:37:42 +00:00
mount_fdesc use MOPT_NULL 2006-10-16 03:37:42 +00:00
mount_ffs use MOPT_NULL 2006-10-16 03:37:42 +00:00
mount_filecore use MOPT_NULL 2006-10-16 03:37:42 +00:00
mount_kernfs use MOPT_NULL 2006-10-16 03:37:42 +00:00
mount_lfs use MOPT_NULL 2006-10-16 03:37:42 +00:00
mount_msdos use MOPT_NULL 2006-10-16 03:37:42 +00:00
mount_nfs use MOPT_NULL 2006-10-16 03:37:42 +00:00
mount_ntfs use MOPT_NULL 2006-10-16 03:37:42 +00:00
mount_null use MOPT_NULL 2006-10-16 03:37:42 +00:00
mount_overlay use MOPT_NULL 2006-10-16 03:37:42 +00:00
mount_portal use MOPT_NULL 2006-10-16 03:37:42 +00:00
mount_procfs use MOPT_NULL 2006-10-16 03:37:42 +00:00
mount_ptyfs use MOPT_NULL 2006-10-16 03:37:42 +00:00
mount_smbfs
mount_sysvbfs use MOPT_NULL 2006-10-16 03:37:42 +00:00
mount_tmpfs use MOPT_NULL 2006-10-16 03:37:42 +00:00
mount_udf use MOPT_NULL 2006-10-16 03:37:42 +00:00
mount_umap use MOPT_NULL 2006-10-16 03:37:42 +00:00
mount_union use MOPT_NULL 2006-10-16 03:37:42 +00:00
newbtconf
newfs c99 initializers. 2006-10-16 03:04:45 +00:00
newfs_lfs c99 initializer 2006-10-16 03:15:46 +00:00
newfs_msdos c99 initializers 2006-10-16 03:25:21 +00:00
newfs_sysvbfs
nologin
pdisk
ping Change error message to say "setuid", forgotten in previous commit. 2006-09-28 16:01:16 +00:00
ping6 PR/30226: Nino Dehne: ping6(8) and ping(8) are inconsistent in the output 2006-09-23 16:18:04 +00:00
pppoectl
raidctl
rcorder Programs that use efun. 2006-08-26 18:14:28 +00:00
reboot
resize_ffs
resize_lfs include <bsd.own.mk>. From Geoff Wing on source-changes. 2006-09-07 23:53:41 +00:00
restore c99 iniitializer 2006-10-16 03:12:23 +00:00
rndctl
route add missing initializer 2006-10-16 02:55:10 +00:00
routed
rtsol
savecore c99 initializers 2006-10-16 02:56:56 +00:00
scan_ffs Improve English. 2006-10-17 09:26:21 +00:00
scsictl
setkey
shutdown
slattach Misc fixes for sl(4) and slattach(8) man pages: 2006-07-08 17:22:14 +00:00
swapctl Sort sections. Fix typo. Start sentence with upper-case letter. 2006-09-02 23:58:41 +00:00
sysctl support printing kern.drivers 2006-10-15 21:33:34 +00:00
ttyflags PR/13478: Greg A. Woods: some tty-related documentation fixes 2006-10-06 22:07:44 +00:00
tunefs
umount
veriexecctl If Veriexec enforces access type, don't allow mmap() to use PROT_EXEC on 2006-09-30 10:56:31 +00:00
wdogctl Add -x to usage. 2006-08-13 23:24:53 +00:00
wsconsctl Mention include proper file for keyboard defines; from Zafer. 2006-10-22 19:39:32 +00:00
Makefile hook in gpt 2006-10-15 22:37:14 +00:00
Makefile.inc WFORMAT is no more... 2006-10-08 17:52:28 +00:00