NetBSD/sbin
tls 539a3fbb0a The sysctl returning the amount of memory in the system returns "int",
which is silly.  Luckily, it really does return the correct result if
interpreted as an unsigned int.  This change lets dump work on 32-bit
systems that have more than 2GB of RAM.
2003-04-19 23:29:12 +00:00
..
atactl
badsect Add support for UFS2. UFS2 is an enhanced FFS, adding support for 2003-04-02 10:39:19 +00:00
bim .Nm does not need a dummy argument ("") before punctuation or 2003-02-25 10:34:36 +00:00
brconfig Bump date for last change; new sentence, new line. 2003-03-19 10:37:55 +00:00
ccdconfig .Nm does not need a dummy argument ("") before punctuation or 2003-02-25 10:34:36 +00:00
cgdconfig We need -I., too. 2003-04-17 22:12:50 +00:00
chkconfig .Nm does not need a dummy argument ("") before punctuation or 2003-02-25 10:34:36 +00:00
clri Add support for UFS2. UFS2 is an enhanced FFS, adding support for 2003-04-02 10:39:19 +00:00
disklabel Use 2003-04-16 13:34:34 +00:00
dkctl Until timeval.tv_sec becomes a time_t, we can't pass a pointer to 2003-04-16 13:32:58 +00:00
dmesg
dump The sysctl returning the amount of memory in the system returns "int", 2003-04-19 23:29:12 +00:00
dump_lfs Add support for UFS2. UFS2 is an enhanced FFS, adding support for 2003-04-02 10:39:19 +00:00
edlabel
fastboot
fdisk Fix range check for the default boot option case. 2003-04-01 19:39:13 +00:00
fsck Make vmsg non-static, so it can be used directly by fsck_lfs. 2003-03-28 08:12:38 +00:00
fsck_ext2fs Consistently spell occurrence with two rs. 2003-03-29 22:48:37 +00:00
fsck_ffs If an alternate superblock is used, update the standard one correctly. 2003-04-14 18:50:52 +00:00
fsck_lfs Bump date for last. 2003-04-16 11:58:43 +00:00
fsck_msdos Eliminate a -Wshadow warning 2003-02-28 05:50:33 +00:00
fsdb Fix reverse test for UFS2 in the blks command. 2003-04-08 14:46:21 +00:00
fsirand clear errno before strto(u)l() if we're going to test it for ERANGE afterwards 2003-04-17 04:01:56 +00:00
ifconfig Combine no-argument options in SYNOPSIS. 2003-04-16 12:55:15 +00:00
init Call MAKEDEV with "init" 2003-04-17 18:04:47 +00:00
ldconfig Correct length of a memcpy. 2003-01-05 22:28:41 +00:00
lmcctl source, not sourse. From Igor Sobrado in PR 20721. 2003-03-15 19:29:11 +00:00
mbrlabel
mknod clear errno before strto(u)l() if we're going to test it for ERANGE afterwards 2003-04-17 04:01:56 +00:00
modload desupport LMRESERV_O, anything relying on it doesn't have chance of working 2003-04-11 07:49:31 +00:00
modunload .Nm does not need a dummy argument ("") before punctuation or 2003-02-25 10:34:36 +00:00
mount move getmntopts(3) to libutil, build and install also it's manpage 2003-03-22 12:43:57 +00:00
mount_ados move getmntopts(3) to libutil, build and install also it's manpage 2003-03-22 12:43:57 +00:00
mount_cd9660 This command is not normally executed at boot time. 2003-04-18 14:53:50 +00:00
mount_ext2fs move getmntopts(3) to libutil, build and install also it's manpage 2003-03-22 12:43:57 +00:00
mount_fdesc move getmntopts(3) to libutil, build and install also it's manpage 2003-03-22 12:43:57 +00:00
mount_ffs move getmntopts(3) to libutil, build and install also it's manpage 2003-03-22 12:43:57 +00:00
mount_filecore move getmntopts(3) to libutil, build and install also it's manpage 2003-03-22 12:43:57 +00:00
mount_kernfs move getmntopts(3) to libutil, build and install also it's manpage 2003-03-22 12:43:57 +00:00
mount_lfs move getmntopts(3) to libutil, build and install also it's manpage 2003-03-22 12:43:57 +00:00
mount_msdos move getmntopts(3) to libutil, build and install also it's manpage 2003-03-22 12:43:57 +00:00
mount_nfs PR/1472: David Carrel: Add option to specify the nfs port. 2003-04-11 17:39:09 +00:00
mount_ntfs move getmntopts(3) to libutil, build and install also it's manpage 2003-03-22 12:43:57 +00:00
mount_null move getmntopts(3) to libutil, build and install also it's manpage 2003-03-22 12:43:57 +00:00
mount_overlay move getmntopts(3) to libutil, build and install also it's manpage 2003-03-22 12:43:57 +00:00
mount_portal move getmntopts(3) to libutil, build and install also it's manpage 2003-03-22 12:43:57 +00:00
mount_procfs move getmntopts(3) to libutil, build and install also it's manpage 2003-03-22 12:43:57 +00:00
mount_smbfs install the example dot.nsmbrc 2003-04-04 07:50:43 +00:00
mount_umap move getmntopts(3) to libutil, build and install also it's manpage 2003-03-22 12:43:57 +00:00
mount_union move getmntopts(3) to libutil, build and install also it's manpage 2003-03-22 12:43:57 +00:00
newbtconf .Nm does not need a dummy argument ("") before punctuation or 2003-02-25 10:34:36 +00:00
newfs Sort options; mention -O default; grammar improvements; use more macros. 2003-04-03 14:50:35 +00:00
newfs_lfs Add support for UFS2. UFS2 is an enhanced FFS, adding support for 2003-04-02 10:39:19 +00:00
newfs_msdos
nologin
pdisk
ping permit -s 0. from Maxim Konovalov 2003-04-14 10:18:37 +00:00
ping6 do proper rounded packet loss calculations. 2003-03-27 16:15:44 +00:00
pppoectl bump .Dt [from wiz] 2003-03-22 15:26:38 +00:00
raidctl correct questionable use of strncpy(). 2003-04-15 07:36:14 +00:00
rcorder tweaks for fparseln(3) move from libutil to libc: 2002-11-30 03:10:53 +00:00
reboot Bump date. 2003-04-04 19:02:44 +00:00
resize_ffs make this compile again. 2003-04-03 14:55:16 +00:00
restore Add support for UFS2. UFS2 is an enhanced FFS, adding support for 2003-04-02 10:39:19 +00:00
rndctl .Nm does not need a dummy argument ("") before punctuation or 2003-02-25 10:34:36 +00:00
route Made a note in the code about the -d and -d options brought up in 2003-04-03 02:39:50 +00:00
routed use snprintf. there are more... 2003-04-15 08:20:17 +00:00
rtsol
savecore .Nm does not need a dummy argument ("") before punctuation or 2003-02-25 10:34:36 +00:00
scsictl Add missing \n in error. 2002-10-08 20:17:06 +00:00
setkey use NI_MAX*. 10 is not enough for port number. sync w/kame 2003-04-15 07:32:06 +00:00
shutdown New sentence, new line in last. Bump date for last. 2002-10-18 22:44:42 +00:00
slattach .Nm does not need a dummy argument ("") before punctuation or 2003-02-25 10:34:36 +00:00
swapctl .Nm does not need a dummy argument ("") before punctuation or 2003-02-25 10:34:36 +00:00
sysctl add tcp.ident. 2003-04-19 21:55:48 +00:00
ttyflags 'NetBSD.org' and some mdoc fixes. 2003-02-14 16:21:47 +00:00
tunefs Add support for UFS2. UFS2 is an enhanced FFS, adding support for 2003-04-02 10:39:19 +00:00
umount .Nm does not need a dummy argument ("") before punctuation or 2003-02-25 10:34:36 +00:00
veriexecctl The next release will be 2.0, not 1.7. 2003-01-19 21:25:36 +00:00
wdogctl .Nm does not need a dummy argument ("") before punctuation or 2003-02-25 10:34:36 +00:00
wsconsctl Some minor fixes from Soren Jacobsen in PR 21017. 2003-04-05 09:22:22 +00:00
Makefile add mount_smbfs(8) 2003-02-18 20:35:28 +00:00
Makefile.inc