NetBSD/sbin
kre 902f3d8946 Return to printing explicit "netmask 0x...." in the case that the
mask set is non-contiguous.   We don't prohibit setting such things
(even if they are basically useless) so they can be set by accident.
	ifconfig ifN 10.0.0.1 netmask 225.0.0.0
produced
	ifN .. inet 10.0.0.1/8
with the previous form (since 225 is 0xE1), now it produces
	ifN ... inet 10.0.0.1 netmask 0xe1000000

If the "netmask" form ever appears in ifconfig output, it (now)
means that the netmask is non-contig, which should make that case
obvious (whther intended, or set by accident)
2016-10-01 20:59:49 +00:00
..
amrctl Spelling mistake. 2016-09-11 00:52:39 +00:00
apmlabel fix unused variable warnings. 2013-10-19 01:09:58 +00:00
atactl update the micron smart codes for 247/248 to match data i found in 2016-05-10 08:08:59 +00:00
badsect Drop main() prototype. 2016-09-05 01:00:07 +00:00
bioctl Note which version it appeared in before the rewrite. 2016-09-11 01:03:15 +00:00
brconfig Use the new BRDGGIFS and BRDGRTS cmds which just use ifdrv directly. 2015-06-01 06:15:18 +00:00
ccdconfig Make ccdconfig resolve wedge names. 2014-12-07 10:44:34 +00:00
cgdconfig Spelling mistake. 2016-09-11 01:09:34 +00:00
chkconfig
chown Document the version chown first appeared. 2016-09-11 01:23:26 +00:00
clri Actually, V6 included clri before 3BSD. 2016-09-12 23:11:50 +00:00
devpubd Document the version devpubd first appeared. 2016-09-11 01:38:00 +00:00
disklabel Remove ignored Pp macro, highlighted by mandoc -Tlint. 2016-09-11 02:10:31 +00:00
dkctl Sort command list in usage. 2016-01-06 23:03:13 +00:00
dkscan_bsdlabel Define _KERNTYPES for things that need it. 2016-01-23 21:22:45 +00:00
dmctl Mention author in AUTHORS section. 2016-09-11 02:18:52 +00:00
dmesg dmesg first appeared in 3BSD 2016-09-11 02:24:00 +00:00
drvctl Document the version drvctl appeard. 2016-09-11 02:59:11 +00:00
dump dump was there from v4. 2016-08-15 00:03:14 +00:00
dump_lfs Make dump recognize lfs64. 2015-10-15 06:25:12 +00:00
fastboot
fdisk - Document the HISTORY of fdisk based on the original post to comp.unix.bsd by 2016-09-11 03:35:08 +00:00
fsck file system police. 2016-09-11 09:09:54 +00:00
fsck_ext2fs Document the author and the version fsck_ext2fs first appeared. 2016-09-11 03:56:00 +00:00
fsck_ffs Document the version fsck_ffs first appeared. 2016-09-11 04:07:38 +00:00
fsck_lfs PR/51478: Jose Luis Rodriguez Garcia: Fix leak mem fsck_lfs/lfs.c 2016-09-16 11:13:47 +00:00
fsck_msdos Document the version fsck_msdos first appeared. 2016-09-11 04:12:08 +00:00
fsck_v7fs Document author and the version fsck_v7fs appeared. 2016-09-11 04:19:52 +00:00
fsdb From Michael Plass: 2016-07-28 08:24:58 +00:00
fsirand Document author and the version fsirand appeared. 2016-09-11 21:22:18 +00:00
gpt say that you need to destroy it first. 2016-09-24 13:40:55 +00:00
ifconfig Return to printing explicit "netmask 0x...." in the case that the 2016-10-01 20:59:49 +00:00
init init first appeared in V1 UNIX 2016-09-11 22:22:57 +00:00
iscsictl update client OS version as well 2015-08-30 10:49:57 +00:00
iscsid Add printf-like annotation. 2016-05-30 22:02:41 +00:00
ldconfig Merge riastradh-drm2 to HEAD. 2014-03-18 18:20:35 +00:00
luactl Revert previous change, textproc/igor is not around from these parts here. 2016-09-11 23:07:50 +00:00
mbrlabel Remove trailing whitespace. 2013-02-27 21:21:47 +00:00
mknod mknod appeared in V4 2016-09-11 23:02:54 +00:00
modload Add .An -nosplit. 2016-09-12 06:52:59 +00:00
modstat Add .An -nosplit. 2016-09-12 06:52:59 +00:00
modunload Use standard section header. 2016-09-12 06:55:10 +00:00
mount mount appeared in V1 2016-09-12 00:25:23 +00:00
mount_ados Use __dead 2011-08-29 14:34:58 +00:00
mount_cd9660 Use __dead 2011-08-29 14:34:58 +00:00
mount_chfs Document the version mount_chfs appeared. 2016-09-12 00:38:42 +00:00
mount_efs De-capitalize `.Nd' macro argument. 2013-05-29 14:56:19 +00:00
mount_ext2fs Add MOPT_{REL,NO}ATIME as supported by the underlying filesystems. 2016-02-21 22:51:29 +00:00
mount_fdesc Add crossreference to fd(4) as noted a while back in PR 45694. Bump date. 2013-12-30 08:43:22 +00:00
mount_ffs Implement experimental support to pass notifications that a file 2012-10-19 17:09:06 +00:00
mount_filecore Use __dead 2011-08-29 14:34:58 +00:00
mount_hfs Drop main() prototype. 2016-09-05 01:00:07 +00:00
mount_kernfs Bump date for previous. 2012-03-22 21:47:20 +00:00
mount_lfs Add MOPT_{REL,NO}ATIME as supported by the underlying filesystems. 2016-02-21 22:51:29 +00:00
mount_msdos - mount_pcfs appeared in 386BSD 2016-09-12 01:44:52 +00:00
mount_nfs Add HISTORY section. 2016-09-12 02:06:16 +00:00
mount_nilfs Sort SEE ALSO. New sentence, new line. Punctuation nits. Use Nx. 2016-06-01 12:01:21 +00:00
mount_ntfs more recent information about unsupported drives. 2015-09-09 11:14:09 +00:00
mount_null Eliminate the distinct path check, since the paths don't actually need to be 2016-07-25 04:40:51 +00:00
mount_overlay Use __dead 2011-08-29 14:34:58 +00:00
mount_portal Define _KERNTYPES for things that need it. 2016-01-23 21:22:45 +00:00
mount_procfs Use __dead 2011-08-29 14:34:58 +00:00
mount_ptyfs Drop main() prototype. 2016-09-05 01:00:07 +00:00
mount_puffs Define _KERNTYPES for things that need it. 2016-01-23 21:22:45 +00:00
mount_sysvbfs Add AUTHORS section. 2016-09-12 02:38:31 +00:00
mount_tmpfs Add MOPT_{REL,NO}ATIME as supported by the underlying filesystems. 2016-02-21 22:51:29 +00:00
mount_udf Add HISTORY & AUTHORS section. 2016-09-12 02:45:07 +00:00
mount_umap Use __dead 2011-08-29 14:34:58 +00:00
mount_union Use __dead 2011-08-29 14:34:58 +00:00
mount_v7fs Add HISTORY & AUTHORS section. 2016-09-12 02:57:09 +00:00
newbtconf
newfs Memory File System support appeared in 4.4BSD, implemented as an extension to 2016-09-12 04:50:48 +00:00
newfs_ext2fs Add a bit of swapping for values in CG descriptors (used to be done 2016-09-05 10:44:36 +00:00
newfs_lfs Enable the creation of lfs64 volumes. 2015-10-15 06:24:33 +00:00
newfs_msdos Note the origin of the newfs_msdos command from FreeBSD 3.0. 2016-09-12 05:09:39 +00:00
newfs_sysvbfs Add AUTHORS section. 2016-09-12 05:11:53 +00:00
newfs_udf PR/50920: David Binderman: fix leak 2016-03-09 19:48:24 +00:00
newfs_v7fs Document newfs_v7fs appeared in NetBSD 6.0. 2016-09-12 05:16:04 +00:00
nologin Mention author in AUTHORS section. 2016-09-12 05:23:32 +00:00
nvmectl Fix RCS Id. 2016-07-14 10:02:43 +00:00
ping Manipulate the signal masks so signals only arrive while we're waiting, 2016-07-31 18:14:36 +00:00
ping6 #ifdef forward declaration of setpolicy like definition. 2016-02-29 16:25:06 +00:00
pppoectl pppoectl first appeared in NetBSD 1.6. 2016-09-12 05:35:20 +00:00
raidctl PR/50921: David Binderman: Fix memory leak 2016-03-09 19:53:32 +00:00
rcorder Drop main() prototype. 2016-09-05 01:00:07 +00:00
reboot A standalone reboot utility showed up in 4.0BSD. 2016-09-12 05:43:15 +00:00
resize_ffs Replace contractions. 2016-09-12 05:47:21 +00:00
resize_lfs Add a (draft) 64-bit superblock. Make things build again. 2015-08-02 18:18:09 +00:00
restore Don't truncate at microseconds while preserving timestamps. 2015-03-02 03:17:24 +00:00
rndctl Use <sys/rndio.h> instead of <sys/rnd.h>. 2015-04-13 22:18:50 +00:00
route Separate nexthop caches from the routing table 2016-04-04 07:37:07 +00:00
routed Separate nexthop caches from the routing table 2016-04-04 07:37:07 +00:00
savecore - avoid using globals where it is simple. 2013-05-13 18:44:11 +00:00
scan_ffs Teach scan_ffs about lfs64. 2015-10-15 06:25:23 +00:00
scsictl src is too big these days to tolerate superfluous apostrophes. It's 2014-10-18 08:33:23 +00:00
setkey -consistently use "char *" for the compiled policy buffer in the 2012-01-04 15:55:35 +00:00
shutdown Update the history, shutdown was first in 4.1 BSD (and existed earlier). 2016-09-14 00:16:31 +00:00
slattach attach tty line discipline by name, not by number. remove unused case value. lgtm christos 2013-10-20 20:17:52 +00:00
svhlabel getrawpartition(3) may fail, so call it only once and test for failure. 2013-02-07 10:44:45 +00:00
swapctl Minor formatting change in swapctl -l as noted in my PR bin/51155 2016-05-31 09:34:25 +00:00
sysctl Apply patch from PR 43587, mostly from martin and kre. When writing a 2016-07-31 23:30:28 +00:00
ttyflags open the tty with O_RDWR|O_NONBLOCK. it seems valid to ask for 2014-05-04 20:43:30 +00:00
tunefs Use getfsspecname also when not found in /etc/fstab. 2015-08-26 05:41:20 +00:00
umount umount appeared in V1 2016-09-12 06:34:08 +00:00
veriexecctl fix error messages containing \n 2015-06-16 23:18:54 +00:00
wdogctl Use _PATH_WATCHDOG from <paths.h> instead of locally-defined value. 2015-05-06 23:08:30 +00:00
wsconsctl Added complete support for touchscreen calibration (see PR kern/45872). 2012-12-24 01:29:20 +00:00
Makefile cgdconfig does not need crypto. 2016-07-01 22:50:50 +00:00
Makefile.inc Default to WARNS=5 2012-03-21 05:47:53 +00:00