.. |
ac
|
Enable WARNS=4 by default, except for:
|
2009-04-22 15:23:01 +00:00 |
accton
|
New sentence, new line.
|
2011-04-25 22:32:27 +00:00 |
acpitools
|
It's not necessary to #include both <machine/bus.h> and <sys/bus.h>,
|
2011-05-30 01:15:30 +00:00 |
altq
|
Typo, and markup consistency. From YOMURA Masanori.
|
2011-04-25 22:45:31 +00:00 |
apm
|
Add a note that APM was deprecated by the PC manufacturers in about 1996.
|
2010-03-20 07:59:44 +00:00 |
apmd
|
Note also here that this is a legacy daemon that is more or less deprecated.
|
2010-03-20 09:22:37 +00:00 |
arp
|
New sentence, new line. Remove trailing whitespace.
|
2011-04-25 22:20:29 +00:00 |
bad144
|
Fix -Wsign-compare issues
|
2009-04-16 06:27:43 +00:00 |
bootp
|
Add missing breaks in switch statement. Found by cppcheck.
|
2011-01-04 09:16:17 +00:00 |
btattach
|
Fix a typo.
|
2011-04-28 16:23:41 +00:00 |
btconfig
|
don't try to imitate the kernel while doing a reset, just
|
2010-11-28 20:37:24 +00:00 |
btdevctl
|
provide more informative error messages
|
2011-03-20 19:46:13 +00:00 |
bthcid
|
use the bt_dev(3) API for increased portability
|
2009-10-05 12:34:26 +00:00 |
btpand
|
Sort sections, SEE ALSO, and fix xref.
|
2011-04-29 10:31:02 +00:00 |
catman
|
Fix -Wsign-compare issues
|
2009-04-15 00:40:01 +00:00 |
chroot
|
Xref ldd(1) as per PR bin/30043 from Jochen Keil.
|
2010-07-06 23:05:56 +00:00 |
cnwctl
|
WARNS=4 love.
|
2008-05-02 19:59:19 +00:00 |
cpuctl
|
Identify AMD Family 11h. From PR bin/41188 by FUKAUMI Naoki.
|
2011-05-03 09:06:22 +00:00 |
crash
|
Default to -Wno-sign-compare -Wno-pointer-sign for clang.
|
2011-05-26 12:56:24 +00:00 |
cron
|
Quote question mark so it's correctly marked up.
|
2010-03-12 09:36:15 +00:00 |
dev_mkdb
|
Fix -Wsign-compare issue
|
2009-04-15 01:01:06 +00:00 |
dhcp
|
Default to -Wno-sign-compare -Wno-pointer-sign for clang.
|
2011-05-26 12:56:24 +00:00 |
diskpart
|
Fix -Wsign-compare issue
|
2009-04-15 05:41:09 +00:00 |
dumpfs
|
Adjust for change in kernel that stores physical block numbers
|
2010-02-27 12:07:40 +00:00 |
dumplfs
|
Read the padded superblocks to avoid problems with disks that have
|
2010-02-16 18:57:53 +00:00 |
edquota
|
Add a new libquota library, which contains some blocks to build and/or
|
2011-03-24 17:05:39 +00:00 |
eeprom
|
Fix fd leak in error case. Found by cppcheck.
|
2011-01-04 09:25:21 +00:00 |
envstat
|
Since there is no longer a value-avg property, remove the code that
|
2011-06-04 13:29:02 +00:00 |
eshconfig
|
Fix -Wsign-compare issue
|
2009-04-15 05:50:20 +00:00 |
etcupdate
|
Run services_mkdb if only the old hash exists
|
2010-06-24 17:12:06 +00:00 |
extattrctl
|
Fix fd leaks. Found by cppcheck.
|
2011-01-04 09:28:44 +00:00 |
faithd
|
KNF, pass lint.
|
2010-11-26 18:58:43 +00:00 |
flashctl
|
Properly use format strings
|
2011-05-24 13:01:53 +00:00 |
fssconfig
|
fss(4): Allow FSSIOCSET to set the initial flags. Add a new flag
|
2011-02-24 09:38:57 +00:00 |
fusermount
|
Enable WARNS=4 by default, except for:
|
2009-04-22 15:23:01 +00:00 |
fwctl
|
Fix typo, from Henning Petersen in PR 44513.
|
2011-02-07 01:37:12 +00:00 |
gpioctl
|
Rename 'pulse' to 'pulsate' to make clear it is a continuous strain of
|
2009-09-25 20:27:50 +00:00 |
grfconfig
|
Fix fd leaks in error cases. Found by cppcheck.
|
2011-01-04 09:32:31 +00:00 |
gspa
|
Fix WARNS=4 (-Wshadow -Wcast-qual -Wsign-compare)
|
2009-04-15 08:26:34 +00:00 |
hdaudioctl
|
Include the type of non-complex pins in the label.
|
2010-08-10 13:52:13 +00:00 |
hprop
|
Enable WARNS=4 by default, except for:
|
2009-04-22 15:23:01 +00:00 |
ifmcstat
|
Fix WARNS=4 issues (-Wextra -Wshadow)
|
2009-04-19 07:49:07 +00:00 |
ifwatchd
|
Use RT_ROUNDUP() and friends from sys/route.h instead of homegrown
|
2011-02-04 14:31:23 +00:00 |
inetd
|
Use more markup.
|
2011-04-25 22:12:05 +00:00 |
installboot
|
Use rsd0c instead of the (far less common) rwd0c as boot disk in the
|
2011-04-25 07:04:50 +00:00 |
iopctl
|
Fix -Wsign-compare issues
|
2009-04-15 08:40:59 +00:00 |
iostat
|
A number greater than or equal to 1.0 is a positive number.
|
2011-02-14 02:43:37 +00:00 |
ipf
|
Default to -Wno-sign-compare -Wno-pointer-sign for clang.
|
2011-05-26 12:56:24 +00:00 |
iprop-log
|
Userland now builds and uses terminfo instead of termcap.
|
2010-02-03 15:34:37 +00:00 |
ipwctl
|
Enable WARNS=4 by default, except for:
|
2009-04-22 15:23:01 +00:00 |
irdaattach
|
Fix -Wcast-qual issue
|
2009-04-16 02:11:44 +00:00 |
isdn
|
Kill redundant externs
|
2011-05-24 13:02:37 +00:00 |
iteconfig
|
don't discard const qualifiers
|
2009-04-26 19:56:20 +00:00 |
iwictl
|
Update references to firmware handling (mostly by removing outdated stuff
|
2009-05-18 12:55:28 +00:00 |
kadmin
|
Userland now builds and uses terminfo instead of termcap.
|
2010-02-03 15:34:37 +00:00 |
kcm
|
Enable WARNS=4 by default, except for:
|
2009-04-22 15:23:01 +00:00 |
kdc
|
Enable WARNS=4 by default, except for:
|
2009-04-22 15:23:01 +00:00 |
kdigest
|
Userland now builds and uses terminfo instead of termcap.
|
2010-02-03 15:34:37 +00:00 |
kgmon
|
Add option arguments to descriptions. From YOMURA Masanori.
|
2011-04-25 22:46:35 +00:00 |
kimpersonate
|
Enable WARNS=4 by default, except for:
|
2009-04-22 15:23:01 +00:00 |
kstash
|
Enable WARNS=4 by default, except for:
|
2009-04-22 15:23:01 +00:00 |
ktutil
|
Userland now builds and uses terminfo instead of termcap.
|
2010-02-03 15:34:37 +00:00 |
kvm_mkdb
|
Fix fd leaks in error cases. Found by cppcheck.
|
2011-01-04 09:32:31 +00:00 |
lastlogin
|
Fix WARNS=4 (-Wshadow -Wcast-qual)
|
2009-04-16 05:59:56 +00:00 |
ldpd
|
Packed pointers are non-sense
|
2011-05-24 13:03:19 +00:00 |
link
|
Remove the \n and tabs from the __COPYRIGHT() strings.
|
2008-07-21 13:36:57 +00:00 |
lmcconfig
|
Fix WARNS=4 issues (-Wcast-qual -Wshadow)
|
2009-04-16 06:07:53 +00:00 |
lockstat
|
whitespace. no functional changes.
|
2011-02-05 13:32:32 +00:00 |
lpr
|
- Replace fatal2() with the appropriate err(3)/errx(3) calls.
|
2011-01-20 15:48:11 +00:00 |
lptctl
|
Enable WARNS=4 by default, except for:
|
2009-04-22 15:23:01 +00:00 |
mailwrapper
|
A general update. Remove (hopefully the last) references to sendmail(8), etc.
|
2010-04-10 08:29:53 +00:00 |
makefs
|
Apply fixes for PR bin/44114 (makefs(8) -t cd9660 -o rockridge creates
|
2011-05-29 17:07:57 +00:00 |
map-mbone
|
include sys/cdefs.h so that __attribute__ can be fixed later
|
2007-12-15 16:32:05 +00:00 |
mdconfig
|
Drop 3rd and 4th clauses. Approved by gwr@ (copyright holder).
|
2009-10-21 23:12:09 +00:00 |
mdsetimage
|
Sort options in SYNOPSIS.
|
2010-11-07 11:49:21 +00:00 |
memswitch
|
Whitespace.
|
2011-01-14 13:31:47 +00:00 |
mld6query
|
Fix WARNS=4 issues (-Wshadow -Wsign-compare)
|
2009-04-19 07:54:08 +00:00 |
mlxctl
|
Fix WARNS=4 issues (-Wshadow -Wextra -Wcast-qual -Wsign-compare)
|
2009-04-17 04:03:39 +00:00 |
mmcformat
|
Enable WARNS=4 by default, except for:
|
2009-04-22 15:23:01 +00:00 |
mopd
|
Kill redundant ()
|
2011-05-24 13:08:16 +00:00 |
mountd
|
make this compatible with bool.h. no functional change intended.
|
2009-10-11 16:30:19 +00:00 |
moused
|
Fix WARNS=4 issues (-Wshadow -Wcast-qual -Wextra -Wsign-compare)
|
2009-04-17 14:02:21 +00:00 |
mrinfo
|
Fix WARNS=4 issues (-Wsign-compare -Wcast-qual)
|
2009-04-17 14:07:45 +00:00 |
mrouted
|
Default to -Wno-sign-compare -Wno-pointer-sign for clang.
|
2011-05-26 12:56:24 +00:00 |
mscdlabel
|
Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a few flags for PCC.
|
2008-08-29 00:02:21 +00:00 |
mtrace
|
Fix WARNS=4 issues (-Wshadow -Wcast-qual -Wsign-compare)
|
2009-04-17 16:12:46 +00:00 |
mtree
|
Suppress a superfluous whitespace after "time=..." in the output.
|
2011-02-14 16:27:58 +00:00 |
ndbootd
|
Default to -Wno-sign-compare -Wno-pointer-sign for clang.
|
2011-05-26 12:56:24 +00:00 |
ndiscvt
|
use %option instead of #define YY_NO_...
|
2009-10-29 14:49:02 +00:00 |
ndp
|
use new tcpdump.
|
2010-12-12 18:50:31 +00:00 |
netgroup_mkdb
|
Remove 3rd and 4th clauses in christos' license. OK christos.
|
2009-10-21 01:07:44 +00:00 |
nfsd
|
PR/42486: Ed Ravin nfsd sometimes exits prematurely during port-scan fix
|
2009-12-21 05:06:55 +00:00 |
npf
|
As per request from the author, put non-standard PERFORMANCE back.
|
2011-03-24 05:48:54 +00:00 |
ofctl
|
Make ofctl for ofppc machines.
|
2010-06-20 21:30:26 +00:00 |
paxctl
|
security(7), not (8).
|
2011-04-28 11:57:08 +00:00 |
pcictl
|
make pcictl pci0 list dump all busses by default, unless a bus number is
|
2011-02-25 21:40:48 +00:00 |
perfused
|
Use SOCK_SEQPACKET in perfuse if available. This fix file operations hangs
|
2011-05-30 14:50:08 +00:00 |
pf
|
Default to -Wno-sign-compare -Wno-pointer-sign for clang.
|
2011-05-26 12:56:24 +00:00 |
postinstall
|
provide a new 'bluetooth' rc.d script, to handle Bluetooth configuration
|
2011-05-27 09:28:41 +00:00 |
powerd
|
Rump-ify powerd.
|
2010-12-19 22:52:08 +00:00 |
pppd
|
Default to -Wno-sign-compare -Wno-pointer-sign for clang.
|
2011-05-26 12:56:24 +00:00 |
psrset
|
Enable WARNS=4 by default, except for:
|
2009-04-22 15:23:01 +00:00 |
pstat
|
Fix memory leak in error case. Found by cppcheck.
|
2011-01-04 09:58:03 +00:00 |
puffs
|
Initialize psshfs root node's readdir waiters queue.
|
2011-05-19 15:07:16 +00:00 |
pvcsif
|
* Don't include headers twice
|
2007-01-16 17:32:04 +00:00 |
pvctxctl
|
fix -Wshadow
|
2009-04-19 08:53:37 +00:00 |
pwd_mkdb
|
Fix fd leaks in error cases. Found by cppcheck.
|
2011-01-04 10:01:51 +00:00 |
quot
|
KNF
|
2011-03-06 23:41:47 +00:00 |
quotacheck
|
more code deduplication
|
2011-03-06 23:25:42 +00:00 |
quotactl
|
quota2_prop.c moved to libquota
|
2011-03-25 10:30:35 +00:00 |
quotaon
|
Add a new libquota library, which contains some blocks to build and/or
|
2011-03-24 17:05:39 +00:00 |
racoon
|
Ignore warnings when building with clang for now.
|
2011-05-30 14:41:26 +00:00 |
racoonctl
|
Ignore warnings when building with clang for now.
|
2011-05-30 14:41:26 +00:00 |
rarpd
|
Fix WARNS=4 issues (-Wshadow -Wsign-compare -Wextra)
|
2009-04-18 08:50:23 +00:00 |
rbootd
|
Use proper format string
|
2011-05-24 13:19:55 +00:00 |
rdate
|
Remove 3rd and 4th clauses in christos' license. OK christos.
|
2009-10-21 01:07:44 +00:00 |
repquota
|
Make sure to not report quotas for a class if we didn't get valid datas
|
2011-03-27 17:15:17 +00:00 |
rip6query
|
Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the
|
2007-05-28 12:06:17 +00:00 |
rmt
|
Fix -Wshadow issue
|
2009-04-18 09:25:50 +00:00 |
route6d
|
no [longer?] need to define _KERNEL when including <net/route.h>
|
2010-04-23 15:30:30 +00:00 |
rpc.bootparamd
|
Fix -Wshadow and -Wcast-qual issues
|
2009-04-18 12:57:10 +00:00 |
rpc.lockd
|
allow comparing v2 and v3 filehandles.
|
2009-11-19 22:27:26 +00:00 |
rpc.pcnfsd
|
Use pclose() after popen(). Found by cppcheck.
|
2011-01-04 10:05:55 +00:00 |
rpc.statd
|
Fix -Wshadow and -Wcast-qual issues
|
2009-04-18 13:02:36 +00:00 |
rpc.yppasswdd
|
Properly use format strings
|
2011-05-24 13:26:41 +00:00 |
rpcbind
|
remove unnecessary superuser check -- bind will fail if bind fails
|
2011-03-14 12:03:45 +00:00 |
rtadvd
|
Sort sections.
|
2011-04-28 12:12:47 +00:00 |
rtsold
|
check if i is in range before using it.
|
2010-01-18 04:53:10 +00:00 |
rwhod
|
Enable WARNS=4 by default, except for:
|
2009-04-22 15:23: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 a better width for the list.
|
2011-03-21 15:35:21 +00:00 |
screenblank
|
System utilities, boot programs and kernel modules are machine
|
2009-12-13 05:01:32 +00:00 |
sdpd
|
move debug output before the loop, which possibly changes the value of fd
|
2010-10-18 20:43:23 +00:00 |
services_mkdb
|
bump PROTOMAX
|
2010-10-07 01:28:50 +00:00 |
sesd
|
Fix fd leak in error case. Found by cppcheck.
|
2011-01-04 10:10:39 +00:00 |
sliplogin
|
Remove the \n and tabs from the __COPYRIGHT() strings.
|
2008-07-21 13:36:57 +00:00 |
sntp
|
Merge ntp 4.2.4p8
|
2009-12-08 21:52:05 +00:00 |
spray
|
Fix -Wsign-compare issue
|
2009-04-18 14:01:37 +00:00 |
srtconfig
|
Fix -Wextra issue
|
2009-04-18 14:02:42 +00:00 |
sti
|
improve wording a bit
|
2009-08-28 21:19:13 +00:00 |
sunlabel
|
Userland now builds and uses terminfo instead of termcap.
|
2010-02-03 15:34:37 +00:00 |
sup
|
Default to -Wno-sign-compare -Wno-pointer-sign for clang.
|
2011-05-26 12:56:24 +00:00 |
syslogd
|
Properly use format strings
|
2011-05-24 13:26:41 +00:00 |
tadpolectl
|
System utilities, boot programs and kernel modules are machine
|
2009-12-13 05:01:32 +00:00 |
tcpdchk
|
Enable WARNS=4 by default, except for:
|
2009-04-22 15:23:01 +00:00 |
tcpdmatch
|
Enable WARNS=4 by default, except for:
|
2009-04-22 15:23:01 +00:00 |
tcpdrop
|
Enable WARNS=4 by default, except for:
|
2009-04-22 15:23:01 +00:00 |
tcpdump
|
Make tcpdump(8) to drop root privileges and chroot(2) by default.
|
2010-12-17 09:54:27 +00:00 |
timed
|
Enable WARNS=4 by default, except for:
|
2009-04-22 15:23:01 +00:00 |
tpctl
|
Fix WARNS=4 issues.
|
2009-04-28 10:57:24 +00:00 |
tprof
|
deal with the output of new objdump.
|
2009-10-13 00:49:38 +00:00 |
traceroute
|
use err(3) and warn(3) for error and warning printing, tiny knf.
|
2011-05-12 01:59:16 +00:00 |
traceroute6
|
Sync usage with manpage.
|
2011-05-15 00:06:23 +00:00 |
trpt
|
Remove superfluous comma.
|
2009-05-04 20:54:50 +00:00 |
unlink
|
Remove the \n and tabs from the __COPYRIGHT() strings.
|
2008-07-21 13:36:57 +00:00 |
usbdevs
|
The structure returned by USB_DEVICEINFO has the vendor/device strings
|
2010-02-02 16:25:30 +00:00 |
user
|
Close masterfd after reading from it. Found by cppcheck.
|
2011-01-04 10:30:21 +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
|
Fix -Wcast-qual issue
|
2009-04-19 00:44:49 +00:00 |
vnconfig
|
Restore historic SCCS IDs in the comments (were removed in previous commit).
|
2011-02-09 10:25:40 +00:00 |
wake
|
remove stupid casts. if lint complains about return values that are ignored,
|
2010-01-10 19:40:11 +00:00 |
wiconfig
|
New sentence, new line. Remove unnecessary Bk/Ek pairs.
|
2009-07-02 18:32:04 +00:00 |
wlanctl
|
Fix formatting. New sentence, new line.
|
2009-05-04 20:47:48 +00:00 |
wsconscfg
|
Enable WARNS=4 by default, except for:
|
2009-04-22 15:23:01 +00:00 |
wsfontload
|
Enable WARNS=4 by default, except for:
|
2009-04-22 15:23:01 +00:00 |
wsmoused
|
a little undocumented debugging.
|
2011-05-31 03:37:02 +00:00 |
wsmuxctl
|
Fix preamble to match order set out by mdoc(7). Discussed with wiz.
|
2009-03-09 19:24:26 +00:00 |
ypbind
|
Don't print uninitialized values off the stack, even as debug messages.
|
2011-05-25 04:59:22 +00:00 |
yppoll
|
Use Fl for flags, not Ar.
|
2011-04-25 22:34:46 +00:00 |
ypserv
|
Add -f to usage, and make it match man page.
|
2011-04-25 22:54:05 +00:00 |
ypset
|
Convert TNF licenses to new 2 clause variant
|
2008-04-30 13:10:46 +00:00 |
zdump
|
…
|
|
zic
|
Enable WARNS=4 by default, except for:
|
2009-04-22 15:23:01 +00:00 |
Makefile
|
Enable the build of perfused and libperfuse
|
2011-05-09 08:51:08 +00:00 |
Makefile.inc
|
Enable WARNS=4 by default, except for:
|
2009-04-22 15:23:01 +00:00 |