freebsd-dev/usr.bin
1998-06-29 17:25:46 +00:00
..
apply .Sh ENVIRONMENT VARIABLES -> .Sh ENVIRONMENT 1998-05-13 07:57:49 +00:00
ar ELF preparation step 1: 1998-05-25 17:34:42 +00:00
at $@ is deprecated, use ${.TARGET} instead. Ditto for other single character 1998-06-09 04:07:23 +00:00
banner
basename
biff
brandelf
c89
calendar
cap_mkdb
chat Merge ppp 2.3.3 -> 2.3.5 changes (for what it's worth) 1998-06-23 21:58:41 +00:00
checknr
chflags
chkey
chpass Correct the description of the last four fields. 1998-06-13 19:14:14 +00:00
cksum
cmp "EOF of file..." is written to stderr and not stdout. 1998-05-26 00:39:12 +00:00
col
colcrt
colldef Added y.tab.h to SRCS. This should have been used to get dependencies 1998-05-05 13:16:35 +00:00
colrm
column
comm
compile_et Simplified using new yacc rules and by not generating y.tab.h. The 1998-05-04 18:40:18 +00:00
compress
cpp
ctags
cut
dig Update for bind-8 1998-05-03 05:16:58 +00:00
dirname
dnsquery Update for bind-8 1998-05-03 05:16:58 +00:00
doscmd Don't assume that time_t is long. 1998-06-29 17:25:46 +00:00
du .Sh ENVIRONMENT VARIABLES -> .Sh ENVIRONMENT 1998-05-13 07:57:49 +00:00
ee Use NL_CAT_LOCALE to activate LC_MESSAGES 1998-04-30 12:49:11 +00:00
env
error
expand
f2c
false
fetch Fix my last change: the .Fx macro doesn't do anything useful without an 1998-05-09 21:39:49 +00:00
file
file2c
find Make sure we pass the length - 1 to readlink, since it adds its own 1998-06-09 04:10:08 +00:00
finger Don't assume that hp->h_lenght == 4. Be conservative in its use. 1998-06-09 04:31:02 +00:00
fmt
fold
fpr
from
fsplit
fstat Include correct header to get definition of struct sockaddr_un. 1998-05-16 21:35:37 +00:00
ftp Don't assume that hp->h_lenght == 4. Be conservative in its use. 1998-06-09 04:31:02 +00:00
gcore
gencat Add (unsigned char) cast to ctype macros 1998-04-30 10:31:38 +00:00
getopt
global
gprof
gprof4
head
hexdump
host Update for bind-8 1998-05-03 05:16:58 +00:00
id
indent Support integer constant unsigned-suffix and long-long-suffix. 1998-05-19 20:41:20 +00:00
ipcrm
ipcs
join
jot
kdump
key
keyinfo
keyinit
keylogin
keylogout
killall
ktrace
kzip Look for kzhead.o and kztail.o in /usr/lib/aout. 1998-06-01 18:34:19 +00:00
lam
last Reviewed by: Peter Hawkins <thepish@FreeBSD.org> 1998-05-28 00:58:29 +00:00
lastcomm
ldd Add -DFREEBSD_AOUT to CFLAGS to ensure we get the correct definitions 1998-06-12 14:11:15 +00:00
leave
lex Submitted by: Peter Hawkins thepish@freebsd.org 1998-06-11 02:14:58 +00:00
limits Fix a bunch of spelling errors. 1998-06-04 21:06:07 +00:00
locate Create a save TMPDIR using `mktemp -d'. 1998-06-18 09:26:22 +00:00
lock Don't assume that time_t is long. 1998-06-29 17:06:00 +00:00
lockf
logger
login Trim a domain part for wtmp as same as showed by "netstat -r". 1998-06-01 08:47:04 +00:00
logname
look
lorder
lsvfs
m4 Correct typo: loosing --> losing 1998-06-26 14:25:18 +00:00
mail
make Make -V expand it's arguments. This means that instead of 'make -V OBJS' 1998-06-13 11:55:57 +00:00
makewhatis
mesg
minigzip
mk_cmds Added y.tab.h to SRCS. This should have been used to get dependencies 1998-05-05 13:16:35 +00:00
mkdep
mkfifo
mklocale Added y.tab.h to SRCS. This should have been used to get dependencies 1998-05-05 13:16:35 +00:00
mkstr
mktemp Add usage() and rcsid. Remove unused #include. -Wall. 1998-05-05 06:13:47 +00:00
modstat
more sprintf -> snprintf to avoid potential buffer overflow. 1998-06-14 16:03:40 +00:00
msgs Minor grammar and punctuation cleanup. 1998-06-23 16:52:59 +00:00
mt
ncal fix ncal.1 grammar 1998-04-26 06:21:29 +00:00
netstat o Use snprintf over sprintf. 1998-06-09 04:13:03 +00:00
newkey
nfsstat
nice
nm ELF preparation step 1: 1998-05-25 17:34:42 +00:00
nohup
objformat Convert to more canonical format.. It seems that both Soren and I were 1998-05-27 15:43:24 +00:00
opieinfo
opiekey
opiepasswd
pagesize
passwd Use the correct name of the login.conf(5) capability (`passwordperiod' -> 1998-05-19 03:48:07 +00:00
paste
pr Don't assume that time_t is long. 1998-06-29 17:06:00 +00:00
printenv
printf
quota Local filesystems are ufs not ffs 1998-06-11 03:47:29 +00:00
ranlib ELF preparation step 1: 1998-05-25 17:34:42 +00:00
rdist Make sure we pass the length - 1 to readlink, since it adds its own 1998-06-09 04:10:08 +00:00
renice
rev Document that multiple args are allowed, i.e Ar file -> Ar file ... 1997-08-05 06:44:28 +00:00
rlogin
rpcgen PR: docs/5628 1998-06-06 15:16:02 +00:00
rpcinfo #include <arpa/inet.h> 1998-06-12 12:37:15 +00:00
rs
rsh
rup
ruptime
rusers
rwall
rwho Be picky about the format of the commandline and cleanup 1998-05-03 23:22:37 +00:00
sasc
script Fix a bunch of spelling errors. 1998-06-04 21:06:07 +00:00
sed Make 'y' command 8bit clean 1998-04-29 21:58:36 +00:00
shar
showmount
size ELF preparation step 1: 1998-05-25 17:34:42 +00:00
soelim
split
strings ELF preparation step 1: 1998-05-25 17:34:42 +00:00
strip "./strip maybe_stripped" doesn't work too well if maybe_stripped is an 1998-06-12 16:22:25 +00:00
su Reword to remove confusion between su(1)'s "-c" option and that of the shell 1998-06-08 05:29:51 +00:00
symorder
systat Update vmstat portion of man page to reflect the statistics currently 1998-06-25 22:04:48 +00:00
tail
talk
tclsh $@ is deprecated, use ${.TARGET} instead. Ditto for other single character 1998-06-09 04:07:23 +00:00
tconv
tcopy
tee
telnet #include <arpa/inet.h> 1998-06-12 12:55:46 +00:00
tftp Don't assume that hp->h_lenght == 4. Be conservative in its use. 1998-06-09 04:31:02 +00:00
time
tip Don't assume that time_t is long. 1998-06-29 17:06:00 +00:00
tn3270 Spelling fixes. 1998-06-10 12:34:27 +00:00
top Make value of SIZE accurate. 1998-06-21 18:00:34 +00:00
touch Don't assume that time_t is long. 1998-06-29 15:52:49 +00:00
tput
tr
true
truss
tset
tsort
tty
ul
uname
unexpand Add #include <string.h> to get prototypes. 1998-02-20 04:33:03 +00:00
unifdef
uniq
units
unvis
users
uudecode Allow spaces in the filename to be decoded to. 1998-05-25 06:27:09 +00:00
uuencode
vacation
vgrind Change the name of a variable from _start to s_start. On alpha there 1998-05-15 09:26:28 +00:00
vi $@ is deprecated, use ${.TARGET} instead. Ditto for other single character 1998-06-09 04:07:23 +00:00
vis
vmstat
w Remove unused strvisx. 1998-06-09 04:35:20 +00:00
wall
wc
what Make compatible with standard what command: 1998-05-04 22:26:56 +00:00
whereis Add cross references for find(1), locate(1), whereis(1) and which(1). 1998-05-15 11:22:42 +00:00
which Sort SEE ALSO section alphabetically. 1998-05-22 11:09:01 +00:00
who Back out Steve's fix, as this was already fixed by me in revision 1.6 1998-05-25 12:04:47 +00:00
whois #include <arpa/inet.h> 1998-06-12 12:55:46 +00:00
window
write
xargs Remove compile time dependency on ARG_MAX. 1998-06-17 12:58:43 +00:00
xinstall fchflags(8) -> fchflags(2) 1998-06-10 07:17:59 +00:00
xlint Put y.tab.h back in SRCS. This used to be the best way to get 1998-05-05 13:00:26 +00:00
xstr
yacc Use mkstemp rather than mktemp for yacc's temp files. This change was made 1998-06-09 04:20:51 +00:00
yes
ypcat
ypmatch
ypwhich #include <arpa/inet.h> 1998-06-12 13:04:59 +00:00
Makefile The doscmd build process and doscmd.kernel loader is very a.out specific 1998-06-12 16:18:27 +00:00
Makefile.inc