relevant changes:
-can now copy cds with just one drive
-Added switch to enable the overburn mode
-Added selection of the sub-channel reading mode
-Fixes
-relevant changes:
-Added sub-channel writing for the 'generic-mmc' and 'generic-mmc-raw'
driver. Currently only the R-W sub-channels can be written.
-Added sub-channel reading support for the generic-mmc(-raw) driver.
-Added automatic check for support sub-channel reading modes to the
'generic-mmc(-raw)' driver.
-Default blanking mode is now 'minimal'
-Updated paranoia libraries
-Cue parser accepts spaces and '\' characters
-Updated scsilib
-Fixes
-USE_BUILDLINK2
Casting NULL to (void*) for variadic functions of course does not make
any difference on 64 bit platforms - as long as a valid prototype has been
seen, which is the case here - io.c includes unistd.h.
in the execl call is to make sure it is 64 bit on 64 bit archs.
Not verified by myself since I have no 64bit arch to test on.
Patch provided in private email.
Changes since 4.1.8 include:
* miscellaneous bug fixes
* additional dircolors entries
* documentation fixes
See the ChangeLog for the full list of changes.
Quoting from http://mail-index.netbsd.org/tech-userlevel/2002/10/16/0000.html
"I've written a tar that owes nothing to anything else. It's in the
public domain and hence is free for NetBSD to steal, anything from
lifting it verbatim to swiping ideas from.
It doesn't currently have anything like --fast-read; that hadn't
occurred to me. Now that it's been pointed out, I'll be adding it; I
think it's a valuable addition, whether or not NetBSD wants my tar."
Introduce USE_PTL2 so that PTL2 can still be used as an alternative (e.g.
for debugging).
Only include ptl2/buildlink2.mk if USE_PTL2 is set and no native threads
are available.
Bump PKGREVISIONS.
Provided in PR 18577 by David.S at idiom dot com, some modifications
by me to use buildlink2 files, and to specify the correct version of
python required.
Rdiff-backup backs up one directory to another, possibly over a network.
The target directory ends up a copy of the source directory, but extra
reverse diffs are stored in a special subdirectory of that target directory,
so you can still recover files lost some time ago. The idea is to combine
the best features of a mirror and an incremental backup. Rdiff-backup also
preserves subdirectories, hard links, dev files, permissions, uid/gid
ownership (if it is running as root), and modification times. Finally,
rdiff-backup can operate in a bandwidth efficient manner over a pipe, like
rsync. Thus you can use rdiff-backup and ssh to securely back a hard drive
up to a remote location, and only the differences will be transmitted.
...
Enabled compiling of lsof for NetBSD 1.5 with the
NULL file system, using a patch from Andrew Brown
<atatat@atatdot.net>.
...
Applied a patch, supplied by Andrew Brown
<atatat@atatdot.net>, that updates lsof for NetBSD
version 1.6.6. Corrected handling of the NetBSD
nullfs.
...
This obsoletes patch-ab. Again. :)