freebsd_amp_hwpstate/usr.bin
Bruce Evans 7eda6c03ce Honour -static in LDFLAGS.
Install using ${INSTALL}, not `install'.  Install generated files using
${COPY}, not -c.  Install using a single command when this is easy.
1998-03-21 12:51:44 +00:00
..
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
basename
biff
brandelf
c89
calendar Update to reflect the current Jewish calendar. 1998-02-08 22:57:59 +00:00
cap_mkdb
chat
checknr
chflags
chkey
chpass
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
col
colcrt
colldef
colrm
column
comm
compile_et Don't use beforedepend to break things. The usual fix of putting 1998-03-20 16:21:39 +00:00
compress
cpp
ctags
cut
dig
dirname
dnsquery
doscmd Honour -static in LDFLAGS. 1998-03-21 12:51:44 +00:00
du
ee Convert to mdoc format. Header -> Id. 1998-02-02 07:09:36 +00:00
env
error Added a prototype for a qsort comparision function and fixed the usual 1998-02-25 02:29:58 +00:00
expand PR: bin/5529 1998-02-02 07:10:59 +00:00
f2c Fixed `make -jN' for large N. Just put all generated headers in SRCS. 1998-03-06 13:51:18 +00:00
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
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 Fix a few minor typos and style nits. 1998-03-01 18:58:03 +00:00
gcore
gencat
getopt
global Don't create an unused obj directory. 1998-02-20 11:18:57 +00:00
gprof
gprof4
head
hexdump
host
id Use `.Nm id' instead of `.Nm' for the synopsis lines. 1998-02-28 21:37:54 +00:00
indent
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
keylogout Add rcsid, remove unused #includes, change exit(-1). 1998-01-14 07:14:11 +00:00
killall
ktrace
kzip
lam
last
lastcomm
ldd
leave
lex
limits ulimit does not have its own manpage as it is a shell builtin. 1998-02-01 06:19:56 +00:00
locate Change default temporary directory (TMPDIR) from /tmp to /var/tmp. 1998-03-08 16:09:31 +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
lorder
lsvfs Started getting rid of the compatibility cruft for the Lite1 mount() 1998-01-17 16:24:27 +00:00
m4
mail
make
makewhatis
mesg
minigzip
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
ncal Handle option -j correctly. 1998-01-15 10:23:34 +00:00
netstat
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
objformat Import intial version of an a.out/elf tool wrapper/selector. It is 1998-03-10 05:20:58 +00:00
opieinfo
opiekey
opiepasswd
pagesize
passwd Prevent passwd locking database forever waiting for user input 1998-03-07 21:42:07 +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
quota Converted to Lite2 mount interface - decide filesystem types by name 1998-01-20 12:53:43 +00:00
ranlib
rdist Use .Nm rdist for second .Nm occurrence in synopsis. 1998-03-01 00:18:25 +00:00
renice
rev
rlogin
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 Initialise variable that gcc lies awake at night worrying about. 1998-02-20 04:50:50 +00:00
rup
ruptime
rusers
rwall
rwho
sasc
script Rewrite script as a select loop rather than as a twin reader/write process. 1998-03-08 14:19:18 +00:00
sed
shar
showmount
size
soelim
split
strings
strip
su
symorder
systat
tail
talk Add #include <string.h> to get prototype for memcpy(). 1998-02-15 04:15:47 +00:00
tclsh
tconv
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
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
true
truss Add a sysmk -> /dev/null definition ready for a coming change to 1998-01-25 09:09:48 +00:00
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
unvis
users
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
vgrind
vi
vis
vmstat Support a couple of new "-s" stats. 1998-03-07 23:40:23 +00:00
w
wall
wc
what
whereis
which Search for proper executables, ignore directories 1998-02-01 20:01:29 +00:00
who
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
xargs
xinstall Converted to Lite2 mount interface - don't use numeric filesystem 1998-01-20 13:52:32 +00:00
xlint Fixed `make -jN' for large N. Just put the generated file y.tab.h in 1998-03-06 14:25:45 +00:00
xstr
yacc Add #include <string.h> to get prototypes. 1998-02-20 04:33:03 +00:00
yes
ypcat
ypmatch Add #include <string.h> to get prototypes. 1998-02-20 04:33:03 +00:00
ypwhich
Makefile Updated MISSING list. 1998-03-20 12:34:21 +00:00
Makefile.inc