to ignore leading "./" that was there to allow us to
compare path names with strcmp(). Comparing pathnames
syntactically is a bit more complex than that, so
encapsulate it in a new utility function and use that instead.
Separate platform-specific config into config_freebsd.h.
Changes to Makefile and bsdtar_platform.h to use this instead
of coding the FreeBSD configuration into bsdtar_platform.h
-o means different things depending on the mode in order to
preserve both GNU and POSIX compatibility
--no-same-owner always means the same thing, regardless of other options
* Correct crash when files are removed during a traversal
* Streamline some of the dir and link checks
* Clarify comments
* Guard header includes for portability
Update bsdtar_platform.h to reflect that FreeBSD does
indeed have <errno.h>.
date: 2007/07/12 01:17:14; author: delphij; state: Exp; lines: +7 -7
- Simulate GNU gzip(1) behavior where full filename is
being output in verbose mode when doing recursive[1].
- Use better representation of S:
PR: bin/114470
Submitted by: Ighighi <ighighi gmail com> [1]
One change in this patch relative to the changes in HEAD is that the
mroute statistics will still fallback to using libkvm on live kernels
if the sysctl fails.
1.59-1.62: already merged
1.63: removal of bridge(45) not merged
1.64: already merged
1.65: use uintmax_t
1.66: repair formatting to 79 columns
1.67: increase accuracy of timeouts and thus of per-interval counts
1.68: style fixes
Requested by: kuriyama (1.66)
1.66 changes the whitespace in output. Hopefully nothing depends on the
exact misformatting that it fixes.
Explain the change in sed behaviour WRT jumping over the 2nd address.
Add $FreeBSD$.
(Forgot to cvs up -j this file when doing MFC for the respective change
to the sed code.)
Don't forget to close the range if we branched over its end
and had no chance to match it by the 2nd address precisely.
Otherwise the unclosed range would bogusly extend to the end
of stream.
Add a regression test.
Explain the decision in the `POSIX' file.
1.44 src/usr.bin/sed/process.c
1.2-1.4 src/usr.bin/sed/POSIX
1.13 src/tools/regression/usr.bin/sed/regress.sh
1.1 src/tools/regression/usr.bin/sed/regress.b2a.out