..
apply
compare return value from getopt against -1 rather than EOF, per the final
1997-03-29 04:34:07 +00:00
ar
kill the undead
1997-07-13 14:26:00 +00:00
at
Revert part of previous commit. I didn't see rcsid string in the middle of
1997-06-24 06:26:32 +00:00
banner
Fix the .Dd line.
1997-08-23 15:49:52 +00:00
basename
compare return value from getopt against -1 rather than EOF, per the final
1997-03-29 04:34:07 +00:00
biff
Finish importing Lite2's src/usr.bin, except for ex, diff, grep, mail,
1997-07-06 06:54:14 +00:00
brandelf
Open the file r/o if looking only. Make the error message more useful.
1997-08-23 15:51:14 +00:00
c89
Added -D_ANSI_SOURCE as discussed with bde,
1997-10-05 18:44:37 +00:00
cal
Finish importing Lite2's src/usr.bin, except for ex, diff, grep, mail,
1997-07-06 06:54:14 +00:00
calendar
typo.
1997-10-26 12:51:30 +00:00
cap_mkdb
Finish importing Lite2's src/usr.bin, except for ex, diff, grep, mail,
1997-07-06 06:54:14 +00:00
chat
Cleanup and remove the not-too-useful examples. The current versions
1997-08-22 15:42:33 +00:00
checknr
Add prototypes to functions. Make -Wall happy.
1997-06-24 06:54:43 +00:00
chflags
Finish importing Lite2's src/usr.bin, except for ex, diff, grep, mail,
1997-07-06 06:54:14 +00:00
chkey
Import chkey.
1997-05-28 15:54:04 +00:00
chpass
Quieten -Wall.
1997-09-28 08:46:12 +00:00
cksum
Add canonical 32bit crc as alorithm 3.
1997-09-26 08:02:18 +00:00
cmp
Permit hex/octal parameters to cmp, to match what the manual page says.
1997-08-19 14:34:04 +00:00
col
compare return value from getopt against -1 rather than EOF, per the final
1997-03-29 04:34:07 +00:00
colcrt
Remove use of progname. Add usage().
1997-06-26 11:23:47 +00:00
colldef
put in the link for the dummy collation module for Shift-JIS
1997-09-24 20:06:53 +00:00
colrm
Remove lines inside #ifdef 0/#endif.
1997-06-30 11:10:18 +00:00
column
Fix example to match ls(1)'s output.
1997-08-20 02:05:29 +00:00
comm
Teach comm(1) and uniq(1) about an option for case-insensitive work.
1997-09-07 15:09:22 +00:00
compile_et
Mdoc'ify man page. Use err(3). Remove whoami.
1997-06-30 06:42:43 +00:00
compress
Uncompress is under .Nm not .Ar.
1997-06-30 06:44:07 +00:00
cpp
Revert $FreeBSD$ to $Id$
1997-02-22 19:58:13 +00:00
ctags
Teach ctags(1) how to handle intermediate whitespace in macros
1997-08-23 16:13:45 +00:00
cut
Use err(3) instead of local redefinition. Change argument name in man
1997-06-30 06:48:46 +00:00
dig
Revert $FreeBSD$ to $Id$
1997-02-22 19:58:13 +00:00
dirname
compare return value from getopt against -1 rather than EOF, per the final
1997-03-29 04:34:07 +00:00
dnsquery
Revert $FreeBSD$ to $Id$
1997-02-22 19:58:13 +00:00
doscmd
Add support for EMS emulation to doscmd. This requires changing the
1997-09-30 22:04:06 +00:00
du
du(1) always exit with value zero.
1997-08-29 11:40:00 +00:00
ee
Translated too much of it.
1997-09-27 10:31:27 +00:00
env
Add usage().
1997-06-30 06:51:20 +00:00
error
Many places in the code NULL is used in integer context, where
1997-09-18 14:08:40 +00:00
expand
Add usage(), rcsid. Use getopt().
1997-07-01 06:34:31 +00:00
f2c
Install f2c.h
1997-04-24 17:04:04 +00:00
false
fetch
Interpret multiple slashes as a single slash in ftp: URL's. This
1997-10-08 18:43:53 +00:00
file
Check for invalid lower controls to not claim binary data with chars < 128 as
1997-10-04 01:03:28 +00:00
file2c
Nm does not always need an argument.
1997-07-02 06:30:51 +00:00
find
Better wording explaining that all single character options
1997-10-27 14:25:54 +00:00
finger
Document the bogus standard requirement of delaying the close.
1997-08-01 20:26:47 +00:00
fmt
Ooops, the Makefile was not supposed to be changed. Unspam this.
1997-09-30 19:42:55 +00:00
fold
Add usage(), use err(3).
1997-07-08 10:59:50 +00:00
fpr
from
Add usage(), use err(3).
1997-07-08 10:59:50 +00:00
fsplit
Use err(3). Add prototypes.
1997-07-08 11:01:35 +00:00
fstat
Fix argument string for getopt.
1997-09-18 23:16:17 +00:00
ftp
Changes to support full make parallelism (-j<n>) in the world
1997-10-05 09:40:24 +00:00
gcore
Use err(3) instead of local redefinition.
1997-07-08 11:04:19 +00:00
gencat
Install gencat.1 manpage.
1997-09-14 20:23:02 +00:00
getopt
compare return value from getopt against -1 rather than EOF, per the final
1997-03-29 04:34:07 +00:00
global
Retire v1.81 sources and build instead from src/contrib/global sources. Reviewed by: jdp
1997-08-16 04:42:45 +00:00
gprof
Revert to original style.
1997-07-15 08:04:40 +00:00
gprof4
Implemented non-statistical kernel profiling. This is based on
1995-12-29 15:30:05 +00:00
head
Setting eval to 1 after calling warn was the original behaviour.
1997-07-11 06:13:18 +00:00
hexdump
Use err(3) instead of local redefinition, incorporate `hd' in usage str.
1997-07-10 06:48:24 +00:00
host
Revert $FreeBSD$ to $Id$
1997-02-22 19:58:13 +00:00
id
Use err(3) instead of local redefinition. Silent -Wall.
1997-07-15 09:48:49 +00:00
indent
Change defaults to match reality.
1997-10-24 04:13:41 +00:00
ipcrm
Add rcsid. Cosmetic in usage string. Typo in man page.
1997-07-15 09:54:34 +00:00
ipcs
Add rcsid, Remove unused vars.
1997-07-15 09:55:59 +00:00
join
Require all compatability options to begin with '-'.
1997-08-19 15:58:15 +00:00
jot
Use err(3) instead of local redefinition. Add usage().
1997-07-15 09:59:30 +00:00
kdump
Use err(3). Correct incomplete man page.
1997-07-16 06:49:49 +00:00
key
Use err(3). Rewrote man page in mdoc format.
1997-07-16 06:51:12 +00:00
keyinfo
Rewrote man page in mdoc format.
1997-07-16 06:52:13 +00:00
keyinit
Use err(3). Mdoc'ify man page.
1997-07-17 06:42:26 +00:00
keylogin
Mdoc'ify man page.
1997-07-17 06:44:11 +00:00
keylogout
Mdoc'ify man page.
1997-07-17 06:44:11 +00:00
killall
Revert $FreeBSD$ to $Id$
1997-02-22 19:58:13 +00:00
ktrace
Cosmetic in usage string.
1997-07-17 06:45:22 +00:00
kzip
Use err(3). Mdoc'ify man page.
1997-07-18 06:40:46 +00:00
lam
Use err(3) instead of local redefintion. Add usage() as a separate
1997-07-18 06:43:15 +00:00
last
compare return value from getopt against -1 rather than EOF, per the final
1997-03-29 04:34:07 +00:00
lastcomm
Cosmetic in usage string.
1997-07-21 12:01:47 +00:00
ldd
Touch up the code that implements "ldd -v".
1997-09-02 21:54:39 +00:00
leave
Check fgets' return value, silent -Wall.
1997-07-21 12:04:31 +00:00
lex
Changes to support full make parallelism (-j<n>) in the world
1997-10-05 09:40:24 +00:00
limits
Sort cross refereces in section SEE ALSO.
1997-09-29 19:11:55 +00:00
locate
Float overflow in statistic function for large databases
1997-09-23 12:47:47 +00:00
lock
Use err(3). Add usage().
1997-07-21 12:09:34 +00:00
lockf
lockf: usage : lockf -> usage: lockf by using fprintf instead of errx.
1997-07-22 07:32:23 +00:00
logger
Use err(3).
1997-07-22 07:33:48 +00:00
login
Fix a fatal typo.
1997-10-19 09:34:06 +00:00
logname
Show the real revision date and not the date that this
1997-06-23 04:03:49 +00:00
look
revert: The warning was supposed to irritate someone into fixing this.
1997-09-15 11:02:10 +00:00
lorder
Typo.
1997-07-23 06:48:01 +00:00
lsvfs
Typo.
1997-07-23 06:48:01 +00:00
m4
divnum is no longer silently restricted to the range 0..9. (cf: 4098)
1997-08-18 21:01:45 +00:00
mail
Many places in the code NULL is used in integer context, where
1997-09-18 14:08:40 +00:00
make
Add #include <stdlib.h> to pick up prototypes for getenv and friends.
1997-09-29 03:53:53 +00:00
makewhatis
Fix a minor nit in the .Dd macro invocation so that
1997-06-23 04:52:13 +00:00
mesg
Add usage().
1997-07-24 07:00:17 +00:00
mk_cmds
Add usage().
1997-07-24 07:00:17 +00:00
mkdep
.Nm mkdep -> .Nm.
1997-07-24 07:01:18 +00:00
mkfifo
Add includes and prototype.
1997-07-24 07:02:55 +00:00
mklocale
Submitted by: Sin'ichiro MIYATANI / Phase One, Inc <siu@phaseone.co.jp>
1997-09-24 20:38:12 +00:00
mkstr
Use err(3), add usage(), silent -Wall.
1997-07-24 07:05:02 +00:00
modstat
Cosmetic in usage string.
1997-07-28 07:01:02 +00:00
more
Fix fencepost error.
1997-08-12 14:42:39 +00:00
msgs
Use err(3).
1997-07-29 06:47:18 +00:00
mt
Sort cross refereces in section SEE ALSO.
1997-09-29 19:11:55 +00:00
netstat
Typo fix.
1997-10-27 03:31:57 +00:00
newkey
Add usage(), use err(3).
1997-07-29 06:54:16 +00:00
nfsstat
Finish importing Lite2's src/usr.bin, except for ex, diff, grep, mail,
1997-07-06 06:54:14 +00:00
nice
Add ref to idprio(1).
1997-07-21 23:05:06 +00:00
nm
Use err(3). Add missing flags in usage string.
1997-07-31 06:53:36 +00:00
nohup
Use err(3).
1997-07-31 06:54:45 +00:00
opieinfo
Revert $FreeBSD$ to $Id$
1997-02-22 19:58:13 +00:00
opiekey
Revert $FreeBSD$ to $Id$
1997-02-22 19:58:13 +00:00
opiepasswd
Revert $FreeBSD$ to $Id$
1997-02-22 19:58:13 +00:00
pagesize
Revert $FreeBSD$ to $Id$
1997-02-22 19:58:13 +00:00
passwd
Changes for KTH KerberosIV.
1997-09-28 08:57:24 +00:00
paste
Remove bogus malloc() decl.
1997-08-05 03:40:04 +00:00
pr
Cosmetic and typos.
1997-08-04 06:39:19 +00:00
printenv
environmental -> environment.
1997-08-04 06:40:41 +00:00
printf
#include <unistd.h> for getopt(3) call.
1997-08-07 21:47:31 +00:00
quota
Use err(3). Cosmetic in usage string. Typo in man page.
1997-08-04 06:45:11 +00:00
ranlib
Use err(3). Use #include "" instead of <> for local headers.
1997-08-04 06:48:25 +00:00
rdist
Make sure lfp is non-NULL before closing it.
1997-10-09 14:11:19 +00:00
renice
Use err(3). Add usage() and prototypes.
1997-08-05 06:42:48 +00:00
rev
Document that multiple args are allowed, i.e Ar file -> Ar file ...
1997-08-05 06:44:28 +00:00
rlogin
Changes for KTH KerberosIV.
1997-09-28 08:57:24 +00:00
rpcgen
Use err(3), cosmetic in usage(), remove `cmdname'.
1997-08-06 06:47:41 +00:00
rpcinfo
Use err(3), cosmetic in usage().
1997-08-06 06:49:06 +00:00
rs
Use err(3). Add usage(). Rewrote man page in mdoc format.
1997-08-07 06:42:37 +00:00
rsh
Changes for KTH KerberosIV.
1997-09-28 08:57:24 +00:00
rup
Silence a warning with a cast.
1997-09-15 09:46:42 +00:00
ruptime
Small formatting change to interval() to align columns so that:
1997-03-31 09:36:59 +00:00
rusers
Proper casting for clnt_broadcast() args.
1997-09-15 09:47:16 +00:00
rwall
Use err(3). Add usage().
1997-08-08 12:18:16 +00:00
rwho
Use err(3). Add usage() and prototypes. Add Xr to who(1).
1997-08-08 12:20:24 +00:00
sasc
Use err(3). Cosmetic in usage(). Rewrote man page in mdoc format.
1997-08-08 12:22:30 +00:00
script
Add usage(). Use err(3) instead of local redefinition.
1997-08-08 12:24:49 +00:00
sed
Remove local redefinition for err(). Add usage().
1997-08-11 07:21:08 +00:00
shar
more sanity check before making output.
1997-08-29 00:44:34 +00:00
showmount
Added an replacement for callrpc that uses tcp as primary transport method.
1997-09-04 21:21:56 +00:00
size
Use err(3) instead of local redefinition.
1997-08-11 07:28:19 +00:00
soelim
Use err(3). Add prototype.
1997-08-11 07:29:17 +00:00
split
Cosmetic in err() string.
1997-08-11 07:30:22 +00:00
strings
Use err(3).
1997-08-11 07:31:28 +00:00
strip
Use err(3) instead of local redefinition.
1997-08-12 06:44:57 +00:00
su
Add -c option that allows root to specify a login_class.
1997-10-27 22:05:12 +00:00
symorder
Use err(3) instead of local redefinition. Add prototypes.
1997-08-12 06:46:56 +00:00
systat
Sort cross refereces in section SEE ALSO.
1997-09-29 19:11:55 +00:00
tail
Fix a misleading comment. Rename a variable to make more sense.
1997-10-11 07:32:43 +00:00
talk
Nm talk -> Nm.
1997-08-13 06:48:56 +00:00
tclsh
use -I${DESTDIR}/usr/include/tcl, not -I/usr/include/tcl
1997-08-18 11:39:19 +00:00
tconv
Cosmetic in usage(). Mdoc'ify man page.
1997-08-13 06:58:45 +00:00
tcopy
Use err(3). Correct usage string. Change default tape to /dev/rst0.
1997-08-14 06:41:00 +00:00
tee
Use err(3) instead of local redefinition. Add usage().
1997-08-14 06:42:43 +00:00
telnet
Hardcode progname in usage string.
1997-08-14 06:44:41 +00:00
tftp
Use err(3). 100 -> MAXHOSTNAMELEN from OpenBSD.
1997-08-14 06:47:41 +00:00
time
Add usage() and use err(3).
1997-08-14 06:48:59 +00:00
tip
Many places in the code NULL is used in integer context, where
1997-09-18 14:08:40 +00:00
tn3270
Add usage. Use /usr/share/misc/map3270 instead of /etc/map3270.
1997-08-18 07:21:48 +00:00
top
For SMP, add a space between the state name and the CPU#.
1997-10-05 21:20:56 +00:00
touch
Cosmetic.
1997-08-18 07:22:53 +00:00
tput
Finish importing Lite2's src/usr.bin, except for ex, diff, grep, mail,
1997-07-06 06:54:14 +00:00
tr
Submitted by: Joachim Kuebart, thanks.
1997-10-12 09:52:49 +00:00
true
Nm true -> Nm.
1997-08-18 07:25:50 +00:00
tset
Many places in the code NULL is used in integer context, where
1997-09-18 14:08:40 +00:00
tsort
Nm tsort -> Nm.
1997-08-18 07:28:50 +00:00
tty
Add usage().
1997-08-18 07:30:15 +00:00
ul
Main() returns int.
1997-08-26 11:08:24 +00:00
uname
Nm uname -> Nm.
1997-08-20 11:03:54 +00:00
unexpand
Main() returns int.
1997-08-26 11:08:24 +00:00
unifdef
Main() returns int.
1997-08-26 11:08:24 +00:00
uniq
Teach comm(1) and uniq(1) about an option for case-insensitive work.
1997-09-07 15:09:22 +00:00
units
Use err(3). Cosmetic in usage(). Rewrote man page in mdoc format.
1997-08-21 06:49:33 +00:00
unvis
Main() returns int.
1997-08-26 11:08:24 +00:00
users
Main() returns int.
1997-08-26 11:08:24 +00:00
uudecode
Many places in the code NULL is used in integer context, where
1997-09-18 14:08:40 +00:00
uuencode
Use err(3).
1997-08-22 06:53:00 +00:00
vacation
Many places in the code NULL is used in integer context, where
1997-09-18 14:08:40 +00:00
vgrind
Many places in the code NULL is used in integer context, where
1997-09-18 14:08:40 +00:00
vi
Polish message catalogs for vi.
1997-09-22 23:14:37 +00:00
vis
Use err(3). Add usage() and prototypes.
1997-08-25 06:37:37 +00:00
vmstat
struct kmemstats was renamed.
1997-10-10 18:19:48 +00:00
w
If uptime < 1 min print in in secs otherwise we got confusing message
1997-10-13 15:17:03 +00:00
wall
Change manual declarations of some functions to proper includes
1997-09-15 01:03:16 +00:00
wc
Sync usage string according to man page. Silent -Wall.
1997-08-25 06:44:59 +00:00
what
Just forgot a moment that mdoc macros are limited to 9 parameters.
1997-08-26 07:04:20 +00:00
whereis
Finish importing Lite2's src/usr.bin, except for ex, diff, grep, mail,
1997-07-06 06:54:14 +00:00
which
Cosmetic in usage string. Mdocify author section.
1997-08-26 11:13:39 +00:00
who
Use err(3). Add usage().
1997-08-26 11:14:57 +00:00
whois
Use err(3).
1997-08-26 11:16:08 +00:00
window
Cosmetic in usage string.
1997-08-26 11:17:16 +00:00
write
Allow backspace too
1997-09-15 00:42:04 +00:00
xargs
Use err(3) instead of local redefinition.
1997-08-27 06:26:23 +00:00
xinstall
1) Ignore -C with -d, not fail (for $(INSTALL) macro from /etc/make.conf)
1997-10-27 22:53:33 +00:00
xlint
Work around a gcc bug (causing false warnings about integral constant being too large, even when the integral constant was e.g. 1).
1997-06-12 18:10:08 +00:00
xstr
Use err(3). Add usage and prototypes. Use getopt(). Document -v flag.
1997-08-28 06:28:08 +00:00
yacc
Use err(3). Rewrote man page in mdoc format. The user visible change is that
1997-08-28 06:33:53 +00:00
yes
ypcat
Use err(3). Add references to others man pages. Wait for the user to
1997-08-29 11:48:50 +00:00
ypmatch
Use err(3). Add Xreferences. Delay the compute of default domain.
1997-08-29 11:52:52 +00:00
ypwhich
Add ypwhich(1) and yppoll(8) manual pages.
1997-09-21 11:49:18 +00:00
Makefile
Changes for KTH KerberosIV.
1997-09-28 09:14:41 +00:00
Makefile.inc