NetBSD/usr.bin
tls 0b6a2936aa Changes to the emitted makefiles that actually build the objects:
1) Always do a make clean before building objects in any directory.  This
   is wasteful, but there's really no other simple way to cope with the
   fact that the compilation settings (e.g. CFLAGS) appropriate for the
   non-crunched build of a program may not be appropriate for the crunched
   build.  If the objdir magic in make didn't rely upon the presence of an
   "obj" or "obj.${MACHINE}" symlink, we could abuse it to handle this but
   unfortunately, it does.

2) Override $DBG to cause object files to be built with -Os.  We can't emit
   "DBG?=" into the generated makefile because of order-of-inclusion issues
   with the system Makefiles; the result would be that the default setting
   (currently -O2) would always be used instead of -Os.  If you're crunching,
   you almost certainly are doing it to get a smaller executable (!) so -Os
   is almost certainly appropriate for you.
2001-09-24 00:40:35 +00:00
..
apply convert to use getprogname() 2001-02-19 23:03:42 +00:00
apropos convert to use getprogname() 2001-02-19 23:03:42 +00:00
asa Fix typo and sort sections. 2001-09-17 18:47:58 +00:00
at fix up various .Nm abuses: 2000-11-07 06:43:24 +00:00
audio only warn about not writing the sun header once. PR#12809 2001-06-07 12:50:29 +00:00
awk one more 2001-07-08 20:26:54 +00:00
banner Fix more problems noted in PR 6649 2001-03-07 22:34:35 +00:00
basename For commands and utilities, use EXIT STATUS rather than RETURN VALUES or 2000-09-04 07:35:15 +00:00
bdes convert to use getprogname() 2001-02-19 23:03:42 +00:00
biff errx?/warnx? audit. do not pass variable alone, use %s. idea from openbsd 2000-07-07 15:10:32 +00:00
bzip2 Make this parallel make friendly. 2001-06-10 00:17:51 +00:00
bzip2recover Update to bzip2 v1.0.1, building with reachover Makefiles to dist/bzip2. 2001-06-03 13:41:59 +00:00
cal
calendar seperate -> separate 2001-07-22 13:33:58 +00:00
cap_mkdb Examine input files and set the openinfo hint accordingly to number of 2001-01-28 20:01:42 +00:00
cdplay Pasto. 2001-08-21 09:56:54 +00:00
checknr comment or delete text after CPP directives. 2001-01-16 02:50:27 +00:00
chflags Nit. 2000-10-10 14:27:14 +00:00
chpass Update for pw_mkdb() change: restrict updates to one user's records and/or 2001-08-18 19:35:32 +00:00
cksum Add sections to xrefs, and remove some unnecessary whitespace while I'm 2001-04-04 09:35:23 +00:00
cmp use %ll_ instead of the less standard %q_ 2001-01-04 23:05:54 +00:00
col
colcrt Make gcc 2.96 (and maybe earlier) happier. Include <stdlib.h>,<string.>, 2000-07-03 02:51:12 +00:00
colrm
column
comm For commands and utilities, use EXIT STATUS rather than RETURN VALUES or 2000-09-04 07:35:15 +00:00
compile_et Add HOSTPROG exclusions to allow this to be included in src/tools. 2001-09-21 22:47:37 +00:00
compress More format string cleanup by sommerfeld. 2000-10-11 14:46:00 +00:00
crontab
crunch Changes to the emitted makefiles that actually build the objects: 2001-09-24 00:40:35 +00:00
ctags receive, not recieve 2001-06-12 15:17:10 +00:00
cut
dirname
du Xref getbsize(3). 2001-07-08 15:34:13 +00:00
eject Use getrawpartition(). 2001-08-20 08:21:09 +00:00
elf2aout remove extra period in SEE ALL section 2000-07-05 15:45:28 +00:00
elf2ecoff s/a.out/ECOFF/ "oops" 2000-08-24 01:20:35 +00:00
env fix nested extern 2001-02-05 01:39:27 +00:00
error Fix various misspellings of compatible/compatibility. 2001-06-11 01:50:48 +00:00
expand
false Minor fixes. 2001-06-05 11:40:04 +00:00
fdformat Minor fixes. 2001-06-05 11:40:04 +00:00
fgen withough -> without 2001-06-13 10:45:57 +00:00
file Recognise MLSSA datafiles 2001-09-20 03:05:54 +00:00
find Reallocate memory correctly while substituting the braces. 2001-09-21 07:11:33 +00:00
finger fix nested extern 2001-02-05 01:56:51 +00:00
fmt Tweak last to only allow highbit characters >=160, to avoid issues with 2000-10-02 18:32:55 +00:00
fold Un-__P and ANSIfy. 2000-09-08 12:57:28 +00:00
fpr
from Use appropriate errx/err at the right places. 2001-07-01 00:09:46 +00:00
fsplit Make gcc 2.96 (and maybe earlier) happier. Include <stdlib.h>,<string.>, 2000-07-03 02:51:12 +00:00
fstat fix comment 2001-07-08 20:24:05 +00:00
ftp put "site" in alphabetical order. noted by Mike Barcroft in private email 2001-06-20 02:12:22 +00:00
gencat enable checking limit of setid and msgid. 2001-09-23 16:32:35 +00:00
getconf For commands and utilities, use EXIT STATUS rather than RETURN VALUES or 2000-09-04 07:35:15 +00:00
getopt Space after section number in .Xr 2001-07-06 18:13:35 +00:00
gprof
head convert to use getprogname() 2001-02-19 23:03:42 +00:00
hesinfo seperate -> separate 2001-07-22 13:33:58 +00:00
hexdump Improve usage of `comprise' according to Webster and misc/10893 2001-05-06 12:29:18 +00:00
id convert to use getprogname() 2001-02-19 23:03:42 +00:00
indent precede, not preceed. 2001-08-20 12:00:46 +00:00
innetgr convert to use getprogname() 2001-02-19 23:03:42 +00:00
ipcrm Uppercase Dt argument, and two nits. 2001-06-05 11:49:04 +00:00
ipcs Remove some unnecessary quotation marks. 2001-06-05 11:50:48 +00:00
join Add section to xref. 2001-04-04 09:36:51 +00:00
jot Reverse the if and else clauses for the chardata test if there is 2001-03-17 11:43:06 +00:00
kdestroy Fix oversights in last commit. 2000-12-30 15:25:19 +00:00
kdump set CC and DESTDIR for mkioctls accordingly 2001-09-23 08:51:11 +00:00
kf Fix oversights in last commit. 2000-12-30 15:25:19 +00:00
kinit update infrastructure for krb4 1.1 and heimdal 0.4e 2001-09-17 12:34:40 +00:00
klist Fix oversights in last commit. 2000-12-30 15:25:19 +00:00
kpasswd Fix oversights in last commit. 2000-12-30 15:25:19 +00:00
ktrace repair command-line parsing so that an error is generated if no pid or 2001-09-02 23:18:01 +00:00
ktruss Use the errno.h and signal.h passed in on the command line. 2001-02-18 18:38:18 +00:00
lam More format string cleanup by sommerfeld. 2000-10-11 14:46:00 +00:00
last Include -T in the synopsis. 2001-08-21 23:55:25 +00:00
lastcomm Improve markup a bit. Add section to xref. 2001-04-04 09:37:19 +00:00
ldd arm is variable page size. 2001-07-13 17:00:35 +00:00
leave Make gcc 2.96 (and maybe earlier) happier. Include <stdlib.h>,<string.>, 2000-07-03 02:51:12 +00:00
less clean up WARNS. 2001-07-26 14:20:47 +00:00
lex flex -> ${LEX} 2001-09-22 05:39:22 +00:00
locate use mktemp(1) to safely create the temporary file. 2001-06-18 11:10:25 +00:00
lock Remove INSTALLFLAGS=-fschg, as per change to usr.bin/ssh/ssh/Makefile. 2000-10-18 00:24:18 +00:00
logger use getprogname() 2001-02-20 23:51:59 +00:00
login update infrastructure for krb4 1.1 and heimdal 0.4e 2001-09-17 12:34:40 +00:00
logname
look
lorder use mktemp(1) as appropriate 2001-06-18 12:07:32 +00:00
m4 Uppercase Dt argument, correct AUTHORS section name. 2001-06-05 11:57:40 +00:00
machine
mail Add section to xref. Whitespace and punctuation fixes. 2001-04-04 09:38:32 +00:00
make Spell 'occurred' with two 'r's. 2001-09-16 16:34:23 +00:00
man _whatdb has supported glob(3)ing pathnames for over 3 years ... 2001-06-25 21:37:24 +00:00
menuc use getprogname() 2001-02-20 23:51:59 +00:00
mesg
midiplay fix a simple, but important bug for system exclusive messages. 2001-04-07 21:03:41 +00:00
mixerctl Add ++ and -- for changing mixer controls. They bump the value to 2000-12-29 13:30:26 +00:00
mk_cmds Fix oversights in last commit. 2000-12-30 15:25:19 +00:00
mkdep Add hooks to allow toolchain bits to be reachover-built at the top level. 2001-08-14 10:18:26 +00:00
mkfifo - The type of return value of setmode is a void * and getmode takes it, 2000-10-10 14:30:40 +00:00
mklocale Add hooks to allow toolchain bits to be reachover-built at the top level. 2001-08-14 10:18:26 +00:00
mkstr More format string cleanup by sommerfeld. 2000-10-11 14:46:00 +00:00
mktemp Fix date. 2001-04-09 12:33:50 +00:00
modstat add support for COMPAT LKMs 2000-12-10 11:52:09 +00:00
msgc Fix typos and wording. 2000-12-04 22:33:52 +00:00
msgs Complain if $HOME is not set instead of using a null pointer. 2001-07-01 00:20:47 +00:00
netgroup convert to use getprogname() 2001-02-19 23:03:42 +00:00
netstat Fix a printf format/argument cast. 2001-09-15 16:28:15 +00:00
newsyslog Don't sleep before compressing if we didn't send a signal. 2001-06-10 12:06:35 +00:00
nfsstat Change xref for vmstat(8) to vmstat(1). 2001-05-06 23:48:31 +00:00
nice For commands and utilities, use EXIT STATUS rather than RETURN VALUES or 2000-09-04 07:35:15 +00:00
nl More format string cleanup by sommerfeld. 2000-10-11 14:46:00 +00:00
nohup Spell 'occurred' with two 'r's. 2001-09-16 16:34:23 +00:00
openssl use openssl 0.9.6a. shlib major # is bumped for libcrypto, libssl and 2001-04-12 07:48:03 +00:00
pagesize - Add "/sbin" to path so that "sysctl" is found again. Problem noted 2000-03-22 17:35:56 +00:00
passwd Slight change to previous: rebuild the insecure password db if the expiry 2001-08-18 19:42:40 +00:00
paste
patch Support the 1003.2-92 -i option to specify a patchfile; 2000-10-16 07:05:04 +00:00
pmc Don't give .Os an argument, not even 'NetBSD' (default includes version). 2001-06-05 10:08:03 +00:00
pr seperate -> separate 2001-07-22 13:33:58 +00:00
printenv
printf Change to use {u,}intmax_t internally (was: (unsigned) long). 2001-05-05 17:29:39 +00:00
qsubst The tputs() print char function needs to return an int. 2001-04-22 05:35:35 +00:00
quota Fix order of arithmetic operations so that NFS file system quotas over 2001-03-29 21:54:01 +00:00
rdist heirarchy -> hierarchy 2001-08-24 10:24:45 +00:00
renice Don't need <sys/types.h> either (ref: SUSv2). 2001-09-01 01:59:42 +00:00
rev be more descriptive in the description of what rev(1) does 2001-01-21 01:01:08 +00:00
rlogin kerberos(3) -> (8). 2001-04-04 09:40:07 +00:00
rpcgen Add hooks to allow toolchain bits to be reachover-built at the top level. 2001-08-14 10:18:26 +00:00
rpcinfo netconfig(4) -> (5). Fix option section. Whitespace fixes. Sort SEE ALSO. 2001-04-04 09:42:49 +00:00
rs More format string cleanup by sommerfeld. 2000-10-11 14:46:00 +00:00
rsh kerberos(3) -> (8). Sort SEE ALSO. 2001-04-04 09:43:24 +00:00
rup labels (even default:) _must_ be followed by statements! usr.bin/fgen/fgen.l 2001-01-16 02:43:37 +00:00
ruptime ANSIfy, alphabetize arguments. 2001-01-05 07:14:46 +00:00
rusers Add section to xref. 2001-04-04 09:43:52 +00:00
rwall Check return value of mkstemp correctly. 2001-08-16 01:00:31 +00:00
rwho add section to xref. 2001-04-04 09:44:08 +00:00
script
sed More format string cleanup by sommerfeld. 2000-10-11 14:46:00 +00:00
shar /appears/appeared/ 2000-02-08 23:48:54 +00:00
shlock The -v option actually is called -d. 2001-06-11 11:29:22 +00:00
showmount comment or delete text after CPP directives. 2001-01-16 02:50:27 +00:00
shuffle Include <limits.h> for LONG_MIN/LONG_MAX. 2001-09-01 02:17:29 +00:00
skey allow passwords less than SKEY_MIN_PW_LEN to work (with a warning), 2001-07-24 23:53:25 +00:00
skeyinfo Fix date. 2001-04-09 12:33:50 +00:00
skeyinit s/necesary/necessary/ 2001-07-24 16:43:02 +00:00
soelim make compile with WARNS=2, and enable WARNS=2 in the Makefile 2001-04-09 13:31:20 +00:00
sort Only try to copy the extra incomplete record data if there is anything 2001-05-15 11:49:25 +00:00
split
ssh upgrade to openssh 2.9, around 2001/6/24 (from openbsd usr.bin/ssh). 2001-06-23 19:37:38 +00:00
string2key build & install string2key manpage, too 2001-01-24 23:09:30 +00:00
su Revert to previous, less offensive, error message when a malloc fails. 2001-04-23 06:52:22 +00:00
systat Fetch maxslp from the kernel. Only use USPACE if it's defined. 2001-07-14 07:09:11 +00:00
tail avoid C sequence point issues warned about by development version of gcc. 2001-01-16 02:41:17 +00:00
talk receive, not recieve 2001-06-12 15:17:10 +00:00
tcopy use %ll_ instead of the less standard %q_ 2001-01-04 23:05:54 +00:00
tee
telnet just to be sure, set telnetport to 0. 2001-09-03 07:51:43 +00:00
tftp fix argument validation mistake in setpeer(). 2000-12-30 18:00:18 +00:00
time Correct double s' in ressource'. 2001-02-03 19:37:56 +00:00
tip synchron*, not sychron* 2001-07-08 17:41:14 +00:00
tn3270 precede, not preceed. 2001-08-20 12:00:46 +00:00
top print system processes as [procname] 2001-07-03 01:36:07 +00:00
touch
tput Add section to xrefs. Markup improvements. 2001-04-04 09:48:37 +00:00
tr
true Fix nits, sort SEE ALSO. 2001-06-05 12:01:33 +00:00
tset More format string cleanup by sommerfeld. 2000-10-11 14:46:00 +00:00
tsort Add hooks to allow toolchain bits to be reachover-built at the top level. 2001-08-14 10:18:26 +00:00
tty
ul Add section to xref. Sort SEE ALSO. Lowercase nroff in xref. Fix 2001-04-04 09:49:35 +00:00
uname Sort options alphabetically 2000-10-19 11:34:10 +00:00
unexpand
unifdef Make gcc 2.96 (and maybe earlier) happier. Include <stdlib.h>,<string.>, 2000-07-03 02:51:12 +00:00
uniq
units Add 's' to netherlandguilder. Fixes bin/12082 by Benjamin Wong. 2001-01-30 12:26:11 +00:00
unvis
usbhidaction use getprogname() 2001-02-20 23:51:59 +00:00
usbhidctl 80 column police. 2001-03-28 03:17:41 +00:00
users
uudecode
uuencode For commands and utilities, use EXIT STATUS rather than RETURN VALUES or 2000-09-04 07:35:15 +00:00
vacation Lowercase sendmail in xref. 2001-04-04 09:49:47 +00:00
vgrind Add section to xrefs. Whitespace fixes. 2001-04-04 09:50:17 +00:00
vi bump to nb2 after fixing PR #10367 and correcting another related bug 2001-09-09 11:04:23 +00:00
vis Move out-of-order line to where it belongs. 2000-10-05 17:50:56 +00:00
vmstat Give initiali[sz]e all the "i"s it deserves. 2001-09-18 18:15:49 +00:00
w convert to use getprogname() 2001-02-19 23:03:42 +00:00
wall ANSIfy 2001-01-05 04:06:49 +00:00
wc
what For commands and utilities, use EXIT STATUS rather than RETURN VALUES or 2000-09-04 07:35:15 +00:00
whatis
whereis add comma between xrefs in SEE ALSO 2000-07-16 22:05:46 +00:00
which
who
whois Negative exit code cleanup: Replace exit(-x) with exit(x). 2001-04-06 11:13:45 +00:00
window environ(5) -> (7). Improve some xrefs. Whitespace fixes. 2001-04-04 09:51:22 +00:00
write un__Pify, ANSIfy and constify. 2001-01-03 13:25:11 +00:00
xargs For commands and utilities, use EXIT STATUS rather than RETURN VALUES or 2000-09-04 07:35:15 +00:00
xinstall Throw out home-grown strdup(). 2001-09-15 16:45:23 +00:00
xlint Give initiali[sz]e all the "i"s it deserves. 2001-09-18 18:15:49 +00:00
xstr convert to use getprogname() 2001-02-19 23:03:42 +00:00
yacc Add hooks to allow toolchain bits to be reachover-built at the top level. 2001-08-14 10:18:26 +00:00
yes yes(1) dates back at least to v7 Unix. Closes PR bin/10403 2000-08-02 15:39:17 +00:00
ypcat convert to use getprogname() 2001-02-19 23:03:42 +00:00
ypmatch convert to use getprogname() 2001-02-19 23:03:42 +00:00
ypwhich convert to use getprogname() 2001-02-19 23:03:42 +00:00
Makefile put back sort, it's fixed now 2001-01-13 20:11:49 +00:00
Makefile.inc Fix indentation.. 2000-12-30 14:44:49 +00:00