.. |
apply
|
|
|
ar
|
localtime() needs a pointer to time_t which is not necessarily a long.
|
1998-02-20 05:01:05 +00:00 |
at
|
|
|
banner
|
Fix the .Dd line.
|
1997-08-23 15:49:52 +00:00 |
basename
|
|
|
biff
|
-Wall cleanup.
|
1997-12-29 00:09:06 +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
|
Eleven days were eliminated by the Gregorian Reformation in 1752, not ten.
|
1997-12-12 10:25:19 +00:00 |
calendar
|
Update to reflect the current Jewish calendar.
|
1998-02-08 22:57:59 +00:00 |
cap_mkdb
|
|
|
chat
|
-Wall cleanup.
|
1997-12-29 00:09:06 +00:00 |
checknr
|
|
|
chflags
|
|
|
chkey
|
Fixed missing DPADD.
|
1997-12-16 14:42:08 +00:00 |
chpass
|
Removed extra (non-trailing) arg in a call to warnx().
|
1997-12-18 15:27:43 +00:00 |
cksum
|
-Wall cleanup.
|
1997-12-29 00:09:06 +00:00 |
cmp
|
|
|
col
|
|
|
colcrt
|
-Wall cleanup.
|
1997-12-29 00:09:06 +00:00 |
colldef
|
Add Slovene link
|
1997-11-07 15:40:55 +00:00 |
colrm
|
-Wall cleanup.
|
1997-12-29 00:09:06 +00:00 |
column
|
|
|
comm
|
Teach comm(1) and uniq(1) about an option for case-insensitive work.
|
1997-09-07 15:09:22 +00:00 |
compile_et
|
|
|
compress
|
|
|
cpp
|
|
|
ctags
|
-Wall cleanup.
|
1997-12-29 00:09:06 +00:00 |
cut
|
|
|
dig
|
|
|
dirname
|
|
|
dnsquery
|
|
|
doscmd
|
Printers under FreeBSD are /dev/lpt*
|
1998-01-22 02:44:54 +00:00 |
du
|
* add a -c option which displays the grand total of all files
|
1997-12-29 20:56:21 +00:00 |
ee
|
Convert to mdoc format. Header -> Id.
|
1998-02-02 07:09:36 +00:00 |
env
|
|
|
error
|
Use err(3). Silent -Wall.
|
1997-11-03 07:44:25 +00:00 |
expand
|
PR: bin/5529
|
1998-02-02 07:10:59 +00:00 |
f2c
|
|
|
false
|
|
|
fetch
|
gcc wants to see long long variables passed to %q printf formats, so
|
1998-02-20 05:11:42 +00:00 |
file
|
Can't use ~0L to compare against a uint32. Use ~((uint32) 0) instead.
|
1998-02-20 04:57:33 +00:00 |
file2c
|
|
|
find
|
Removed definition of _NEW_VFSCONF. The new vfsconf interface is now
|
1998-01-20 10:40:18 +00:00 |
finger
|
|
|
fmt
|
Ooops, the Makefile was not supposed to be changed. Unspam this.
|
1997-09-30 19:42:55 +00:00 |
fold
|
|
|
fpr
|
|
|
from
|
|
|
fsplit
|
Add #include <string.h> to get prototypes.
|
1998-02-20 04:48:37 +00:00 |
fstat
|
Use -literal to make for a more pleasing list.
|
1998-01-25 16:38:42 +00:00 |
ftp
|
Cleanup code so that long lines to be quoted don't get truncated.
|
1998-02-14 15:38:29 +00:00 |
gcore
|
Add missing argument detected by "-Wformat". Make messages more
|
1997-11-18 03:50:25 +00:00 |
gencat
|
Install gencat.1 manpage.
|
1997-09-14 20:23:02 +00:00 |
getopt
|
|
|
global
|
Don't create an unused obj directory.
|
1998-02-20 11:18:57 +00:00 |
gprof
|
|
|
gprof4
|
|
|
head
|
|
|
hexdump
|
Localize it
|
1997-11-04 05:33:15 +00:00 |
host
|
|
|
id
|
Missing newline when euid != ruid.
|
1998-02-18 17:35:16 +00:00 |
indent
|
Change defaults to match reality.
|
1997-10-24 04:13:41 +00:00 |
ipcrm
|
|
|
ipcs
|
|
|
join
|
|
|
jot
|
Random data is no longer based on the time of day, rather the random
|
1998-01-24 03:32:33 +00:00 |
kdump
|
|
|
key
|
|
|
keyinfo
|
|
|
keyinit
|
|
|
keylogin
|
Fixed DPADD.
|
1997-12-16 17:37:23 +00:00 |
keylogout
|
Add rcsid, remove unused #includes, change exit(-1).
|
1998-01-14 07:14:11 +00:00 |
killall
|
Re-order the for loop for multiple procnames. This decrease the
|
1998-01-01 17:24:43 +00:00 |
ktrace
|
Delete truss manpage link. We have now a real truss command.
|
1997-12-06 23:40:13 +00:00 |
kzip
|
|
|
lam
|
|
|
last
|
|
|
lastcomm
|
|
|
ldd
|
Use consistent spelling,
|
1997-12-25 09:36:42 +00:00 |
leave
|
1. Don't reject 0145 if started at 22XX.
|
1998-01-06 17:27:09 +00:00 |
lex
|
Changes to support full make parallelism (-j<n>) in the world
|
1997-10-05 09:40:24 +00:00 |
limits
|
ulimit does not have its own manpage as it is a shell builtin.
|
1998-02-01 06:19:56 +00:00 |
locate
|
locate(1) is no longer started by /etc/weekly.
|
1998-02-07 05:30:14 +00:00 |
lock
|
|
|
lockf
|
|
|
logger
|
|
|
login
|
gcc on alpha complains about nested comments. A comment in this
|
1998-02-15 04:09:48 +00:00 |
logname
|
|
|
look
|
revert: The warning was supposed to irritate someone into fixing this.
|
1997-09-15 11:02:10 +00:00 |
lorder
|
|
|
lsvfs
|
Started getting rid of the compatibility cruft for the Lite1 mount()
|
1998-01-17 16:24:27 +00:00 |
m4
|
|
|
mail
|
Fix a style bug, and a real bug (&& vs. & misused).
|
1998-01-04 10:08:26 +00:00 |
make
|
Cleanup: fix a few typos, fit ASCII output onto an 80-column terminal
|
1997-11-23 02:02:39 +00:00 |
makewhatis
|
|
|
mesg
|
|
|
minigzip
|
Add SEE ALSO section including ref to gzip. Add .An.
|
1998-01-05 07:14:54 +00:00 |
mk_cmds
|
|
|
mkdep
|
|
|
mkfifo
|
|
|
mklocale
|
Add #include <string.h> to get prototypes.
|
1998-02-20 04:48:37 +00:00 |
mkstr
|
Add #include <string.h> to get prototypes.
|
1998-02-20 04:48:37 +00:00 |
modstat
|
Fixed a comment. The module size is (unfortunately) in K, but it is not
|
1998-02-12 23:58:54 +00:00 |
more
|
Add #include <string.h> to get prototypes for functions that gcc
|
1998-02-20 04:13:29 +00:00 |
msgs
|
|
|
mt
|
Sort cross refereces in section SEE ALSO.
|
1997-09-29 19:11:55 +00:00 |
ncal
|
Handle option -j correctly.
|
1998-01-15 10:23:34 +00:00 |
netstat
|
Add (unsigned) cast to prevent overflow in %
|
1997-11-10 08:03:36 +00:00 |
newkey
|
Replace incomplete malloc prototype with #include <stdlib.h>
|
1998-02-20 04:38:20 +00:00 |
nfsstat
|
Merged from Lite2. This was mostly already done, mostly indirectly
|
1998-01-20 12:27:38 +00:00 |
nice
|
|
|
nm
|
|
|
nohup
|
|
|
opieinfo
|
|
|
opiekey
|
|
|
opiepasswd
|
|
|
pagesize
|
|
|
passwd
|
Type fix: when -> with
|
1998-01-03 19:14:02 +00:00 |
paste
|
Add #include <stdlib.h> to get prototype for malloc(). Without this,
|
1998-02-20 04:21:46 +00:00 |
pr
|
|
|
printenv
|
|
|
printf
|
Back out revision 1.10. It broke the build of sh, which compiles
|
1997-11-18 15:23:23 +00:00 |
quota
|
Converted to Lite2 mount interface - decide filesystem types by name
|
1998-01-20 12:53:43 +00:00 |
ranlib
|
|
|
rdist
|
Note in manpage how extraneous output in initialization scripts
|
1997-11-16 13:26:03 +00:00 |
renice
|
|
|
rev
|
|
|
rlogin
|
Changes for KTH KerberosIV.
|
1997-09-28 08:57:24 +00:00 |
rpcgen
|
Add #ifdefs for __NetBSD__ in the rest of the places where __FreeBSD__
|
1998-01-15 08:46:58 +00:00 |
rpcinfo
|
|
|
rs
|
Add #include <string.h> to get prototypes.
|
1998-02-20 04:48:37 +00:00 |
rsh
|
Initialise variable that gcc lies awake at night worrying about.
|
1998-02-20 04:50:50 +00:00 |
rup
|
Silence a warning with a cast.
|
1997-09-15 09:46:42 +00:00 |
ruptime
|
|
|
rusers
|
Proper casting for clnt_broadcast() args.
|
1997-09-15 09:47:16 +00:00 |
rwall
|
|
|
rwho
|
|
|
sasc
|
|
|
script
|
Fix typo while copying patch from the 2.2 system that it came from
|
1997-12-30 01:20:08 +00:00 |
sed
|
|
|
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
|
|
|
soelim
|
|
|
split
|
|
|
strings
|
|
|
strip
|
|
|
su
|
I wonder how I managed to get the krb.h include wrong. Anyway: correct it.
|
1997-10-28 21:20:21 +00:00 |
symorder
|
|
|
systat
|
Use 'proto <tcp|udp|all>' to select the protocol to display
|
1997-12-04 03:44:46 +00:00 |
tail
|
Change select(0, NULL, ...) to usleep()
|
1997-12-12 11:47:28 +00:00 |
talk
|
Add #include <string.h> to get prototype for memcpy().
|
1998-02-15 04:15:47 +00:00 |
tclsh
|
|
|
tconv
|
change `ingored'' to `ignored'' in two places. I noticed this typo
|
1997-12-08 21:36:25 +00:00 |
tcopy
|
|
|
tee
|
|
|
telnet
|
Add #include <stdlib.h> to get prototype for malloc().
|
1998-02-20 04:34:08 +00:00 |
tftp
|
Add #include <string.h> to get prototypes.
|
1998-02-20 04:33:03 +00:00 |
time
|
|
|
tip
|
Many places in the code NULL is used in integer context, where
|
1997-09-18 14:08:40 +00:00 |
tn3270
|
|
|
top
|
Fix top sorting of idle processes. top used p_cpticks as a tie-breaker
|
1998-02-14 13:34:59 +00:00 |
touch
|
|
|
tput
|
|
|
tr
|
Submitted by: Joachim Kuebart, thanks.
|
1997-10-12 09:52:49 +00:00 |
true
|
|
|
truss
|
Add a sysmk -> /dev/null definition ready for a coming change to
|
1998-01-25 09:09:48 +00:00 |
tset
|
Many places in the code NULL is used in integer context, where
|
1997-09-18 14:08:40 +00:00 |
tsort
|
|
|
tty
|
|
|
ul
|
Main() returns int.
|
1997-08-26 11:08:24 +00:00 |
uname
|
|
|
unexpand
|
Add #include <string.h> to get prototypes.
|
1998-02-20 04:33:03 +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
|
|
|
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
|
Add two new options:
|
1998-01-25 19:26:05 +00:00 |
uuencode
|
Add two new options:
|
1998-01-25 19:26:05 +00:00 |
vacation
|
Add const to copyright string. Hide sccsid string.
|
1997-11-03 07:51:05 +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
|
Const poisoning from ks_shortdesc.
|
1997-12-05 19:28:28 +00:00 |
w
|
Reword the synopsis line so that it makes sense.
|
1998-01-12 00:47:52 +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
|
Fix sysctl path /usr/sbin->/sbin
|
1997-12-22 19:11:28 +00:00 |
which
|
Search for proper executables, ignore directories
|
1998-02-01 20:01:29 +00:00 |
who
|
Use err(3). Add usage().
|
1997-08-26 11:14:57 +00:00 |
whois
|
Make it more convenient to query NICs other than InterNIC. Explain in the
|
1998-02-19 19:07:50 +00:00 |
window
|
Change a (defaulted) int arg to a long so that a cast from a pointer
|
1998-02-20 19:59:59 +00:00 |
write
|
Allow backspace too
|
1997-09-15 00:42:04 +00:00 |
xargs
|
Submitted by: Peter Hawkins <peter@clari.net.au>
|
1997-12-13 06:34:47 +00:00 |
xinstall
|
Converted to Lite2 mount interface - don't use numeric filesystem
|
1998-01-20 13:52:32 +00:00 |
xlint
|
|
|
xstr
|
Use err(3). Add usage and prototypes. Use getopt(). Document -v flag.
|
1997-08-28 06:28:08 +00:00 |
yacc
|
Add #include <string.h> to get prototypes.
|
1998-02-20 04:33:03 +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
|
Add #include <string.h> to get prototypes.
|
1998-02-20 04:33:03 +00:00 |
ypwhich
|
Add ypwhich(1) and yppoll(8) manual pages.
|
1997-09-21 11:49:18 +00:00 |
Makefile
|
Remove cal, add ncal.
|
1997-12-15 20:52:24 +00:00 |
Makefile.inc
|
|
|