opnsense-src/usr.bin
Peter Wemm 045b6fdaf6 Make gcore(1) 64 bit safe. It was trying to parse the /proc/*/map file
using sscanf and truncating the start/end entries by writing them with a
32 bit int descriptor (%x).  The upper bytes of the 64 bit vm_offset_t
variables (for little endian machines) were uninitialized.  For big endian
machines, things would have been worse because it was storing the 32 bit
value in the upper half of the 64 bit variable.  I've changed it to use
%lx and long types.  That should work on all our platforms.
2006-03-25 01:14:20 +00:00
..
alias
apply
asa
at
atm
awk
banner
basename Cross-reference basename(3) and dirname(3). 2006-03-16 17:21:52 +00:00
biff
bluetooth
brandelf
bsdiff
bzip2
bzip2recover
c89
c99
calendar
cap_mkdb
catman
chat
checknr
chkey Reimplementation of world/kernel build options. For details, see: 2006-03-17 18:54:44 +00:00
chpass Reimplementation of world/kernel build options. For details, see: 2006-03-17 18:54:44 +00:00
cksum
cmp
col
colcrt
colldef
colrm
column
comm
compile_et
compress
csplit
csup
ctags
cut
dig
dirname
du
ee
elf2aout
elfdump
enigma
env
expand
false
fetch Reimplementation of world/kernel build options. For details, see: 2006-03-17 18:54:44 +00:00
file
file2c
find
finger
fmt
fold
from
fstat
fsync
ftp
gcore Make gcore(1) 64 bit safe. It was trying to parse the /proc/*/map file 2006-03-25 01:14:20 +00:00
gencat
getconf
getopt
gprof
head
hesinfo
hexdump
host
id
indent
ipcrm
ipcs
join
jot
kdump
keylogin
keylogout
killall
ktrace
ktrdump
lam
last
lastcomm
ldd
leave
less
lessecho
lesskey
lex Convert NO_PROFILE and NO_LIB32 to new style. 2006-03-18 21:37:05 +00:00
limits
locale
locate
lock
lockf
logger
login Reimplementation of world/kernel build options. For details, see: 2006-03-17 18:54:44 +00:00
logins
logname
look
lorder
lsvfs
m4
mail
make
makewhatis
mesg
minigzip
ministat
mkdep
mkfifo
mklocale
mkstr
mktemp
mkuzip A few minor corrections to the mkuzip.8 man page. 2006-03-17 20:48:10 +00:00
msgs
mt
nc
ncal
ncplist
ncplogin
netstat Reimplementation of world/kernel build options. For details, see: 2006-03-17 18:54:44 +00:00
newgrp
newkey Reimplementation of world/kernel build options. For details, see: 2006-03-17 18:54:44 +00:00
nfsstat
nice
nl
nohup
nslookup
nsupdate
objformat
opieinfo
opiekey
opiepasswd
pagesize
passwd Reimplementation of world/kernel build options. For details, see: 2006-03-17 18:54:44 +00:00
paste
pathchk
pkill
pr
printenv
printf
quota
renice
rev
rlogin
rpcgen
rpcinfo
rs
rsh
rup
ruptime
rusers
rwall
rwho
script
sed
shar
showmount
smbutil
sockstat
split
stat
su
systat add an entry for ozfod.. 2006-03-18 10:40:28 +00:00
tabs
tail
talk
tar Extended attribute support on write for Linux; FreeBSD hooks are 2006-03-21 17:03:51 +00:00
tcopy
tee
telnet Reimplementation of world/kernel build options. For details, see: 2006-03-17 18:54:44 +00:00
tftp
time
tip
top
touch
tput
tr
true
truncate
truss
tset
tsort
tty
uac
ul
uname
unexpand
unifdef
uniq
units
unvis
usbhidaction
usbhidctl
users
uudecode
uuencode
uuidgen
vacation
vgrind
vi
vis
vmstat
w
wall
wc
what
whereis
which
who
whois
window
write
xargs
xinstall
xlint
xstr
yacc
yes
ypcat
ypmatch
ypwhich
Makefile Unbreak WITHOUT_LIBPHREAD/WITHOUT_LIBC_R option support, depending 2006-03-21 11:00:54 +00:00
Makefile.inc