.. |
amrctl
|
staticfy. Use __dead.
|
2011-08-27 16:05:27 +00:00 |
apmlabel
|
staticfy. Use __nodead
|
2011-08-27 16:10:51 +00:00 |
atactl
|
staticfy. Use __dead.
|
2011-08-27 16:12:54 +00:00 |
badsect
|
fix sign-compare issues
|
2009-03-16 12:52:07 +00:00 |
bioctl
|
Simplify
|
2011-05-25 15:34:19 +00:00 |
brconfig
|
fix sign-compare issues
|
2009-03-16 12:56:19 +00:00 |
ccdconfig
|
static. __dead.
|
2011-08-27 16:29:51 +00:00 |
cgdconfig
|
fix typo
|
2011-07-03 19:05:10 +00:00 |
chkconfig
|
…
|
|
chown
|
Use SYMLINKS, I'm not sure why I ahve commited old version of my patch, but
|
2011-01-13 23:44:11 +00:00 |
clri
|
Remove gross hack and attendant need for -fno-strict-aliasing.
|
2009-07-26 03:22:01 +00:00 |
disklabel
|
Define USE_MBR for ofppc.
|
2011-08-18 08:42:07 +00:00 |
dkctl
|
staticfy. __dead.
|
2011-08-27 16:34:38 +00:00 |
dkscan_bsdlabel
|
Mark usage as static and dead.
|
2011-08-27 16:43:07 +00:00 |
dmctl
|
static. dead.
|
2011-08-27 17:07:28 +00:00 |
dmesg
|
Remove the \n and tabs from the __COPYRIGHT() strings.
|
2008-07-20 01:20:21 +00:00 |
drvctl
|
add the -t option that modifies -l behaviour to recursively scan for
|
2011-08-07 13:00:35 +00:00 |
dump
|
remove most of the remaining HAVE_GCC tests that are always true in
|
2011-06-20 07:43:56 +00:00 |
dump_lfs
|
use a union to eliminate strict alias warnings.
|
2011-08-14 12:13:24 +00:00 |
fastboot
|
…
|
|
fdisk
|
one static is enough, otherwise you risk zapping yourself.
|
2011-08-27 20:49:03 +00:00 |
fsck
|
Use __dead and __printflike.
|
2011-08-27 17:34:44 +00:00 |
fsck_ext2fs
|
Avoid -Wno-pointer-sign.
|
2011-08-06 16:42:41 +00:00 |
fsck_ffs
|
WARNS=4
|
2011-08-14 12:32:01 +00:00 |
fsck_lfs
|
Don't need to initialize (one of) the elements now in i_crap; nothing in
|
2011-07-12 02:46:03 +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
|
Remove redundant WARNS=4
|
2011-08-15 00:16:58 +00:00 |
fsirand
|
static + __dead
|
2011-08-27 17:36:05 +00:00 |
gpt
|
Use __dead
|
2011-08-27 17:38:16 +00:00 |
ifconfig
|
use memcpy to avoid strict aliasing warnings
|
2011-08-14 12:15:15 +00:00 |
init
|
Be more static
|
2011-08-27 17:43:42 +00:00 |
ldconfig
|
Fix file descriptor leak. Found by cppcheck.
|
2011-01-04 23:31:29 +00:00 |
mbrlabel
|
Be more static.
|
2011-08-27 17:45:30 +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
|
Fix xref; module(4) -> module(7).
|
2010-12-14 16:23:59 +00:00 |
mount
|
Improve previous; thanks to tsutsui-san for reminding me of the proper
|
2011-07-22 15:53:21 +00:00 |
mount_ados
|
Refactor mount utilities to provide a mount_fs_parseargs() routine.
|
2008-08-05 20:57:45 +00:00 |
mount_cd9660
|
fspec: dev -> canon_dev
|
2009-10-07 20:42:09 +00:00 |
mount_efs
|
EFS -> SGI EFS in NAME
|
2009-01-05 16:36:04 +00:00 |
mount_ext2fs
|
32 bit UID and GID support on ext2fs has been added since 5.0
|
2010-02-22 09:45:02 +00:00 |
mount_fdesc
|
initialize canon_dev
|
2010-03-31 13:10:10 +00:00 |
mount_ffs
|
Add mount -o extattr option to enable extended attributs (corrently only
|
2011-06-17 14:23:50 +00:00 |
mount_filecore
|
Refactor mount utilities to provide a mount_fs_parseargs() routine.
|
2008-08-05 20:57:45 +00:00 |
mount_hfs
|
Extend CPPFLAGS, don't replace it
|
2011-04-10 16:47:04 +00:00 |
mount_kernfs
|
convert to parseargs
|
2010-03-31 13:33:14 +00:00 |
mount_lfs
|
remember to add cleaner_main() prototype
|
2009-08-06 00:58:32 +00:00 |
mount_msdos
|
Don't -I from $S/sys.
|
2009-12-22 17:50:22 +00:00 |
mount_nfs
|
switch from an ugly cast and ntohl() usage to be32dec(). use sizeof.
|
2011-07-06 09:02:54 +00:00 |
mount_nilfs
|
Fix Dd argument, sort options and option descriptions.
|
2009-07-18 17:07:12 +00:00 |
mount_ntfs
|
\\ -> \e
|
2010-03-30 14:05:32 +00:00 |
mount_null
|
Remove the \n and tabs from the __COPYRIGHT() strings.
|
2008-07-20 01:20:21 +00:00 |
mount_overlay
|
Remove the \n and tabs from the __COPYRIGHT() strings.
|
2008-07-20 01:20:21 +00:00 |
mount_portal
|
document non-literal strings
|
2011-08-14 11:34:11 +00:00 |
mount_procfs
|
Note change with linux compat.
|
2009-02-24 12:45:37 +00:00 |
mount_ptyfs
|
Make `mount_ptyfs -c' actually work.
|
2011-05-21 20:05:02 +00:00 |
mount_puffs
|
PUFFSDEVELVERS is a goner
|
2010-05-21 11:59:38 +00:00 |
mount_smbfs
|
kill gcc45 warnings
|
2011-08-14 12:36:02 +00:00 |
mount_sysvbfs
|
Convert to the new mount world order with parseargs.
|
2008-09-04 12:07:58 +00:00 |
mount_tmpfs
|
Enable WARNS=4 by default except for:
|
2009-04-11 07:58:11 +00:00 |
mount_udf
|
Remove the comment on disc space accounting from the bugs section; it has been
|
2009-07-13 17:58:10 +00:00 |
mount_umap
|
Remove the \n and tabs from the __COPYRIGHT() strings.
|
2008-07-20 01:20:21 +00:00 |
mount_union
|
Fix typo in Dd argument.
|
2009-05-04 20:11:30 +00:00 |
mount_v7fs
|
Various improvements.
|
2011-06-27 13:50:31 +00:00 |
newbtconf
|
.An -nosplit
|
2005-09-30 20:18:12 +00:00 |
newfs
|
Avoid magic manipulation of the format string.
|
2011-08-25 16:17:58 +00:00 |
newfs_ext2fs
|
Add a URL of Linux Documentation "The Second Extended Filesystem."
|
2010-09-10 15:51:20 +00:00 |
newfs_lfs
|
Three changes in a single commit.
|
2010-02-16 23:20:30 +00:00 |
newfs_msdos
|
Set errno to 0 before strtoll() so that it can reliably be tested
|
2011-03-05 13:47:43 +00:00 |
newfs_sysvbfs
|
No longer any need for -Wno-pointer-sign here.
|
2011-08-06 16:48:57 +00:00 |
newfs_udf
|
Fix accidental use of logical && instead of binary & in rare case.
|
2011-05-26 07:59:08 +00:00 |
newfs_v7fs
|
Sync usage with man page.
|
2011-08-10 12:13:20 +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
|
static + __dead
|
2011-08-27 18:37:41 +00:00 |
ping6
|
static + __dead + G/C pathmtu
|
2011-08-27 18:43:24 +00:00 |
pppoectl
|
static + __dead
|
2011-08-27 18:44:44 +00:00 |
raidctl
|
New sentence, new line.
|
2011-08-02 10:28:00 +00:00 |
rcorder
|
Allow rcorder-visualise.sh to accept an optional set of file names on
|
2009-08-09 17:08:53 +00:00 |
reboot
|
static + __dead
|
2011-08-27 18:44:44 +00:00 |
resize_ffs
|
PR/45301: Julian Fagir: make clear that the unit is sectors and fix a typo.
|
2011-08-27 16:34:57 +00:00 |
resize_lfs
|
Add support for DIOCGDISKINFO to disk like device drivers. Change
|
2009-06-05 21:52:31 +00:00 |
restore
|
Add wrapper functions around hash algorithm operations to avoid
|
2011-08-06 20:46:42 +00:00 |
rndctl
|
static + const + __dead
|
2011-08-27 18:48:59 +00:00 |
route
|
prune stray commas
|
2011-07-17 23:46:53 +00:00 |
routed
|
main.c uses non-literal format strings.
|
2011-08-25 16:12:37 +00:00 |
rtsol
|
…
|
|
savecore
|
Instead of exiting with an obscure error message if -N /kernelname isn't
|
2009-08-18 04:02:39 +00:00 |
scan_ffs
|
fix sign-compare issues
|
2009-04-11 06:48:36 +00:00 |
scsictl
|
when checking for SKSV data, use the same test as before. fixes an
|
2011-06-22 05:18:03 +00:00 |
setkey
|
no need for noinput
|
2009-10-29 14:34:06 +00:00 |
shutdown
|
statc + __dead
|
2011-08-27 18:54:39 +00:00 |
slattach
|
static + __dead
|
2011-08-27 18:55:21 +00:00 |
svhlabel
|
__dead + kill main prototype.
|
2011-08-27 18:55:58 +00:00 |
swapctl
|
static + __dead
|
2011-08-27 18:57:50 +00:00 |
sysctl
|
Instead of using strncat and re-scanning the strings all the time, use and
|
2011-08-24 12:15:44 +00:00 |
ttyflags
|
static + __dead
|
2011-08-27 18:57:50 +00:00 |
tunefs
|
Fix punctuation markup; new sentence, new line.
|
2011-03-06 17:21:08 +00:00 |
umount
|
Add an exmaple of unmounting all file systems apart from NFS and MFS
|
2009-05-17 14:09:15 +00:00 |
veriexecctl
|
input is unused.
|
2011-05-24 12:06:25 +00:00 |
wdogctl
|
static + __dead
|
2011-08-27 18:57:50 +00:00 |
wsconsctl
|
Mark yyerror as static and dead.
|
2011-08-27 19:01:34 +00:00 |
Makefile
|
7th Edition(V7) File System support. and NetBSD symbolic-link, socket, FIFO extension. see newfs_v7fs(8).
|
2011-06-27 11:52:22 +00:00 |
Makefile.inc
|
Enable WARNS=4 by default except for:
|
2009-04-11 07:58:11 +00:00 |