.. |
atactl
|
Fix some typos.
|
2006-02-25 02:28:55 +00:00 |
badsect
|
…
|
|
bim
|
…
|
|
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
|
…
|
|
clri
|
…
|
|
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
|
…
|
|
drvctl
|
…
|
|
dump
|
Don't use cast expressions as lvalues as newer versions of gcc warn.
|
2006-04-21 15:00:49 +00:00 |
dump_lfs
|
…
|
|
edlabel
|
…
|
|
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
|
Don't use cast expressions as lvalues as newer versions of gcc warn.
|
2006-04-21 15:00:49 +00:00 |
fsck_lfs
|
"struct ucred" should not be exposed to userland. Instead make it a "void *"
|
2006-04-19 15:52:58 +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
|
Don't use cast expressions as lvalues as newer versions of gcc warn.
|
2006-04-21 15:00:49 +00:00 |
fsirand
|
…
|
|
ifconfig
|
…
|
|
init
|
New sentence, new line.
|
2006-04-23 16:48:46 +00:00 |
ldconfig
|
Coverity CID 2766: Don't leak memory.
|
2006-03-26 23:06:45 +00:00 |
mbrlabel
|
…
|
|
mknod
|
…
|
|
modload
|
In the DIAGNOSTICS section, document that mismatched LKM and kernel
|
2006-03-24 00:38:23 +00:00 |
modunload
|
…
|
|
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
|
Don't use cast expressions as lvalues as newer versions of gcc warn.
|
2006-04-21 15:00:49 +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
|
…
|
|
newfs
|
Always check the results of getmntopts() and free them.
|
2006-03-21 21:11:41 +00:00 |
newfs_lfs
|
When testing seek speed (for the -A option), use sector-aligned offsets
|
2006-04-23 07:56:58 +00:00 |
newfs_msdos
|
…
|
|
newfs_sysvbfs
|
…
|
|
nologin
|
…
|
|
pdisk
|
…
|
|
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
|
…
|
|
reboot
|
…
|
|
resize_ffs
|
…
|
|
resize_lfs
|
…
|
|
restore
|
Coverity CID 2305: Fix memory leak.
|
2006-03-20 01:51:54 +00:00 |
rndctl
|
…
|
|
route
|
…
|
|
routed
|
Coverity CID 1301: Return early if we could not open /dev/null
|
2006-03-22 02:23:11 +00:00 |
rtsol
|
…
|
|
savecore
|
Free some allocated memory in the failure case when trying to
|
2006-03-17 01:45:51 +00:00 |
scan_ffs
|
…
|
|
scsictl
|
…
|
|
setkey
|
…
|
|
shutdown
|
PR/31531: Takahiro Kambe: shutdown(8) quietly exit if execed from login shell
|
2006-03-07 22:19:55 +00:00 |
slattach
|
…
|
|
swapctl
|
…
|
|
sysctl
|
Coverity CID 2784: Add more checks for value==NULL.
|
2006-03-30 08:02:40 +00:00 |
ttyflags
|
…
|
|
tunefs
|
…
|
|
umount
|
…
|
|
veriexecctl
|
…
|
|
wdogctl
|
…
|
|
wsconsctl
|
…
|
|
Makefile
|
…
|
|
Makefile.inc
|
…
|
|