freebsd-dev/usr.bin
Eitan Adler 35f8ab70be Fix likely race condition if wait_child() is interrupted by sigchild()
PR:		bin/102834
Submitted by:	Andreas Longwitz <longwitz@incore.de>
Approved by:	cperciva
MFC after:	2 weeks
2012-05-30 03:55:44 +00:00
..
alias
apply
ar Fix world after byacc import: 2012-05-22 16:33:10 +00:00
asa
at Partially revert r227233. 2011-11-06 20:30:21 +00:00
atm
awk
banner Add missing static keywords to banner(1) 2011-11-06 08:13:51 +00:00
basename
bc Fix world after byacc import: 2012-05-22 16:33:10 +00:00
biff
bluetooth
brandelf Fix warning when compiling with gcc46: 2012-01-10 02:58:29 +00:00
bsdiff Remove trailing whitespace per mdoc lint warning 2012-03-29 05:02:12 +00:00
bzip2
bzip2recover
c89
c99 Add missing static keywords to c99(1) 2011-11-06 08:13:58 +00:00
calendar General mdoc(7) and typo fixes. 2012-05-10 02:07:00 +00:00
cap_mkdb Add missing static keywords to cap_mkdb(1) 2011-11-06 08:14:03 +00:00
catman Add missing static keywords to catman(1) 2011-11-06 08:14:09 +00:00
chat Make sure that each va_start has one and only one matching va_end, 2012-05-29 01:48:06 +00:00
checknr Mark global functions and/or variables in checknr(1) static where possible. 2011-11-06 18:49:03 +00:00
chkey Handle NULL return from crypt(3). Mostly from DragonFly 2012-02-22 06:27:20 +00:00
chpass Remove unnecessary cast 2012-02-14 10:11:45 +00:00
cksum Replace index() and rindex() calls with strchr() and strrchr(). 2012-01-03 18:51:58 +00:00
clang General mdoc(7) and typo fixes. 2012-05-10 02:07:00 +00:00
cmp Add missing static keywords to cmp(1) 2011-11-06 08:14:16 +00:00
col Add missing static keywords to col(1) 2011-11-06 08:14:22 +00:00
colcrt Add missing static keywords to colcrt(1) 2011-11-06 08:14:28 +00:00
colldef
colrm
column Add missing static keywords to column(1) 2011-11-06 08:14:34 +00:00
comm Remove trailing whitespace per mdoc lint warning 2012-03-29 05:02:12 +00:00
compile_et - Update FreeBSD Heimdal distribution to version 1.5.1. This also brings 2012-03-22 08:48:42 +00:00
compress Replace index() and rindex() calls with strchr() and strrchr(). 2012-01-03 18:51:58 +00:00
cpio Update libarchive to 3.0.3 2012-02-25 10:58:02 +00:00
cpuset Add missing static keywords to cpuset(1) 2011-11-06 08:14:40 +00:00
csplit Add missing static keywords to csplit(1) 2011-11-06 08:14:45 +00:00
csup General mdoc(7) and typo fixes. 2012-05-10 02:07:00 +00:00
ctags
ctlstat Fixes to man8 groff mandoc style, usage mistakes, or typos. 2012-05-24 02:24:03 +00:00
cut Add missing static keywords to cut(1) 2011-11-06 08:14:51 +00:00
dc Minor mdoc nits. 2012-05-13 14:16:04 +00:00
dig
dirname
du du: Allow multiple -HLP options, the last one wins. 2011-12-17 23:18:14 +00:00
ee
elf2aout
elfdump Don't extract the n_type value from the elf header, since it is never used 2012-02-16 05:16:55 +00:00
enigma Handle NULL return from crypt(3). Mostly from DragonFly 2012-02-22 06:27:20 +00:00
env
expand Mark global functions and/or variables in expand(1) static where possible. 2011-11-06 18:49:30 +00:00
false
fetch Revert r232274 - unauthorized, unnecessary and incorrect. 2012-05-26 17:19:41 +00:00
file Update file(1) to version 5.11. 2012-04-19 03:20:13 +00:00
file2c
find Fix world after byacc import: 2012-05-22 16:33:10 +00:00
finger Replace index() and rindex() calls with strchr() and strrchr(). 2012-01-03 18:51:58 +00:00
fmt
fold Add missing static keywords to fold(1) 2011-11-06 08:15:23 +00:00
from
fstat Bring DPADD in sync with LDADD. 2012-05-19 05:07:03 +00:00
fsync
ftp Merge tnftp-20100108 from the vendor branch into head. 2011-06-20 08:00:32 +00:00
gcore Match size_t and ssize_t by using %zu and %zd instead of %d. 2011-07-11 05:46:15 +00:00
gencat Removed unused code: fixes compiler warning with CC=gcc46 2012-02-16 05:17:01 +00:00
getconf
getent Print INIT_PROCESS and LOGIN_PROCESS entries as well. 2011-10-27 16:20:29 +00:00
getopt
gprof Fix resolving symbol names on ARM. 2012-05-25 06:48:42 +00:00
grep Remove duplicate line from usage 2012-01-15 17:01:28 +00:00
gzip According to the NetBSD foundation [1]: 2011-10-16 07:35:26 +00:00
head
hesinfo
hexdump mdoc: fix column names, indentation, column separation within each row, and 2012-04-07 09:05:30 +00:00
host
iconv Remove redundant assignments to WARNS. 2011-06-06 20:24:17 +00:00
id Correct the change made in r227166. 2011-11-06 09:09:45 +00:00
indent Remove superfluous paragraph macro. 2012-03-25 09:19:25 +00:00
ipcrm General mdoc(7) and typo fixes. 2012-05-10 02:07:00 +00:00
ipcs Spelling fixes for usr.bin/ 2011-12-30 11:02:40 +00:00
join Fix a typo that crept in. 2012-05-18 03:30:50 +00:00
jot Remove superfluous paragraph macro. 2012-03-25 09:19:25 +00:00
kdump MFprojects/zfsd: 2012-05-24 14:07:44 +00:00
keylogin
keylogout
killall mdoc: terminate quoted strings. 2012-03-26 15:18:14 +00:00
ktrace Add new ktrace records for the start and end of VM faults. This gives 2012-04-05 17:13:14 +00:00
ktrdump
lam Mark global functions and/or variables in lam(1) static where possible. 2011-11-06 18:49:41 +00:00
last - Replace "wtmp" with "utx.log" because last(1) no longer reads wtmp. 2012-01-22 11:34:24 +00:00
lastcomm Allow to specify strftime(3) format for process start end exit times. 2012-05-17 11:10:13 +00:00
ldd Fix clang warnings. 2011-06-18 13:56:33 +00:00
leave Build last(1) and leave(1) with WARNS=6. 2011-10-14 07:26:20 +00:00
less Regenerated with latest configure script. 2011-05-10 01:05:41 +00:00
lessecho
lesskey
lex Fix error reported by mandoc. 2012-05-23 18:41:45 +00:00
limits General mdoc(7) and typo fixes. 2012-05-10 02:07:00 +00:00
locale Remove trailing whitespace per mdoc lint warning 2012-03-29 05:02:12 +00:00
locate Touch up some more small typos missed in the previous round. 2012-01-05 21:36:45 +00:00
lock Handle NULL return from crypt(3). Mostly from DragonFly 2012-02-22 06:27:20 +00:00
lockf Remove trailing whitespace per mdoc lint warning 2012-03-29 05:02:12 +00:00
logger Add missing static keywords to logger(1) 2011-11-06 08:15:53 +00:00
login Remove unnecessary cast 2012-02-14 10:11:45 +00:00
logins Reencode files from latin1 to UTF-8. 2011-12-30 10:59:15 +00:00
logname
look Add missing static keywords to look(1) 2011-11-06 08:15:59 +00:00
lorder
lsvfs
lzmainfo Remove unneeded WARNS=3 lines. 2011-10-16 08:04:43 +00:00
m4 Fix world after byacc import: 2012-05-22 16:33:10 +00:00
mail Fix likely race condition if wait_child() is interrupted by sigchild() 2012-05-30 03:55:44 +00:00
make Minor mdoc nits. 2012-05-13 14:16:04 +00:00
makewhatis
man mdoc: sort prologue macros. 2012-03-26 19:23:57 +00:00
mesg
minigzip commandline -> command line 2012-05-22 19:40:54 +00:00
ministat Remove trailing whitespace per mdoc lint warning 2012-03-29 05:02:12 +00:00
mkcsmapper Fix world after byacc import: 2012-05-22 16:33:10 +00:00
mkcsmapper_static Add the BSD-licensed Citrus iconv to the base system with default off 2011-02-25 00:04:39 +00:00
mkdep
mkesdb - Remove a GCC-specific compiler flag that was added before to eliminate 2011-12-21 12:07:14 +00:00
mkesdb_static Add the BSD-licensed Citrus iconv to the base system with default off 2011-02-25 00:04:39 +00:00
mkfifo
mklocale Fix world after byacc import: 2012-05-22 16:33:10 +00:00
mkstr
mktemp
mkulzma mdoc: document title should be all caps. 2012-03-25 19:34:05 +00:00
mkuzip Fixed an embedded shell script. 2011-05-13 09:55:48 +00:00
msgs
mt In usr.bin/mt/mt.c, the c_code member of struct commands should really 2011-12-17 02:23:30 +00:00
nc
ncal o Use ISO 3166 county code for Sweden. 2012-02-22 21:08:58 +00:00
ncplist Fix warning when compiling with gcc46: 2012-01-10 02:58:20 +00:00
ncplogin General mdoc(7) and typo fixes. 2012-05-10 02:07:00 +00:00
netstat Eliminate an unused parameter of static method igmp_stats_live_old(). 2012-04-13 22:35:53 +00:00
newgrp Handle NULL return from crypt(3). Mostly from DragonFly 2012-02-22 06:27:20 +00:00
newkey
nfsstat Fix nfsstat(1) so that it prints out correct stats for the 2011-08-23 13:44:56 +00:00
nice Not only had I included a syntax / style error, nice.3 is also 2011-02-26 11:20:51 +00:00
nl Make nl(1) build with WARNS=6. 2011-10-14 07:28:39 +00:00
nohup
nslookup
nsupdate bmake and other updates necessary for the BIND 9.8.x upgrade. 2011-07-16 11:20:54 +00:00
opieinfo
opiekey
opiepasswd
pagesize
pamtest Update to OpenPAM Micrampelis. 2012-05-26 17:10:16 +00:00
passwd
paste Mark global functions and/or variables in paste(1) static where possible. 2011-11-06 18:49:53 +00:00
pathchk
perror
pr Spelling fixes for usr.bin/ 2011-12-30 11:02:40 +00:00
printenv
printf Remove trailing whitespace per mdoc lint warning 2012-03-29 05:02:12 +00:00
procstat Bring DPADD in sync with LDADD. 2012-05-19 05:07:03 +00:00
quota Add missing static keywords to quota(1) 2011-11-06 08:16:29 +00:00
rctl The .Fx macro needs the version number be in its own word separated by 2012-04-22 07:55:56 +00:00
renice
rev
revoke
rlogin Replace index() and rindex() calls with strchr() and strrchr(). 2012-01-03 18:51:58 +00:00
rpcgen In usr.bin/rpcgen/rpc_main.c, use execvp(3) instead of execv(3), so 2012-02-06 21:35:11 +00:00
rpcinfo Spelling fixes for usr.bin/ 2011-12-30 11:02:40 +00:00
rs Add missing static keywords to rs(1) 2011-11-06 08:16:35 +00:00
rsh
rup
ruptime Add missing static keywords to ruptime(1) 2011-11-06 08:16:41 +00:00
rusers Add missing static keywords to rusers(1) 2011-11-06 08:16:47 +00:00
rwall Add missing static keywords to rwall(1) 2011-11-06 08:16:53 +00:00
rwho Add missing static keywords to rwho(1) 2011-11-06 08:16:59 +00:00
script In r225809 the intention was to send VEOF only once if STDIN was not a 2011-10-15 19:08:22 +00:00
sed Remove trailing whitespace per mdoc lint warning 2012-03-29 05:02:12 +00:00
seq Add missing static keywords to seq(1) 2011-11-06 08:17:05 +00:00
setchannel Remove superfluous paragraph macro. 2012-03-25 09:19:25 +00:00
shar
showmount Ensure there is a whitespace after a mount point. 2011-05-24 06:56:40 +00:00
smbutil
sockstat Allow the socket list to be limited to a specific jail id. 2012-05-24 01:31:10 +00:00
sort mdoc: sort sections into conventional order. 2012-05-26 06:31:54 +00:00
split Fix warning when compiling with gcc46: 2012-01-10 02:55:43 +00:00
stat Remove duplicate -l description. 2012-04-22 18:18:49 +00:00
stdbuf Remove end of line whitespace. 2012-05-12 19:59:37 +00:00
su Undo r226423. 2011-10-16 09:09:33 +00:00
systat Whitespace fixes. 2012-02-05 09:17:49 +00:00
tabs
tail Add missing static keywords to tail(1) 2011-11-06 08:17:17 +00:00
talk Remove hand-written version of strcspn(). 2012-01-03 11:13:07 +00:00
tar Update libarchive to 3.0.3 2012-02-25 10:58:02 +00:00
tcopy Add missing static keywords to tcopy(1) 2011-11-06 08:17:29 +00:00
tee Reverting last change r231449 (fix bin/164947) due to concerns voiced 2012-02-11 16:34:03 +00:00
telnet
tftp General mdoc(7) and typo fixes. 2012-05-10 02:07:00 +00:00
time
tip Make tip exit if the device disappears, for instance when unplugging 2012-01-28 20:45:47 +00:00
top Fix string buffer overflow when preparing the line of output. 2012-04-18 10:23:42 +00:00
touch Remove trailing whitespace per mdoc lint warning 2012-03-29 05:02:12 +00:00
tput
tr mdoc: terminate quoted strings. 2012-03-26 15:18:14 +00:00
true
truncate
truss Since truss also uses kdump's mkioctls script, pass the value of ${CPP} 2012-04-09 15:34:22 +00:00
tset Replace index() and rindex() calls with strchr() and strrchr(). 2012-01-03 18:51:58 +00:00
tsort Add missing static keywords to tsort(1) 2011-11-06 08:17:47 +00:00
tty
ul Add missing static keywords to ul(1) 2011-11-06 08:17:53 +00:00
uname Add missing static keywords to uname(1) 2011-11-06 08:17:59 +00:00
unexpand Add missing static keywords to unexpand(1) 2011-11-06 08:18:05 +00:00
unifdef Remove superfluous paragraph macro. 2012-03-25 09:19:25 +00:00
uniq Add missing static keywords to uniq(1) 2011-11-06 08:18:11 +00:00
units mdoc: terminate quoted strings. 2012-03-26 15:18:14 +00:00
unvis
unzip Pass a filename, rather than a file descriptor, to libarchive. 2012-05-29 09:11:19 +00:00
usbhidaction Add missing static keywords to usbhidaction(1) 2011-11-06 08:18:23 +00:00
usbhidctl Add support for -z option for reading operations. It allows to not request 2012-05-16 20:30:20 +00:00
users Let the size of the namebuf depend on the size of the ut_user field. 2011-06-18 07:47:15 +00:00
uudecode
uuencode Add missing static keywords to uuencode(1) 2011-11-06 08:18:35 +00:00
vacation Define several extra macros in bsd.sys.mk and sys/conf/kern.pre.mk, to 2012-02-28 18:30:18 +00:00
vgrind mdoc: terminate quoted strings. 2012-03-26 15:18:14 +00:00
vi
vis Add missing static keywords to vis(1) 2011-11-06 08:18:42 +00:00
vmstat Garbage collect defunct nlist(3) symbols. 2012-03-22 09:47:14 +00:00
w Add missing static keywords to w(1) 2011-11-06 08:18:47 +00:00
wall Add multibyte char support. 2012-03-21 08:03:07 +00:00
wc Add missing static keywords to wc(1) 2011-11-06 08:19:00 +00:00
what
whereis Reencode files from latin1 to UTF-8. 2011-12-30 10:59:15 +00:00
which Mark global functions and/or variables in which(1) static where possible. 2011-11-06 18:50:26 +00:00
who General mdoc(7) and typo fixes. 2012-05-10 02:07:00 +00:00
whois General mdoc(7) and typo fixes. 2012-05-10 02:07:00 +00:00
write Fix write(1) to support wide characters. 2012-02-13 14:40:15 +00:00
xargs xargs: Before exiting, wait for all invocations of the utility. 2012-03-16 16:41:28 +00:00
xinstall Add missing static keywords to xinstall(1) 2011-11-06 08:19:07 +00:00
xlint Assume a big-endian default on MIPS and drop the "eb" suffix from MACHINE_ARCH. 2012-03-29 02:54:35 +00:00
xstr Mark global functions and/or variables in xstr(1) static where possible. 2011-11-06 18:50:39 +00:00
xz
xzdec Remove unneeded WARNS=3 lines. 2011-10-16 08:04:43 +00:00
yacc Import byacc from invisible island, it brings us lots of compatibilities with 2012-05-21 13:31:26 +00:00
yes
ypcat
ypmatch
ypwhich
Makefile Hook up mkulzma to the build. 2012-05-24 16:11:51 +00:00
Makefile.amd64
Makefile.arm
Makefile.i386
Makefile.ia64
Makefile.inc
Makefile.powerpc
Makefile.sparc64