..
atactl
Fix some typos.
2006-02-25 02:28:55 +00:00
badsect
Move WARNS=3 to the Makefile.inc, and add a little const to the remaining
2005-06-27 01:00:04 +00:00
bim
Kill __P(), use ANSI function declarations.
2005-02-05 14:23:24 +00:00
brconfig
Coverity CID 774: Don't increment a pointer *before* testing it for NULL!
2006-03-20 01:06:07 +00:00
ccdconfig
Delete an obvious free(NULL) pointed out by erh.
2006-03-20 22:44:25 +00:00
cgdconfig
Coverity CID 2753: Free the correct variable.
2006-03-22 16:35:44 +00:00
chkconfig
Homogenize usage messages: make the 'usage' word all lowercase, as this seems
2004-01-05 23:23:32 +00:00
clri
Move WARNS=3 to the Makefile.inc, and add a little const to the remaining
2005-06-27 01:00:04 +00:00
disklabel
Avoid indexing beyond the end of a malloced array.
2006-03-18 12:48:35 +00:00
dkctl
Fix build breakage, split assignment and test for ease of reading.
2006-03-17 19:18:33 +00:00
dmesg
Make is worthwhile haveing #ifdef SMALL by making the Makefile set it when
2005-09-05 20:56:41 +00:00
drvctl
Move WARNS=3 to the Makefile.inc, and add a little const to the remaining
2005-06-27 01:00:04 +00:00
dump
Coverity CID 2297: Fix memory leak.
2006-03-18 09:51:08 +00:00
dump_lfs
be consistent in XXXGCC -Wuninitialized fixes ...
2005-06-18 01:33:16 +00:00
edlabel
Allow this to build under -Wcast-qual -Werror by adding const to a few
2005-06-28 18:14:45 +00:00
fastboot
fdisk
Appease Coverty CID 7449. Avoid close(-1) in error path.
2006-03-18 08:36:50 +00:00
fsck
Coverity CID 1745: Fix memory leak.
2006-03-20 01:27:44 +00:00
fsck_ext2fs
Coverity CID 2301: FIx memory leak.
2006-03-20 01:45:12 +00:00
fsck_ffs
Coverity CID 2074: Fix memory leak.
2006-03-20 01:30:34 +00:00
fsck_lfs
Remove the free list ordering/disordering code, since the kernel now keeps
2006-04-17 19:05:16 +00:00
fsck_msdos
the root directory of non fat32 filesystems is stored in a special area.
2006-04-10 03:25:11 +00:00
fsdb
64 bit inode changes
2005-08-19 02:07:18 +00:00
fsirand
Move WARNS=3 to the Makefile.inc, and add a little const to the remaining
2005-06-27 01:00:04 +00:00
ifconfig
PR/32628: Yves-Emmanuel JUTARD: Missing cast in sbin/ifconfig/ifconfig.c,
2006-01-25 16:08:49 +00:00
init
Check for allocation failures in malloc, calloc, realloc, asprintf, and
2006-03-17 15:53:46 +00:00
ldconfig
Coverity CID 2766: Don't leak memory.
2006-03-26 23:06:45 +00:00
mbrlabel
Grammar fix.
2006-01-12 20:37:23 +00:00
mknod
fix setmode error handling.
2005-10-01 20:23:54 +00:00
modload
In the DIAGNOSTICS section, document that mismatched LKM and kernel
2006-03-24 00:38:23 +00:00
modunload
Move WARNS=3 to the Makefile.inc, and add a little const to the remaining
2005-06-27 01:00:04 +00:00
mount
Coverity CID 1688: Fix memory leak.
2006-03-21 21:37:34 +00:00
mount_ados
Always check the results of getmntopts() and free them.
2006-03-21 21:11:41 +00:00
mount_cd9660
Always check the results of getmntopts() and free them.
2006-03-21 21:11:41 +00:00
mount_ext2fs
Always check the results of getmntopts() and free them.
2006-03-21 21:11:41 +00:00
mount_fdesc
Always check the results of getmntopts() and free them.
2006-03-21 21:11:41 +00:00
mount_ffs
Always check the results of getmntopts() and free them.
2006-03-21 21:11:41 +00:00
mount_filecore
Always check the results of getmntopts() and free them.
2006-03-21 21:11:41 +00:00
mount_kernfs
Always check the results of getmntopts() and free them.
2006-03-21 21:11:41 +00:00
mount_lfs
Always check the results of getmntopts() and free them.
2006-03-21 21:11:41 +00:00
mount_msdos
Always check the results of getmntopts() and free them.
2006-03-21 21:11:41 +00:00
mount_nfs
Remove Kerberos4/NFSKERB settings.
2006-03-23 23:53:23 +00:00
mount_ntfs
Always check the results of getmntopts() and free them.
2006-03-21 21:11:41 +00:00
mount_null
Always check the results of getmntopts() and free them.
2006-03-21 21:11:41 +00:00
mount_overlay
Always check the results of getmntopts() and free them.
2006-03-21 21:11:41 +00:00
mount_portal
Coverity CID 782: Don't dereference NULL was not going to happen, but:
2006-03-21 21:34:01 +00:00
mount_procfs
Always check the results of getmntopts() and free them.
2006-03-21 21:11:41 +00:00
mount_ptyfs
Always check the results of getmntopts() and free them.
2006-03-21 21:11:41 +00:00
mount_smbfs
mount_sysvbfs
Always check the results of getmntopts() and free them.
2006-03-21 21:11:41 +00:00
mount_tmpfs
There is no need to check for the resulting value of a strto*l call after
2006-03-26 16:15:15 +00:00
mount_udf
Always check the results of getmntopts() and free them.
2006-03-21 21:11:41 +00:00
mount_umap
Always check the results of getmntopts() and free them.
2006-03-21 21:11:41 +00:00
mount_union
Always check the results of getmntopts() and free them.
2006-03-21 21:11:41 +00:00
newbtconf
.An -nosplit
2005-09-30 20:18:12 +00:00
newfs
Always check the results of getmntopts() and free them.
2006-03-21 21:11:41 +00:00
newfs_lfs
Check for allocation failures in malloc, calloc, realloc, asprintf, and
2006-03-17 15:53:46 +00:00
newfs_msdos
Add a tweak to default value settings for a number of drive heads
2005-04-16 14:40:36 +00:00
newfs_sysvbfs
More markup, sort SEE ALSO, remove superfluous Pp.
2006-01-12 20:47:00 +00:00
nologin
pdisk
Move WARNS=3 to the Makefile.inc, and add a little const to the remaining
2005-06-27 01:00:04 +00:00
ping
Clarify and correct the description of the -R (Record Route) flag.
2006-03-21 22:54:46 +00:00
ping6
Fix an off-by-one found by Coverity, CID 1456.
2006-03-17 02:31:03 +00:00
pppoectl
Check for allocation failures in malloc, calloc, realloc, asprintf, and
2006-03-17 15:53:46 +00:00
raidctl
close fp in several error paths, closing Coverity CIDs 1690, 1692.
2006-03-19 01:57:11 +00:00
rcorder
Move WARNS=3 to the Makefile.inc, and add a little const to the remaining
2005-06-27 01:00:04 +00:00
reboot
resize_ffs
Fix a typo in a comment.
2005-06-03 03:34:44 +00:00
resize_lfs
Ensure verbose is initialized before using it.
2005-06-02 01:16:06 +00:00
restore
Coverity CID 2305: Fix memory leak.
2006-03-20 01:51:54 +00:00
rndctl
Move WARNS=3 to the Makefile.inc, and add a little const to the remaining
2005-06-27 01:00:04 +00:00
route
Use default option order (AaBbCc...).
2006-01-29 22:11:10 +00:00
routed
Coverity CID 1301: Return early if we could not open /dev/null
2006-03-22 02:23:11 +00:00
rtsol
rtsol: factor out dump.c if -DSMALL (for boot floppy)
2004-01-03 01:40:31 +00:00
savecore
Free some allocated memory in the failure case when trying to
2006-03-17 01:45:51 +00:00
scan_ffs
Specify the scan_ffs manpage, otherwise it will use scan_ffs.1.
2005-09-10 23:15:52 +00:00
scsictl
Move WARNS=3 to the Makefile.inc, and add a little const to the remaining
2005-06-27 01:00:04 +00:00
setkey
Redo previous rework to generate yacc/lex output again and remove generated
2005-12-16 16:25:07 +00:00
shutdown
PR/31531: Takahiro Kambe: shutdown(8) quietly exit if execed from login shell
2006-03-07 22:19:55 +00:00
slattach
Move WARNS=3 to the Makefile.inc, and add a little const to the remaining
2005-06-27 01:00:04 +00:00
swapctl
Move WARNS=3 to the Makefile.inc, and add a little const to the remaining
2005-06-27 01:00:04 +00:00
sysctl
Coverity CID 2784: Add more checks for value==NULL.
2006-03-30 08:02:40 +00:00
ttyflags
Move WARNS=3 to the Makefile.inc, and add a little const to the remaining
2005-06-27 01:00:04 +00:00
tunefs
Move WARNS=3 to the Makefile.inc, and add a little const to the remaining
2005-06-27 01:00:04 +00:00
umount
Izumi Tsutsui pointed out that we don't need vfslist.c (from ../mount)
2006-01-21 11:59:53 +00:00
veriexecctl
Allow multiple lines entries using '\' at the end of the line.
2006-01-05 20:16:20 +00:00
wdogctl
If ioctl(,WDOGIOC_SMODE,) fails, kill the child process before
2005-08-31 18:28:58 +00:00
wsconsctl
Add the ability to control the splash screen.
2006-02-18 19:35:11 +00:00
Makefile
remove vinum
2006-02-25 01:31:02 +00:00
Makefile.inc
Move WARNS=3 to the Makefile.inc, and add a little const to the remaining
2005-06-27 01:00:04 +00:00