CVS log for src/sbin/dump/tape.c
Up to [cvs.NetBSD.org] / src / sbin / dump
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.57: download - view: text, markup, annotated - select for diffs
Sat Jun 19 13:56:34 2021 UTC (3 years, 7 months ago) by christos
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
netbsd-10-base,
netbsd-10-1-RELEASE,
netbsd-10-0-RELEASE,
netbsd-10-0-RC6,
netbsd-10-0-RC5,
netbsd-10-0-RC4,
netbsd-10-0-RC3,
netbsd-10-0-RC2,
netbsd-10-0-RC1,
netbsd-10,
HEAD
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +126 -126
lines
Add external attribute dumping and restoring support from FreeBSD.
Does not fully work yet, attributes are being saved and restored correctly,
but don't appear in the restored files somehow.
Revision 1.54.8.2: download - view: text, markup, annotated - select for diffs
Tue Jun 8 12:59:32 2021 UTC (3 years, 7 months ago) by martin
Branches: netbsd-8
CVS tags: netbsd-8-3-RELEASE
Diff to: previous 1.54.8.1: preferred, colored; branchpoint 1.54: preferred, colored; next MAIN 1.55: preferred, colored
Changes since revision 1.54.8.1: +4 -3
lines
Pull up following revision(s) (requested by hannken in ticket #1683):
sbin/dump/tape.c: revision 1.56
Bitmaps (TS_BITS and TS_CLRI) dont use the "c_addr" array as they
cannot have holes. As bitmaps are written without TS_ADDR records
"c_count" may be larger than the "c_addr" size resulting in a
segmentation violation reading "c_addr" beyond its end.
Compute "blks" for TS_INODE and TS_ADDR only -- its used for multi
volume dumps and the bitmaps must both be on the first volume.
Revision 1.55.2.1: download - view: text, markup, annotated - select for diffs
Tue Jun 8 12:55:40 2021 UTC (3 years, 7 months ago) by martin
Branches: netbsd-9
CVS tags: netbsd-9-4-RELEASE,
netbsd-9-3-RELEASE
Diff to: previous 1.55: preferred, colored; next MAIN 1.56: preferred, colored
Changes since revision 1.55: +4 -3
lines
Pull up following revision(s) (requested by hannken in ticket #1283):
sbin/dump/tape.c: revision 1.56
Bitmaps (TS_BITS and TS_CLRI) dont use the "c_addr" array as they
cannot have holes. As bitmaps are written without TS_ADDR records
"c_count" may be larger than the "c_addr" size resulting in a
segmentation violation reading "c_addr" beyond its end.
Compute "blks" for TS_INODE and TS_ADDR only -- its used for multi
volume dumps and the bitmaps must both be on the first volume.
Revision 1.56: download - view: text, markup, annotated - select for diffs
Mon Jun 7 14:07:32 2021 UTC (3 years, 7 months ago) by hannken
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +4 -3
lines
Bitmaps (TS_BITS and TS_CLRI) dont use the "c_addr" array as they
cannot have holes. As bitmaps are written without TS_ADDR records
"c_count" may be larger than the "c_addr" size resulting in a
segmentation violation reading "c_addr" beyond its end.
Compute "blks" for TS_INODE and TS_ADDR only -- its used for multi
volume dumps and the bitmaps must both be on the first volume.
Revision 1.54.16.1: download - view: text, markup, annotated - select for diffs
Mon Jun 10 22:05:32 2019 UTC (5 years, 7 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.54: preferred, colored; next MAIN 1.55: preferred, colored
Changes since revision 1.54: +14 -13
lines
Sync with HEAD
Revision 1.54.8.1: download - view: text, markup, annotated - select for diffs
Fri Mar 29 19:43:28 2019 UTC (5 years, 9 months ago) by martin
Branches: netbsd-8
CVS tags: netbsd-8-2-RELEASE,
netbsd-8-1-RELEASE,
netbsd-8-1-RC1
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +14 -13
lines
Pull up following revision(s) (requested by manu in ticket #1221):
sbin/dump/tape.c: revision 1.55
sbin/dump_lfs/dump_lfs.8: revision 1.18
sbin/dump/dump.h: revision 1.56
sbin/dump/dump.8: revision 1.69
sbin/dump/dump.h: revision 1.57
sbin/dump/ffs_inode.c: revision 1.23
sbin/dump/optr.c: revision 1.43
sbin/dump/itime.c: revision 1.21
sbin/dump/main.c: revision 1.74
sbin/dump/itime.c: revision 1.22
sbin/dump/main.c: revision 1.75
sbin/dump/dump.8: revision 1.70
sbin/dump/traverse.c: revision 1.52
sbin/dump/dump.8: revision 1.71
Document what rdump is (was once) for. PR 53442.
Use getfsspecname() to fill the filesystem argument in dumpdates.
While here, make sure that the error strings terminate with newline
consistently, and add a function that adds the system error string.
Add -U flag to dump(8) and dump_lfs(8) to specify dumpdates entry
This address situations where dump(8) cannot figure out the device being
dumped. It also allows tracking of subvolume dumps by using virtual
device as dumpdates entry.
Bump date for previous.
Revision 1.55: download - view: text, markup, annotated - select for diffs
Fri Mar 1 16:42:11 2019 UTC (5 years, 10 months ago) by christos
Branches: MAIN
CVS tags: phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
phil-wifi-20191119,
phil-wifi-20190609,
netbsd-9-base,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1,
is-mlppp-base,
is-mlppp,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x
Branch point for: netbsd-9
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +14 -13
lines
Use getfsspecname() to fill the filesystem argument in dumpdates.
While here, make sure that the error strings terminate with newline
consistently, and add a function that adds the system error string.
Revision 1.50.4.1: download - view: text, markup, annotated - select for diffs
Tue Mar 8 10:05:43 2016 UTC (8 years, 10 months ago) by snj
Branches: netbsd-6
Diff to: previous 1.50: preferred, colored; next MAIN 1.51: preferred, colored
Changes since revision 1.50: +9 -8
lines
Pull up following revision(s) (requested by bouyer in ticket #1332):
sbin/dump/main.c: revision 1.73
sbin/dump/tape.c: revision 1.54
Consistently use iswap64() and 64bit intermediate variable, as well as
64bit formats for c_tapea. Fixes tape useage report for large filesystems.
Revision 1.53.6.1: download - view: text, markup, annotated - select for diffs
Fri Nov 6 20:27:55 2015 UTC (9 years, 2 months ago) by riz
Branches: netbsd-7
CVS tags: netbsd-7-nhusb-base-20170116,
netbsd-7-nhusb-base,
netbsd-7-nhusb,
netbsd-7-2-RELEASE,
netbsd-7-1-RELEASE,
netbsd-7-1-RC2,
netbsd-7-1-RC1,
netbsd-7-1-2-RELEASE,
netbsd-7-1-1-RELEASE,
netbsd-7-1
Diff to: previous 1.53: preferred, colored; next MAIN 1.54: preferred, colored
Changes since revision 1.53: +9 -8
lines
Pull up following revision(s) (requested by bouyer in ticket #991):
sbin/dump/tape.c: revision 1.54
sbin/dump/main.c: revision 1.73
Consistently use iswap64() and 64bit intermediate variable, as well as
64bit formats for c_tapea. Fixes tape useage report for large filesystems.
Revision 1.54: download - view: text, markup, annotated - select for diffs
Mon Aug 24 17:37:10 2015 UTC (9 years, 4 months ago) by bouyer
Branches: MAIN
CVS tags: prg-localcount2-base3,
prg-localcount2-base2,
prg-localcount2-base1,
prg-localcount2-base,
prg-localcount2,
phil-wifi-base,
pgoyette-localcount-base,
pgoyette-localcount-20170426,
pgoyette-localcount-20170320,
pgoyette-localcount-20170107,
pgoyette-localcount-20161104,
pgoyette-localcount-20160806,
pgoyette-localcount-20160726,
pgoyette-localcount,
pgoyette-compat-merge-20190127,
pgoyette-compat-base,
pgoyette-compat-20190127,
pgoyette-compat-20190118,
pgoyette-compat-1226,
pgoyette-compat-1126,
pgoyette-compat-1020,
pgoyette-compat-0930,
pgoyette-compat-0906,
pgoyette-compat-0728,
pgoyette-compat-0625,
pgoyette-compat-0521,
pgoyette-compat-0502,
pgoyette-compat-0422,
pgoyette-compat-0415,
pgoyette-compat-0407,
pgoyette-compat-0330,
pgoyette-compat-0322,
pgoyette-compat-0315,
pgoyette-compat,
perseant-stdc-iso10646-base,
perseant-stdc-iso10646,
netbsd-8-base,
netbsd-8-0-RELEASE,
netbsd-8-0-RC2,
netbsd-8-0-RC1,
matt-nb8-mediatek-base,
matt-nb8-mediatek,
localcount-20160914,
bouyer-socketcan-base1,
bouyer-socketcan-base,
bouyer-socketcan
Branch point for: phil-wifi,
netbsd-8
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +9 -8
lines
Consistently use iswap64() and 64bit intermediate variable, as well as
64bit formats for c_tapea. Fixes tape useage report for large filesystems.
Revision 1.50.2.2: download - view: text, markup, annotated - select for diffs
Thu May 22 11:37:27 2014 UTC (10 years, 7 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.50.2.1: preferred, colored; branchpoint 1.50: preferred, colored; next MAIN 1.51: preferred, colored
Changes since revision 1.50.2.1: +2 -5
lines
sync with head.
for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
Revision 1.50.8.2: download - view: text, markup, annotated - select for diffs
Sun Jun 23 06:28:50 2013 UTC (11 years, 6 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.50.8.1: preferred, colored; branchpoint 1.50: preferred, colored; next MAIN 1.51: preferred, colored
Changes since revision 1.50.8.1: +2 -5
lines
resync from head
Revision 1.53: download - view: text, markup, annotated - select for diffs
Sat Jun 15 01:27:19 2013 UTC (11 years, 7 months ago) by christos
Branches: MAIN
CVS tags: yamt-pagecache-base9,
tls-maxphys-base,
tls-earlyentropy-base,
tls-earlyentropy,
riastradh-xf86-video-intel-2-7-1-pre-2-21-15,
riastradh-drm2-base3,
riastradh-drm2-base2,
riastradh-drm2-base1,
riastradh-drm2-base,
riastradh-drm2,
netbsd-7-base,
netbsd-7-0-RELEASE,
netbsd-7-0-RC3,
netbsd-7-0-RC2,
netbsd-7-0-RC1,
netbsd-7-0-2-RELEASE,
netbsd-7-0-1-RELEASE,
netbsd-7-0
Branch point for: netbsd-7
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +2 -5
lines
handle new lfs split
Revision 1.50.8.1: download - view: text, markup, annotated - select for diffs
Mon Feb 25 00:28:05 2013 UTC (11 years, 10 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +21 -21
lines
resync with head
Revision 1.50.2.1: download - view: text, markup, annotated - select for diffs
Wed Jan 23 00:05:29 2013 UTC (11 years, 11 months ago) by yamt
Branches: yamt-pagecache
CVS tags: yamt-pagecache-tag8
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +21 -21
lines
sync with head
Revision 1.52: download - view: text, markup, annotated - select for diffs
Sun Jan 13 23:17:18 2013 UTC (12 years ago) by dholland
Branches: MAIN
CVS tags: yamt-pagecache-base8,
agc-symver-base,
agc-symver
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +19 -19
lines
Use void * for I/O functions and remove no-longer-needed casts.
Revision 1.51: download - view: text, markup, annotated - select for diffs
Sun Jan 13 22:53:01 2013 UTC (12 years ago) by dholland
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +6 -6
lines
Add some const.
Revision 1.50: download - view: text, markup, annotated - select for diffs
Fri Sep 16 16:13:17 2011 UTC (13 years, 4 months ago) by plunky
Branches: MAIN
CVS tags: yamt-pagecache-base7,
yamt-pagecache-base6,
yamt-pagecache-base5,
yamt-pagecache-base4,
yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
netbsd-6-base,
netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-1-5-RELEASE,
netbsd-6-1-4-RELEASE,
netbsd-6-1-3-RELEASE,
netbsd-6-1-2-RELEASE,
netbsd-6-1-1-RELEASE,
netbsd-6-1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-6-RELEASE,
netbsd-6-0-5-RELEASE,
netbsd-6-0-4-RELEASE,
netbsd-6-0-3-RELEASE,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus
Branch point for: yamt-pagecache,
tls-maxphys,
netbsd-6
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +3 -3
lines
NULL does not need a cast, here
Revision 1.48.4.1: download - view: text, markup, annotated - select for diffs
Sun Mar 23 00:44:22 2008 UTC (16 years, 10 months ago) by matt
Branches: matt-armv6
Diff to: previous 1.48: preferred, colored; next MAIN 1.49: preferred, colored
Changes since revision 1.48: +3 -3
lines
sync with HEAD
Revision 1.48.6.1: download - view: text, markup, annotated - select for diffs
Mon Feb 18 21:04:16 2008 UTC (16 years, 11 months ago) by mjf
Branches: mjf-devfs
Diff to: previous 1.48: preferred, colored; next MAIN 1.49: preferred, colored
Changes since revision 1.48: +3 -3
lines
Sync with HEAD.
Revision 1.49: download - view: text, markup, annotated - select for diffs
Sat Feb 16 17:58:01 2008 UTC (16 years, 11 months ago) by matt
Branches: MAIN
CVS tags: yamt-pf42-baseX,
yamt-pf42-base4,
yamt-pf42-base3,
yamt-pf42-base2,
yamt-pf42-base,
yamt-pf42,
wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
wrstuden-revivesa,
netbsd-5-base,
netbsd-5-2-RELEASE,
netbsd-5-2-RC1,
netbsd-5-2-3-RELEASE,
netbsd-5-2-2-RELEASE,
netbsd-5-2-1-RELEASE,
netbsd-5-2,
netbsd-5-1-RELEASE,
netbsd-5-1-RC4,
netbsd-5-1-RC3,
netbsd-5-1-RC2,
netbsd-5-1-RC1,
netbsd-5-1-5-RELEASE,
netbsd-5-1-4-RELEASE,
netbsd-5-1-3-RELEASE,
netbsd-5-1-2-RELEASE,
netbsd-5-1-1-RELEASE,
netbsd-5-1,
netbsd-5-0-RELEASE,
netbsd-5-0-RC4,
netbsd-5-0-RC3,
netbsd-5-0-RC2,
netbsd-5-0-RC1,
netbsd-5-0-2-RELEASE,
netbsd-5-0-1-RELEASE,
netbsd-5-0,
netbsd-5,
mjf-devfs2-base,
mjf-devfs2,
mjf-devfs-base,
matt-premerge-20091211,
matt-nb5-pq3-base,
matt-nb5-pq3,
matt-nb5-mips64-u2-k2-k4-k7-k8-k9,
matt-nb5-mips64-u1-k1-k5,
matt-nb5-mips64-premerge-20101231,
matt-nb5-mips64-premerge-20091211,
matt-nb5-mips64-k15,
matt-nb5-mips64,
matt-nb4-mips64-k7-u2a-k9b,
matt-mips64-premerge-20101231,
matt-mips64-base2,
matt-armv6-nbase,
keiichi-mipv6-base,
keiichi-mipv6,
jym-xensuspend-nbase,
jym-xensuspend-base,
jym-xensuspend,
hpcarm-cleanup-nbase,
hpcarm-cleanup-base,
cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +3 -3
lines
Fix some inconsisent/conflicting definitions and missing parameters
Revision 1.48: download - view: text, markup, annotated - select for diffs
Mon Dec 18 20:07:32 2006 UTC (18 years, 1 month ago) by christos
Branches: MAIN
CVS tags: matt-mips64-base,
matt-mips64,
matt-armv6-prevmlocking,
matt-armv6-base,
hpcarm-cleanup,
cube-autoconf-base,
cube-autoconf
Branch point for: mjf-devfs,
matt-armv6
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +8 -8
lines
Convert a couple of "(void)&" constructs to volatile.
Flag various unused parameters in restore and dump so that these will
compile with -Wextra. (Note: restore uses some stuff from dump.)
Revision 1.44.6.1: download - view: text, markup, annotated - select for diffs
Sat Nov 11 21:31:47 2006 UTC (18 years, 2 months ago) by bouyer
Branches: netbsd-3-1
CVS tags: netbsd-3-1-1-RELEASE
Diff to: previous 1.44: preferred, colored; next MAIN 1.45: preferred, colored
Changes since revision 1.44: +3 -3
lines
Pull up following revision(s) (requested by hannken in ticket #1573):
sbin/dump/snapshot.h: revision 1.3 via patch
sbin/dump/snapshot.c: revision 1.3 via patch
sbin/dump/main.c: revision 1.63 via patch
sbin/dump/tape.c: revision 1.47 via patch
sbin/dump/dump.h: revision 1.44 via patch
When using a snapshot take the snapshot raw device on further open.
Fixes PR #34923 dump(8) only dumps a corefile with -X (snapshots)
Approved by: Manuel Bouyer <bouyer@netbsd.org>
Revision 1.44.4.1: download - view: text, markup, annotated - select for diffs
Sat Nov 11 21:31:10 2006 UTC (18 years, 2 months ago) by bouyer
Branches: netbsd-3-0
CVS tags: netbsd-3-0-3-RELEASE
Diff to: previous 1.44: preferred, colored; next MAIN 1.45: preferred, colored
Changes since revision 1.44: +3 -3
lines
Pull up following revision(s) (requested by hannken in ticket #1573):
sbin/dump/snapshot.h: revision 1.3 via patch
sbin/dump/snapshot.c: revision 1.3 via patch
sbin/dump/main.c: revision 1.63 via patch
sbin/dump/tape.c: revision 1.47 via patch
sbin/dump/dump.h: revision 1.44 via patch
When using a snapshot take the snapshot raw device on further open.
Fixes PR #34923 dump(8) only dumps a corefile with -X (snapshots)
Approved by: Manuel Bouyer <bouyer@netbsd.org>
Revision 1.44.2.1: download - view: text, markup, annotated - select for diffs
Sat Nov 11 21:30:27 2006 UTC (18 years, 2 months ago) by bouyer
Branches: netbsd-3
Diff to: previous 1.44: preferred, colored; next MAIN 1.45: preferred, colored
Changes since revision 1.44: +3 -3
lines
Pull up following revision(s) (requested by hannken in ticket #1573):
sbin/dump/snapshot.h: revision 1.3 via patch
sbin/dump/snapshot.c: revision 1.3 via patch
sbin/dump/main.c: revision 1.63 via patch
sbin/dump/tape.c: revision 1.47 via patch
sbin/dump/dump.h: revision 1.44 via patch
When using a snapshot take the snapshot raw device on further open.
Fixes PR #34923 dump(8) only dumps a corefile with -X (snapshots)
Approved by: Manuel Bouyer <bouyer@netbsd.org>
Revision 1.47: download - view: text, markup, annotated - select for diffs
Thu Oct 26 20:02:30 2006 UTC (18 years, 2 months ago) by hannken
Branches: MAIN
CVS tags: wrstuden-fixsa-newbase,
wrstuden-fixsa-base-1,
wrstuden-fixsa-base,
wrstuden-fixsa,
netbsd-4-base,
netbsd-4-0-RELEASE,
netbsd-4-0-RC5,
netbsd-4-0-RC4,
netbsd-4-0-RC3,
netbsd-4-0-RC2,
netbsd-4-0-RC1,
netbsd-4-0-1-RELEASE,
netbsd-4-0,
netbsd-4
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +3 -3
lines
When using a snapshot take the snapshot raw device on further open.
Fixes PR #34923 dump(8) only dumps a corefile with -X (snapshots)
Approved by: Manuel Bouyer <bouyer@netbsd.org>
Revision 1.46: download - view: text, markup, annotated - select for diffs
Sat Jun 24 05:28:54 2006 UTC (18 years, 6 months ago) by perseant
Branches: MAIN
CVS tags: abandoned-netbsd-4-base,
abandoned-netbsd-4
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +5 -2
lines
Change LFCNWRAP{STOP,GO} to make them more suitable for snapshotting; in
particular, the caller can now choose whether to wait for the condition
to be met, and if the caller of LFCNWRAPSTOP dies or otherwise closes
the descriptor, the filesystem is started again. Updated the ckckp
regression test to use the new semantics.
dump_lfs(8) now uses the fcntls to implement LFS-style snapshotting through
the -X flag, addressing PR#33457 albeit not using fss(4). Fixed a couple
other problems with dump_lfs that manifested themselves during testing.
Revision 1.45: download - view: text, markup, annotated - select for diffs
Thu Jun 2 00:48:48 2005 UTC (19 years, 7 months ago) by lukem
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +3 -2
lines
appease gcc -Wuninitialized
Revision 1.44: download - view: text, markup, annotated - select for diffs
Sun Aug 8 09:46:16 2004 UTC (20 years, 5 months ago) by lukem
Branches: MAIN
CVS tags: netbsd-3-base,
netbsd-3-1-RELEASE,
netbsd-3-1-RC4,
netbsd-3-1-RC3,
netbsd-3-1-RC2,
netbsd-3-1-RC1,
netbsd-3-0-RELEASE,
netbsd-3-0-RC6,
netbsd-3-0-RC5,
netbsd-3-0-RC4,
netbsd-3-0-RC3,
netbsd-3-0-RC2,
netbsd-3-0-RC1,
netbsd-3-0-2-RELEASE,
netbsd-3-0-1-RELEASE
Branch point for: netbsd-3-1,
netbsd-3-0,
netbsd-3
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +3 -3
lines
Signal handlers should manipulate 'volatile sig_atomic_t' instead of 'int'.
Revision 1.43: download - view: text, markup, annotated - select for diffs
Mon Mar 15 01:06:06 2004 UTC (20 years, 10 months ago) by lukem
Branches: MAIN
CVS tags: netbsd-2-base,
netbsd-2-1-RELEASE,
netbsd-2-1-RC6,
netbsd-2-1-RC5,
netbsd-2-1-RC4,
netbsd-2-1-RC3,
netbsd-2-1-RC2,
netbsd-2-1-RC1,
netbsd-2-1,
netbsd-2-0-base,
netbsd-2-0-RELEASE,
netbsd-2-0-RC5,
netbsd-2-0-RC4,
netbsd-2-0-RC3,
netbsd-2-0-RC2,
netbsd-2-0-RC1,
netbsd-2-0-3-RELEASE,
netbsd-2-0-2-RELEASE,
netbsd-2-0-1-RELEASE,
netbsd-2-0,
netbsd-2
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +2 -3
lines
Adjust tstart_volume (volume start time) by the time spent in query(),
similar to the adjustment for tstart_writing made in optr.c rev 1.4.
Should fix PR bin/19711 from matthew green.
Revision 1.42: download - view: text, markup, annotated - select for diffs
Wed Feb 18 10:45:21 2004 UTC (20 years, 11 months ago) by hannken
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +10 -17
lines
Avoid signal race condition. If a slave gets the SIGUSR2 signal between
the "setjmp" and the "ready = 1" statements the slave will pause forever
and the complet dump hangs.
Fixes PR #24453
Revision 1.41: download - view: text, markup, annotated - select for diffs
Thu Aug 7 10:04:14 2003 UTC (21 years, 5 months ago) by agc
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +3 -7
lines
Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22308, verified by myself.
Revision 1.40: download - view: text, markup, annotated - select for diffs
Wed Apr 2 10:39:24 2003 UTC (21 years, 9 months ago) by fvdl
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +22 -17
lines
Add support for UFS2. UFS2 is an enhanced FFS, adding support for
64 bit block pointers, extended attribute storage, and a few
other things.
This commit does not yet include the code to manipulate the extended
storage (for e.g. ACLs), this will be done later.
Originally written by Kirk McKusick and Network Associates Laboratories for
FreeBSD.
Revision 1.39: download - view: text, markup, annotated - select for diffs
Thu Jan 16 09:44:15 2003 UTC (22 years ago) by kleink
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +5 -5
lines
Rename `sigset' locals to avoid symbol shadowing warning.
Revision 1.38: download - view: text, markup, annotated - select for diffs
Sun Aug 18 08:03:35 2002 UTC (22 years, 5 months ago) by yamt
Branches: MAIN
CVS tags: fvdl_fs64_base
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +5 -2
lines
save/restore errno in signal handlers.
Revision 1.21.6.6: download - view: text, markup, annotated - select for diffs
Wed Jan 16 10:01:56 2002 UTC (23 years ago) by he
Branches: netbsd-1-5
CVS tags: netbsd-1-5-PATCH003
Diff to: previous 1.21.6.5: preferred, colored; branchpoint 1.21: preferred, colored; next MAIN 1.22: preferred, colored
Changes since revision 1.21.6.5: +4 -4
lines
Pull up revision 1.36 (via patch, requested by bouyer):
Add an ``-a'' option to ``auto-size'' the tape, rather than
relying upon other options to define the tape size.
Revision 1.21.6.5: download - view: text, markup, annotated - select for diffs
Wed Jan 16 09:57:46 2002 UTC (23 years ago) by he
Branches: netbsd-1-5
Diff to: previous 1.21.6.4: preferred, colored; branchpoint 1.21: preferred, colored
Changes since revision 1.21.6.4: +59 -56
lines
Pull up revisions 1.32-1.35 (via patch, requested by bouyer):
Various fixes:
o Fix error if first tape is write-protected; fixes PR#4754 and PR#6098
o Make error codes conform to manual page
o Use \a to make noise
o Fix estimated number of tapes for huge dumps to cartridges
o Use <sys/queue.h> SLIST_* macros instead of homegrown variants
o Do not exit if unable to read/create /etc/dumpdates
o Support output (tape) device returning ENOSPC for end-of-media on write
o Don't dump core if SIGINFO is received before 1 second has elapsed
o Only process SIGINFO in currently active child
o Ensure current (sub)block isn't past end of file system -- fixes
"spins forever but does nothing" bug.
o Some other minor fixes (types, whitespace, KNF, unifdef sunos, ...)
Revision 1.21.6.4: download - view: text, markup, annotated - select for diffs
Wed Jan 16 09:42:04 2002 UTC (23 years ago) by he
Branches: netbsd-1-5
Diff to: previous 1.21.6.3: preferred, colored; branchpoint 1.21: preferred, colored
Changes since revision 1.21.6.3: +27 -4
lines
Pull up revisions 1.31,1.37 (requested by bouyer):
Implement ``-l <timeout>'' option for use with e.g. autochangers.
Revision 1.37: download - view: text, markup, annotated - select for diffs
Mon Jan 7 17:34:09 2002 UTC (23 years ago) by bouyer
Branches: MAIN
CVS tags: netbsd-1-6-base,
netbsd-1-6-RELEASE,
netbsd-1-6-RC3,
netbsd-1-6-RC2,
netbsd-1-6-RC1,
netbsd-1-6-PATCH002-RELEASE,
netbsd-1-6-PATCH002-RC4,
netbsd-1-6-PATCH002-RC3,
netbsd-1-6-PATCH002-RC2,
netbsd-1-6-PATCH002-RC1,
netbsd-1-6-PATCH002,
netbsd-1-6-PATCH001-RELEASE,
netbsd-1-6-PATCH001-RC3,
netbsd-1-6-PATCH001-RC2,
netbsd-1-6-PATCH001-RC1,
netbsd-1-6-PATCH001,
netbsd-1-6
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +3 -3
lines
For -l: specify the timeout on the command line (in seconds) instead of
hardwiring it to 2s, as suggested on tech-userlevel.
Revision 1.36: download - view: text, markup, annotated - select for diffs
Sun Dec 30 04:03:17 2001 UTC (23 years ago) by lukem
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +4 -4
lines
Add -a to "auto-size" the tape, rather than relying upon other options
to define the tape size. Requires the tape driver to either return ENOSPC
at end of media, or 0 when a write is attempted (such as the "early warning"
support in st(4) enabled with "mt eew 1"). From FreeBSD.
Revision 1.35: download - view: text, markup, annotated - select for diffs
Tue Dec 25 12:06:26 2001 UTC (23 years ago) by lukem
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +28 -15
lines
Fixes from FreeBSD:
- Fix error if first tape was write protected. Fix NetBSD PRs 4754 and 6098.
- Make dump exit codes confirm to manual page.
- Use \a instead of \7 to make noise.
- Fix estimated number of tapes for huge dumps to cartridges.
- Use <sys/queue.h> SLIST_* instead of home-rolled lists.
- Do not exit if unable to read or create /etc/dumpdates.
- Support output (tape) device returning ENOSPC for end-of-media on a write.
Fixes by me:
- Remove unused ddates_in.
- Don't dump core if SIGINFO is received before 1 second has elapsed.
- Only process SIGINFO in current "active" child.
- Don't dump core in -w if dumpdates wasn't readable and ddatev == NULL
- Minor KNF; wrap some lines
Revision 1.34: download - view: text, markup, annotated - select for diffs
Sun Dec 23 12:54:54 2001 UTC (23 years, 1 month ago) by lukem
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -13
lines
unifdef sunos
Revision 1.33: download - view: text, markup, annotated - select for diffs
Sun Dec 23 12:29:57 2001 UTC (23 years, 1 month ago) by lukem
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +27 -27
lines
nuke trailing whitespace
Revision 1.32: download - view: text, markup, annotated - select for diffs
Sat Dec 22 08:05:25 2001 UTC (23 years, 1 month ago) by lukem
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +9 -8
lines
- use correct type for minTime in findlru() (size_t instead of int)
- clean up whitespace
Revision 1.31: download - view: text, markup, annotated - select for diffs
Fri Dec 14 14:43:34 2001 UTC (23 years, 1 month ago) by bouyer
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +27 -4
lines
Add a -l (autoload) flag. For multivolume dumps, this makes dump eject the
tape when a volume is full, and try to reopen the tape drive for 2 mn.
To be used with tape changers which load the next tape when the current one is
ejected.
While I'm there fix eject handling for remote tape.
Revision 1.30: download - view: text, markup, annotated - select for diffs
Thu Nov 1 08:03:03 2001 UTC (23 years, 2 months ago) by lukem
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +5 -5
lines
fix -Wshadow warnings
Revision 1.29: download - view: text, markup, annotated - select for diffs
Tue Aug 14 05:44:15 2001 UTC (23 years, 5 months ago) by lukem
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +3 -3
lines
s/filesystem/file system/dump.h
Revision 1.28: download - view: text, markup, annotated - select for diffs
Mon May 28 01:09:55 2001 UTC (23 years, 7 months ago) by lukem
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +3 -5
lines
* improve parsing of file-systems-to-dump when a path is given:
- if it's a path to an unmounted file-system listed in /etc/fstab, use
that instead of assuming the user wanted a subtree dump of the parent
directory. this restores the behaviour of dump before the subtree
dumping code went in.
- if it's a path to a mounted file-system which is not in /etc/fstab,
use the info from getmntinfo(3). previously, dump would choke.
* implement error checked malloc(), calloc(), strdup(), and use
appropriately (some of the calloc()s weren't being checked)
* use 'file-system' instead of 'filesystem' in the man page
Revision 1.27: download - view: text, markup, annotated - select for diffs
Mon May 28 00:41:14 2001 UTC (23 years, 7 months ago) by lukem
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -6
lines
unifdef !__STDC__ (missed in previous)
Revision 1.26: download - view: text, markup, annotated - select for diffs
Sun May 27 14:17:57 2001 UTC (23 years, 7 months ago) by lukem
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +31 -50
lines
knf to ansi
Revision 1.21.6.3: download - view: text, markup, annotated - select for diffs
Tue May 15 21:56:12 2001 UTC (23 years, 8 months ago) by he
Branches: netbsd-1-5
CVS tags: netbsd-1-5-PATCH002,
netbsd-1-5-PATCH001
Diff to: previous 1.21.6.2: preferred, colored; branchpoint 1.21: preferred, colored
Changes since revision 1.21.6.2: +5 -5
lines
Pull up revision 1.25 (requested by tron):
Fix bug in new ``e'' option: only eject tape if it is full, not
if the dump was finished.
Revision 1.25: download - view: text, markup, annotated - select for diffs
Sat May 12 08:03:01 2001 UTC (23 years, 8 months ago) by tron
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +5 -5
lines
Fix bug in new "e" option: only eject tape if it is full, not if the dump
was finished.
Revision 1.21.6.2: download - view: text, markup, annotated - select for diffs
Wed May 9 19:16:07 2001 UTC (23 years, 8 months ago) by he
Branches: netbsd-1-5
Diff to: previous 1.21.6.1: preferred, colored; branchpoint 1.21: preferred, colored
Changes since revision 1.21.6.1: +12 -2
lines
Pull up revision 1.24 (requested by tron):
Add a new option ``e'' to dump which directs it to eject tapes
automatically if a tape change is required.
Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon May 7 21:17:48 2001 UTC (23 years, 8 months ago) by tron
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +12 -2
lines
Add a new option "e" to "dump" which allows to eject tapes automatically
if a tape change is required.
Revision 1.21.6.1: download - view: text, markup, annotated - select for diffs
Tue Oct 17 21:49:33 2000 UTC (24 years, 3 months ago) by tv
Branches: netbsd-1-5
CVS tags: netbsd-1-5-RELEASE,
netbsd-1-5-BETA2,
netbsd-1-5-BETA
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +7 -6
lines
Pullup 1.22 [releng] and 1.23 [he]:
Fix format warnings.
The type of time_t varies between ports, so we need to cast
before printing. It appears to be sufficient and safe to use (int).
Revision 1.18.2.2: download - view: text, markup, annotated - select for diffs
Wed Oct 11 20:26:33 2000 UTC (24 years, 3 months ago) by he
Branches: netbsd-1-4
CVS tags: netbsd-1-4-PATCH003
Diff to: previous 1.18.2.1: preferred, colored; branchpoint 1.18: preferred, colored; next MAIN 1.19: preferred, colored
Changes since revision 1.18.2.1: +7 -6
lines
Pull up revision 1.23 (requested by he):
Format string cleanup.
Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed Oct 11 20:25:29 2000 UTC (24 years, 3 months ago) by he
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +7 -6
lines
Better fix for format warnings.
The type of time_t varies between ports, so we need to cast
before printing. It appears to be sufficient and safe to use (int).
Revision 1.18.2.1: download - view: text, markup, annotated - select for diffs
Wed Oct 11 18:39:57 2000 UTC (24 years, 3 months ago) by he
Branches: netbsd-1-4
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +4 -4
lines
Pull up revision 1.22 (requested by he):
Format string cleanup.
Revision 1.22: download - view: text, markup, annotated - select for diffs
Wed Oct 11 04:57:42 2000 UTC (24 years, 3 months ago) by briggs
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +4 -4
lines
Fix format warnings
Revision 1.18.4.1: download - view: text, markup, annotated - select for diffs
Mon Dec 27 18:30:22 1999 UTC (25 years ago) by wrstuden
Branches: wrstuden-devbsize
Diff to: previous 1.18: preferred, colored; next MAIN 1.19: preferred, colored
Changes since revision 1.18: +3 -4
lines
Pull up to last week's -current.
Revision 1.21: download - view: text, markup, annotated - select for diffs
Fri Oct 1 04:35:23 1999 UTC (25 years, 3 months ago) by perseant
Branches: MAIN
CVS tags: wrstuden-devbsize-base,
wrstuden-devbsize-19991221,
netbsd-1-5-base,
netbsd-1-5-ALPHA2,
minoura-xpg4dl-base,
minoura-xpg4dl,
comdex-fall-1999-base,
comdex-fall-1999
Branch point for: netbsd-1-5
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +3 -4
lines
Working version of aborted dump{,_lfs} join.
Revision 1.20: download - view: text, markup, annotated - select for diffs
Thu Sep 30 20:39:58 1999 UTC (25 years, 3 months ago) by perseant
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -1
lines
Back out changes made on the 29th, not at all the changes I intended to commit.
(I don't know how I did it though ... I'll figure it out tonight.)
I'll reapply this, in a working form, this evening.
Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Sep 29 04:57:49 1999 UTC (25 years, 3 months ago) by perseant
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +3 -4
lines
Adapt dump(8) to use filestore-independent (but still ufs-specific)
replacements for NINDIR, fsbtodb, etc. Create dump_lfs by adding a few
LFS-filestore-specific routines. As described in PR#8317.
Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue Mar 23 14:22:59 1999 UTC (25 years, 10 months ago) by bouyer
Branches: MAIN
CVS tags: netbsd-1-4-base,
netbsd-1-4-RELEASE,
netbsd-1-4-PATCH002,
netbsd-1-4-PATCH001
Branch point for: wrstuden-devbsize,
netbsd-1-4
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +5 -4
lines
Implement a read cache, as announced on tech-userlevel. Default is 32k
read buffer size, 512 buffer or 15% of the user memory. Can be changed
with the -k and -s options.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Sat Jul 18 05:04:36 1998 UTC (26 years, 6 months ago) by lukem
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -3
lines
use AF_LOCAL instead of AF_UNIX
Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Mar 18 16:54:56 1998 UTC (26 years, 10 months ago) by bouyer
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +21 -21
lines
Add support for non-native byte order FFS. The dump is in filesystem byte
order, restore already knows how to byteswap dumps.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Sep 16 08:37:01 1997 UTC (27 years, 4 months ago) by mrg
Branches: MAIN
CVS tags: netbsd-1-3-base,
netbsd-1-3-RELEASE,
netbsd-1-3-PATCH003-CANDIDATE2,
netbsd-1-3-PATCH003-CANDIDATE1,
netbsd-1-3-PATCH003-CANDIDATE0,
netbsd-1-3-PATCH003,
netbsd-1-3-PATCH002,
netbsd-1-3-PATCH001,
netbsd-1-3-BETA,
netbsd-1-3
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -3
lines
make these compile on the alpha after WARNS=1.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Sep 16 06:41:22 1997 UTC (27 years, 4 months ago) by lukem
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +4 -4
lines
resolve conflicts from lite-2 import
Revision 1.1.1.2 (vendor branch): download - view: text, markup, annotated - select for diffs
Tue Sep 16 02:25:35 1997 UTC (27 years, 4 months ago) by lukem
Branches: CSRG
CVS tags: lite-2
Diff to: previous 1.1.1.1: preferred, colored
Changes since revision 1.1.1.1: +4 -4
lines
imported from lite-2
Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Sep 15 12:42:55 1997 UTC (27 years, 4 months ago) by lukem
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -3
lines
remove __dead
Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Sep 15 07:58:08 1997 UTC (27 years, 4 months ago) by lukem
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +41 -21
lines
* cleanup for WARNS=1
* fix use of .Nm
* comment out some unused(?) functions
Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Jun 5 11:13:26 1997 UTC (27 years, 7 months ago) by lukem
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +29 -3
lines
* Add the ability to dump specific files & directories of a single
filesystem. This uses fts(3) to access the directory structure (and
not the raw device), so the standard access permissions are adhered
to (unlike dumping an entire filesystem, which just requires read
access to the raw disk device).
* Support SIGINFO status reporting.
* Remove now unused variables that previously stored the (e)uid.
* Be more informative in a couple of error messages.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Apr 15 07:00:49 1997 UTC (27 years, 9 months ago) by lukem
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -3
lines
use _PATH_DEFTAPE from <paths.h>
change doco references/examples from /dev/rmt* to /dev/rst*
Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Apr 15 01:09:53 1997 UTC (27 years, 9 months ago) by lukem
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +9 -9
lines
remove use of "register".
Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Apr 10 05:36:26 1997 UTC (27 years, 9 months ago) by lukem
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +34 -2
lines
Implement changes from [bin/1915]
* 'w' and 'W' display the year
* verbosity additions displaying total & per-volume transfer times and rates
Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Mar 21 18:48:47 1995 UTC (29 years, 10 months ago) by mycroft
Branches: MAIN
CVS tags: netbsd-1-2-base,
netbsd-1-2-RELEASE,
netbsd-1-2-PATCH001,
netbsd-1-2-BETA,
netbsd-1-2,
netbsd-1-1-base,
netbsd-1-1-RELEASE,
netbsd-1-1-PATCH001,
netbsd-1-1
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +5 -3
lines
Use POSIX signals.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Mar 18 14:55:07 1995 UTC (29 years, 10 months ago) by cgd
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +7 -2
lines
convert to new RCS Id conventions; reduce my headache
Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Oct 31 04:21:35 1994 UTC (30 years, 2 months ago) by cgd
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +6 -5
lines
correct return values.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Sep 23 14:27:06 1994 UTC (30 years, 4 months ago) by mycroft
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -3
lines
Eliminate uses of some obsolete functions.
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Mon Jun 13 22:41:36 1994 UTC (30 years, 7 months ago) by mycroft
Branches: CSRG
CVS tags: lite-1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +47 -43
lines
Import 4.4-Lite version.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Jun 8 18:57:40 1994 UTC (30 years, 7 months ago) by mycroft
Branches: MAIN
CVS tags: netbsd-1-0-base,
netbsd-1-0-RELEASE,
netbsd-1-0-PATCH1,
netbsd-1-0-PATCH06,
netbsd-1-0-PATCH05,
netbsd-1-0-PATCH04,
netbsd-1-0-PATCH03,
netbsd-1-0-PATCH02,
netbsd-1-0-PATCH0,
netbsd-1-0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +45 -43
lines
Update from 4.4-Lite, with local changes.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Mar 9 01:14:43 1994 UTC (30 years, 10 months ago) by cgd
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +5 -2
lines
light clean, and don't forget to close remote tape when aborting.
Inspired by Andreas Schulz.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Dec 22 10:24:56 1993 UTC (31 years, 1 month ago) by cgd
Branches: MAIN
new version from CSRG, via BSDI, with fixes
CVSweb <webmaster@jp.NetBSD.org>