..
atactl
sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4.
2006-05-11 23:16:28 +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
sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4.
2006-05-11 23:16:28 +00:00
chkconfig
clri
sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4.
2006-05-11 23:16:28 +00:00
disklabel
PR/33695: Arnaud Lacombe: Add compatibility syntax for FreeBSD interoperability.
2006-06-11 15:51:31 +00:00
dkctl
fix typo
2006-06-17 02:16:19 +00:00
dmesg
drvctl
dump
Coverity CID 3275: Plug memory leak.
2006-05-19 14:52:39 +00:00
dump_lfs
edlabel
fastboot
fdisk
PR/33633: Yoshito Komatsu: /sbin/fdisk does not work
2006-06-02 17:40:34 +00:00
fsck
s/perror/perr/ so that we can make it varyadic. Overloading stdio's perror()
2006-06-05 16:52:05 +00:00
fsck_ext2fs
s/perror/perr
2006-06-05 16:53:14 +00:00
fsck_ffs
sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4.
2006-05-11 23:16:28 +00:00
fsck_lfs
fsck_lfs does not us fsutil.c; perhaps it should? revert to perror for now.
2006-06-05 23:27:36 +00:00
fsck_msdos
don't use uint32_t when you mean size_t.
2006-06-06 16:19:11 +00:00
fsdb
Coverity CID 3656,3655: Plug memory leak.
2006-05-19 14:50:32 +00:00
fsirand
ifconfig
fix incorrect usage of strncpy() to (an internal implementation of)
2006-06-16 23:48:35 +00:00
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
since yamt prohibits any flag with MNT_GETARGS, don't set MNT_UPDATE for
2006-05-04 19:38:50 +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
do not keep to use nfsv3 filehandle when falling back to nfsv2.
2006-05-20 08:06:48 +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
change (mostly) int to socklen_t. GCC 4 doesn't like that int and
2006-05-09 20:18:05 +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
sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4.
2006-05-11 23:16:28 +00:00
mount_sysvbfs
Always check the results of getmntopts() and free them.
2006-03-21 21:11:41 +00:00
mount_tmpfs
remove __POOL_EXPOSE.
2006-05-27 09:14:03 +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
sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4.
2006-05-11 23:16:28 +00:00
newfs_lfs
- log2() -> lfs_log2().
2006-05-11 16:56:50 +00:00
newfs_msdos
Coverity CID 830: Fix dead code issue
2006-05-25 15:32:17 +00:00
newfs_sysvbfs
sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4.
2006-05-11 23:16:28 +00:00
nologin
pdisk
ping
Use SA_NOKERNINFO instead of playing with the tty.
2006-06-03 18:19:55 +00:00
ping6
Replace the way we calculate the standard deviation with the unbiased form
2006-05-18 02:14:22 +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
sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4.
2006-05-11 23:16:28 +00:00
rndctl
route
routed
quell GCC 4.1 uninitialised variable warnings.
2006-05-10 21:53:14 +00:00
rtsol
savecore
support timecounters (struct time gone, use time_second then)
2006-06-07 20:56:19 +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
bump date (.Dd)
2006-05-29 19:35:31 +00:00
ttyflags
tunefs
umount
veriexecctl
sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4.
2006-05-11 23:16:28 +00:00
wdogctl
wsconsctl
Initial import of bluetooth stack on behalf of Iain Hibbert. (plunky@,
2006-06-19 15:44:33 +00:00
Makefile
remove vinum
2006-02-25 01:31:02 +00:00
Makefile.inc