1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-22 11:17:19 +00:00
freebsd/usr.bin
Brian Somers c42584e853 o The -s limit is ARG_MAX - 4K, not ARG_MAX - 2K.
o Mention that the current environment is part of the -s calculation.
o Add a BUGS section that warns against executing a program that increases
  the size of the argument list or the size of the environment.

  I have wondered for a while what the difference is between

    get a big list | xargs sudo command

  which fails and

    get a big list | sudo xargs command

  which succeeds.  The answer is that in the first case, sudo expands
  the environment and pushes the amount of data passed into execve over
  the E2BIG threshold.
2001-04-10 23:16:55 +00:00
..
apply Fix bogus checking of snprintf() by decreasing the remaining size of the 2001-01-25 03:40:17 +00:00
ar MAN[1-9] -> MAN. 2001-03-27 10:52:19 +00:00
at MAN[1-9] -> MAN. 2001-03-27 10:52:19 +00:00
banner MAN[1-9] -> MAN. 2001-03-27 10:52:19 +00:00
basename mdoc(7) police: utilize .St macro. 2001-02-26 15:55:52 +00:00
biff
brandelf Fix typo: compatability -> compatibility. 2001-02-06 12:05:58 +00:00
c89 beforeinstall -> SCRIPTS. 2001-04-07 11:21:35 +00:00
calendar Don't attempt to parse %c, use nl_langinfo instead 2001-03-21 15:41:02 +00:00
cap_mkdb
chat MAN[1-9] -> MAN. 2001-03-27 10:52:19 +00:00
checknr
chflags
chkey
chpass
cksum mdoc(7) police: Change -filled displays (which just happen 2001-02-07 13:45:30 +00:00
cmp
col
colcrt
colldef Eliminate mdocNG warnings caused by misplaced or extraneous macro calls. 2001-02-28 17:38:53 +00:00
colrm
column Round up before checking if the width is smaller than the widest 2001-04-03 18:03:29 +00:00
comm Rework diagnostics text 2001-02-06 20:01:40 +00:00
compile_et
compress MAN[1-9] -> MAN. 2001-03-27 10:52:19 +00:00
ctags
cut Remove duplicate FreeBSD Id 2001-02-06 20:03:48 +00:00
dig
dirname
dnskeygen MAN[1-9] -> MAN. 2001-03-27 10:52:19 +00:00
dnsquery
doscmd Fix typo: compatability -> compatibility. 2001-02-06 12:05:58 +00:00
du
ee Update message #56. Maxim didn't merge the English version here since 2001-03-28 21:33:30 +00:00
enigma MAN[1-9] -> MAN. 2001-03-27 10:52:19 +00:00
env
expand mdoc(7) police: split punctuation characters + misc fixes. 2001-02-01 16:38:02 +00:00
false Fix typo 2001-01-25 13:13:55 +00:00
fetch Bring the usage message in synch with reality. 2001-03-28 21:01:07 +00:00
file MAN[1-9] -> MAN. 2001-03-27 10:52:19 +00:00
file2c MAN[1-9] -> MAN. 2001-03-27 10:52:19 +00:00
find Don't attempt to parse %c, use nl_langinfo instead 2001-03-21 15:51:50 +00:00
finger MAN[1-9] -> MAN. 2001-03-27 10:52:19 +00:00
fmt
fold
from
fstat Fix `fstat -m' (show memory-mapped files), which was broken by 2001-02-15 22:42:44 +00:00
fsync
ftp Fixed a null pointer bug in rev.1.10. Rev.1.10 was supposed to to 2001-04-04 15:09:54 +00:00
gcore MAXPATHLEN contains the trailing NUL. 2001-03-01 06:00:22 +00:00
gencat Optimize gencat(1) sources in same manner as its libc part some time ago: 2001-02-08 16:38:16 +00:00
gensetdefs MAN[1-9] -> MAN. 2001-03-27 10:52:19 +00:00
getconf Reword the description a little bit more for parallel construction. 2001-02-21 19:33:38 +00:00
getopt MAN[1-9] -> MAN. 2001-03-27 10:52:19 +00:00
gprof
gprof4
head mdoc(7) police: use the default ``file ...'' feature of the .Ar macro. 2001-02-13 09:56:35 +00:00
hesinfo
hexdump MAN[1-9] -> MAN. 2001-03-27 10:52:19 +00:00
host
id MAN[1-9] -> MAN. 2001-03-27 10:52:19 +00:00
indent Fix indent endless on garbage input (i.e., if it encountered EOF while 2001-02-27 20:50:34 +00:00
ipcrm mdoc(7) police: split punctuation characters + misc fixes. 2001-02-01 16:38:02 +00:00
ipcs
join
jot
kdump Execute this script in a "C" locale environment. 2001-04-06 14:40:26 +00:00
kenv
key MAN[1-9] -> MAN. 2001-03-27 10:52:19 +00:00
keyinfo
keyinit MAN[1-9] -> MAN. 2001-03-27 10:52:19 +00:00
keylogin Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) and 2001-03-19 12:50:13 +00:00
keylogout
killall Work around the p_comm[] size limit. If the user supplies more than 2001-02-14 21:56:03 +00:00
ktrace
lam mdoc(7) police: use the default ``file ...'' feature of the .Ar macro. 2001-02-13 09:56:35 +00:00
last Don't attempt to parse %c 2001-03-21 19:08:01 +00:00
lastcomm
ldd
leave mdoc(7) police: simplify construct. 2001-02-06 16:20:31 +00:00
less MAN[1-9] -> MAN. 2001-03-27 10:52:19 +00:00
lessecho
lesskey MAN[1-9] -> MAN. 2001-03-27 10:52:19 +00:00
lex MAN[1-9] -> MAN. 2001-03-27 10:52:19 +00:00
limits Fixed some style bugs (bogus cloned Id, null overrides of defaults, and 2001-02-17 06:20:14 +00:00
locate beforeinstall -> SCRIPTS. 2001-04-07 11:21:35 +00:00
lock
lockf
logger
login Add full PAM support for account management and sessions. 2001-03-27 19:40:51 +00:00
logname
look mdoc(7) police: use the default ``file ...'' feature of the .Ar macro. 2001-02-13 09:56:35 +00:00
lorder beforeinstall -> SCRIPTS. 2001-04-07 11:21:35 +00:00
lsvfs
m4 The secure temporary directory is always created, so always remove it. 2001-02-28 19:21:44 +00:00
mail Merge various changes from OpenBSD and NetBSD. 2001-03-25 04:57:05 +00:00
make with my mentor hat on... 2001-03-15 10:33:00 +00:00
makewhatis
mesg
minigzip mdoc(7) police: use the default ``file ...'' feature of the .Ar macro. 2001-02-13 09:56:35 +00:00
mk_cmds
mkdep beforeinstall -> SCRIPTS. 2001-04-07 11:21:35 +00:00
mkfifo
mklocale MAN[1-9] -> MAN. 2001-03-27 10:52:19 +00:00
mkstr mdoc(7) police: use the default ``file ...'' feature of the .Ar macro. 2001-02-13 09:56:35 +00:00
mktemp Update HISTORY. 2001-02-28 03:33:44 +00:00
msgs mdoc(7) police: split punctuation characters + misc fixes. 2001-02-01 16:38:02 +00:00
mt Print out resid portion of MTIOCGET returned data. 2001-01-21 01:33:31 +00:00
ncal Properly deal with one char weekdays 2001-03-22 00:38:46 +00:00
ncplist
ncplogin MAN[1-9] -> MAN. 2001-03-27 10:52:19 +00:00
netstat Don't core dump when given "-i -a". Problem caused by a mistaken 2001-03-30 19:16:04 +00:00
newkey MAN[1-9] -> MAN. 2001-03-27 10:52:19 +00:00
nfsstat Take setgid kmem away from nfsstat, it has not needed it for some time 2001-03-22 17:39:57 +00:00
nice
nm MAN[1-9] -> MAN. 2001-03-27 10:52:19 +00:00
nohup
objformat
opieinfo MAN[1-9] -> MAN. 2001-03-27 10:52:19 +00:00
opiekey MAN[1-9] -> MAN. 2001-03-27 10:52:19 +00:00
opiepasswd MAN[1-9] -> MAN. 2001-03-27 10:52:19 +00:00
pagesize beforeinstall -> SCRIPTS. 2001-04-07 11:21:35 +00:00
passwd MAN[1-9] -> MAN. 2001-03-27 10:52:19 +00:00
paste mdoc(7) police: use the default ``file ...'' feature of the .Ar macro. 2001-02-13 09:56:35 +00:00
pr Use nl_langinfo instead of %Ef 2001-03-21 14:32:02 +00:00
printenv
printf mdoc(7) police: mark LC_NUMERIC with .Dv. 2001-02-10 10:26:52 +00:00
quota
ranlib MAN[1-9] -> MAN. 2001-03-27 10:52:19 +00:00
renice MAN[1-9] -> MAN. 2001-03-27 10:52:19 +00:00
rev mdoc(7) police: use the default ``file ...'' feature of the .Ar macro. 2001-02-13 09:56:35 +00:00
rlogin mdoc(7) police: split punctuation characters + misc fixes. 2001-02-01 16:38:02 +00:00
rpcgen MAN[1-9] -> MAN. 2001-03-27 10:52:19 +00:00
rpcinfo MAN[1-9] -> MAN. 2001-03-27 10:52:19 +00:00
rs
rsh
rup MAN[1-9] -> MAN. 2001-03-27 10:52:19 +00:00
ruptime
rusers MAN[1-9] -> MAN. 2001-03-27 10:52:19 +00:00
rwall MAN[1-9] -> MAN. 2001-03-27 10:52:19 +00:00
rwho Don't attempt to parse %c 2001-03-21 20:26:51 +00:00
sasc Preceed/preceeding are not english words. Use precede and preceding. 2001-02-18 10:44:00 +00:00
script
sed mdoc(7) police: use the default ``file ...'' feature of the .Ar macro. 2001-02-13 09:56:35 +00:00
shar beforeinstall -> SCRIPTS. 2001-04-07 11:21:35 +00:00
showmount Add IPv6 support to showmount(8). This replaces IPv4-specific code 2001-04-05 17:18:36 +00:00
size MAN[1-9] -> MAN. 2001-03-27 10:52:19 +00:00
sockstat beforeinstall -> SCRIPTS. 2001-04-07 11:21:35 +00:00
soelim
split
strings MAN[1-9] -> MAN. 2001-03-27 10:52:19 +00:00
strip MAN[1-9] -> MAN. 2001-03-27 10:52:19 +00:00
su Add full PAM support for account management and sessions. 2001-03-27 19:40:51 +00:00
symorder
systat numdirtybuffers is an int, not a long. 2001-03-29 02:18:19 +00:00
tail Back out my fseeko -> fseek(END) change - we need to position on what we 2001-03-28 13:10:17 +00:00
talk
tconv mdoc(7) police: split punctuation characters + misc fixes. 2001-02-01 16:38:02 +00:00
tcopy Move _PATH_DEFTAPE to <paths.h> to remove all the duplication of definitons, 2001-03-08 09:04:40 +00:00
tee
telnet libtelnet.a is gone; add a special hack for `make release' fixit floppy. 2001-03-31 17:04:49 +00:00
tftp Fix tftpd and tftp to support file transfers of over 65535 blocks 2001-02-02 10:53:02 +00:00
time Localize it (LC_NUMERIC) 2001-02-10 22:46:47 +00:00
tip MAN[1-9] -> MAN. 2001-03-27 10:52:19 +00:00
top Correct the top memory stats display: convert page counts to kB. 2001-03-20 16:02:16 +00:00
touch
tput beforeinstall -> SCRIPTS. 2001-04-07 11:21:35 +00:00
tr mdoc(7) police: split punctuation characters + misc fixes. 2001-02-01 16:38:02 +00:00
true Fix typo 2001-01-25 13:13:55 +00:00
truncate
truss
tset
tsort Fix typo: compatability -> compatibility. 2001-02-06 12:05:58 +00:00
tty
uac
ul
uname
unexpand
unifdef
uniq
units All temperature scales are centigrades. Use "Celsius" instead. 2001-03-01 05:51:46 +00:00
unvis
usbhidctl
users
uudecode
uuencode MAN[1-9] -> MAN. 2001-03-27 10:52:19 +00:00
vacation
vgrind beforeinstall -> SCRIPTS. 2001-04-07 11:21:35 +00:00
vi Drop support for -DRELEASE_BUILD_FIXIT and -DCRUNCHED_BINARY in 2001-04-03 13:34:35 +00:00
vis
vmstat MAN[1-9] -> MAN. 2001-03-27 10:52:19 +00:00
w MAN[1-9] -> MAN. 2001-03-27 10:52:19 +00:00
wall Fix ttynames generation broken with strlcat 2001-03-05 14:10:15 +00:00
wc
what
whereis beforeinstall -> SCRIPTS. 2001-04-07 11:21:35 +00:00
which
who Don't attempt to parse %c 2001-03-21 19:16:41 +00:00
whois
window Include a missing header, and change a mktemp(3), mkdir(2) sequence to 2001-03-29 20:33:57 +00:00
write
xargs o The -s limit is ARG_MAX - 4K, not ARG_MAX - 2K. 2001-04-10 23:16:55 +00:00
xinstall Do not override `realinstall' target, use ${PROGNAME}. 2001-04-02 11:54:59 +00:00
xlint Do not override `realinstall' target, use ${PROGNAME}. 2001-04-02 12:06:00 +00:00
xstr
yacc beforeinstall -> SCRIPTS. 2001-04-07 11:21:35 +00:00
yes
ypcat mdoc(7) police: split punctuation characters + misc fixes. 2001-02-01 16:38:02 +00:00
ypmatch mdoc(7) police: split punctuation characters + misc fixes. 2001-02-01 16:38:02 +00:00
ypwhich
Makefile Do not build (and install) both secure/ and standard versions 2001-03-26 12:49:05 +00:00
Makefile.inc