HardenedBSD/usr.bin
Bruce Evans 822aa079ec Don't forget to pretend that `make -n -jN' makes the targets that it
says it pretends to make.

This bug was apparently harmless except for normal cases involving
.ORDER statements when it made debugging of -jN using -n very
confusing.  E.g., for:

.ORDER: beforedepend .depend
depend: beforedepend .depend

where beforedepend depends on something so that it is not initially
up to date, `make [-n] -j2 depend' causes `make' to wait for itself
to make beforedepend.  This works fine without -n.  The job to make
beforedepend has normally been started, and beforedepend is marked
as made when the job completes.  However, with -n, the pseudo-job
for making beforedepend has normally completed, and in any case
there was no chance of beforedepend being marked as made.  `make'
actually exited almost immediately with status 0 instead of waiting
forever.
1998-06-04 05:48:57 +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 Permit double digit year values to be used in the next millenium. 1998-05-05 01:53:15 +00:00
banner .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq. 1998-03-23 07:48:45 +00:00
basename PR: 4866 1998-04-14 22:08:48 +00:00
biff
brandelf Add a forgotten 'static'. 1998-04-21 02:44:12 +00:00
c89
calendar
cap_mkdb
chat Spelling corrections. 1998-06-03 04:21:41 +00:00
checknr
chflags
chkey
chpass Fixed `make -j9' by putting generated headers in ${SRCS}. Removed bogus 1998-04-26 16:31:14 +00:00
cksum cksum does a 32-bit checksum, so it needs to use u_int32_t variables, 1998-03-10 05:03:49 +00:00
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 Ctags write to buffer beyond the end of it when the source file 1998-04-19 18:00:49 +00:00
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 Fixed double slashes in pathnames. 1998-05-31 11:32:38 +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 .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq. 1998-03-23 07:48:45 +00:00
expand
f2c Fixed `make -jN' for large N. Just put all generated headers in SRCS. 1998-03-06 13:51:18 +00:00
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 .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq. 1998-03-23 07:48:45 +00:00
file2c
find Add cross references for find(1), locate(1), whereis(1) and which(1). 1998-05-15 11:22:42 +00:00
finger
fmt
fold
fpr
from
fsplit .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq. 1998-03-23 07:48:45 +00:00
fstat Include correct header to get definition of struct sockaddr_un. 1998-05-16 21:35:37 +00:00
ftp Fix a few minor typos and style nits. 1998-03-01 18:58:03 +00:00
gcore
gencat Add (unsigned char) cast to ctype macros 1998-04-30 10:31:38 +00:00
getopt
global Don't create an unused obj directory. 1998-02-20 11:18:57 +00:00
gprof
gprof4
head
hexdump
host Update for bind-8 1998-05-03 05:16:58 +00:00
id Use .Nm id' instead of .Nm' for the synopsis lines. 1998-02-28 21:37:54 +00:00
indent Support integer constant unsigned-suffix and long-long-suffix. 1998-05-19 20:41:20 +00:00
ipcrm
ipcs .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq. 1998-03-23 07:48:45 +00:00
join
jot
kdump
key .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq. 1998-03-23 07:48:45 +00:00
keyinfo .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq. 1998-03-23 07:48:45 +00:00
keyinit .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq. 1998-03-23 07:48:45 +00:00
keylogin
keylogout
killall .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq. 1998-03-23 07:48:45 +00:00
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 ldd standalone build, after repository copy. 1998-06-01 13:55:12 +00:00
leave Don't let secs variable wrap if <= 2. 1998-04-14 00:23:54 +00:00
lex Simplified by using new yacc rules. The new lex rules can't be used 1998-05-04 19:10:20 +00:00
limits In the SEE ALSO section, {get,set}rlimit are said to be in the section 1998-05-08 14:46:23 +00:00
locate Add cross references for find(1), locate(1), whereis(1) and which(1). 1998-05-15 11:22:42 +00:00
lock
lockf .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq. 1998-03-23 07:48:45 +00:00
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 .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq. 1998-03-23 07:48:45 +00:00
mail Document the use of sendmail options on the commandline. 1998-04-14 00:59:29 +00:00
make Don't forget to pretend that `make -n -jN' makes the targets that it 1998-06-04 05:48: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 Add #include <string.h> to get prototypes. 1998-02-20 04:48:37 +00:00
mktemp Add usage() and rcsid. Remove unused #include. -Wall. 1998-05-05 06:13:47 +00:00
modstat .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq. 1998-03-23 07:48:45 +00:00
more .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq. 1998-03-23 07:48:45 +00:00
msgs
mt mt should report the compression status. 1998-04-19 17:28:14 +00:00
ncal fix ncal.1 grammar 1998-04-26 06:21:29 +00:00
netstat Make "netstat -s" display stats on fast-forwarded packets. 1998-05-19 16:00:55 +00:00
newkey Replace incomplete malloc prototype with #include <stdlib.h> 1998-02-20 04:38:20 +00:00
nfsstat
nice .Nm nice -> .Nm. 1998-03-23 07:45:40 +00:00
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
printenv
printf
quota
ranlib ELF preparation step 1: 1998-05-25 17:34:42 +00:00
rdist Simplified by using new yacc rules and by not generating y.tab.h. 1998-05-04 19:25:41 +00:00
renice
rev
rlogin Rats. I was too fast here. Re-enable SUID mode for the non-Kerberos 1998-03-26 19:43:06 +00:00
rpcgen Fix a #ifndef that became a #ifdef and changed the default 1998-03-07 05:43:59 +00:00
rpcinfo
rs Add #include <string.h> to get prototypes. 1998-02-20 04:48:37 +00:00
rsh Add const to rcsid. 1998-03-23 07:46:23 +00:00
rup PR: bin/6193 1998-04-01 21:34:10 +00:00
ruptime
rusers
rwall
rwho Be picky about the format of the commandline and cleanup 1998-05-03 23:22:37 +00:00
sasc .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq. 1998-03-23 07:48:45 +00:00
script Rewrite script as a select loop rather than as a twin reader/write process. 1998-03-08 14:19:18 +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 ELF preparation step 1: 1998-05-25 17:34:42 +00:00
su PR: 1904 1998-05-26 06:39:08 +00:00
symorder
systat Correctly display the interrupt counts. 1998-05-27 21:01:37 +00:00
tail Add a new -F flag which is a superset of -f. It will cause tail to 1998-04-06 16:13:49 +00:00
talk
tclsh
tconv
tcopy
tee
telnet Remove unneeded crud. 1998-03-26 17:55:27 +00:00
tftp Add #include <string.h> to get prototypes. 1998-02-20 04:33:03 +00:00
time
tip Remove special global tags support; we don't do it that way anymore. 1998-03-26 16:12:14 +00:00
tn3270
top Some cleanups related to timecounters and weird ifdefs in <sys/time.h>. 1998-05-28 09:30:28 +00:00
touch
tput
tr
true
truss
tset
tsort
tty
ul
uname Add a -p option which is the same as the -m option but provided 1998-02-24 16:57:49 +00:00
unexpand Add #include <string.h> to get prototypes. 1998-02-20 04:33:03 +00:00
unifdef
uniq Localize it 1998-03-08 20:56:43 +00:00
units .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq. 1998-03-23 07:48:45 +00:00
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
vis
vmstat Support a couple of new "-s" stats. 1998-03-07 23:40:23 +00:00
w Cosmetic fix. Compute header field widths from UT_{HOST,LINE,NAME}SIZE 1998-05-21 08:46:48 +00:00
wall Add rcsid. Sort #includes. 1998-03-23 07:47:31 +00:00
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
window Define '\t' as a printable character, so it can be displayed on the 1998-04-20 13:37:29 +00:00
write
xargs
xinstall Treat an EOPNOTSUPP from fchflags() as a non-fatal case. Only warn about 1998-06-02 12:00:08 +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 Add #include <string.h> to get prototypes. 1998-02-20 04:33:03 +00:00
yes
ypcat .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq. 1998-03-23 07:48:45 +00:00
ypmatch .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq. 1998-03-23 07:48:45 +00:00
ypwhich .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq. 1998-03-23 07:48:45 +00:00
Makefile SUBDIR += ldd 1998-06-01 14:30:58 +00:00
Makefile.inc