NetBSD/usr.bin
jtc 550dfe1aa0 Be a bit paranoid... This will prevent core dumps when a user gives us
complete garbage as input.
1993-12-23 20:13:15 +00:00
..
apropos add apropos(1); part of new man(1) package from Bostic 1993-12-21 02:56:27 +00:00
ar Eliminate a compiler warning. 1993-12-07 10:22:06 +00:00
asa Be a bit paranoid... This will prevent core dumps when a user gives us 1993-12-23 20:13:15 +00:00
at two fixes from thomas@mathematik.uni-Bremen.de (bug bin/37): 1993-12-06 04:10:42 +00:00
basename As of POSIX.2, getopt returns -1 instead of EOF on error. Changed the code 1993-11-19 19:58:46 +00:00
biff Add RCS identifiers. 1993-08-01 17:54:45 +00:00
cal Use ".At v6" macro instead of spelling out "Version 6 AT&T UNIX". 1993-11-30 00:11:45 +00:00
calendar Use ".At v7" macro instead of spelling out "Version 7 AT&T UNIX". 1993-11-30 00:18:19 +00:00
cap_mkdb Add RCS identifiers. 1993-08-01 17:54:45 +00:00
checknr Add RCS identifiers. 1993-08-01 17:54:45 +00:00
chpass Add RCS identifiers. 1993-08-01 17:54:45 +00:00
cksum Use ".St -p1003.2-92" macro instead of spelling it out. 1993-11-30 00:36:01 +00:00
cmp As suggested by Xavier Leroy <xavier@Theory.Stanford.EDU>, make sure we don't 1993-12-02 01:56:04 +00:00
col Use ".At v6" macro instead of spelling out "Version 6 AT&T UNIX". 1993-11-30 00:19:51 +00:00
colcrt Add RCS identifiers. 1993-08-01 17:54:45 +00:00
colrm Add RCS identifiers. 1993-08-01 17:54:45 +00:00
column Add RCS identifiers. 1993-08-01 17:54:45 +00:00
comm #include <unistd.h>, so getopt(), optarg, opterr, optind, and optopt 1993-10-13 18:33:45 +00:00
compress Both compress and gzip installed themselves as "zcat". I've changed the 1993-10-23 01:13:35 +00:00
crontab plug security hole in "crontab -r". 1993-12-18 02:42:17 +00:00
ctags Add RCS identifiers. 1993-08-01 17:54:45 +00:00
cut Minor tweaks: including header files to bring prototypes into scope, 1993-08-27 22:30:10 +00:00
dirname Added setlocale(LC_ALL, "") --- all POSIX.2 utilities are supposed to 1993-10-01 22:23:58 +00:00
du #include <unistd.h>, so getopt(), optarg, opterr, optind, and optopt 1993-10-13 18:33:45 +00:00
elvis get rid of bad #ifndef 1993-12-06 09:29:36 +00:00
elvisrecover Add RCS identifiers, remove some completely useless RCS logs and patchkit 1993-08-02 17:48:44 +00:00
env POSIX.2 utilities must call setlocale(LC_ALL, ""); 1993-11-19 20:06:41 +00:00
error Add RCS identifiers. 1993-08-01 17:54:45 +00:00
expand #include <unistd.h>, so getopt(), optarg, opterr, optind, and optopt 1993-10-13 18:33:45 +00:00
false Document that true and false are POSIX.2 compliant. 1993-08-28 03:45:02 +00:00
file From: Thomas Eberhardt <thomas@mathematik.uni-Bremen.de> 1993-11-20 22:25:19 +00:00
find Added -print0 (like GNU find). This will allow file names that contain 1993-10-27 17:52:30 +00:00
finger Print `-' rather than ` ' for 0 idle time. 1993-10-26 20:52:51 +00:00
fmt Add RCS identifiers. 1993-08-01 17:54:45 +00:00
fold #include <unistd.h>, so getopt(), optarg, opterr, optind, and optopt 1993-10-13 18:33:45 +00:00
fpr Add RCS identifiers. 1993-08-01 17:54:45 +00:00
from Add RCS identifiers. 1993-08-01 17:54:45 +00:00
fsplit Add RCS identifiers. 1993-08-01 17:54:45 +00:00
fstat Fixed multiple off-by-one bugs which caused the open file printing to 1993-10-26 02:04:49 +00:00
ftp Display bytes/second rather than kbytes/sec, and use 3 digits of 1993-09-23 23:15:42 +00:00
getopt Add RCS identifiers, remove some completely useless RCS logs and patchkit 1993-08-02 17:48:44 +00:00
gprof Clean up deleted files. 1993-12-06 05:28:45 +00:00
groups Add RCS identifiers. 1993-08-01 17:54:45 +00:00
head #include <unistd.h>, so getopt(), optarg, opterr, optind, and optopt 1993-10-13 18:33:45 +00:00
hexdump Add RCS identifiers. 1993-08-01 17:54:45 +00:00
id fix from piero@strider.st.dsi.unimi.it (Piero Serini) to get 1993-12-09 10:28:26 +00:00
indent do block commenting, if comment begins with slash-star-newline. 1993-08-07 06:56:49 +00:00
ipcrm System V -style IPC removal utility. Implemented by Daniel Boulet 1993-11-14 16:27:58 +00:00
ipcs Add a System V -style ipc status monitor. Implemented by Daniel Boulet 1993-11-14 16:17:55 +00:00
join update for fgetline 1993-12-22 07:23:27 +00:00
ktrace Add RCS identifiers. 1993-08-01 17:54:45 +00:00
last Add RCS identifiers. 1993-08-01 17:54:45 +00:00
lastcomm Use <dirent.h> instead of <sys/dir.h>. 1993-12-04 01:49:05 +00:00
ldd Add fflush(stdout) to get output in a intuitive order. 1993-12-16 08:33:36 +00:00
leave Add RCS identifiers. 1993-08-01 17:54:45 +00:00
lex Lost its RCS Id. 1993-12-14 19:49:06 +00:00
locate Add RCS identifiers. 1993-08-01 17:54:45 +00:00
lock always use libcrypt 1993-10-07 02:16:39 +00:00
logger Document the fact that logger is POSIX.2 compliant. 1993-08-28 04:57:17 +00:00
login Oops. Fix typo. 1993-12-02 04:30:47 +00:00
logname Document the fact that logname is POSIX.2 compliant. 1993-08-28 04:52:11 +00:00
look #include <unistd.h>, so getopt(), optarg, opterr, optind, and optopt 1993-10-13 18:33:45 +00:00
lorder Add RCS indentifiers. 1993-08-01 07:22:47 +00:00
m4 'official' patch from Ozan S. Yigit <oz@ursa.sis.yorku.ca>: 1993-11-03 05:16:21 +00:00
machine Add RCS identifiers. 1993-08-01 17:54:45 +00:00
mail Implement mailx's askbcc option. 1993-08-27 20:31:51 +00:00
make Introduced ${.OBJDIR}. The variable is similar to .CURDIR but points at 1993-12-22 00:25:57 +00:00
man kill a bit of redudancy 1993-12-22 07:11:45 +00:00
mesg Add RCS identifiers. 1993-08-01 17:54:45 +00:00
mkdep Call `cpp', not `gcc'. 1993-08-16 01:34:27 +00:00
mkfifo #include <unistd.h>, so getopt(), optarg, opterr, optind, and optopt 1993-10-13 18:33:45 +00:00
mkstr Add RCS identifiers. 1993-08-01 17:54:45 +00:00
modstat i love ansi 1993-12-03 10:37:14 +00:00
more Eliminate a compiler warning. 1993-12-07 10:30:52 +00:00
msgs Use <dirent.h> instead of <sys/dir.h>. 1993-12-04 01:49:05 +00:00
netstat fix from James Jegers <jimj@miller.cs.uwm.edu>. Netstat -w didn't work 1993-12-22 04:00:31 +00:00
newsyslog punt on newsyslog.conf.5 -- it wasn't appropriate. if somebody writes it... 8-) 1993-12-22 04:38:45 +00:00
nfsstat Add RCS identifiers. 1993-08-01 17:54:45 +00:00
nice Include <sys/types.h> (needed in future because of <sys/resource.h>) 1993-12-02 19:52:01 +00:00
nm Recognise AR_EFMT1 format. 1993-12-01 08:56:58 +00:00
nohup Add RCS identifiers. 1993-08-01 17:54:45 +00:00
pagesize Minor tweaks: including header files to bring prototypes into scope, 1993-08-27 22:30:10 +00:00
passwd always use libcrypt 1993-10-07 02:16:39 +00:00
paste Add RCS identifiers. 1993-08-01 17:54:45 +00:00
patch Eliminate a compiler warning. 1993-12-07 10:30:52 +00:00
printenv Minor tweaks: including header files to bring prototypes into scope, 1993-08-27 22:30:10 +00:00
printf Error in hextobin() macro messed up hex escape constants. 1993-11-25 04:42:11 +00:00
quota Add RCS identifiers. 1993-08-01 17:54:45 +00:00
ranlib Add RCS identifiers. 1993-08-01 17:54:45 +00:00
rcs Clean up deleted files. 1993-07-09 02:42:23 +00:00
rdist Use <dirent.h> instead of <sys/dir.h>. 1993-12-04 02:11:23 +00:00
ref Add RCS identifiers, remove some completely useless RCS logs and patchkit 1993-08-02 17:48:44 +00:00
renice Include <sys/types.h> (needed in future because of <sys/resource.h>) 1993-12-02 19:52:01 +00:00
rev update for fgetline 1993-12-22 07:10:50 +00:00
rlogin teach rlogin about new higher baud rates, from <bob@speakez.com> 1993-09-05 19:05:01 +00:00
rpcgen rpcgen is just a protocol compiler, it doesn't need -lrpc 1993-08-23 21:21:49 +00:00
rpcinfo no more librpc 1993-10-08 02:34:16 +00:00
rsh Add RCS identifiers. 1993-08-01 17:54:45 +00:00
rup Implemented sorting options found in Sun's rup. 1993-12-09 23:58:02 +00:00
ruptime Use <dirent.h> instead of <sys/dir.h>. 1993-12-04 01:49:05 +00:00
rusers Must use a struct timeval, not NULL, for the timeout in clnt_call. 1993-12-10 19:33:58 +00:00
rwall Must use a struct timeval, not NULL, for the timeout in clnt_call. 1993-12-10 19:24:39 +00:00
rwho Use <dirent.h> instead of <sys/dir.h>. 1993-12-04 01:49:05 +00:00
sccs Updated to use <dirent.h>. 1993-12-08 00:33:06 +00:00
script Add RCS identifiers. 1993-08-01 17:54:45 +00:00
sed update for fgetline 1993-12-22 07:38:51 +00:00
shar Add RCS indentifiers. 1993-08-01 07:22:47 +00:00
showmount no more librpc 1993-10-08 02:34:16 +00:00
size From: Thomas Eberhardt <thomas@mathematik.uni-Bremen.de> 1993-11-18 21:00:39 +00:00
soelim Add RCS identifiers. 1993-08-01 17:54:45 +00:00
split Add RCS identifiers. 1993-08-01 17:54:45 +00:00
strings Make POSIX.2 compliant by adding -t (offset radix) flag. 1993-11-13 01:51:00 +00:00
strip N_RELOFF --> N_TRELOFF 1993-12-11 03:53:23 +00:00
su always use libcrypt 1993-10-07 02:16:39 +00:00
symorder Add RCS identifiers. 1993-08-01 17:54:45 +00:00
tail Use ".St -p1003.2-92" macro instead of spelling it out. 1993-11-30 00:36:01 +00:00
talk #include <sys/ioctl.h>, to get FIONREAD. 1993-08-14 13:47:51 +00:00
tcopy Add RCS identifiers. 1993-08-01 17:54:45 +00:00
tee Add RCS identifiers. 1993-08-01 17:54:45 +00:00
telnet Patch from Frank van der Linden <vdlinden@fwi.uva.nl> to handle 57600 and 1993-12-02 22:58:58 +00:00
tftp Add RCS identifiers. 1993-08-01 17:54:45 +00:00
time Minor tweaks: including header files to bring prototypes into scope, 1993-08-27 22:30:10 +00:00
tip We're have a real cu now, so break the link between cu and tip. 1993-08-04 20:17:26 +00:00
tn3270 Removed assumption of obj/ directories. 1993-12-21 22:16:33 +00:00
touch fix for "touch -t CCYYMMDDhhmm[.SS]". the CC part didn't work. from 1993-09-16 21:44:35 +00:00
tput Add RCS identifiers. 1993-08-01 17:54:45 +00:00
tr From Jeremy Scofield -- correctly terminate ranges with backquoted endpoint. 1993-10-22 22:40:17 +00:00
true Document that true and false are POSIX.2 compliant. 1993-08-28 03:45:02 +00:00
tset Frank van der Linden <vdlinden@fwi.uva.nl> reported that tset could not handle 1993-12-02 22:42:50 +00:00
tsort fix from Frank van der Linden <vdlinden@fwi.uva.nl> to DTRT when given a 1993-12-01 22:31:06 +00:00
tty Include header files to bring appropriate header files into scope. 1993-09-20 23:53:24 +00:00
ul Add RCS identifiers. 1993-08-01 17:54:45 +00:00
uname Document the fact that uname is POSIX.2 compliant. 1993-08-28 03:20:25 +00:00
unexpand Add RCS identifiers. 1993-08-01 17:54:45 +00:00
unifdef Add RCS identifiers. 1993-08-01 17:54:45 +00:00
uniq Minor tweaks: including header files to bring prototypes into scope, 1993-08-27 22:30:10 +00:00
units from Thomas Eberhardt <thomas@mathematik.uni-Bremen.de>: 1993-11-14 15:40:42 +00:00
unvis Add RCS identifiers. 1993-08-01 17:54:45 +00:00
users Add RCS identifiers. 1993-08-01 17:54:45 +00:00
uudecode Well behaved POSIX.2 utilities always call setlocale() and getopt(). 1993-11-09 01:46:38 +00:00
uuencode Well behaved POSIX.2 utilities always call setlocale() and getopt(). 1993-11-09 01:46:38 +00:00
vacation Add RCS identifiers. 1993-08-01 17:54:45 +00:00
vgrind vtroff --> troff 1993-09-05 22:48:37 +00:00
vis Comma separate items in SEE ALSO list. 1993-10-04 22:44:10 +00:00
vmstat get rid of __386BSD__ and replace as appropriate with __NetBSD__ and i386 1993-12-06 09:21:56 +00:00
w Print `-' rather than ` ' for 0 idle time. 1993-10-26 20:52:51 +00:00
wall Minor tweaks: including header files to bring prototypes into scope, 1993-08-27 22:30:10 +00:00
wc Checkin minor tweaks before giving a copy to the FreeBSD folks. 1993-11-04 05:43:30 +00:00
what Add RCS identifiers. 1993-08-01 17:54:45 +00:00
whatis add whatis(1); part of new man(1) package from Bostic 1993-12-21 02:56:54 +00:00
whereis Use <dirent.h> instead of <sys/dir.h>. 1993-12-04 01:08:35 +00:00
which Add RCS indentifiers. 1993-08-01 07:22:47 +00:00
who Add RCS identifiers. 1993-08-01 17:54:45 +00:00
whoami Add RCS identifiers. 1993-08-01 17:54:45 +00:00
whois Minor tweaks: including header files to bring prototypes into scope, 1993-08-27 22:30:10 +00:00
window Patch from Frank van der Linden <vdlinden@fwi.uva.nl> to deal with 57600 and 1993-12-02 22:34:42 +00:00
write Add RCS identifiers. 1993-08-01 17:54:45 +00:00
xargs Minor tweaks: including header files to bring prototypes into scope, 1993-08-27 22:30:10 +00:00
xinstall Add RCS identifiers. 1993-08-01 17:54:45 +00:00
xstr Add RCS identifiers. 1993-08-01 17:54:45 +00:00
yacc Clean up generated parser so Lint and Gcc -Wall are happy. 1993-12-21 18:45:32 +00:00
yes Add RCS identifiers. 1993-08-01 17:54:45 +00:00
ypcat First pass at documenting YP clients. 1993-12-02 18:37:54 +00:00
ypmatch First pass at documenting YP clients. 1993-12-02 18:37:54 +00:00
ypwhich Add RCS identifiers. 1993-07-30 11:10:53 +00:00
Makefile add apropos and whatis 1993-12-21 02:54:58 +00:00
Makefile.inc Add RCS indentifiers. 1993-07-31 15:17:49 +00:00