freebsd-dev/usr.bin
2001-12-02 22:44:14 +00:00
..
apply Use __FBSDID(). 2001-12-02 20:40:22 +00:00
ar Use __FBSDID(). 2001-12-02 20:45:24 +00:00
at Use __FBSDID() 2001-12-02 20:23:02 +00:00
awk Switch to the One True AWK from Bell-Labs, away from GNU AWK. 2001-10-30 08:56:50 +00:00
banner
basename
biff
brandelf
bzip2
c89 WARNS=2 fixup. 2001-12-02 12:36:35 +00:00
calendar WARNS=2 fixup (mostly. Some are Hard To Fix(tm), so NO_WERROR is set) 2001-12-02 22:44:14 +00:00
cap_mkdb
chat
checknr
chflags
chkey
chpass
cksum WARNS=2 fixup. 2001-12-02 12:54:40 +00:00
cmp Make filenames const to avoid a few warnings. 2001-11-05 20:33:40 +00:00
col
colcrt
colldef Rewrite buffer handling code a bit to handle large values. 2001-11-28 09:50:24 +00:00
colrm
column WARNS=2 fixup. 2001-12-02 13:18:59 +00:00
comm WARNS=2 fixup. 2001-12-02 13:18:59 +00:00
compile_et
compress WARNS=2 fix and 'register' removal. 2001-12-02 13:31:22 +00:00
ctags WARNS=2 fixup. 2001-12-02 13:36:14 +00:00
cut
dig
dirname
dnskeygen
dnsquery
doscmd WARNS=2 fixup 2001-12-02 13:48:40 +00:00
du WARNS=2 fixup 2001-12-02 13:48:40 +00:00
ee
enigma
env
expand
false WARNS=2 fixup. 2001-12-02 13:55:09 +00:00
fetch Remove an extraneous argument to fprintf that -Wformat noticed. 2001-11-10 18:39:54 +00:00
file
file2c
find Add a missing comma. 2001-11-20 15:45:29 +00:00
finger WARNS=2 fix, remove 'register' and use __FBSDID(). 2001-12-02 20:13:42 +00:00
fmt
fold Add a missing word to form a complete sentence. 2001-11-19 08:35:59 +00:00
from Fix two minor grammar mistakes. 2001-11-19 09:01:43 +00:00
fstat Anding the fsid with 0xffff was causing aliasing problems. 2001-11-05 20:40:24 +00:00
fsync
ftp Make completion work with filenames containing spaces. 2001-11-18 17:49:09 +00:00
gcore Removed unused include of kernel-only file <sys/lock.h>. 2001-10-13 04:54:03 +00:00
gencat Fix grammar in AUTHORS section. 2001-11-23 14:37:27 +00:00
getconf
getopt
gprof mdoc(7) police: kill whitespace at EOL. 2001-11-20 15:49:18 +00:00
gprof4 Add -K support to gprof(1), which enables dynamic symbol resolution from 2001-10-30 15:54:09 +00:00
head In order to perform faster when doing "head -n", use a pair of 2001-11-02 09:27:16 +00:00
hesinfo
hexdump WARNS=2 fixups. 2001-12-02 12:09:41 +00:00
host
id
indent Make this compile cleanly when warnings are enabled: 2001-10-28 18:35:32 +00:00
ipcrm
ipcs
join
jot Actually, arc4random() returns a uint32_t, not an int. Use the correct 2001-11-08 22:01:35 +00:00
kdump Really fix this work to work. While rev 1.24 did allow awk to run w/o 2001-11-01 02:16:10 +00:00
kenv Deuglify the usage message by putting the program name after the 2001-11-15 15:46:45 +00:00
keylogin
keylogout
killall killall operates on all processes owned by the real uid, not the 2001-11-30 00:30:28 +00:00
ktrace
lam
last localtime() was being called on an int pointer (due to recent 2001-10-29 00:34:20 +00:00
lastcomm
ldd Fix long format mismatch with int arg 2001-10-29 00:32:58 +00:00
leave
less
lessecho
lesskey
lex
limits
locate
lock
lockf
logger
login Use __FBSDID(). Also do a bit of cosmetic #if and header-order 2001-12-02 20:54:57 +00:00
logname
look
lorder
lsvfs
m4
mail
make
makewhatis
mesg Add xref to wall(1). 2001-11-20 15:39:58 +00:00
minigzip
mkdep
mkfifo
mklocale
mkstr
mktemp
msgs
mt
ncal
ncplist
ncplogin
netstat - Make ip_rtaddr() global, and use it to look up the correct source 2001-11-30 10:40:28 +00:00
newkey Style. Use __P() macro (Yuk!). 2001-12-02 12:19:26 +00:00
nfsstat
nice
nl Fix typo. 2001-11-24 21:22:16 +00:00
nm
nohup
objformat
opieinfo
opiekey
opiepasswd
pagesize
passwd
paste
pr
printenv
printf The RETURN VALUES section is not appropriate for section 1 manual 2001-11-23 14:40:35 +00:00
quota
ranlib
renice
rev
rlogin
rpcgen Have rpcgen output the prototypes for the dispatch tables 2001-11-13 11:08:29 +00:00
rpcinfo
rs
rsh
rup If the remote uptime is less than one minute, print the uptime in 2001-10-17 01:44:34 +00:00
ruptime
rusers Fix time_t == int assumption, properly convert protocol int to time_t. 2001-10-28 20:24:51 +00:00
rwall
rwho Fix time_t == int assumption, convert protocol int to time_t. 2001-10-28 20:26:54 +00:00
sasc
script
sed Don't allocate a zero byte segment. 2001-11-08 16:47:05 +00:00
shar
showmount
size
sockstat
soelim
split
strings
strip
su
symorder
systat Remove the 'irq' string from the irqN part of the "interrupts" display. 2001-12-01 17:41:37 +00:00
tail Since kqueue support was added to tail, the "-F" option (check for 2001-11-25 18:03:28 +00:00
talk Add xref to wall(1). 2001-11-20 15:39:58 +00:00
tconv
tcopy
tee
telnet Merge the (in)complete ANSIfication work from src/crypto/telnet. 2001-11-30 22:37:28 +00:00
tftp Fixed most style bugs in previous commit. 2001-10-19 12:27:26 +00:00
time
tip ${BINDIR} already has the leading slash. 2001-11-27 09:54:02 +00:00
top
touch
tput
tr
true WARNS=2 fixup. 2001-12-02 13:55:09 +00:00
truncate
truss Print the correct return code for successful Linux syscalls. 2001-11-17 17:18:36 +00:00
tset
tsort
tty
uac
ul
uname
unexpand
unifdef
uniq
units
unvis
usbhidctl
users
uudecode
uuencode
vacation
vgrind
vi
vis
vmstat
w
wall
wc
what
whereis
which
who
whois Remove some EOL whitespace. Update usage() to current reality. 2001-10-17 16:28:12 +00:00
window
write Add xref to wall(1). 2001-11-20 15:39:58 +00:00
xargs
xinstall This program uses sysexits(3), so it does not exit 1 on failure. 2001-10-23 00:47:27 +00:00
xlint
xstr
yacc Use __FBSDID(). 2001-12-02 21:24:03 +00:00
yes
ypcat
ypmatch
ypwhich
Makefile Put the "tip" in exactly the same place where it was in rev. 1.169. 2001-11-27 09:42:50 +00:00
Makefile.inc