.. |
ac
|
cgd and sjg relicensed this under 2-clause-BSD.
|
2012-08-31 19:55:23 +00:00 |
accton
|
Use __dead.
|
2011-08-29 20:38:53 +00:00 |
acpitools
|
Use __dead.
|
2011-08-29 20:38:53 +00:00 |
altq
|
Use __dead.
|
2011-08-29 20:38:53 +00:00 |
apm
|
Remove unnecessary Bk/Ek pairs from SYNOPSIS.
|
2012-04-08 22:00:37 +00:00 |
apmd
|
Remove unnecessary Bk/Ek pairs from SYNOPSIS.
|
2012-04-08 22:00:37 +00:00 |
arp
|
New sentence, new line. Remove trailing whitespace.
|
2011-04-25 22:20:29 +00:00 |
bad144
|
static + __dead
|
2011-11-25 13:13:33 +00:00 |
bootp
|
Remove many HAVE_GCC || HAVE_PCC conditionals as the options also apply
|
2012-08-10 12:10:27 +00:00 |
btattach
|
Mark types as static and usage as dead.
|
2011-08-27 22:17:53 +00:00 |
btconfig
|
Use Lk macro when dealing with URLs. While here update or remove some
|
2012-03-15 22:35:02 +00:00 |
btdevctl
|
whitespace ' ' -> ' '
|
2012-12-26 17:57:49 +00:00 |
bthcid
|
static + __dead
|
2011-08-27 22:22:01 +00:00 |
btpand
|
no trailing comma on enum
|
2012-10-14 08:35:45 +00:00 |
catman
|
make len unsigned; -1 will turn into a large number, failing the test.
|
2011-12-24 23:46:11 +00:00 |
chroot
|
- don't use an uninitialized grouplist (from Patrick Welche)
|
2011-09-20 14:28:52 +00:00 |
cnwctl
|
…
|
|
cpuctl
|
print some more bits
|
2013-03-06 11:52:53 +00:00 |
crash
|
add MAP_PRIVATE
|
2013-03-10 19:32:29 +00:00 |
dev_mkdb
|
Remove many HAVE_GCC || HAVE_PCC conditionals as the options also apply
|
2012-08-10 12:10:27 +00:00 |
dhcp
|
Remove many HAVE_GCC || HAVE_PCC conditionals as the options also apply
|
2012-08-10 12:10:27 +00:00 |
diskpart
|
ANSIfy + static + dead.
|
2011-08-30 10:12:06 +00:00 |
dumpfs
|
Show in-filesystem quotas flag instead of unknown flag bit.
|
2013-04-02 13:31:47 +00:00 |
dumplfs
|
Stuff UFS_ in front of a few of ufs's symbols to reduce namespace
|
2013-01-22 09:39:11 +00:00 |
edquota
|
Grr. The ATF quota tests demand failing silently in certain circumstances.
|
2012-08-14 04:53:43 +00:00 |
eeprom
|
Use explicitly defined macros in Makefile to determine to use
|
2013-03-15 20:22:44 +00:00 |
envstat
|
Since we're no longer making a copy of the option args, we shouldn't
|
2012-12-14 05:29:28 +00:00 |
eshconfig
|
ANSIfy + static + __dead
|
2011-08-30 18:28:59 +00:00 |
etcupdate
|
Remove the ability to specify multiple colon-separated file names with
|
2012-08-15 16:26:41 +00:00 |
extattrctl
|
Use __dead
|
2011-08-31 13:32:36 +00:00 |
faithd
|
Use Lk macro when dealing with URLs. While here update or remove some
|
2012-03-15 22:35:02 +00:00 |
flashctl
|
Properly use format strings
|
2011-05-24 13:01:53 +00:00 |
fssconfig
|
Fix typo.
|
2013-03-05 23:01:06 +00:00 |
fusermount
|
…
|
|
fwctl
|
Revieve -> Receive in a comment.
|
2011-10-17 16:50:47 +00:00 |
gpioctl
|
Fix a "lonely name".
|
2011-11-13 14:39:42 +00:00 |
grfconfig
|
Fix fd leaks in error cases. Found by cppcheck.
|
2011-01-04 09:32:31 +00:00 |
gspa
|
Use __dead and __printflike
|
2011-08-30 18:53:41 +00:00 |
hdaudioctl
|
* Remove spurious period in name section
|
2012-06-23 20:49:14 +00:00 |
i2cscan
|
Add missing period at end of sentence.
|
2012-02-04 18:25:53 +00:00 |
ifmcstat
|
Ensure entire sockaddr_dl is obtained. May not have
|
2012-10-26 16:52:52 +00:00 |
ifwatchd
|
static + __dead
|
2011-08-30 18:57:38 +00:00 |
inetd
|
PR/47318: Henning Petersen: Replace (r)index with str(r)chr in inetd.c
|
2012-12-13 19:38:40 +00:00 |
installboot
|
Provide an empty __CTASSERT() for toolbuilds
|
2013-04-04 16:11:12 +00:00 |
iopctl
|
static + __dead
|
2011-08-30 18:57:38 +00:00 |
iostat
|
static + __dead
|
2011-08-30 19:06:06 +00:00 |
ipwctl
|
Use Lk macro when dealing with URLs. While here update or remove some
|
2012-03-15 22:35:02 +00:00 |
irdaattach
|
static + __dead
|
2011-08-30 19:06:06 +00:00 |
isdn
|
Remove many HAVE_GCC || HAVE_PCC conditionals as the options also apply
|
2012-08-10 12:10:27 +00:00 |
isibootd
|
Change Ethertype 0x80df symbolic name. According to the real
|
2012-04-02 09:01:30 +00:00 |
iteconfig
|
…
|
|
iwictl
|
…
|
|
kgmon
|
Add option arguments to descriptions. From YOMURA Masanori.
|
2011-04-25 22:46:35 +00:00 |
kvm_mkdb
|
Fix fd leaks in error cases. Found by cppcheck.
|
2011-01-04 09:32:31 +00:00 |
lastlogin
|
__dead + ANSIfy
|
2011-08-31 13:31:29 +00:00 |
ldpd
|
Stop confusing peer hello source with peer transport address
|
2013-02-05 13:02:33 +00:00 |
link
|
ANSIfy + __dead
|
2011-08-30 19:18:17 +00:00 |
lmcconfig
|
Use Lk macro when dealing with URLs. While here update or remove some
|
2012-03-15 22:35:02 +00:00 |
lockstat
|
add -d option to disable lockstat
|
2013-03-06 11:49:06 +00:00 |
lpr
|
PR/46500 - Henning Petersen -- wrong permissions on create .seq files
|
2012-06-02 03:32:53 +00:00 |
lptctl
|
…
|
|
mailwrapper
|
…
|
|
makefs
|
add a replace flag so we can overlay exiting files when we merge directories.
|
2013-02-03 06:16:53 +00:00 |
makemandb
|
Bump date.
|
2013-04-02 18:35:28 +00:00 |
map-mbone
|
…
|
|
mdconfig
|
…
|
|
mdsetimage
|
Sort options in SYNOPSIS.
|
2010-11-07 11:49:21 +00:00 |
memswitch
|
Whitespace.
|
2011-01-14 13:31:47 +00:00 |
mld6query
|
static + __dead
|
2011-08-30 21:18:11 +00:00 |
mlxctl
|
avoid type punned warnings
|
2011-08-14 17:57:44 +00:00 |
mmcformat
|
…
|
|
mopd
|
Remove many HAVE_GCC || HAVE_PCC conditionals as the options also apply
|
2012-08-10 12:10:27 +00:00 |
mountd
|
Remove unknown \*(tN and \*(sP macros.
|
2013-03-28 22:54:25 +00:00 |
moused
|
don't truncate time_t
|
2011-08-31 16:32:48 +00:00 |
mrinfo
|
Use __dead
|
2011-08-31 13:32:36 +00:00 |
mrouted
|
NULL does not need a cast
|
2011-08-31 16:24:54 +00:00 |
mscdlabel
|
Remove many HAVE_GCC || HAVE_PCC conditionals as the options also apply
|
2012-08-10 12:10:27 +00:00 |
mtrace
|
Use __dead
|
2011-08-31 13:32:36 +00:00 |
mtree
|
move flags only used in main() inside main(), from Ed Schouten
|
2013-04-08 17:39:11 +00:00 |
ndbootd
|
Default to -Wno-sign-compare -Wno-pointer-sign for clang.
|
2011-05-26 12:56:24 +00:00 |
ndiscvt
|
Use __dead
|
2011-11-25 13:18:22 +00:00 |
ndp
|
Use __dead
|
2011-08-31 13:32:36 +00:00 |
netgroup_mkdb
|
…
|
|
nfsd
|
Fix memset usage.
|
2012-08-15 00:16:06 +00:00 |
npf
|
Make ALG's autoloadable by providing in the config file:
|
2013-03-20 00:29:46 +00:00 |
ofctl
|
…
|
|
paxctl
|
security(7), not (8).
|
2011-04-28 11:57:08 +00:00 |
pcictl
|
static + __dead
|
2011-08-30 20:08:38 +00:00 |
perfused
|
Disable default build of debugging info.
|
2012-09-06 16:39:07 +00:00 |
pf
|
no need for the end macros anymore
|
2013-04-10 22:21:53 +00:00 |
postinstall
|
Make sure that the "to fix, run: ..." instructions actually work cut-and-paste
|
2012-09-22 09:20:06 +00:00 |
powerd
|
CID/980002: missing va_end()
|
2013-02-09 01:16:39 +00:00 |
pppd
|
Remove many HAVE_GCC || HAVE_PCC conditionals as the options also apply
|
2012-08-10 12:10:27 +00:00 |
psrset
|
Use __dead
|
2011-08-31 13:32:36 +00:00 |
pstat
|
pstat is a kmem groveller, set -D_KMEMUSER in CPPFLAGS
|
2013-01-02 10:43:11 +00:00 |
puffs
|
After mount_lfs_parseargs, reset getopt for lfs_cleaner_main.
|
2013-01-10 08:35:26 +00:00 |
pvcsif
|
static + __dead
|
2011-08-30 21:27:00 +00:00 |
pvctxctl
|
Localize variables. Use __dead
|
2011-08-30 21:28:27 +00:00 |
pwd_mkdb
|
Attempt 2 at fixing DragonFly util.h conflicts: include util.h only for
|
2012-11-26 20:13:54 +00:00 |
quot
|
Stuff UFS_ in front of a few of ufs's symbols to reduce namespace
|
2013-01-22 09:39:11 +00:00 |
quotacheck
|
Stuff UFS_ in front of a few of ufs's symbols to reduce namespace
|
2013-01-22 09:39:11 +00:00 |
quotaon
|
use getfsspecname()
|
2012-04-07 04:52:20 +00:00 |
quotarestore
|
Don't use const foo const as type, one const is enough.
|
2012-09-13 21:44:49 +00:00 |
racoon
|
MKCRYPTO_IDEA is no more
|
2012-07-14 04:03:44 +00:00 |
racoonctl
|
Ignore warnings when building with clang for now.
|
2011-05-30 14:41:26 +00:00 |
rarpd
|
Remove many HAVE_GCC || HAVE_PCC conditionals as the options also apply
|
2012-08-10 12:10:27 +00:00 |
rbootd
|
Remove many HAVE_GCC || HAVE_PCC conditionals as the options also apply
|
2012-08-10 12:10:27 +00:00 |
rdate
|
…
|
|
repquota
|
Bump date for previous.
|
2012-05-12 21:42:38 +00:00 |
rip6query
|
ANSIfy + static + __dead
|
2011-08-30 21:17:06 +00:00 |
rmt
|
…
|
|
route6d
|
reenable routing functionality by using RT_ROUNDUP for ROUNDUP when available
|
2013-04-15 07:58:35 +00:00 |
rpc.bootparamd
|
ANSIFy + static + __dead
|
2011-08-30 20:29:41 +00:00 |
rpc.lockd
|
Fix typo in syslog message.
|
2012-09-13 11:09:41 +00:00 |
rpc.pcnfsd
|
include the headers that you need.
|
2012-11-04 22:26:04 +00:00 |
rpc.statd
|
…
|
|
rpc.yppasswdd
|
NULL does not need a cast
|
2011-08-31 16:24:54 +00:00 |
rpcbind
|
NULL does not need a cast
|
2011-08-31 16:24:54 +00:00 |
rtadvd
|
fix previous.
|
2013-01-24 19:55:28 +00:00 |
rtsold
|
Fix typo in comment.
|
2011-10-17 16:31:14 +00:00 |
rwhod
|
include <pwd.h>
|
2012-11-04 22:32:01 +00:00 |
sa
|
On LP64 platforms, uid_t is not the same size as u_long, so the key
|
2010-08-30 02:49:17 +00:00 |
schedctl
|
Use __dead
|
2011-08-31 13:32:36 +00:00 |
screenblank
|
static + __dead
|
2011-08-30 20:33:30 +00:00 |
sdpd
|
Use Lk macro when dealing with URLs. While here update or remove some
|
2012-03-15 22:35:02 +00:00 |
services_mkdb
|
Use __dead
|
2011-08-31 13:32:36 +00:00 |
sesd
|
Sync usage with man page.
|
2013-04-07 18:49:35 +00:00 |
sliplogin
|
static + ANSIfy + __dead
|
2011-08-30 20:42:22 +00:00 |
spray
|
static + ANSIfy + __dead
|
2011-08-30 20:45:31 +00:00 |
srtconfig
|
…
|
|
sti
|
Improve DESCRIPTION, fix up English usage.
|
2012-08-14 08:08:29 +00:00 |
sunlabel
|
…
|
|
sup
|
- add new ignore chown/chgrp flag
|
2013-04-09 16:39:19 +00:00 |
syslogd
|
ut_line does not have /dev in front of it. Add it, from dholland@
|
2013-01-17 18:54:28 +00:00 |
tadpolectl
|
…
|
|
tcpdchk
|
Use a little const for quotes strings.
|
2012-03-21 10:11:34 +00:00 |
tcpdmatch
|
…
|
|
tcpdrop
|
…
|
|
timed
|
include utmpx.h if needed
|
2012-11-04 22:36:58 +00:00 |
tpctl
|
Remove unnecessary Bk/Ek pairs from SYNOPSIS.
|
2012-04-08 22:00:37 +00:00 |
tprof
|
Use __dead
|
2012-01-10 23:39:11 +00:00 |
traceroute
|
Pretty print multipath routes. From FreeBSD.
|
2012-08-16 00:40:28 +00:00 |
traceroute6
|
PR/47304: Kouki Ooyatsu: -s (source IPv6 address to be used) option does not
|
2012-12-10 18:11:33 +00:00 |
trpt
|
static + __dead
|
2011-08-30 20:49:29 +00:00 |
unlink
|
ANSIfy + __dead
|
2011-08-30 20:50:24 +00:00 |
usbdevs
|
static + __dead
|
2011-08-30 20:51:29 +00:00 |
user
|
Fix error message when trying to add a group using -g =uid that
|
2012-11-28 11:31:27 +00:00 |
veriexecgen
|
security(7), not (8).
|
2011-04-28 11:23:57 +00:00 |
videomode
|
Fix fd leaks. Found by cppcheck.
|
2011-01-04 10:32:34 +00:00 |
vipw
|
Remove unnecessary Bk/Ek pairs from SYNOPSIS.
|
2012-04-08 22:00:37 +00:00 |
vnconfig
|
From Bug Hunting: Add vndcompress(1) to SEE ALSO, bump date.
|
2012-07-08 22:49:55 +00:00 |
wakeonlan
|
Even though the kernel will fill the source address in, it looks weird in
|
2012-12-15 04:40:33 +00:00 |
wiconfig
|
Remove many HAVE_GCC || HAVE_PCC conditionals as the options also apply
|
2012-08-10 12:10:27 +00:00 |
wlanctl
|
Use __dead
|
2011-08-31 13:32:36 +00:00 |
wsconscfg
|
…
|
|
wsfontload
|
remove extraneous malloc.h
|
2013-04-05 03:18:26 +00:00 |
wsmoused
|
Use more markup. New sentence, new line. Sort sections.
|
2012-01-02 18:04:34 +00:00 |
wsmuxctl
|
static + __dead
|
2011-08-30 21:03:31 +00:00 |
ypbind
|
Apply casts to cases where xdrproc_t is expected but is not
|
2011-08-30 17:06:20 +00:00 |
yppoll
|
Apply casts to cases where xdrproc_t is expected but is not
|
2011-08-30 17:06:20 +00:00 |
ypserv
|
Remove unnecessary Bk/Ek pairs from SYNOPSIS.
|
2012-04-08 22:00:37 +00:00 |
ypset
|
ANSIfy
|
2011-08-27 22:41:35 +00:00 |
zdump
|
include Makefile.in from zic
|
2013-03-02 21:39:14 +00:00 |
zic
|
remove compiler hacks
|
2013-03-06 18:21:41 +00:00 |
Makefile
|
unhook old dhcp
|
2013-03-24 22:23:33 +00:00 |
Makefile.inc
|
…
|
|