..
amrctl
Don't exit on ioctl failure, instead let the caller handle it.
2012-05-18 14:01:34 +00:00
apmlabel
Remove ${NETBSDSRCDIR}/sys/lib/libkern from .PATH; there are no
2012-03-21 00:35:33 +00:00
atactl
Constify structure pointed to by getataparams() return value.
2011-10-31 15:26:11 +00:00
badsect
…
bioctl
Use __dead
2011-08-29 14:34:58 +00:00
brconfig
static + __dead
2011-08-29 14:29:21 +00:00
ccdconfig
static. __dead.
2011-08-27 16:29:51 +00:00
cgdconfig
Convert to C89 function definitions
2012-03-20 18:50:30 +00:00
chkconfig
…
chown
Use __dead
2011-08-29 14:34:58 +00:00
clri
…
devpubd
exit 0 on success
2011-12-04 13:01:54 +00:00
disklabel
PR bin/45744
2012-04-08 07:59:53 +00:00
dkctl
staticfy. __dead.
2011-08-27 16:34:38 +00:00
dkscan_bsdlabel
Add __printflike attribution to use vprintf and friends with an argument
2012-03-15 02:02:20 +00:00
dmctl
static. dead.
2011-08-27 17:07:28 +00:00
dmesg
Use __dead
2011-08-29 14:34:58 +00:00
drvctl
Add -n to usage.
2012-01-17 08:22:09 +00:00
dump
remove ancient crap
2012-05-05 21:03:02 +00:00
dump_lfs
Remove unnecessary Bk/Ek pairs from SYNOPSIS.
2012-04-08 22:00:37 +00:00
fastboot
…
fdisk
Use ${DESTDIR}/usr/mdec for DEFAULT_BOOTDIR on tools fdisk(8)
2012-06-05 13:41:23 +00:00
fsck
Don't re-use the same buffer that we pass in for newname in the cooked->raw
2012-04-08 04:19:14 +00:00
fsck_ext2fs
NULL does not need a cast, here
2011-09-16 16:13:16 +00:00
fsck_ffs
Convert to C89 function definitions
2012-03-20 18:50:30 +00:00
fsck_lfs
Correct fragment extension calculation in pass6, to avoid putting
2012-01-05 16:18:00 +00:00
fsck_msdos
fix compilation.
2011-06-09 21:23:29 +00:00
fsck_v7fs
fix freeblock counting
2011-07-17 12:47:38 +00:00
fsdb
Convert to C89 function definitions
2012-03-20 18:50:30 +00:00
fsirand
static + __dead
2011-08-27 17:36:05 +00:00
gpt
Fix a few straggling BE/LE problems.
2012-07-30 00:53:59 +00:00
ifconfig
PR/43141: Tobias Nygren: Print an error on unknown interfaces.
2012-03-17 02:25:08 +00:00
init
Convert to C89 function definitions
2012-03-20 18:50:30 +00:00
iscsictl
it's really 32bit
2012-06-25 20:39:54 +00:00
iscsid
use first successful connection to a ISNS server
2012-06-24 13:08:38 +00:00
ldconfig
Convert from K&R to c89 function definitions.
2012-03-21 16:11:26 +00:00
mbrlabel
From Bug Hunting:
2012-07-14 20:14:17 +00:00
mknod
static + __dead
2011-08-27 18:37:41 +00:00
modload
Quote path separator character.
2011-08-06 08:43:28 +00:00
modstat
Accept both 'modstat -n name' as well as 'modstat name' to display information
2011-08-02 16:46:45 +00:00
modunload
…
mount
Bump date for previous.
2012-06-23 23:41:25 +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
add known bugs
2011-11-29 13:27:50 +00:00
mount_efs
Use __dead
2011-08-29 14:34:58 +00:00
mount_ext2fs
Use __dead
2011-08-29 14:34:58 +00:00
mount_fdesc
Use __dead
2011-08-29 14:34:58 +00:00
mount_ffs
Use __dead
2011-08-29 14:34:58 +00:00
mount_filecore
Use __dead
2011-08-29 14:34:58 +00:00
mount_hfs
Use __dead
2011-08-29 14:34:58 +00:00
mount_kernfs
Bump date for previous.
2012-03-22 21:47:20 +00:00
mount_lfs
Use __dead
2011-08-29 14:34:58 +00:00
mount_msdos
Consistently spell MS-DOS with a hyphen. From Snader_LB.
2011-09-15 09:44:59 +00:00
mount_nfs
minor wording improvement.
2012-07-11 18:33:14 +00:00
mount_nilfs
…
mount_ntfs
…
mount_null
Use __dead
2011-08-29 14:34:58 +00:00
mount_overlay
Use __dead
2011-08-29 14:34:58 +00:00
mount_portal
Convert to C89 function definitions
2012-03-20 18:50:30 +00:00
mount_procfs
Use __dead
2011-08-29 14:34:58 +00:00
mount_ptyfs
don't print 2 lines of info, remove the bogus one.
2012-04-02 21:08:02 +00:00
mount_puffs
Use __dead
2011-08-29 14:34:58 +00:00
mount_smbfs
kill gcc45 warnings
2011-08-14 12:36:02 +00:00
mount_sysvbfs
Use __dead
2011-08-29 14:34:58 +00:00
mount_tmpfs
…
mount_udf
…
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
Various improvements.
2011-06-27 13:50:31 +00:00
newbtconf
…
newfs
Use 32KB/4KB for default block/fragment size on >= 128 GB partitions
2012-06-30 15:34:01 +00:00
newfs_ext2fs
Avoid non-literal format string. Raise WARNS to 4 and disable
2012-03-24 08:22:24 +00:00
newfs_lfs
Pass t_renamerace and t_rmdirrace tests.
2012-02-16 02:47:54 +00:00
newfs_msdos
Use correct values for minimum and maximum cluster counts for the various FAT
2012-07-31 13:52:44 +00:00
newfs_sysvbfs
Use __dead
2011-08-29 14:34:58 +00:00
newfs_udf
…
newfs_v7fs
Sync usage with man page.
2011-08-10 12:13:20 +00:00
nologin
…
pdisk
compile this for everyone, and warns=5
2012-04-06 22:42:50 +00:00
ping
include <netipsec/ipsec.h> rather than <netinet6/ipsec.h> from userland
2012-01-04 16:09:40 +00:00
ping6
Remove unnecessary Bk/Ek pairs from SYNOPSIS.
2012-04-08 22:00:37 +00:00
pppoectl
fix the date.
2011-10-12 16:41:47 +00:00
raidctl
Remove unexpected newline between Em macro and text.
2012-03-23 18:28:13 +00:00
rcorder
…
reboot
static + __dead
2011-08-27 18:44:44 +00:00
resize_ffs
fix cast in local macro
2012-04-20 13:20:39 +00:00
resize_lfs
…
restore
NULL does not need a cast, here
2011-09-16 16:13:16 +00:00
rndctl
Entropy-pool implementation move and cleanup.
2012-02-02 19:42:57 +00:00
route
PR/42179: Christoph Badura: Be a little friendlier about missing args.
2012-03-17 02:13:44 +00:00
routed
PR/44647: commit fix proposed by Takahiro HAYASHI
2012-06-24 16:24:34 +00:00
rtsol
…
savecore
factor out rawname() from dump, fsck, savecore.
2012-04-07 16:44:10 +00:00
scan_ffs
…
scsictl
Prevent stack buffer overflow when copying too-large-CDB into request.
2012-02-21 02:22:54 +00:00
setkey
-consistently use "char *" for the compiled policy buffer in the
2012-01-04 15:55:35 +00:00
shutdown
Fix thinko about halt vs. poweroff; from Moritz Wilhelmy in PR 45141.
2011-10-04 07:25:34 +00:00
slattach
PR/45759: Khanh-Dang Nguyen Thu Lam: slattach(8) is not compatible with
2011-12-30 03:19:36 +00:00
svhlabel
__dead + kill main prototype.
2011-08-27 18:55:58 +00:00
swapctl
use getfsspecname()
2012-04-07 04:52:20 +00:00
sysctl
Add support for unsigned decimal values.
2012-06-02 21:38:09 +00:00
ttyflags
static + __dead
2011-08-27 18:57:50 +00:00
tunefs
Remove unnecessary Bk/Ek pairs from SYNOPSIS.
2012-04-08 22:00:37 +00:00
umount
…
veriexecctl
Use __dead
2011-08-29 14:34:58 +00:00
wdogctl
static + __dead
2011-08-27 18:57:50 +00:00
wsconsctl
Convert to C89 function definitions
2012-03-20 18:50:30 +00:00
Makefile
Import mount_chfs for CHFS.
2011-11-24 15:54:54 +00:00
Makefile.inc
Default to WARNS=5
2012-03-21 05:47:53 +00:00