NetBSD/usr.bin
2003-12-13 22:07:35 +00:00
..
apply safer use of realloc 2003-10-16 06:34:19 +00:00
apropos
asa
at Fix typos, from Jared Yanovich. Forwarded by jmc@openbsd. 2003-10-21 09:03:25 +00:00
audio Don't set an int to NULL. 2003-10-21 02:15:00 +00:00
awk
banner
basename Add Xrefs to basename(3), dirname(3). 2003-09-06 20:56:40 +00:00
bdes
biff
bzip2
bzip2recover
cal
calendar Add option to remove escape character before comment character in 2003-09-30 15:00:18 +00:00
cap_mkdb Overhaul how `build.sh tools' are used: 2003-10-27 00:12:41 +00:00
cdplay eliminate unneeded use of sigcontext. 2003-09-12 00:39:38 +00:00
checknr
chflags
chpass
cksum Overhaul how `build.sh tools' are used: 2003-10-27 00:12:41 +00:00
cmp
col safer use of realloc 2003-10-16 06:45:22 +00:00
colcrt
colrm
column safer use of realloc 2003-10-16 06:45:22 +00:00
comm
compile_et
compress
crontab
crunch Use grep in favor of egrep in a few places. The pattern being searched 2003-12-08 23:57:13 +00:00
ctags Overhaul how `build.sh tools' are used: 2003-10-27 00:12:41 +00:00
cut
db safer use of realloc 2003-10-16 06:45:22 +00:00
dirname
du
eject
elf2aout
elf2ecoff Overhaul how `build.sh tools' are used: 2003-10-27 00:12:41 +00:00
env
error
expand
false
fdformat
fgen Conditionally include nbtool_config.h to make sure __P has been defined 2003-12-07 01:02:36 +00:00
file Rework how MAKEVERBOSE operates: 2003-10-21 10:01:19 +00:00
find
finger
fmt
fold safer use of realloc 2003-10-16 06:45:22 +00:00
fpr safer use of realloc 2003-10-16 06:45:22 +00:00
from
fsplit
fstat Don't compare integers and NULL. 2003-10-21 02:16:59 +00:00
ftp Don't warn about "ignored setsockopt" failures unless debugging is 2003-12-10 12:34:28 +00:00
gcore
gencat Overhaul how `build.sh tools' are used: 2003-10-27 00:12:41 +00:00
getconf
getopt
gprof
head
hesinfo Convert to mdoc. 2003-11-12 12:33:13 +00:00
hexdump Overhaul how `build.sh tools' are used: 2003-10-27 00:12:41 +00:00
iconv count number of invalid characters correctly. 2003-10-20 12:56:18 +00:00
id Don't compare an integer to NULL. 2003-10-21 02:17:45 +00:00
indent safer use of realloc 2003-10-16 06:45:22 +00:00
innetgr
ipcrm Clean up getopt() usage, removing unnecessary warnx()'s. 2003-11-02 17:43:01 +00:00
ipcs The last argument to sysctl() is a size_t, don't pass NULL in it. 2003-10-21 02:20:22 +00:00
join safer use of realloc 2003-10-16 06:56:17 +00:00
jot
kdestroy
kdump Fix cross-build problem on sparc caused by a cast size_t -> int 2003-11-24 22:12:14 +00:00
kinit rearrange lib stuff so that these link on non-shared-lib platforms. 2003-12-13 22:07:35 +00:00
klist
ktrace Bump date for previous (hi manu!). 2003-11-24 18:00:49 +00:00
ktruss Make ktruss compile again after recent change to kdump/setemul.h. 2003-11-19 05:20:50 +00:00
lam
last
lastcomm
ldd
leave
less Fix documentation of lesskey config file path per PR 23597 2003-11-30 01:17:03 +00:00
lex yy_flex_realloc(): apply __attribute__((__unused__)) instead of 2003-12-02 06:22:14 +00:00
locale
locate
lock
logger
login Fix the checkflist for builds without Kerberos 4 (MKKERBEROS4=no) 2003-12-11 09:46:26 +00:00
logname
look
lorder
m4 Overhaul how `build.sh tools' are used: 2003-10-27 00:12:41 +00:00
machine
mail Simplify set(). No functional change. 2003-11-10 21:40:22 +00:00
make Drop trailing spaces. 2003-12-07 20:48:25 +00:00
man Overhaul how `build.sh tools' are used: 2003-10-27 00:12:41 +00:00
menuc Add '[no] clear' to lex/yacc spec. 2003-11-30 09:22:25 +00:00
mesg
midiplay safer use of realloc 2003-10-16 06:56:17 +00:00
mixerctl Allow using '+=number' (resp. -=number) to produce the same effect as 2003-10-23 22:17:58 +00:00
mk_cmds
mkcsmapper SUSE3 says htonl and friends come in via arpa/inet.h. This will actually not 2003-10-28 04:00:51 +00:00
mkdep Only emit each filename once in a single .OPTIONAL line when -o is given. 2003-12-07 20:22:49 +00:00
mkesdb enable ident strings for sources pulled in from libc 2003-10-27 00:14:59 +00:00
mkfifo
mklocale Overhaul how `build.sh tools' are used: 2003-10-27 00:12:41 +00:00
mkstr
mktemp Overhaul how `build.sh tools' are used: 2003-10-27 00:12:41 +00:00
modstat
msgc Overhaul how `build.sh tools' are used: 2003-10-27 00:12:41 +00:00
msgs
netgroup
netstat Use itimerval() instead of alarm() for interval displaying. This increases 2003-11-15 11:54:34 +00:00
newsyslog On MACHINE_ARCH==arm, compile newsyslog(8) with -fno-gcse-lm. 2003-10-26 01:56:54 +00:00
nfsstat
nice
nl
nohup
openssl NO_* have been changed to OPENSSL_NO_* in more recent OpenSSL releases, 2003-08-27 20:18:41 +00:00
pagesize
passwd
paste
patch
pathchk
pkill
pmap Don't assign NULL to an integer. 2003-10-21 02:22:21 +00:00
pmc
pr Move Keith Muller's code from a 4-clause to a 3-clause licence by removing 2003-10-13 07:41:22 +00:00
printenv
printf
progress
pwhash
qsubst
quota Check the right error code to fallback to rquota v1 RPC. 2003-09-21 17:01:43 +00:00
radioctl
rdist Don't compare a char to NULL. 2003-10-21 02:23:13 +00:00
renice Don't pass NULL as an integer argument. 2003-10-21 02:24:08 +00:00
rev
rlogin
rpcgen Overhaul how `build.sh tools' are used: 2003-10-27 00:12:41 +00:00
rpcinfo Don't assign NULL to a char. 2003-10-21 02:24:59 +00:00
rs
rsh
rup safer use of realloc 2003-10-16 06:56:17 +00:00
ruptime
rusers
rwall
rwho
script
sed safer realloc, from openbsd 2003-11-07 04:44:57 +00:00
shar
shlock
showmount
shuffle
skey Consistently use 'RFC 1234' instead of 'RFC1234' or 'RFC-1234'. 2003-09-07 16:22:20 +00:00
skeyinfo
skeyinit
soelim safer use of realloc 2003-10-16 06:34:19 +00:00
sort KNF (mostly whitespace) 2003-10-18 03:03:20 +00:00
split
ssh Fix the checkflist for builds without Kerberos 4 (MKKERBEROS4=no) 2003-12-11 09:46:26 +00:00
stat Take the time to set gottime so that you don't have to waste time 2003-10-29 04:25:46 +00:00
string2key
su Fix the checkflist for builds without Kerberos 4 (MKKERBEROS4=no) 2003-12-11 09:46:26 +00:00
systat - avoid coredump by returning NULL when read fails and don't keep following 2003-12-07 07:28:05 +00:00
tail safer use of realloc 2003-10-16 06:34:19 +00:00
talk
tcopy
tee
telnet rearrange lib stuff so that these link on non-shared-lib platforms. 2003-12-13 22:07:35 +00:00
tftp correct arg to setpeer() from main(). 2003-10-02 23:31:52 +00:00
time
tip
tn3270 Various typo fixes from Jonathon Gray via jmc@openbsd. 2003-11-17 11:16:10 +00:00
top Rework how MAKEVERBOSE operates: 2003-10-21 10:01:19 +00:00
touch
tput
tr
true
tset
tsort Overhaul how `build.sh tools' are used: 2003-10-27 00:12:41 +00:00
tty
ul
uname
unexpand
unifdef Sort sections and other fixes. 2003-11-11 13:48:50 +00:00
uniq
units Recognize reciprocal conversions and generate output like GNU units(1). 2003-12-05 22:26:43 +00:00
unvis
usbhidaction
usbhidctl
users
uudecode Overhaul how `build.sh tools' are used: 2003-10-27 00:12:41 +00:00
uuencode
vacation
vgrind Rework how MAKEVERBOSE operates: 2003-10-21 10:01:19 +00:00
vi Various typo fixes from Jonathon Gray via jmc@openbsd. 2003-11-17 11:16:10 +00:00
vis
vmstat Extra columns appeared in one line of the "Memory statistics by type" 2003-09-28 23:31:48 +00:00
w
wall
wc
what
whatis
whereis
which
who Use $NetBSD$ instead of $Header$. 2003-11-28 23:52:34 +00:00
whois Fix typos, from Jared Yanovich. Forwarded by jmc@openbsd. 2003-10-21 09:03:25 +00:00
window
write
xargs
xinstall munmap() so that we don't accumulate memory on multiple files. 2003-11-21 21:20:25 +00:00
xlint Overhaul how `build.sh tools' are used: 2003-10-27 00:12:41 +00:00
xstr don't emit #line directives. 2003-11-08 18:44:52 +00:00
yacc Overhaul how `build.sh tools' are used: 2003-10-27 00:12:41 +00:00
yes
ypcat Modify the licences of code written by Theo De Raadt from a 4-clause 2003-12-10 12:06:25 +00:00
ypmatch Modify the licences of code written by Theo De Raadt from a 4-clause 2003-12-10 12:06:25 +00:00
ypwhich
Makefile
Makefile.inc