NetBSD/usr.bin
2007-01-24 10:36:33 +00:00
..
apply Fix example; from sat@freebsd via jmc@openbsd. 2006-12-24 10:07:18 +00:00
apropos
asa
at
audio use c99 initializer. 2006-10-22 16:12:20 +00:00
awk use -Wno-pointer-sign for GCC4. 2006-05-11 01:19:55 +00:00
banner
basename
bdes
biff
bthset Remove reference to btcontrol(8) and clarify mixer(4) 2006-08-19 16:37:26 +00:00
btpin expose the bthcid API details so that external PIN clients do not 2006-09-26 19:18:19 +00:00
bzip2
bzip2recover
cal
calendar Update to include Zaurus Port. 2007-01-06 03:56:13 +00:00
cap_mkdb
cdplay if ioctl(fd, CDIOCPLAYMSF,...) fails, do not warn("ioctl(CDIOREADTOCENTRYS)"); 2007-01-24 10:36:33 +00:00
checknr
chflags Adapt chflags to the move of string_to_flags() and flags_to_string() 2006-12-14 20:57:00 +00:00
chpass PR/29722: Andreas Kling: chpass temporary files in /etc not always unlinked 2006-10-07 20:09:09 +00:00
cksum Remove duplicate #includes 2007-01-17 00:21:43 +00:00
cmp off-by-one (thanks to our anonymous contributor) 2006-06-03 21:47:55 +00:00
col
colcrt
colrm
column - Change all emalloc to ecalloc, since the previous implementation of emalloc 2006-12-09 21:42:40 +00:00
comm
compile_et
compress
config - rename {x,}error -> cfg{x,}error and {x,}warn -> cfg{x,}warn so that we 2007-01-13 23:47:36 +00:00
crontab apply -Wno-pointer-sign with GCC4. 2006-05-12 03:29:11 +00:00
crunch Bump date for previous. 2006-10-26 10:49:35 +00:00
csplit mdoc improvements. 2006-09-27 17:41:30 +00:00
ctags don't do the -Wno-pointer-sign dance for host programs. 2006-05-12 01:18:25 +00:00
cut don't highlight the single dash 2006-07-31 09:39:59 +00:00
db
deroff
dirname
du Fix typo in usage. 2006-09-24 07:19:57 +00:00
eject PR bin/27066 by Sergey Svishchev: "eject(1) does not DTRT for floppy drives 2006-09-24 08:42:55 +00:00
elf2aout
elf2ecoff Fix "pointer targets in passing argument X of 'Y' differ in signedness" 2006-05-31 08:09:55 +00:00
env
error fix spelling of accidentally; from Zapher 2006-11-24 19:37:02 +00:00
expand
extattr mark strpy safe 2006-06-17 08:32:42 +00:00
false
fdformat Bump date for previous. 2006-07-22 08:36:14 +00:00
fgen
file Include bsd.sys.mk so that HOST_SH is defined. (Hi apb) 2006-10-22 22:22:39 +00:00
find Adapt find to the move of string_to_flags() and flags_to_string() to 2006-12-14 20:55:56 +00:00
finger no need to cast setlocale()'s return value. 2006-05-11 01:20:33 +00:00
fmt mail/head.c: make the previous delta only apply if FMT_PROG is not defined 2006-10-22 08:22:34 +00:00
fold
fpr
from
fsplit
fstat Xref sockstat(1) 2006-07-29 14:46:13 +00:00
ftp gcc4 does not care about &foo; use volatile instead. From Anon Ymous 2006-12-13 18:04:08 +00:00
gcore
genassym Remove unneeded \ from awk script. 2006-10-21 04:48:29 +00:00
gencat
getconf PR/35194: 0 is returned from confstr(3) in two cases: 2006-12-06 12:02:02 +00:00
getent Remove some unnecessary casts. 2006-08-27 06:58:55 +00:00
getopt ANSIfy, remove unnecessary errno.h inclusion. 2006-07-09 21:39:48 +00:00
gprof
grep Changed the type of some size variables from int to size_t. Added const 2006-05-15 21:12:21 +00:00
gzip properly detect when the output fails (eg, full filesystem) and do not 2006-11-13 21:57:59 +00:00
head
hesinfo
hexdump use ecalloc in previous 2006-10-09 14:27:06 +00:00
iconv More programs using efun. 2006-08-26 18:17:41 +00:00
id WFORMAT is no more... 2006-10-08 17:52:28 +00:00
indent WFORMAT is no more... 2006-10-08 17:52:28 +00:00
innetgr
ipcrm
ipcs PR/34837: Mindaguas: Add SysV SHM dynamic reallocation and locking to the 2006-11-25 21:40:04 +00:00
join Include nbtool_config.h, to make join(1) buildable as a host tool. 2007-01-14 16:15:26 +00:00
jot WFORMAT is no more... 2006-10-08 17:52:28 +00:00
kdestroy
kdump Conflict was resolved, so revert previous. 2006-11-30 01:59:45 +00:00
kgetcred
kinit
klist
ktrace Remove duplicate #includes 2007-01-17 00:21:43 +00:00
ktruss since register_t is sometimes unsigned, cast to (long) to check >= 0. 2006-10-23 04:13:51 +00:00
lam WFORMAT is no more... 2006-10-08 17:52:28 +00:00
last Respect the environment variable TMPDIR if set. 2007-01-06 14:29:44 +00:00
lastcomm Note that ACOMPAT and ASU are no longer recorded. 2006-12-22 08:00:20 +00:00
ldd s/existance/existence/, from Zafer. 2006-11-24 22:52:16 +00:00
leave
less Add the list of differences between more and less provided by mrg@ in 2006-12-17 16:16:53 +00:00
lex WFORMAT is no more... 2006-10-08 17:52:28 +00:00
locale
locate
lock clear errno before using strtol 2006-05-11 12:02:08 +00:00
logger
login Remove duplicate #includes 2007-01-17 00:21:43 +00:00
logname
look
lorder In preparation for making TOOL_LORDER use TOOL_JOIN, TOOL_MKTEMP and 2007-01-14 16:29:35 +00:00
m4 exp() -> m4_exp(). 2006-05-11 01:22:20 +00:00
machine
mail don't overwrite variables on the stack. From Anon Ymous. 2007-01-22 19:07:13 +00:00
make 4 -> 4.0, since Nx does not accept all arguments without complaint. 2007-01-23 22:23:48 +00:00
man WFORMAT is no more... 2006-10-08 17:52:28 +00:00
menuc Fully initialize the last element of menu_def[]. 2006-10-23 19:29:48 +00:00
mesg
midiplay Bump date for previous. New sentence, new line. 2006-07-02 01:48:51 +00:00
mixerctl
mk_cmds
mkcsmapper mapper_std iconv module and mkcsmapper(1) now can treat 2006-09-09 14:35:17 +00:00
mkdep kill crypto/rmd160.h and crypto/sha2.h, and instead make symlinks to 2006-10-30 20:22:53 +00:00
mkesdb
mkfifo
mklocale
mkstr
mktemp Sync usage with man page. 2006-09-19 19:01:56 +00:00
modstat WARNS=4, ansi pass lint. 2006-05-15 14:30:38 +00:00
moduli make MKCRYPTO=no work again. 2006-06-25 03:02:19 +00:00
msgc eliminate an alloca use. 2006-12-03 01:18:34 +00:00
msgs
netgroup
netstat Remove duplicate #includes 2007-01-17 00:21:43 +00:00
newsyslog Remove authors section, and update history where appropriate. 2006-11-13 16:33:56 +00:00
nfsstat more NQNFS removal fallout 2006-12-27 21:53:58 +00:00
nice
nl WFORMAT is no more... 2006-10-08 17:52:28 +00:00
nohup
openssl
pagesize
passwd
paste Remove duplicate #includes 2007-01-17 00:21:43 +00:00
patch PR/34627: Lubomir Kundrak: patch(1) segfaults, when fed from stdin in batch 2006-09-26 16:36:07 +00:00
pathchk
paxctl Remove advertising clause from all of my stuff. 2007-01-09 12:49:36 +00:00
pkill Remove authors section, and update history where appropriate. 2006-11-13 16:33:56 +00:00
pmap "teach" about VT_PUFFS 2006-10-22 22:56:26 +00:00
pmc - add volatile 2006-10-22 16:25:19 +00:00
pr Coverity CID 3212: Don't return, goto out in all cases so that cleanup 2006-05-24 15:59:06 +00:00
printenv
printf
progress
pwhash
qsubst
quota
radioctl u_long -> u_int in many places. i guess radioctl(1) was broken on sparc64. 2006-05-11 01:24:14 +00:00
rdist From Anon Ymous: 2006-12-18 15:14:42 +00:00
renice
rev
revoke Remove advertising clause from all of my stuff. 2007-01-09 12:49:36 +00:00
rfcomm_sppd Initial import of bluetooth stack on behalf of Iain Hibbert. (plunky@, 2006-06-19 15:44:33 +00:00
rlogin Remove duplicate #includes 2007-01-17 00:21:43 +00:00
rpcgen xdr sucks. sprinkle some (void *) casts into it's functions taking void **, 2006-05-11 17:11:57 +00:00
rpcinfo Coverity CID 2285: in the dump and dumpshort case, don't trash head so that 2006-05-24 16:04:03 +00:00
rs
rsh
rup
ruptime reference uptime(1) correctly 2006-05-13 12:41:54 +00:00
rusers call ctime() with an actual time_t *. 2006-05-11 01:25:23 +00:00
rwall
rwho
script Fix PR: 26363: script core dumps on incorrect input files. 2006-06-14 16:05:38 +00:00
sdpquery Bump date for previous. 2006-08-23 20:39:01 +00:00
sed Make TOOL_SED, to allow using our own sed in cases where the host's version 2006-06-18 05:16:41 +00:00
seq
shar
shlock PR/30819: Peter Postma: src/usr.bin/shlock has no license 2006-10-07 21:13:00 +00:00
showmount
shuffle More programs using efun. 2006-08-26 18:17:41 +00:00
skey
skeyinfo
skeyinit
sockstat Document the option -n and bump date. 2006-07-14 21:14:24 +00:00
soelim
sort fix check for field order to allow .0 form in "-k 1.2,1.0" 2006-10-23 20:36:17 +00:00
spell use c99 initializers. 2006-10-22 16:36:44 +00:00
split Mention that the argument file is not modified. From jmc@openbsd. 2006-12-24 08:35:21 +00:00
ssh s/independant/independent/, from Zafer. 2006-11-24 22:04:21 +00:00
stat PR/34662: martijnb at atlas dot ipv6 dot stack dot nl: readlink doesn't 2006-10-07 10:41:50 +00:00
string2key Add linking against -lutil to pick up estrdup(). Fixes evbsh5 build. 2006-08-31 07:18:39 +00:00
su remove PAM_DEBUG 2006-07-13 18:18:09 +00:00
systat use c99 initializers 2006-10-22 16:43:24 +00:00
tail Coverity CID 3204: The USE_SLEEP case can close the fp, and break does 2006-05-24 16:34:25 +00:00
talk Introduce a TALKHOST environment variable to make talk work through NAT. 2007-01-08 17:10:59 +00:00
tcopy
tee
telnet volatile fixes from Anon Ymous 2006-12-18 14:18:40 +00:00
tftp sprinkle volatile. 2006-10-22 16:45:35 +00:00
time volatile fixes, from Anon Ymous 2006-12-18 15:17:38 +00:00
tip Punctuation nits. 2006-12-23 08:48:29 +00:00
tn3270 Remove duplicate #includes 2007-01-17 00:21:43 +00:00
top fix spelling of accommodate; from Zapher. 2006-11-24 19:46:58 +00:00
touch
tput
tr Remove duplicate #includes 2007-01-17 00:21:43 +00:00
true
tset
tsort
tty
ul
uname
unexpand
unifdef
uniq Don't limit lines to 8K. 2007-01-06 02:18:24 +00:00
units
unvis
usbhidaction Sprinkle static, pass lib, warns=4 2006-05-19 14:43:58 +00:00
usbhidctl Sync usage with manpage. 2006-10-26 11:12:41 +00:00
users
utoppya
uudecode implement HOST_CPPFLAGS+= -DNO_BASE64 2006-09-24 21:43:14 +00:00
uuencode Add -m to SYNOPSIS. 2006-09-24 15:56:42 +00:00
uuidgen
vacation Add Auto-Submitted: header per RFC 3834, from OpenBSD 2006-08-15 16:21:59 +00:00
vgrind
vi exit(3) needs stdlib.h. 2007-01-22 11:46:43 +00:00
vis
vmstat warns=4, pass lint. 2006-10-17 15:13:08 +00:00
vndcompress
w Use the UTX sizes + 1 for the struct to save space. 2006-06-22 17:57:31 +00:00
wall
wc
what
whatis PR/9742: whatis doesn't deal with '.' in manpage names (John Hawkinson) 2006-09-26 04:16:24 +00:00
whereis Apply patch from Michael van Elst to fix PR bin/34114: 2006-07-30 11:50:29 +00:00
who Use Pq. 2007-01-18 00:15:05 +00:00
whois
window from Anon Ymous: 2006-12-18 20:04:55 +00:00
write strncpy -> strlcpy 2006-06-17 08:22:06 +00:00
xargs PR/34182 from der Mouse -- clarify -0 option 2006-08-11 23:01:46 +00:00
xinstall Don't depend on lubutil if we're building host tools. Fix tools build on 2006-12-16 12:59:16 +00:00
xlint pushinit(): fix a use-after-free bug. 2007-01-20 21:16:23 +00:00
xstr
yacc fix spelling of accommodate; from Zapher. 2006-11-24 19:46:58 +00:00
yes
ypcat
ypmatch
ypwhich
Makefile Fix broken line continuation, probably caused by editor word wrap. 2006-10-07 13:04:43 +00:00
Makefile.inc WFORMAT is no more... 2006-10-08 17:52:28 +00:00