freebsd-dev/usr.bin
2013-07-04 03:24:58 +00:00
..
alias
apply
ar Work around build breakages with GCC 4.2. 2013-05-23 05:42:35 +00:00
asa
at - Do not bail out if stat(2) fails with ENOENT in the spool directory. This 2013-04-12 14:32:16 +00:00
atf
atm
awk
banner
basename
bc Work around build breakages with GCC 4.2. 2013-05-23 05:42:35 +00:00
biff Fix EXIT STATUS. biff reports its status when it was invoked. 2013-04-28 09:29:44 +00:00
bluetooth
bmake Update to bmake-20130604 to fix file descriptor leak. 2013-06-05 16:12:50 +00:00
brandelf
bsdiff
bzip2
bzip2recover Add the Clang specific -Wmissing-variable-declarations to WARNS=6. 2013-04-19 19:45:00 +00:00
c89
c99
calendar Adding myself to the calendar! 2013-06-30 01:20:59 +00:00
cap_mkdb
catman
chat
checknr
chkey
chpass
cksum
clang Upgrade our copy of llvm/clang to 3.3 release. 2013-06-12 18:48:53 +00:00
cmp
col
colcrt
colldef
colrm
column
comm
compile_et
compress
cpio
cpuset
csplit
csup Clean up -Wheader-guard warnings. 2013-06-17 20:11:04 +00:00
ctags
ctlstat Fix bugs in the elapsed time calculation in ctlstat_standard() 2013-04-11 21:18:04 +00:00
cut
dc
dig
dirname
dtc Fix bug in destructor for checker manager in DTC that caused segfaults on 2013-06-18 10:26:22 +00:00
du
ee
elf2aout
elfdump
enigma
env
expand
false
fetch Correct check to see if file changes. 2013-06-02 18:10:07 +00:00
file
file2c
find Add the Clang specific -Wmissing-variable-declarations to WARNS=6. 2013-04-19 19:45:00 +00:00
finger
fmt
fold
from
fstat Similar to 233760 and 236717, export some more useful info about the 2013-05-03 21:11:57 +00:00
fsync
ftp
gcore Add some missing DPADD. 2013-05-11 13:46:05 +00:00
gencat
getconf
getent Add support for netgroup, based on patch in the PR but made consistent 2013-05-23 20:52:30 +00:00
getopt
gprof
grep Adjust CFLAGS to pick up correct regex.h and posix/regex.h. Note this 2013-06-06 11:59:38 +00:00
gzip
head
hesinfo
hexdump
host
iconv As a followup to r252547, propate const down the call stack. 2013-07-03 18:27:45 +00:00
id
indent Add the Clang specific -Wmissing-variable-declarations to WARNS=6. 2013-04-19 19:45:00 +00:00
ipcrm
ipcs
join
jot
kdump - Trim an unused and bogus Makefile for mount_smbfs. 2013-06-28 21:00:08 +00:00
keylogin
keylogout
killall killall: add -q flag to suppress error message when no processes are matched 2013-06-30 20:27:31 +00:00
ktrace
ktrdump
lam
last
lastcomm
ldd
leave
less
lessecho
lesskey
lex Connect flex 2.5.37 to the build and bump __FreeBSD_version. 2013-05-21 19:32:35 +00:00
limits
locale
locate
lock
lockf Add option to lockf to avoid creating a file if it does not exist. 2013-05-10 17:30:29 +00:00
logger
login
logins
logname
look
lorder
lsvfs - Add file system type number (vfc_typenum) in the list. This is useful 2013-06-09 16:33:32 +00:00
lzmainfo
m4 mdoc: convert .Fd to .In, which is much nicer. 2013-06-04 07:37:06 +00:00
mail Remove unnecessary cast to pid_t. 2013-07-04 03:24:58 +00:00
make Remove unnecessary cast to pid_t. 2013-07-04 03:24:58 +00:00
makewhatis
man
mandoc
mesg
minigzip
ministat
mkcsmapper Attempt to deal with a compile failure that shows up with gcc, which 2013-07-03 18:25:27 +00:00
mkcsmapper_static
mkdep
mkesdb Attempt to deal with a compile failure that shows up with gcc, which 2013-07-03 18:25:27 +00:00
mkesdb_static
mkfifo
mklocale Work around build breakages with GCC 4.2. 2013-05-23 05:42:35 +00:00
mkstr
mktemp
mkulzma
mkuzip
msgs
mt
nc
ncal
netstat Replace hardcoded numbers. Also use interface-local scope name instead 2013-04-16 11:25:45 +00:00
newgrp
newkey
nfsstat Modify nfsstat.c so that it prints out an error when a non-root 2013-06-09 21:54:19 +00:00
nice
nl
nohup
nslookup
nsupdate
opieinfo
opiekey
opiepasswd
pagesize
pamtest
passwd
paste
patch Merge r252513 from src/gnu/usr.bin/patch into src/usr.bin/patch: 2013-07-03 22:46:30 +00:00
pathchk
perror
pr
printenv
printf
procstat Make use of newly added libprocstat(3) ability to extract procstat 2013-04-20 08:22:09 +00:00
quota
rctl Minor spelling and grammar fixes. 2013-04-11 19:05:24 +00:00
renice
rev
revoke
rlogin
rpcgen
rpcinfo
rs
rsh
rup
ruptime
rusers
rwall
rwho Few more style nits. 2013-07-03 20:44:47 +00:00
script
sed sed: use getline() instead of fgetln(). 2013-06-26 04:14:19 +00:00
seq
setchannel
shar
showmount
smbutil
sockstat
sort Fix header guards. 2013-06-17 20:15:39 +00:00
split Avoid signed overflow in error handling code. 2013-05-21 19:56:03 +00:00
ssh-copy-id
stat
stdbuf
su
svn If you've compiled your base system with WITH_ICONV, then use it for svn 2013-07-01 07:07:35 +00:00
systat
tabs
tail Print file names without stdio buffering to avoid mixing buffered and 2013-06-09 08:06:26 +00:00
talk
tar
tcopy
tee
telnet
tftp
time
tip
top Bump the CPU/WCPU column width by one so that it fits values from 100% up 2013-06-11 19:05:29 +00:00
touch Constify where appropriate. 2013-04-23 13:03:17 +00:00
tput
tr
true
truncate
truss truss: recognize O_DIRECTORY, O_EXEC, O_TTY_INIT and O_CLOEXEC 2013-06-30 13:14:46 +00:00
tset
tsort
tty
ul
uname
unexpand
unifdef
uniq
units
unvis
unzip
usbhidaction
usbhidctl mdoc sweep. 2013-05-12 22:22:12 +00:00
users
uudecode
uuencode
vacation
vgrind
vi
vis
vmstat
w
wall
wc
what
whereis
which
who
whois
write
xargs Style(9) changes fo xargs.c 2013-05-10 03:49:05 +00:00
xinstall New install flags were merged to 9-STABLE and will appear in FreeBSD-9.2. 2013-06-05 17:02:21 +00:00
xlint Improve compatibility with recent flex from flex.sourceforge.net. 2013-05-03 23:51:32 +00:00
xstr
xz
xzdec
yacc
yes
ypcat
ypmatch
ypwhich
Makefile Enable svnlite on armv6. 2013-06-29 15:31:23 +00:00
Makefile.amd64 - Trim an unused and bogus Makefile for mount_smbfs. 2013-06-28 21:00:08 +00:00
Makefile.arm
Makefile.i386 - Trim an unused and bogus Makefile for mount_smbfs. 2013-06-28 21:00:08 +00:00
Makefile.ia64 - Trim an unused and bogus Makefile for mount_smbfs. 2013-06-28 21:00:08 +00:00
Makefile.inc
Makefile.powerpc - Trim an unused and bogus Makefile for mount_smbfs. 2013-06-28 21:00:08 +00:00
Makefile.sparc64 - Trim an unused and bogus Makefile for mount_smbfs. 2013-06-28 21:00:08 +00:00