freebsd-skq/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 Fix minor style bugs noticed by the Bruce Filter.[tm] 1998-09-13 19:54:54 +00:00
chflags NOSHARED takes a yes/YES no/NO value, not "true, false, hey mon!". 1997-06-29 06:03:42 +00:00
chio superceded -> superseded, which after some debate on #FreeBSD is in 1998-11-30 23:05:38 +00:00
chmod Improve description of absolute modes. 1998-05-19 06:24:50 +00:00
cp Don't use mmap() for non-regular files, since st_size is only meaningful 1998-11-18 11:47:45 +00:00
csh Document the printf built-in. 1998-07-27 21:31:19 +00:00
date Added missing #include <string.h> 1998-10-03 16:29:59 +00:00
dd Describe `bs=n' more precisely. Fixed some English errors. 1998-11-29 13:54:20 +00:00
df .Sh ENVIRONMENT VARIABLES -> .Sh ENVIRONMENT 1998-05-13 07:57:49 +00:00
domainname Correct use of .Nm. Add rcsid. 1998-05-13 07:39:11 +00:00
echo Correct use of .Nm. Add rcsid. 1998-05-13 07:39:11 +00:00
ed Silence some warnings when building on the alpha. 1998-08-07 09:39:11 +00:00
expr Correct use of .Nm. 1998-05-13 07:43:56 +00:00
hostname Correct use of .Nm. Add rcsid. 1998-05-13 07:47:35 +00:00
kill kill.1: Remove reference to obsolete sigvec(2) man page. Removed 1998-05-18 03:33:11 +00:00
ln Correct use of .Nm. Add rcsid. 1998-05-15 06:19:05 +00:00
ls changable -> changeable 1998-11-30 22:56:44 +00:00
mkdir Fix behaviour for 'mkdir -m 777 / /tmp/foo'. Play "guess the style bug" 1998-10-23 06:28:40 +00:00
mv Calls one or more of malloc(), warn(), err(), syslog(), execlp() or 1998-10-13 14:52:33 +00:00
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 Add JKH's auth.conf-file parser to turn Kerberos on/off in userland. 1998-10-09 06:31:45 +00:00
rm .Nm rm -> .Nm. 1998-05-18 06:37:35 +00:00
rmail Use sendmail-8.9.1 rmail (with our changes). 1998-08-04 15:19:16 +00:00
rmdir Correct use of .Nm. Add rcsid. 1998-05-18 06:40:56 +00:00
sh Fix typo. "If the an entry" --> "If an entry" 1998-12-02 23:20:11 +00:00
sleep Correct use of .Nm. Add rcsid. 1998-05-18 06:51:59 +00:00
stty Fixed printf format errors. 1998-06-28 18:08:54 +00:00
sync Correct use of .Nm. Add section number to .Xr references. Add rcsid. 1998-05-18 06:50:17 +00:00
test Add -S flag to test for sockets. 1998-09-07 16:59:05 +00:00
Makefile Split lines into one subdir per line. 1998-08-30 20:22:15 +00:00
Makefile.inc Revert $FreeBSD$ to $Id$ 1997-02-22 14:13:04 +00:00