NetBSD/usr.sbin
lukem 287af45b8d Crank copyright.
Whitespace & linewrap consistency tweaks.
2006-12-05 10:26:28 +00:00
..
ac Remove redundant check for end of list wrapping around on itself. 2006-05-26 02:16:17 +00:00
accton Kill __P(), use ANSI function declarations; WARNS=3 2005-03-16 01:43:06 +00:00
altq Since the -D option doesn't do anything useful at all, remove it. 2006-11-26 11:38:07 +00:00
amd WFORMAT is no more... 2006-10-08 17:52:28 +00:00
apm PR/34593: Arnaud LACOMBE: apm(8) prints meaningless default unknow value 2006-09-23 22:06:42 +00:00
apmd PR/18906: roskens at elfin dot net: misc. select() to poll() updates. 2006-10-07 17:27:57 +00:00
arp WARNS=4. 2006-10-22 20:54:38 +00:00
bad144 Make this compile again. Reported by Steven Bellovin. 2006-10-08 18:00:30 +00:00
bind If we're not using pthreads, claim also that we don't have sigwait. 2006-10-22 20:53:51 +00:00
bootp Fix typo or mispelling. 2006-06-17 04:58:14 +00:00
btconfig BluetootH SCO Audio update. 2006-08-27 11:41:58 +00:00
btdevctl back off previous changes since the 'memory leak' fix - we dont need any of 2006-09-29 18:48:17 +00:00
bthcid Bump date for previous. 2006-10-03 02:04:42 +00:00
catman modified man(1): 2006-04-10 14:39:06 +00:00
chown Fix typo or mispelling. 2006-06-17 04:58:14 +00:00
chroot
chrtbl sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4. 2006-05-11 23:16:28 +00:00
cnwctl
cron sprinkle volatile. 2006-10-22 21:00:21 +00:00
dev_mkdb The latest fts fix that removes double-slashes from paths exposed a bug 2005-11-18 05:11:30 +00:00
dhcp Note which interface caused a resolv.conf to be created. From 2006-10-08 17:09:32 +00:00
diskpart Add (unsigned char) cast to ctype functions 2004-10-29 20:51:11 +00:00
dumpfs Coverty CID 1643: free(ino_buf) on error return. 2006-04-24 21:20:44 +00:00
dumplfs Update dumplfs to reflect new segment flags and "orphaned" file status. 2006-09-01 19:57:41 +00:00
edquota Coverity CID 3785: calling fclose() twice on same file pointer 2006-05-26 13:21:47 +00:00
eeprom getdate -> parsedate 2006-11-20 20:33:33 +00:00
envstat In -i mode, flush standard output after each line. This is needed to 2006-08-31 10:25:04 +00:00
eshconfig Non-argument options in SYNOPSIS belong before options with arguments. 2005-06-17 18:22:18 +00:00
etcupdate Use "stty size" to acquire screen width reliably. 2006-09-03 09:19:07 +00:00
extattrctl Use more, and more correct macros. Fix Xr section. 2005-09-23 20:58:50 +00:00
faithd Coverity CID 1321: False -gative detection. 2006-05-24 21:47:25 +00:00
fssconfig Support user controllable flags for the snapshot driver: 2005-04-17 16:28:26 +00:00
fwctl Coverity CID 3233: Be nice and close the file you opened. 2006-05-24 22:08:53 +00:00
gpioctl Remove default argument from .Nm. Add a missing article. Mention NetBSD import. 2005-09-27 09:16:20 +00:00
grfconfig Add casts to unsigned char for the arguments to ctype.h functions. 2004-11-13 14:32:14 +00:00
grfinfo grfinfo(1) is hp300 specific, so move the man page to the hp300 subdir. 2005-08-20 17:21:29 +00:00
gspa Coverity CID 3789: Add assertion before NULL deref. 2006-09-27 21:33:07 +00:00
hilinfo
hprop sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4. 2006-05-11 23:16:28 +00:00
ifmcstat NI_WITHSCOPEID was not picked up by IETF standardization process. 2004-11-16 05:59:32 +00:00
ifwatchd Sort options in SYNOPSIS. 2004-11-25 16:05:11 +00:00
inetd - use socklen_t where appropriate 2006-05-11 06:59:40 +00:00
installboot Add some macppc specific description. Closes PR port-macppc/34496 by myself. 2006-11-25 15:12:02 +00:00
iopctl Remove authors section, and update history where appropriate. 2006-11-13 16:33:56 +00:00
iostat Since the swapping of tk_nin and tk_nout was moved to its own 2006-07-26 03:33:02 +00:00
ipf add -fno-strict-aliasing when using GCC4. 2006-05-11 07:07:08 +00:00
ipwctl Remove the SIOCSKILLFW define. It's not used anymore. 2006-08-06 07:31:32 +00:00
irdaattach
iscsi Add an initial makefile for the iscsiconfig utility. We don't yet descend 2006-02-20 09:01:39 +00:00
isdn Coverity CID 3792: Avoid double free; while I am here avoid NULL deref. 2006-09-27 21:39:15 +00:00
iteconfig s/netbsd.org/NetBSD.org/i 2003-11-12 13:31:07 +00:00
iwictl Correct the usage message. 2006-08-09 11:57:51 +00:00
kadmin Only #define HAVE_IPV6 if ${USE_INET6} != "no". 2005-01-10 03:11:17 +00:00
kdc Remove some more references to kerberosIV. 2006-03-23 21:51:14 +00:00
kgmon While I am here, KNF err(3) and errx(3) usage. Compare a pointer 2006-08-13 00:20:25 +00:00
kstash Remove some more references to kerberosIV. 2006-03-23 21:51:14 +00:00
ktutil Only #define HAVE_IPV6 if ${USE_INET6} != "no". 2005-01-10 03:11:17 +00:00
kvm_mkdb s/netbsd.org/NetBSD.org/i 2003-11-12 13:31:07 +00:00
lastlogin If the passwd entry is not found for a lastlog entry, cons up a fake 2005-04-09 02:13:20 +00:00
link
lmcconfig Coverity CID 1463: Change code to unconfuse coverity. 2006-05-25 00:16:48 +00:00
lockstat Tweak output slightly, and fix a bug. 2006-11-13 19:08:52 +00:00
lpr fix spelling of accommodate; from Zapher. 2006-11-24 19:46:58 +00:00
lptctl New sentence, new line. 2004-02-04 14:25:13 +00:00
mailwrapper More better description of current state of sendmail stuff in more 2004-07-22 03:44:12 +00:00
makefs use c99 initializers 2006-10-22 21:09:47 +00:00
map-mbone change (mostly) int to socklen_t. GCC 4 doesn't like that int and 2006-05-09 20:18:05 +00:00
mdconfig use correct types, allow size to be larger than 1 TB. 2005-11-01 01:42:29 +00:00
mdsetimage
memswitch Initialize class and node in modify_single(), as their initial assignment 2005-06-11 18:42:56 +00:00
mld6query change (mostly) int to socklen_t. GCC 4 doesn't like that int and 2006-05-09 20:18:05 +00:00
mlxctl Remove authors section, and update history where appropriate. 2006-11-13 16:33:56 +00:00
mopd PR/18906: roskens at elfin dot net: misc. select() to poll() updates. 2006-10-07 17:27:57 +00:00
mountd Fix a typo. 2006-10-09 21:36:18 +00:00
moused add a period after a sentence. 2006-09-12 20:48:47 +00:00
mrinfo change (mostly) int to socklen_t. GCC 4 doesn't like that int and 2006-05-09 20:18:05 +00:00
mrouted Coverity CID 1188: Don't check for NULL just to log and then die 2006-05-25 01:44:28 +00:00
mscdlabel Coverity CID 3214: Check getrawpartition return code. 2006-05-25 00:42:23 +00:00
mtrace change (mostly) int to socklen_t. GCC 4 doesn't like that int and 2006-05-09 20:18:05 +00:00
mtree kill crypto/rmd160.h and crypto/sha2.h, and instead make symlinks to 2006-10-30 20:22:53 +00:00
ndbootd work around some GCC4 internal problems on m68000 platform. 2006-06-24 05:21:11 +00:00
ndiscvt Cast yytext values to unsigned char when testing with isspace() to avoid 2006-06-11 19:25:19 +00:00
ndp c99 initializer 2006-10-22 21:24:44 +00:00
netgroup_mkdb Programs that had their own efuns, use libutil's now. 2006-08-26 18:15:37 +00:00
nfsd PR/18906: roskens at elfin dot net: misc. select() to poll() updates. 2006-10-07 17:27:57 +00:00
ntp Programs that had their own efuns, use libutil's now. 2006-08-26 18:15:37 +00:00
ofctl Sync usage with man page (correct program name, sort options). 2006-10-03 02:03:33 +00:00
pcictl New sentence, new line. 2006-10-03 02:08:16 +00:00
pf compile a file with -Wno-stack-protector since it is using __cmsg_alignbytes() 2006-11-09 20:33:25 +00:00
pkg_install Bump pkg_install version to 20061103 for plist processing fix and 2006-11-03 09:20:45 +00:00
postinstall Crank copyright. 2006-12-05 10:26:28 +00:00
powerd pass WARNS=4 2006-02-05 14:11:18 +00:00
pppd Coveriy CID 797: Avoid NULL deref. 2006-05-25 01:22:53 +00:00
pstat revert debug flags I accidentally committed before. 2006-12-05 03:52:02 +00:00
pvcsif Only compile in IPv6 support if ${USE_INET6} != "no" 2005-01-10 02:58:58 +00:00
pvctxctl Fix -j description and "interface" case problem. From YOMURA Masanori in private mail. 2005-09-15 01:49:07 +00:00
pwd_mkdb s/existance/existence/, from Zafer. 2006-11-24 22:52:16 +00:00
quot fix compilatio problems on LP64 2005-08-20 15:00:27 +00:00
quotacheck 64 bit inode changes 2005-08-19 02:07:18 +00:00
quotaon Remove a superfluous word. From David Krinsky in PR bin/28358. 2004-11-19 21:19:24 +00:00
racoon Add the dependendy on libutil 2006-09-29 05:06:34 +00:00
racoonctl Switch to ipsec-tools for libipsec, setkey, and racoon. From 2005-02-19 16:55:02 +00:00
rarpd since ar_tha() can return NULL, don't pass it directly to functions 2006-05-12 01:20:33 +00:00
rbootd use -fno-strict-aliasing for utils.c with GCC4 2006-05-11 07:19:33 +00:00
rdate WARNS=3 2005-06-02 09:21:01 +00:00
repquota make sure there is space between the username and next field when 2005-03-05 14:46:29 +00:00
rip6query Homogenize usage messages: make the 'usage' word all lowercase, as this seems 2004-01-05 23:23:32 +00:00
rmt
route6d PR/18906: roskens at elfin dot net: misc. select() to poll() updates. 2006-10-07 17:27:57 +00:00
rpc.bootparamd Add (unsigned char) cast to ctype functions 2004-10-30 15:15:37 +00:00
rpc.lockd Typo 2006-08-09 14:12:47 +00:00
rpc.pcnfsd sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4. 2006-05-11 23:16:28 +00:00
rpc.statd Use sigaction(2) to setup automatic disposal of child processes after 2006-03-28 15:21:00 +00:00
rpc.yppasswdd typo s/fp/fpw/ 2006-05-25 03:17:43 +00:00
rpcbind Adapt rpcbind(8) to new return value from socket(2) for unsupported 2006-06-14 16:25:17 +00:00
rtadvd PR/18906: roskens at elfin dot net: misc. select() to poll() updates. 2006-10-07 17:27:57 +00:00
rtsold c99 initializer 2006-10-16 03:39:42 +00:00
rwhod assign to wd.wd_recvtime rather than casting a pointer to it 2006-05-11 08:40:28 +00:00
sa Add (unsigned char) cast to ctype functions 2004-10-30 15:39:39 +00:00
screenblank Handle -b/-u after default display device is added, otherwise 2006-09-24 01:57:03 +00:00
sdpd Add service discovery support for the Handsfree profile 2006-08-17 20:13:31 +00:00
sendmail
services_mkdb Sort sections. Punctuation nits. 2006-07-30 00:24:40 +00:00
sesd s/the the/the/ (only in sources that aren't regularly imported from 2004-04-23 02:58:27 +00:00
sliplogin Add (unsigned char) cast to ctype functions 2004-10-30 15:39:39 +00:00
sntp "msntp"->"sntp, and adjust location of runtime data files 2003-12-09 11:15:18 +00:00
spray
sti Don't core dump when the program is invoked without arguments. 2005-11-11 15:08:40 +00:00
sunlabel __inline__ -> inline 2005-12-24 21:35:57 +00:00
sup Programs that had their own efuns, use libutil's now. 2006-08-26 18:15:37 +00:00
syslogd PR/34979: Scott Ellis: Detect 0 length name and skip it instead of infinite 2006-11-13 20:24:00 +00:00
tadpolectl
tcpdchk
tcpdmatch
tcpdump apply -Wno-pointer-sign to print-802_11.c as well. 2006-05-12 02:00:46 +00:00
timed This has not worked since 2003. (Hello Itojun!) 2006-06-15 19:32:55 +00:00
tpctl That cast doesn't need to add const. 2006-05-22 20:17:03 +00:00
traceroute PR/18906: roskens at elfin dot net: misc. select() to poll() updates. 2006-10-07 17:27:57 +00:00
traceroute6 PR/19069: Jun-ichiro itojun Hagino: traceroute(8) and traceroute6(8) can 2006-10-07 10:23:33 +00:00
trpt Show ECN ECE and CWR flags too. 2006-03-31 10:20:21 +00:00
unlink
usbdevs Print serial number if there is one. 2005-05-08 08:12:45 +00:00
user Change the default shell to /bin/sh. It has most of the usability 2006-11-02 21:42:08 +00:00
veriexecgen Minor cosmetic changes: 2006-12-04 21:22:40 +00:00
videomode
vipw Mention pwhash(1) in a few places, 2005-09-05 03:37:14 +00:00
vnconfig Argument is regular_file, not "regular file". From YOMURA Masanori in private mail. 2005-09-11 23:49:58 +00:00
wiconfig PR/23774: Jorge Acereda: wiconfig exits on non-critical errors 2006-10-07 00:47:18 +00:00
wlanctl struct ieee80211_node_sysctl does not align ns_tstamp properly to directly 2006-06-30 21:30:19 +00:00
wpa New sentence, new line. Punctuation fixes. 2006-08-04 20:38:52 +00:00
wsconscfg Sort options in usage(). 2006-06-24 21:04:48 +00:00
wsfontload Option -B does not have an argument. Sync getopt string with reality. 2006-08-17 23:42:37 +00:00
wsmoused WSDISPLAY_CHARFUNCS is gone. 2006-04-15 17:53:03 +00:00
wsmuxctl Add (unsigned char) cast to ctype functions 2004-10-30 15:51:20 +00:00
ypbind Ensure alignment of the structure used for RPC requests. This stop 2006-10-05 09:18:11 +00:00
yppoll Sort SEE ALSO. 2005-02-26 16:20:36 +00:00
ypserv strlcpy off by one errors (from gdamore) 2006-10-15 01:10:00 +00:00
ypset Sort SEE ALSO (first section, then name); bump date for previous. 2005-02-26 16:20:07 +00:00
zdump
zic
Makefile Add gimpy's OF device tree dumping tool. 2006-09-29 19:03:11 +00:00
Makefile.inc