freebsd-nq/bin
David E. O'Brien f08c1d5e48 There is a bug in /bin/pax -s option processing. The code assumes that all
pattern matches will occur at offset zero of the source string.  The bug causes
the input source string pointer to be incremented by the offset of the end of
the match, instead of it's length.  The fix is to only increment the pointer by
the length of the pattern match (eo-so).

Of course, the one example in the man page shows a situation where the match
occurs at offset 0.

Submitted by:	John W. DeBoskey <jwd@unx.sas.com>
Obtained from:	freebsd-current@freebsd.org
1998-12-05 10:29:10 +00:00
..
cat
chflags
chio superceded -> superseded, which after some debate on #FreeBSD is in 1998-11-30 23:05:38 +00:00
chmod
cp Don't use mmap() for non-regular files, since st_size is only meaningful 1998-11-18 11:47:45 +00:00
csh
date
dd Describe `bs=n' more precisely. Fixed some English errors. 1998-11-29 13:54:20 +00:00
df
domainname
echo
ed
expr
hostname
kill
ln
ls changable -> changeable 1998-11-30 22:56:44 +00:00
mkdir
mv
pax There is a bug in /bin/pax -s option processing. The code assumes that all 1998-12-05 10:29:10 +00:00
ps Fix formatting of %CPU value on alpha. 1998-11-25 09:34:00 +00:00
pwd Indicate that the thing not found was not /bin/pwd but rather $CWD (or .). 1998-11-21 08:45:22 +00:00
rcp
rm
rmail
rmdir
sh Fix typo. "If the an entry" --> "If an entry" 1998-12-02 23:20:11 +00:00
sleep
stty
sync
test
Makefile
Makefile.inc