NetBSD/usr.bin
christos 69637e8009 Write the database file into a temporary file first, because otherwise if
we don't specify an output filename, the database file we create will end
up being used during population as the database file to find entries quickly.
2005-04-13 04:50:22 +00:00
..
apply whitespace, remove main() prototype. 2005-01-20 15:44:59 +00:00
apropos Kill __P(), use ANSI function declarations. 2005-02-17 16:53:45 +00:00
asa WARNS=3 2005-01-12 14:41:29 +00:00
at Kill __P(), use ANSI function declarations. 2005-02-17 16:53:45 +00:00
audio Add (unsigned char) cast to ctype functions 2004-10-30 16:57:27 +00:00
awk Add article. 2004-06-06 04:04:36 +00:00
banner WARNS=3 2005-01-12 14:45:26 +00:00
basename Clean up by using basename(3) from libc. 2005-04-04 16:47:54 +00:00
bdes WARNS=3 2005-01-12 14:45:26 +00:00
biff Kill __P(), use ANSI function declarations. 2005-02-17 16:53:45 +00:00
bzip2 Add hook for SMALL 2004-06-06 06:39:43 +00:00
bzip2recover makefile delint. use NETBSDSRCDIR as appropriate 2002-09-18 14:00:33 +00:00
cal Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:13:06 +00:00
calendar Sorted two entries that were out of order. 2005-03-12 15:13:54 +00:00
cap_mkdb Write the database file into a temporary file first, because otherwise if 2005-04-13 04:50:22 +00:00
cdplay WARNS=3 2005-01-12 16:42:45 +00:00
checknr This needs <err.h> for err() and errx() (hi wiz) 2005-03-30 18:01:32 +00:00
chflags Kill __P(), use ANSI function declarations. 2005-02-17 16:53:45 +00:00
chpass Kill __P(), use ANSI function declarations. 2005-02-17 16:53:45 +00:00
cksum De-register. 2005-02-05 00:13:34 +00:00
cmp Don't put a space before function call operator. 2005-04-11 10:39:06 +00:00
col Kill __P(), use ANSI function declarations; WARNS=3. 2005-02-17 17:12:42 +00:00
colcrt Kill __P(), use ANSI function declarations, constify; WARNS=3. 2005-02-17 17:17:25 +00:00
colrm Kill __P(), use ANSI function declarations, constify; WARNS=3. 2005-02-17 17:17:25 +00:00
column Kill __P(), use ANSI function declarations, constify; WARNS=3. 2005-02-17 17:17:25 +00:00
comm Kill __P(), use ANSI function declarations. 2005-02-17 17:31:28 +00:00
compile_et Only #define HAVE_IPV6 if ${USE_INET6} != "no". 2005-01-10 03:11:17 +00:00
compress Sync usage with man page. From Kouichirou Hiratsuka in PR 26197. 2004-07-09 12:14:37 +00:00
crontab makefile delint. use NETBSDSRCDIR as appropriate 2002-09-18 14:00:33 +00:00
crunch Make dependency checking for the pull-over make's actually work. 2005-02-10 16:03:04 +00:00
ctags Kill __P(), use ANSI function declarations, constify; WARNS=3. 2005-02-17 17:29:58 +00:00
cut a fix from openbsd. 2005-03-22 21:56:28 +00:00
db When vis encoding with -S, only remove the trailing NUL if -N isn't used and 2004-10-04 10:56:12 +00:00
dirname Clean up by using dirname(3) from libc. 2005-04-04 16:46:55 +00:00
du Kill __P(), use ANSI function declarations, constify; WARNS=3. 2005-02-17 17:35:47 +00:00
eject Add (unsigned char) cast to ctype functions 2004-10-30 17:17:35 +00:00
elf2aout s/the the/to the/. 2004-04-23 02:55:11 +00:00
elf2ecoff Overhaul how `build.sh tools' are used: 2003-10-27 00:12:41 +00:00
env Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:13:06 +00:00
error Spell the plural of suffix "suffixes", not "suffices". 2004-02-13 17:56:17 +00:00
expand - ansi 2005-03-09 02:02:07 +00:00
extattr Add RCS Id, bump date for when it appeared in NetBSD, mention 2005-01-02 18:41:23 +00:00
false Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:13:06 +00:00
fdformat PR/15897: Ryo HAYASAKA: fdformat does not know about terminal width. 2004-04-23 15:04:27 +00:00
fgen Add -d level to usage. From Kouichirou Hiratsuka in PR 26198. 2004-07-09 12:10:43 +00:00
file Force LANG=C before doing the shell glob to avoid collation issues on hosts 2004-06-16 01:33:35 +00:00
find Use FD_CLOEXEC (for -exec). 2005-01-19 01:03:16 +00:00
finger Only compile in IPv6 support if ${USE_INET6} != "no" 2005-01-10 02:58:58 +00:00
fmt Add (unsigned char) cast to ctype functions 2004-10-30 17:17:35 +00:00
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 isupper(x) can be true for x in [128..255], but since tolower(x) is required 2004-10-30 17:25:34 +00:00
fsplit No need to call isupper() before tolower() 2004-10-30 17:27:28 +00:00
fstat Only compile in IPv6 support if ${USE_INET6} != "no" 2005-01-10 02:58:58 +00:00
ftp typo in previous 2005-04-11 05:47:56 +00:00
gcore We have 2005 now. 2005-01-11 09:46:17 +00:00
gencat Homogenize usage messages: make the 'usage' word all lowercase, as this seems 2004-01-05 23:23:32 +00:00
getconf pathconf(2), not (3). 2004-11-10 13:43:39 +00:00
getent Bump date for "rpc" support. 2005-01-21 10:32:33 +00:00
getopt Use -ne' to compare numbers instead of !=' in the example. 2003-05-10 17:02:04 +00:00
gprof Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:13:06 +00:00
grep Add (unsigned char) cast to ctype functions 2004-10-30 17:37:09 +00:00
gzip handle partial reads. PR/29484. 2005-02-22 21:45:44 +00:00
head Mention -c explicitly, use Nm, drop trailing space, 2004-05-04 23:44:21 +00:00
hesinfo Homogenize usage messages: make the 'usage' word all lowercase, as this seems 2004-01-05 23:23:32 +00:00
hexdump Add (unsigned char) cast to ctype functions 2004-10-30 17:43:02 +00:00
iconv scmp: don't discard const qualifiers needlessly. 2004-12-21 11:33:07 +00:00
id WARNS=3 clean. 2004-11-22 17:32:08 +00:00
indent Add (unsigned char) cast to ctype functions 2004-10-30 17:43:02 +00:00
innetgr Sort options and add -v to usage. From Kouichirou Hiratsuka in PR 26219, 2004-07-10 16:12:29 +00:00
ipcrm Clean up getopt() usage, removing unnecessary warnx()'s. 2003-11-02 17:43:01 +00:00
ipcs Print a nice introductory line, per SUSv3 (and Posix?) 2005-02-21 04:32:55 +00:00
join Add missing -j to usage; sort as in man page; 2004-07-13 11:53:57 +00:00
jot Sort options, standardize usage message. 2004-11-22 17:34:24 +00:00
kdestroy Only #define HAVE_IPV6 if ${USE_INET6} != "no". 2005-01-10 03:11:17 +00:00
kdump ectx_find() failed to lookup the emulation context unless it happened 2005-01-15 17:55:38 +00:00
kgetcred Only #define HAVE_IPV6 if ${USE_INET6} != "no". 2005-01-10 03:11:17 +00:00
kinit Only #define HAVE_IPV6 if ${USE_INET6} != "no". 2005-01-10 03:11:17 +00:00
klist Only #define HAVE_IPV6 if ${USE_INET6} != "no". 2005-01-10 03:11:17 +00:00
ktrace - If fktrace(2) failed, just exit rather than waiting for trace output. 2004-07-16 23:52:01 +00:00
ktruss Add prefix "${PROG}-" to filename of automatically created list of 2004-07-10 12:12:49 +00:00
lam Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:13:06 +00:00
last Remove extra ; found by gcc-2.95 and reported in port-vax. 2005-03-14 13:34:57 +00:00
lastcomm WARNS=3, ansi, knf 2005-03-28 23:33:22 +00:00
ldd Fix default format so that not to print NULL (e.g., ldd mozilla-bin). 2004-09-07 02:54:40 +00:00
leave Homogenize usage messages: make the 'usage' word all lowercase, as this seems 2004-01-05 23:23:32 +00:00
less Add (unsigned char) cast to ctype functions 2004-10-30 20:17:19 +00:00
lex Add (unsigned char) cast to ctype functions - Char is unsigned char. 2004-10-30 20:37:35 +00:00
locale consistently quote all values printed in the summary of 2004-07-12 08:51:56 +00:00
locate Rework "ignorefs" behaviour: 2004-04-19 01:05:22 +00:00
lock Usage -> usage; add missing -n to usage. From Kouichirou Hiratsuka in PR 26221. 2004-07-13 11:55:02 +00:00
logger Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:13:06 +00:00
login Don't report that we don't know the username. We don't want to give out 2005-04-03 06:56:39 +00:00
logname Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:13:06 +00:00
look Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:13:06 +00:00
lorder Invoke "join" using POSIX syntax. Should fix a problem cross-building from 2005-01-04 18:09:33 +00:00
m4 Add (unsigned char) cast to ctype functions 2004-10-30 20:39:35 +00:00
machine Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:13:06 +00:00
mail Add (unsigned char) cast to ctype functions 2004-10-30 20:39:35 +00:00
make When parsing conditional tokens, make sure that the token is followed by 2005-03-01 04:34:55 +00:00
man Homogenize usage messages: make the 'usage' word all lowercase, as this seems 2004-01-05 23:23:32 +00:00
menuc White space nit- don't put a space before/after increment/decrement 2005-02-11 06:21:21 +00:00
mesg Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:13:06 +00:00
midiplay Homogenize usage messages: make the 'usage' word all lowercase, as this seems 2004-01-05 23:23:32 +00:00
mixerctl Mention mixerctl.conf in FILES and SEE ALSO. While here, tidy up some 2004-01-23 21:12:07 +00:00
mk_cmds Only #define HAVE_IPV6 if ${USE_INET6} != "no". 2005-01-10 03:11:17 +00:00
mkcsmapper KNF, from kevlo@openbsd 2004-01-05 19:20:10 +00:00
mkdep Sync usage with man page. From Kouichirou Hiratsuka in PR 26224. 2004-07-13 12:00:30 +00:00
mkesdb use snprintf, dude 2004-01-02 12:09:48 +00:00
mkfifo mkfifo is creating fifos, not directories. Noted by Andrew Doran. 2004-10-08 22:32:35 +00:00
mklocale Some fixes from jmc@openbsd. 2004-01-24 17:03:26 +00:00
mkstr Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:13:06 +00:00
mktemp Bump date for previous. 2004-04-02 11:47:55 +00:00
modstat Update a comment to say that the returned size is in KB. 2004-10-22 09:50:54 +00:00
msgc If the user removed the default string (after we had put it into the buffer 2005-04-09 13:12:31 +00:00
msgs Fix obvious grammar mistake. Most of this file could do with a rewrite. 2004-09-03 14:24:50 +00:00
netgroup Homogenize usage messages: make the 'usage' word all lowercase, as this seems 2004-01-05 23:23:32 +00:00
netstat For connected local domain sockets that don't have a "local" name, 2005-03-04 03:59:07 +00:00
newsyslog Add (unsigned char) cast to ctype functions 2004-10-30 20:56:20 +00:00
nfsstat in "summary" output (-w), 2004-08-26 13:29:05 +00:00
nice Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:13:06 +00:00
nl .Nm does not need a dummy argument ("") before punctuation or 2003-02-25 10:34:36 +00:00
nohup Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:13:06 +00:00
openssl der_chop is gone. 2005-03-26 00:32:35 +00:00
pagesize Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:13:06 +00:00
passwd Introduce PAM_STATIC_LDADD and PAM_STATIC_DPADD. When compiling 2005-03-04 20:41:08 +00:00
paste Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:13:06 +00:00
patch Sort options. Add -C to usage. 2005-03-25 23:55:02 +00:00
pathchk Dd month argument should not be abbreviated. 2003-04-15 20:40:28 +00:00
pkill Bump date for -i. 2005-03-16 15:05:25 +00:00
pmap use vm_map_{min,max}() instead of dereferencing the vm_map pointer directly. 2005-02-11 02:12:03 +00:00
pmc Homogenize usage messages: make the 'usage' word all lowercase, as this seems 2004-01-05 23:23:32 +00:00
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 Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:13:06 +00:00
printf Remember to consume input bytes when processing '\0nnn' for %b formats 2005-03-22 23:55:46 +00:00
progress Exit with any failure code from the cmd or gzip. 2005-02-23 22:32:31 +00:00
pwhash more cleanups, WARNS=3 2005-01-12 05:45:23 +00:00
qsubst Make fn arg 'unsigned char' to avoid passing 'char' to isalnum() 2004-11-01 21:36:11 +00:00
quota Replaced strncpy with strlcpy. Thanks to Peter Postma who 2004-09-07 13:20:39 +00:00
radioctl Homogenize usage messages: make the 'usage' word all lowercase, as this seems 2004-01-05 23:23:32 +00:00
rdist Patch from Olaf Siebert in PR 12688 to handle hard links correctly when 2004-08-06 15:50:02 +00:00
renice Homogenize usage messages: make the 'usage' word all lowercase, as this seems 2004-01-05 23:23:32 +00:00
rev Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:13:06 +00:00
rlogin Bump date for new -4, -6. 2005-03-11 13:14:34 +00:00
rpcgen Add (unsigned char) cast to ctype functions 2004-11-01 21:39:32 +00:00
rpcinfo Only compile in IPv6 support if ${USE_INET6} != "no" 2005-01-10 02:58:58 +00:00
rs Add (unsigned char) cast to ctype functions 2004-11-01 21:39:32 +00:00
rsh Add -4 and -6 to usage. 2005-03-11 03:20:23 +00:00
rup Homogenize usage messages: make the 'usage' word all lowercase, as this seems 2004-01-05 23:23:32 +00:00
ruptime Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:13:06 +00:00
rusers Homogenize usage messages: make the 'usage' word all lowercase, as this seems 2004-01-05 23:23:32 +00:00
rwall Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:13:06 +00:00
rwho Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:13:06 +00:00
script Add -d to usage; use getprogname(3). From Kouichirou Hiratsuka in PR 26227. 2004-07-13 12:07:51 +00:00
sed no trailing comma at end of enum. 2004-11-20 06:40:01 +00:00
seq Add missing 'by' in license attribution -- Thanks, wiz! 2005-01-20 12:52:03 +00:00
shar Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:13:06 +00:00
shlock * add [] to -p 2004-07-13 12:16:12 +00:00
showmount Patch from PR 15181 to try using TCP first, fixing problems with long 2004-08-06 16:10:54 +00:00
shuffle Mike Cheponis noted that I didn't list the edition of Knuth that the 2004-12-01 00:03:45 +00:00
skey Add (unsigned char) cast to ctype functions 2004-11-01 21:52:07 +00:00
skeyinfo use bounded string op 2003-07-23 04:11:12 +00:00
skeyinit Document -x, from Jeff Ito in PR 28494. 2004-12-01 12:01:05 +00:00
sockstat Don't allow the command length to mess up the formatting 2005-04-09 02:10:27 +00:00
soelim Homogenize usage messages: make the 'usage' word all lowercase, as this seems 2004-01-05 23:23:32 +00:00
sort Add (unsigned char) cast to ctype functions 2004-11-03 20:10:08 +00:00
split Homogenize usage messages: make the 'usage' word all lowercase, as this seems 2004-01-05 23:23:32 +00:00
ssh Add -lcrypt where -lcrypto is specified. 2005-03-09 03:11:22 +00:00
stat Some fixes from jmc@openbsd. 2005-04-04 13:34:40 +00:00
string2key Only #define HAVE_IPV6 if ${USE_INET6} != "no". 2005-01-10 03:11:17 +00:00
su Update with pam descriptions. 2005-04-05 18:46:33 +00:00
systat Add an extra digit to the kBps column - now overflows at 100MB/s 2005-02-26 22:28:23 +00:00
tail do not use long for file offset, use off_t. otto@openbsd 2004-02-16 21:57:04 +00:00
talk PR/24862: Peter Postma: From Andrey Matveev via OpenBSD: 2004-03-20 17:07:33 +00:00
tcopy Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:13:06 +00:00
tee Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:13:06 +00:00
telnet charaters -> characters 2005-04-03 02:43:57 +00:00
tftp Move declaration of local variables to start of function instead of 2004-10-10 22:15:34 +00:00
time Homogenize usage messages: make the 'usage' word all lowercase, as this seems 2004-01-05 23:23:32 +00:00
tip Add (unsigned char) cast to ctype functions 2004-11-04 07:29:09 +00:00
tn3270 White space nit- don't put a space before/after increment/decrement 2005-02-11 06:21:21 +00:00
top Make a comment line up nicely. 2005-01-24 10:38:47 +00:00
touch Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:13:06 +00:00
tput Sync usage with man page; use getprogname(). 2004-07-23 13:33:22 +00:00
tr As in other man pages, use .Dq for strings, and .Sq for single characters. 2004-03-24 11:38:27 +00:00
true Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:13:06 +00:00
tset pass data to a function via arguments instead of via global variables. 2004-09-01 01:46:28 +00:00
tsort Overhaul how `build.sh tools' are used: 2003-10-27 00:12:41 +00:00
tty Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:13:06 +00:00
ul Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:13:06 +00:00
uname Sort options alphabetically. 2005-03-27 18:41:22 +00:00
unexpand Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:13:06 +00:00
unifdef Sort sections and other fixes. 2003-11-11 13:48:50 +00:00
uniq Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:13:06 +00:00
units A hogshead is defined in the U.S. to be 63 gallons, and otherwise refers 2005-02-01 01:08:10 +00:00
unvis Add -h to decode RFC 1808 URI style encoding (VIS_HTTPSTYLE). 2004-04-22 06:55:15 +00:00
usbhidaction Add (unsigned char) cast to ctype functions 2004-11-05 21:56:01 +00:00
usbhidctl bump size of some arrays 2005-02-09 22:14:13 +00:00
users Homogenize usage messages: make the 'usage' word all lowercase, as this seems 2004-01-05 23:23:32 +00:00
uudecode Add (unsigned char) cast to ctype functions 2004-11-04 07:38:43 +00:00
uuencode Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:13:06 +00:00
uuidgen Sync usage with man page. 2004-09-13 23:44:19 +00:00
vacation New sentence, new line; punctuation fixes; 2004-08-25 12:47:57 +00:00
vgrind Add (unsigned char) cast to ctype functions 2004-11-04 07:38:43 +00:00
vi If we cannot retrieve lines from a recovery file, don't call ourselves 2005-03-06 03:39:49 +00:00
vis Sync usage with man page; use getprogname(). From Kouichirou Hiratsuka 2004-07-23 13:44:17 +00:00
vmstat Bump date for -t. 2005-03-10 16:29:04 +00:00
w One third of screen looks much better than half, for default maxhost. 2005-03-13 04:08:16 +00:00
wall Call check_sender with NULL atime, meaning no strict checking. 2004-10-27 17:49:19 +00:00
wc Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:13:06 +00:00
what Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:13:06 +00:00
whatis Use isalnum((unsigned char)x) instead of testing both isdigit() and isalpha() 2004-11-05 19:54:47 +00:00
whereis PR/25680: Christian Biere: whereis/which return invalid information with 2004-05-23 02:24:06 +00:00
who Sort options. 2004-11-22 17:20:02 +00:00
whois Homogenize usage messages: make the 'usage' word all lowercase, as this seems 2004-01-05 23:23:32 +00:00
window . wait only for 10 ms instead of 100 ms before updating the screen 2004-12-10 16:27:29 +00:00
write PR/28474: Geoff C. Wing: write does some weird checking and can't handle ptyfs 2004-11-30 04:08:38 +00:00
xargs Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:13:06 +00:00
xinstall Completely rework how tools/compat is done. Purge all uses/references to 2004-06-20 22:20:14 +00:00
xlint Factor out tyname() so that it can be used both by lint1 and lint2. 2005-04-07 16:28:40 +00:00
xstr Some improvements from jmc@openbsd. 2004-07-26 16:05:33 +00:00
yacc Completely rework how tools/compat is done. Purge all uses/references to 2004-06-20 22:20:14 +00:00
yes Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:13:06 +00:00
ypcat Sort SEE ALSO. 2005-02-26 16:20:36 +00:00
ypmatch Sort SEE ALSO, remove superfluous quotes. 2005-02-26 16:21:44 +00:00
ypwhich Sort SEE ALSO. 2005-02-26 16:22:27 +00:00
Makefile Add a sockstat(1) command that can list open sockets and the processes 2005-03-09 05:20:05 +00:00
Makefile.inc