freebsd-skq/usr.bin
Ivan Voras 448816f0d7 Add myself to the calendar.
Approved by:	gnn (mentor)
2008-06-12 22:52:11 +00:00
..
alias
apply
ar GNU ar did NOT implment option -q as a synonym of -r as the manual 2008-03-11 18:35:51 +00:00
asa
at
atm
awk Allow awk (the one true one!) to handle 64 files instead of just 20. 2008-03-27 01:33:26 +00:00
banner
basename
biff
bluetooth Make -t <tty> optional in server mode. If not specified use stdin/stdout. 2008-05-14 16:47:30 +00:00
brandelf
bsdiff
bzip2
bzip2recover
c89
c99
calendar Add myself to the calendar. 2008-06-12 22:52:11 +00:00
cap_mkdb
catman
chat Merge revisions 1.10 and 1.11 from DragonFly: 2008-03-07 00:01:19 +00:00
checknr Fix some "in in" typos in comments. 2008-03-26 07:32:08 +00:00
chkey
chpass
cksum Change a use of u_int32_t to uint32_t. 2008-05-15 20:04:36 +00:00
cmp
col
colcrt
colldef follow style(9) more closely and list sys/types.h first after sys/defs.h. 2008-01-01 10:04:10 +00:00
colrm
column
comm Similar to changes previously made to src/usr.bin/uniq/uniq.c, 2008-05-28 14:13:35 +00:00
compile_et
compress
cpio bsdcpio is always installed as 'bsdcpio', symlink it to 'cpio' 2008-05-26 17:17:43 +00:00
cpuset - Add support for interrupt bindig to cpuset(1). Interrupts are bound 2008-04-11 03:27:42 +00:00
csplit
csup
ctags
cut
dig
dirname
du Implement from scratch a -l option for du(1), to match the same option 2008-02-25 19:06:43 +00:00
ee
elf2aout
elfdump
enigma
env Update the date on the man-page to reflect the date that the '-u name' 2008-05-06 16:06:02 +00:00
expand
false
fetch List all environment variables supported by libfetch, along with a reference 2007-12-28 19:47:37 +00:00
file Christos decided to keep the manpages in mdoc(7) format, 2008-01-30 12:56:59 +00:00
file2c
find Fix SYNOPSIS and usage(). 2008-03-03 08:32:58 +00:00
finger
fmt
fold
from
fstat Fix build of fstat after minor() changes. 2008-06-12 10:15:14 +00:00
fsync
ftp
gcore
gencat
getconf
getent
getopt getopt.c is public domain. Add a comment to that effect. 2008-05-15 19:27:52 +00:00
gprof Add mips support. 2008-04-04 21:33:41 +00:00
gzip Teach gunzip that .tbz and .tbz2 uncompress to .tar, in a manner similar to 2008-03-09 13:49:09 +00:00
head
hesinfo
hexdump
host
id
indent
ipcrm Add the ability to clean up all shared memory segments which are 2007-12-25 00:52:24 +00:00
ipcs Add the ability to clean up all shared memory segments which are 2007-12-25 00:52:24 +00:00
join
jot
kdump Remove netatm from HEAD as it is not MPSAFE and relies on the now removed 2008-05-25 22:11:40 +00:00
keylogin
keylogout
killall
ktrace Spell -t option's argument by name. 2008-04-02 09:41:29 +00:00
ktrdump
lam
last
lastcomm
ldd Typo 2008-05-15 10:51:30 +00:00
leave
less
lessecho
lesskey
lex I missed some "register"s in non-dot-C files. 2008-06-08 19:59:15 +00:00
limits
locale
locate
lock
lockf
logger Minor style(9) nit. 2008-02-05 17:34:44 +00:00
login
logins
logname
look
lorder
lsvfs
m4
mail
make Fix splitting into words of the .for expression to allow for 2008-03-24 12:33:28 +00:00
makewhatis
mesg
minigzip
ministat Fix apparent typo. The permitted confidence values include 95%, not 85%. 2008-03-12 00:13:49 +00:00
mkdep
mkfifo
mklocale Understand newly introduced "ASCII" encoding 2008-01-22 00:04:50 +00:00
mkstr
mktemp
mkuzip
msgs
mt Note what options are only for DDS drives. 2008-01-21 22:08:05 +00:00
nc
ncal
ncplist
ncplogin getopt(3) returns -1, not EOF. 2008-02-19 07:09:19 +00:00
netstat Update the kernel to count the number of mbufs and clusters 2008-05-15 20:18:44 +00:00
newgrp
newkey
nfsstat
nice
nl
nohup
nslookup
nsupdate
objformat
opieinfo
opiekey
opiepasswd
pagesize
passwd
paste
pathchk
pkill
pr
printenv
printf
procstat Use ddb(4), not DDB(4) for man page cross-references. 2008-04-21 17:09:53 +00:00
quota Make the human readable numbers printed with the -h option a bit 2008-02-18 01:36:40 +00:00
renice
rev Make usage() 'static'. 2008-06-08 12:43:02 +00:00
rlogin
rpcgen
rpcinfo
rs
rsh
rup
ruptime Initialize variable "now" before using it (it is used by the LEFTEARTH 2008-03-17 18:31:43 +00:00
rusers
rwall
rwho
script
sed WARNS fixes: 2008-02-09 09:12:02 +00:00
setchannel
shar Limit the EOF marker length to a maximum of 79 2008-05-27 09:45:18 +00:00
showmount
smbutil
sockstat Add -L to usage(). 2008-05-19 11:35:11 +00:00
split Add a -n option to split(1) to split files into N chunks rather than 2008-03-16 15:15:32 +00:00
stat The referenced section name is 'Formats', not 'FORMATS'. 2008-04-29 07:35:31 +00:00
su Fix a strict aliasing warning - I think it is really telling us 2008-06-04 19:16:54 +00:00
systat ANSIfy and remove register. 2008-01-16 19:27:43 +00:00
tabs
tail
talk ANSIfy function prototypes. While I am there, constify some parameters and 2008-04-28 21:08:42 +00:00
tar Make one-bit fields unsigned instead of signed. This has no effect, 2008-06-09 14:41:28 +00:00
tcopy
tee
telnet Fix conflicts after heimdal-1.1 import and add build infrastructure. Import 2008-05-07 13:53:12 +00:00
tftp
time
tip Relinquish exclusive TTY access when tip(1) or cu(1) exit. 2008-05-03 02:29:02 +00:00
top system_info.cpustates isn't sparse, so a bitmask of available CPU states 2008-04-11 11:39:26 +00:00
touch
tput
tr
true
truncate
truss Retire some stale alpha references. 2008-05-16 20:09:29 +00:00
tset
tsort
tty
ul
uname
unexpand
unifdef Add AUTHORS section[*] and fix HISTORY section. 2008-05-02 16:23:47 +00:00
uniq Fix truncation of lines at LINE_MAX characters by dynamically 2008-02-08 23:04:13 +00:00
units
unvis
unzip Welcome unzip(1), a pure BSD drop-in replacement for ports/unzip. In its 2008-01-08 08:00:06 +00:00
usbhidaction
usbhidctl usbhidctl appears to not report features and write size correctly 2007-12-21 03:40:36 +00:00
users
uudecode
uuencode
vacation
vgrind
vi
vis
vmstat Add forgotten -H, -h, and -P to usage(). 2008-04-10 09:56:57 +00:00
w
wall Fix some bugs in wall(1): 2008-01-15 07:40:30 +00:00
wc
what
whereis
which
who
whois
window
write
xargs Revive '-opt' flags which I accidentally removed. 2008-01-27 16:20:36 +00:00
xinstall
xlint MFp4(mips2-jnpr): 2008-04-04 21:35:13 +00:00
xstr Improve temporary file handling 2008-05-13 09:42:03 +00:00
yacc
yes
ypcat
ypmatch
ypwhich
Makefile Connect bsdcpio up to the build. 2008-05-26 19:19:58 +00:00
Makefile.inc