NetBSD/usr.bin
christos 193e8d1b7d - Target searching addition:
Make used to only use the search path for nodes that were pure
	sources (not targets of other sources). This has been corrected
	and now gnu-autoconf generated Makefiles work in directories other
	than the source one.

- Suffix transformation rescanning:
	Suffix transformations (.c.o:; cc ...) were only recognized in
	the past when both suffixes were members of the suffix list.
	Thus a sequence like:
		.z.b:
			echo ${.TARGET}
		.SUFFIXES: .z
	would cause .z.b: to be inserted as a regular target (and the main
	target in this case). Other make programs always add rules that
	start with a period in the transformation list and never consider
	them as targets. We cannot do that (consider .depend files) so we
	resort to scanning the list of the current targets every time a
	suffix gets added, and we mutate existing targets that are now
	valid transformation rules into transformation rules. If the
	transformed target was also the main target, we set the main target
	to be the next target in the targets list.
1997-05-02 14:24:27 +00:00
..
apply Fix quote description; PR misc/2781. 1996-11-07 07:24:08 +00:00
apropos RCS ID police 1997-01-09 20:18:21 +00:00
ar Use futimes(2), to prevent race conditions. 1997-04-24 06:22:16 +00:00
asa
at remove dangerous sprintf calls. 1997-02-11 08:18:32 +00:00
banner Repair broken merge 1995-09-05 18:36:28 +00:00
basename Sync with 4.4lite2 1995-09-02 05:29:46 +00:00
bdes - Makefile cleanups 1997-03-24 21:57:01 +00:00
biff
cal Sync with 4.4lite2 1995-09-02 05:29:46 +00:00
calendar - Makefile cleanups 1997-03-24 21:57:01 +00:00
cap_mkdb fix the the typos 1996-11-10 23:58:22 +00:00
checknr
chflags Note that the 'arch' flag may only be changed by the superuser; from 1997-04-22 05:54:13 +00:00
chpass alternate -> alternative, per PR 2643 1997-03-08 14:13:54 +00:00
cksum Fix typo, per Dave Huang <khym@bga.com>, PR #3345. 1997-03-18 00:40:13 +00:00
cmp RCS ID police 1997-01-09 20:18:21 +00:00
col alternate -> alternative, per PR 2643 1997-03-08 14:13:54 +00:00
colcrt
colrm Sync with 4.4lite2 1995-09-02 05:45:13 +00:00
column Sync with 4.4lite2 1995-09-02 05:45:13 +00:00
comm Fixed bug I introduced when changing printf comparison vs. EOF. Noted by 1995-09-05 19:57:43 +00:00
compress - Makefile cleanups 1997-03-24 21:57:01 +00:00
crontab RCS ID police 1997-01-09 20:18:21 +00:00
crunch parens around macro value. (oops!) 1997-01-23 19:13:56 +00:00
ctags Update lseek() constants: 1995-09-27 01:06:58 +00:00
cut getopt returns -1 not EOF. 1997-02-11 09:41:45 +00:00
dirname Sync with 4.4lite2 1995-09-02 05:57:23 +00:00
du Implement a -c (Grand Total) option, a'la GNU du(1). 1996-10-18 07:20:31 +00:00
eject Disks now share a common interface for "unlock" and "eject". Teach 1996-01-30 18:35:47 +00:00
elf2aout RCS ID police 1997-01-09 20:18:21 +00:00
elf2ecoff RCS ID police 1997-01-09 20:18:21 +00:00
elfstrip RCS ID police 1997-01-09 20:18:21 +00:00
env RCS ID police 1997-01-09 20:18:21 +00:00
error use mkstemp() instead of mktemp() 1997-03-22 03:42:57 +00:00
expand Sync with 4.4lite2 1995-09-02 05:57:23 +00:00
false - Makefile cleanups 1997-03-24 21:57:01 +00:00
fdformat RCS ID police 1997-01-09 20:18:21 +00:00
file Add two more casts to (unsigned char) to make this work on the PowerPC. 1997-04-19 05:21:36 +00:00
find remove second RCS-Id line. 1997-02-01 09:51:48 +00:00
finger Minor formatting changes to make the output less ugly. 1997-03-28 02:15:21 +00:00
fmt Sync with 4.4lite2 1995-09-01 01:29:39 +00:00
fold Sync with 4.4lite2 1995-09-01 01:42:41 +00:00
fpr Sync with 4.4lite2 1995-09-01 01:29:39 +00:00
from Sync with 4.4lite2 1995-09-01 01:29:39 +00:00
fsplit RCS ID police 1997-01-09 20:18:21 +00:00
fstat Add a double quote to make emacs's color mode happy... 1997-03-03 22:47:17 +00:00
ftp * cleanup parser of ftp://[user:pass@]host[:port]/[dir/][file]. should 1997-04-21 18:45:47 +00:00
gencat RCS id police. 1997-02-09 14:33:50 +00:00
getconf RCS ID police 1997-01-09 20:18:21 +00:00
getopt RCS ID police 1997-01-09 20:18:21 +00:00
gprof - Makefile cleanups 1997-03-24 21:57:01 +00:00
head RCS ID police 1997-01-09 20:18:21 +00:00
hexdump RCS ID police 1997-01-09 20:18:21 +00:00
id - Makefile cleanups 1997-03-24 21:57:01 +00:00
indent RCS ID police 1997-01-09 20:18:21 +00:00
ipcrm RCS ID police 1997-01-09 20:18:21 +00:00
ipcs avoid not knowing the length of internal buffers. 1997-02-11 08:43:23 +00:00
join revert to pre-merged version due to bugs; will fix. 1997-01-13 20:57:48 +00:00
jot
kdump Make it obey the DESTDIR environment. 1997-04-14 13:49:56 +00:00
ktrace fix typo; from Saitoh Masanobu in PR misc/3195. 1997-02-07 03:27:22 +00:00
lam
last
lastcomm Display the ending time as well as the starting time of processes. 1995-10-22 01:43:40 +00:00
ldd Mipsel changes to ELF ldd/ld.so: 1996-12-17 03:42:44 +00:00
leave Sync with 4.4lite2 1995-08-31 22:26:07 +00:00
less more.help no longer exists. 1997-04-23 03:11:02 +00:00
lex - Makefile cleanups 1997-03-24 21:57:01 +00:00
locate - Makefile cleanups 1997-03-24 21:57:01 +00:00
lock Include appropriate header files to bring prototypes into scope. 1996-05-07 18:32:22 +00:00
logger
login alternate -> alternative, per PR 2643 1997-03-08 14:13:54 +00:00
logname
look Sync with 4.4lite2 1995-08-31 22:36:32 +00:00
lorder - Don't bother with two different versions of lorder.sh ... the version 1997-04-17 06:48:10 +00:00
m4 fix typo reported by Saitoh Masanobu in PR misc/3214. 1997-02-12 07:09:07 +00:00
machine RCS ID police 1997-01-09 20:18:21 +00:00
mail - Makefile cleanups 1997-03-24 21:57:01 +00:00
make - Target searching addition: 1997-05-02 14:24:27 +00:00
man fix typo 1995-12-05 03:33:39 +00:00
mesg PR/3406: SAITOH Masanobu: Delete extra backslash in mesg.1. 1997-03-29 21:43:03 +00:00
mkdep Set SCRIPTSNAME correctly. 1997-03-27 08:57:26 +00:00
mkfifo
mkstr Sync with 4.4BSD-Lite2 1995-09-28 06:22:18 +00:00
modstat RCS ID police 1997-01-09 20:18:21 +00:00
msgs Sync with 4.4BSD-Lite2 1995-09-28 06:57:37 +00:00
netstat Make the first field 2 characters wider so that XXX.XXX.XXX.XXX/XX fits. 1997-04-10 15:45:58 +00:00
newsyslog fix the the typos 1996-11-10 23:58:22 +00:00
nfsstat Message buffer passed to kvm_openfiles() should _POSIX2_LINE_MAX long; PR#3266 1997-03-03 22:22:48 +00:00
nice Sync with 4.4lite2 1995-08-31 23:30:56 +00:00
nm warn() instead of warnx() if opening the object file failed to avoid 1997-04-23 11:17:38 +00:00
nohup Sync with 4.4lite2. 1995-08-31 23:35:23 +00:00
pagesize - Makefile cleanups 1997-03-24 21:57:01 +00:00
passwd Tidy up printf formats in "don't use all lower case" warning 1997-02-22 01:50:46 +00:00
paste Sync to 4.4BSD-Lite2 1997-01-09 14:39:10 +00:00
patch use mkstemp() instead of mktemp() to create the tempfile 1997-03-22 03:38:03 +00:00
pr RCS ID police 1997-01-09 15:01:32 +00:00
printenv Sync to 4.4BSD-Lite2 1997-01-09 15:17:30 +00:00
printf alternate -> alternative, per PR 2643 1997-03-08 14:13:54 +00:00
quota remove dangerous sprintf and strcpy calls. 1997-02-11 09:29:26 +00:00
ranlib RCS ID police 1997-01-09 20:18:21 +00:00
rdist When iterating the host list, do not access memory that has just been 1996-09-10 18:48:57 +00:00
renice Sync to 4.4BSD-Lite2 1997-01-09 14:39:10 +00:00
rev Sync with 4.4BSD-Lite2 1995-09-28 08:49:37 +00:00
rlogin don't clobber CFLAGS 1997-02-21 07:52:37 +00:00
rpcgen RCS ID police 1997-01-09 20:18:21 +00:00
rpcinfo RCS ID police 1997-01-09 20:18:21 +00:00
rs Document one more option. 1996-05-09 23:21:50 +00:00
rsh use FD_SETSIZE instead of manifest constant for select(2); from Rolf 1997-03-19 05:36:59 +00:00
rup make rup handle uptimes of more than 1 year per pr-3060 1997-01-16 22:18:16 +00:00
ruptime add rwhod(8) xref 1997-03-08 22:23:19 +00:00
rusers RCS ID police 1997-01-09 20:18:21 +00:00
rwall RCS ID police 1997-01-09 20:18:21 +00:00
rwho print out a 1997-03-08 23:08:28 +00:00
script pass $SHELL or /bin/sh as argv[0] to subshell, instead of "sh"; fixes 1997-03-03 04:02:21 +00:00
sed add missing backslash; from David Brownlee in PR bin/3321. 1997-03-13 04:57:46 +00:00
shar - Makefile cleanups 1997-03-24 21:57:01 +00:00
showmount fix usage message, clean up RPC error printing. 1996-05-01 18:14:10 +00:00
size add -t summary option per pr-3075 1997-01-16 22:23:13 +00:00
skey - Makefile cleanups 1997-03-24 21:57:01 +00:00
skeyinfo RCS id police. 1996-09-19 19:39:36 +00:00
skeyinit use strncpy. 1997-02-11 09:25:24 +00:00
soelim
split Sync with 4.4lite2 1995-08-31 22:22:05 +00:00
strings Don't treat a char buffer like a structure since alignment constraints can 1996-10-08 15:50:53 +00:00
strip - Makefile cleanups 1997-03-24 21:57:01 +00:00
su alternate -> alternative, per PR 2643 1997-03-08 14:13:54 +00:00
systat erase old Xs when printing new ones for swap usage; from Paul Boven in 1997-04-03 06:07:40 +00:00
tail Don't rely on select() not to modify the timeval argument. Also, 1996-02-13 16:49:10 +00:00
talk Use isprint() instead of hardcoded c<' '. This way, as soon as isprint() and 1997-04-21 16:15:32 +00:00
tcopy use <paths.h> instead of "pathnames.h" for _PATH_DEFTAPE 1997-04-15 07:23:06 +00:00
tee
telnet - Makefile cleanups 1997-03-24 21:57:01 +00:00
tftp Fix some potential buffer overflow problems. 1996-09-07 21:05:37 +00:00
time Remnant of a different area: resource.h is now in /usr/include/sys 1996-12-18 23:18:57 +00:00
tip Set CLOCAL if dc flag is set 1997-04-20 00:03:05 +00:00
tn3270 use mkstemp() and plug memory leak; fixes PR bin/3517. 1997-04-23 07:11:09 +00:00
touch Sync with 44lite2 1995-08-31 22:10:05 +00:00
tput - Makefile cleanups 1997-03-24 21:57:01 +00:00
tr Make more 8-bit clean (from Andreas Gustafsson; PR#1190). 1995-11-01 00:45:22 +00:00
true - Makefile cleanups 1997-03-24 21:57:01 +00:00
tset - clean up man page 1996-11-15 05:52:42 +00:00
tsort Add a `-q' option, to be quiet about cycles. From der Mouse, PR 1204. 1996-01-17 20:37:49 +00:00
tty
ul /etc/termcap -> /usr/share/misc/termcap. Fixes misc/1401. 1996-11-12 07:50:11 +00:00
uname RCS ID police 1997-01-09 20:18:21 +00:00
unexpand
unifdef
uniq Sync with 44lite2 1995-08-31 21:54:51 +00:00
units - Makefile cleanups 1997-03-24 21:57:01 +00:00
unvis RCS ID police 1997-01-09 20:18:21 +00:00
users
uudecode
uuencode Changed inaccuracy in termination description described by PR#2226. 1997-04-10 20:22:50 +00:00
vacation Document that we handle `Precedence: list'. 1997-04-22 17:07:25 +00:00
vgrind Set SCRIPTSDIR. 1997-03-27 11:06:20 +00:00
vi be a bit more careful about removing TAGQ from CIRCLEQ; from Ross 1997-04-15 05:39:46 +00:00
vis
vmstat Repair the formatting of the by-memory-type table of "vmstat -m" 1997-04-10 15:49:30 +00:00
w properly terminal buffer after calling strftime. 1997-04-13 13:44:13 +00:00
wall remove possibly dangerous sprintf and strcpy calls. 1997-02-11 08:42:03 +00:00
wc RCS ID police 1997-01-09 20:18:21 +00:00
what
whatis RCS ID Police, also Sync to 4.4BSD-Lite2 1997-01-09 12:03:21 +00:00
whereis return 0 on successful exit, compare getopt() result to -1 instead of EOF. 1997-01-23 06:29:05 +00:00
which - Makefile cleanups 1997-03-24 21:57:01 +00:00
who alternate -> alternative, per PR 2643 1997-03-08 14:24:19 +00:00
whois Sync with 4.4lite2. 1995-08-31 21:51:32 +00:00
window alternate -> alternative, per PR 2643 1997-03-08 14:24:19 +00:00
write remove possibly dangerous sprintf and strcpy calls. 1997-02-11 08:21:03 +00:00
xargs Resolve CVS conflicts that appeared in a comment, and thus went unnoticed. 1995-11-15 16:11:17 +00:00
xinstall use proper pathname when unable to exec strip 1997-04-19 03:50:29 +00:00
xlint Add support for the PowerPC. 1997-04-19 06:16:29 +00:00
xstr
yacc make -p affect all variables; PR bin/2997 1997-01-15 07:24:25 +00:00
yes lint fixes 1997-01-13 22:04:39 +00:00
ypcat fix typo; from Andrew Wheadon in PR bin/3264. 1997-02-28 06:35:48 +00:00
ypmatch RCS id police. 1996-05-13 02:43:35 +00:00
ypwhich Pull down yp/xdr fixes from release branch. 1996-05-29 20:00:52 +00:00
Makefile Don't build the BSD toolchain on the PowerPC. 1997-04-19 05:17:45 +00:00
Makefile.inc merge lite2 changes (just SCCS ids) 1997-03-07 06:14:02 +00:00