1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00
freebsd/usr.bin
2006-12-13 12:07:49 +00:00
..
alias
apply It's `apply echo *'' that is similar to ls -1'', not `apply echo a*''. 2006-12-13 08:13:14 +00:00
asa
at
atm
awk Fix a bug converting a variable from the numeric type to a string. 2006-10-25 21:23:20 +00:00
banner o Check that -w width is not above maximum. Use DWIDTH instead of 2006-11-22 21:05:17 +00:00
basename
biff
bluetooth
brandelf
bsdiff Portability fix for non-POSIX operating systems: Open files in binary mode. 2006-12-05 20:22:14 +00:00
bzip2
bzip2recover
c89
c99
calendar - Added my entry in calendar.freebsd 2006-12-08 23:12:28 +00:00
cap_mkdb
catman
chat
checknr
chkey
chpass Fix bug introduced in rev 1.23: 2006-09-25 15:06:24 +00:00
cksum
cmp
col The variables i and tot don't need to be static. 2006-07-18 07:16:25 +00:00
colcrt
colldef
colrm
column Add missing parentheses to fix a segmentation fault that is easily 2006-09-19 22:11:43 +00:00
comm
compile_et
compress
csplit
csup
ctags Fix type mismatch between char * and unsigned char *. C guarantees that 2006-07-18 07:29:42 +00:00
cut
dig
dirname
du Markup fixes. 2006-09-29 15:20:48 +00:00
ee
elf2aout Because optarg and optind are defined in unistd.h, 2006-04-21 09:39:51 +00:00
elfdump
enigma Fix 32-bit integer math on 64-bit processor. Just use int32_t(!) instead 2006-07-25 22:20:05 +00:00
env
expand Document that unexpand(1)'s -a and -t options are exclusive. 2006-10-13 16:22:25 +00:00
false
fetch Try to preserve ownership and permissions when replacing an existing file. 2006-11-10 22:05:41 +00:00
file Markup fixes. 2006-09-29 15:20:48 +00:00
file2c
find Update the list of POSIX extensions. 2006-10-08 10:31:44 +00:00
finger
fmt
fold
from
fstat
fsync
ftp Obey MK_INET6_SUPPORT. 2006-07-27 14:20:14 +00:00
gcore
gencat
getconf o confstr(3) returns 0 on error. Check the return value accordingly. 2006-12-06 12:00:26 +00:00
getent Revise markup. 2006-09-30 17:27:50 +00:00
getopt
gprof Remove alpha-specific stuff. 2006-08-23 12:12:56 +00:00
head
hesinfo
hexdump o Simple strcpy/strcat replacement. 2006-08-09 19:12:10 +00:00
host
id Do not exit without printing the id information if the uid of the 2006-12-09 12:58:14 +00:00
indent initialize variable (WARNS=6) 2006-09-13 05:06:12 +00:00
ipcrm
ipcs o Fix typo in a comment. 2006-05-15 08:20:38 +00:00
join
jot Use explicit braces to avoid ambiguous else. 2006-12-09 15:23:20 +00:00
kdump o optname, the third {set,get}sockopt(2) argument, is an enum, not a bitmap. 2006-09-18 13:49:57 +00:00
keylogin
keylogout
killall
ktrace Add needed hyphens, note the KTRACE kernel option, bump doc date. 2006-11-06 15:17:50 +00:00
ktrdump
lam Document that jot(1), rs(1), and lam(1) first appeared in 4.2BSD. 2006-10-20 04:31:01 +00:00
last
lastcomm
ldd
leave
less In rev. 1.2 we have introduced a fallback handler for files with unknown 2006-08-30 08:20:34 +00:00
lessecho Hook lessecho(1) to build. 2006-08-20 15:52:17 +00:00
lesskey
lex
limits
locale
locate Markup fixes. 2006-09-29 15:20:48 +00:00
lock
lockf
logger Markup fixes. 2006-09-29 15:20:48 +00:00
login Teach login(1) about the make.conf NO_AUDIT variable. This allows us to 2006-12-13 06:13:32 +00:00
logins
logname
look Remove break after return. 2006-07-18 10:19:46 +00:00
lorder Document the NM environment variable. 2006-10-25 09:40:07 +00:00
lsvfs
m4
mail
make Don't go beyond the provided string when parsing the `\' character. 2006-10-09 19:37:26 +00:00
makewhatis
mesg
minigzip
ministat Improve input parsing: 2006-08-28 08:27:02 +00:00
mkdep
mkfifo
mklocale
mkstr
mktemp Markup fixes. 2006-09-29 15:20:48 +00:00
mkuzip Markup fixes. 2006-09-29 15:20:48 +00:00
msgs
mt
nc
ncal
ncplist
ncplogin
netstat Don't shadow globals. 2006-11-27 19:50:50 +00:00
newgrp
newkey
nfsstat
nice
nl
nohup
nslookup
nsupdate
objformat
opieinfo
opiekey
opiepasswd
pagesize
passwd
paste WARNS=6 chocked on unitialized variable. 2006-09-12 05:08:36 +00:00
pathchk
pkill Fix and extend the -j option to pkill/pgrep WRT the jail 2006-11-23 11:55:17 +00:00
pr
printenv
printf
quota - Document the default disk block usage unit. 2006-10-21 23:57:38 +00:00
renice
rev o Kill unneeded assignment. 2006-07-30 07:41:28 +00:00
rlogin
rpcgen In change 1.15, an arbitrary setting of the max RPC record size to 2006-05-17 23:18:17 +00:00
rpcinfo rpcinfo(1) doesn't depend on INET6 explicitly. 2006-07-27 13:47:02 +00:00
rs Document that jot(1), rs(1), and lam(1) first appeared in 4.2BSD. 2006-10-20 04:31:01 +00:00
rsh
rup
ruptime
rusers
rwall
rwho
script
sed Fix using "P" command on empty pattern space. If the "P" command is 2006-05-27 19:32:28 +00:00
setchannel Change formatting to be more compliant with style(9). Doubtless 2006-12-09 02:44:09 +00:00
shar
showmount
smbutil
sockstat In revision 1.14 I broke the -4 and -6 options of sockstat(1). 2006-11-12 19:03:39 +00:00
split Markup fixes. 2006-09-29 15:20:48 +00:00
stat
su Backout previous change (SIGSYS related). The fix has been applied to the 2006-10-24 17:41:28 +00:00
systat - Revert signedness type changes to "struct vmtotal"; by making 2006-11-28 12:46:02 +00:00
tabs
tail Better handle the -F case: 2006-10-21 18:05:06 +00:00
talk
tar Fix "1 day ago", "yesterday" and similar relative-time phrases 2006-11-02 04:16:15 +00:00
tcopy
tee
telnet Stop enforcing dependencies between MK_* options at Makefile level. 2006-07-31 13:29:36 +00:00
tftp Set txrx_error to 1 when we reach abort. This makes the program correctly set the exit code. 2006-09-28 21:22:21 +00:00
time Markup fixes. 2006-09-29 15:20:48 +00:00
tip Fixed the -# option to work as documented in a manpage. 2006-09-07 19:48:52 +00:00
top The sigconv.awk script generates a sigdesc.h header file, which 2006-12-01 07:01:19 +00:00
touch
tput At least one argument is required. 2006-10-12 21:10:55 +00:00
tr - Document all character classes our tr(1) supports. [1] 2006-10-13 16:13:45 +00:00
true
truncate Markup fixes. 2006-09-29 15:20:48 +00:00
truss Add missing markup bits. 2006-12-11 11:34:44 +00:00
tset
tsort
tty
ul
uname
unexpand Document that unexpand(1)'s -a and -t options are exclusive. 2006-10-13 16:22:25 +00:00
unifdef
uniq
units
unvis
usbhidaction
usbhidctl Bump document date. 2006-11-23 05:08:06 +00:00
users
uudecode
uuencode
uuidgen
vacation
vgrind Manual page tweaks. 2006-08-29 18:11:20 +00:00
vi
vis
vmstat - Revert signedness type changes to "struct vmtotal"; by making 2006-11-28 12:46:02 +00:00
w Use sysctlbyname 2006-05-11 17:25:36 +00:00
wall
wc
what
whereis
which "which -s" will return 0 only if all executables were found, not "any". 2006-12-13 12:07:49 +00:00
who
whois Markup fixes. 2006-09-29 15:20:48 +00:00
window
write
xargs Markup fixes. 2006-09-29 15:20:48 +00:00
xinstall Markup fixes. 2006-09-29 15:20:48 +00:00
xlint Pass "-Wtraditional -Wno-system-headers" to compiler as two separate 2006-09-21 02:05:38 +00:00
xstr
yacc
yes
ypcat
ypmatch
ypwhich
Makefile - When building world WITHOUT_LIBPTHREAD, link libthr to libpthread. 2006-11-26 14:36:34 +00:00
Makefile.inc