freebsd-nq/usr.bin
Marcel Moolenaar 1080fb197b Replace STAILQ with TAILQ. TAILQs are portable enough that they can
be used on both macOS and Linux. STAILQs are not. In particular,
STAILQ_LAST does not next on Linux. Since neither STAILQ_FOREACH_SAFE
nor TAILQ_FOREACH_SAFE exist on Linux, replace its use with a regular
TAILQ_FOREACH. The _SAFE variant was only used for having the next
pointer in a local variable.
2016-10-03 01:46:47 +00:00
..
addr2line
alias
apply
ar
asa
at Use nitems() from sys/param.h 2016-07-30 06:32:18 +00:00
atm
awk
banner
basename
bc
biff
bluetooth
bmake Update to bmake-20170818 2016-09-09 01:09:39 +00:00
brandelf
bsdcat DIRDEPS_BUILD: Add some missing dirctories to the build. 2016-08-31 19:30:59 +00:00
bsdiff bspatch: Remove backwards-compatibility sys/capability.h support 2016-09-20 15:13:15 +00:00
bzip2
bzip2recover
c89
c99
caesar
calendar Increase timeout for legacy_test from 300 (default) to 600 seconds. 2016-09-26 13:59:18 +00:00
cap_mkdb
catman
chat
checknr Remove usage of _WITH_GETLINE from usr.bin 2016-07-30 01:07:47 +00:00
chkey
chpass
cksum
clang
cmp Move sys/capsicum.h includes after types.h or param.h 2016-09-19 20:43:03 +00:00
col
colcrt
colldef
colrm
column
comm Remove usage of _WITH_GETLINE from usr.bin 2016-07-30 01:07:47 +00:00
compile_et
compress
cpio
cpuset Fix markup for -j in cpuset(1) synopsis 2016-07-29 21:18:20 +00:00
csplit
ctags
ctlstat
cut
cxxfilt
dc
dirname
dpv
drill
dtc
du
ee
elf2aout
elfcopy
elfdump elfdump: limit STDIN to no rights rather than closing it 2016-09-20 21:38:12 +00:00
enigma
env
expand
factor
false
fetch
file
file2c
find
finger
fmt
fold
fortune
from
fstat
fsync
ftp
gcore Mirror r303120 to gcore 2016-07-21 00:53:14 +00:00
gencat
getconf Add non-TRUSTEDBSD prefixed knobs for the _PC_ACL* and {CAP,INF,MAC}_PRESENT knobs 2016-08-25 17:07:43 +00:00
getent
getopt
gprof
grdc
grep Fix a segfault in bsdgrep when parsing the invalid extended regexps "?" 2016-08-02 20:25:22 +00:00
gzip Use printable ASCII instead of octal representation. 2016-08-27 00:56:37 +00:00
head
hesinfo
hexdump hexdump(1): Simplify by using asprintf(3) 2016-09-19 18:35:22 +00:00
host
iconv
id
ident
indent Move sys/capsicum.h includes after types.h or param.h 2016-09-19 20:43:03 +00:00
ipcrm
ipcs
iscsictl Make the iSCSI parameter negotiation more flexible. 2016-08-25 05:22:53 +00:00
join
jot
kdump Don't declare the 'temp' timeval as static. 2016-10-01 22:17:40 +00:00
keylogin
keylogout
killall
ktrace
ktrdump
lam
last
lastcomm
ldd
leave
less
lessecho
lesskey
lex
limits
locale Use nitems() from sys/param.h. 2016-07-30 07:04:46 +00:00
localedef localedef(1): make better use of calloc(3) arguments. 2016-09-14 16:47:17 +00:00
locate
lock
lockf
logger
login login: clean up errx strings 2016-09-15 01:55:18 +00:00
logins
logname
look
lorder lorder: produce locale-independent symbol ordering 2016-07-07 20:50:59 +00:00
lsvfs
lzmainfo
m4
mail mail(1): Minor declaration updates. 2016-07-15 20:27:21 +00:00
makewhatis
man
mandoc Remove usage of _WITH_GETLINE from usr.bin 2016-07-30 01:07:47 +00:00
mesg
minigzip
ministat
mkcsmapper Revert the change from errx/strerror to errc to appease gcc 4.2 2016-07-09 06:52:55 +00:00
mkcsmapper_static
mkdep
mkesdb
mkesdb_static
mkfifo
mkimg Replace STAILQ with TAILQ. TAILQs are portable enough that they can 2016-10-03 01:46:47 +00:00
mklocale
mkstr
mktemp
mkuzip
morse
msgs
mt
nc
ncal
netstat Fix build without INET6 and with gcc. A function definition was ifdefed 2016-08-27 11:06:06 +00:00
newgrp
newkey Squelch clang 3.9.0 warnings about BASE (which is 32768) being converted 2016-08-30 19:02:15 +00:00
nfsstat DIRDEPS_BUILD: Update dependencies. 2016-08-31 19:30:46 +00:00
nice
nl Remove another occurence of _WITH_GETLINE 2016-07-31 19:02:19 +00:00
nm
nohup
numactl
number
opieinfo
opiekey
opiepasswd
pagesize
pamtest
passwd
paste
patch patch(1): make some macros look boolean. 2016-10-01 20:46:01 +00:00
pathchk Add -P to pathchk usage 2016-07-09 04:56:28 +00:00
perror
pom
pr
primes primes: trivially capsicumize 2016-09-30 13:50:59 +00:00
printenv
printf
proccontrol DIRDEPS_BUILD: Connect new directories. 2016-09-23 22:46:19 +00:00
procstat Use nitems() from sys/param.h. 2016-07-30 07:15:54 +00:00
protect
quota
random
rctl
readelf
renice
resizewin Make resizewin.1 manpage use .Fx macro 2016-07-29 21:05:17 +00:00
rev
revoke
rlogin
rpcgen Use nitems() from sys/param.h. 2016-08-16 15:53:05 +00:00
rpcinfo
rs
rsh
rup
ruptime
rusers
rwall
rwho
script
sdiff Remove reference of z(s)diff which was dropped before importing 2016-09-18 10:06:35 +00:00
sed sed(1): Revert r303047 "cleanup" and therefore r303572. 2016-08-02 15:35:53 +00:00
send-pr
seq Update history. Patch supplied by Sevan Janiyan <venture37@geeklan.co.uk>. 2016-09-16 14:23:16 +00:00
setchannel
shar
showmount
size
smbutil
sockstat
soelim Revert capsicum support 2016-09-19 06:39:11 +00:00
sort - Fix typo 2016-09-08 14:50:23 +00:00
split
ssh-copy-id
stat
stdbuf
strings
su
svn
systat Use nitems() from sys/param.h. 2016-08-16 15:52:10 +00:00
tabs
tail
talk
tar DIRDEPS_BUILD: Update dependencies. 2016-08-31 19:30:46 +00:00
tcopy
tee Capsicum-ize tee(1) 2016-09-18 16:34:40 +00:00
telnet
tests
tftp
time
timeout
tip
top Add a toggle to display the approximate amount of swap used by each 2016-09-05 08:27:04 +00:00
touch
tput
tr Move sys/capsicum.h includes after types.h or param.h 2016-09-19 20:43:03 +00:00
true
truncate
truss Import the new automatically generated system call table for CloudABI. 2016-08-19 17:49:35 +00:00
tset
tsort
tty tty: Use proper definition of exit status code and stdin macro 2016-08-16 14:15:09 +00:00
ul Do not truncate lines longer than 512 chars. 2016-07-11 08:05:46 +00:00
uname
unexpand
unifdef
uniq Remove usage of _WITH_GETLINE from usr.bin 2016-07-30 01:07:47 +00:00
units
unvis
unzip
usbhidaction
usbhidctl
users
uudecode
uuencode
vacation
vgrind
vi
vis
vmstat
vtfontcvt vtfontcvt: remove superfluous newlines in errx messages 2016-09-14 18:22:12 +00:00
w When -n is specified, don't make bogus DNS queries. Instead, 2016-09-02 18:28:14 +00:00
wall
wc
what
whereis
which
who
whois
write
xargs
xinstall DIRDEPS_BUILD: Add some missing dirctories to the build. 2016-08-31 19:30:59 +00:00
xlint
xo
xstr
xz
xzdec
yacc
yes
ypcat
ypmatch
ypwhich
Makefile Add a WITHOUT_DIALOG src.conf(5) knob 2016-09-27 18:08:38 +00:00
Makefile.amd64
Makefile.arm
Makefile.i386
Makefile.inc
Makefile.powerpc
Makefile.sparc64