CVS log for src/sbin/dump/dump.h
Up to [cvs.NetBSD.org] / src / sbin / dump
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.60: 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.59: preferred, colored
Changes since revision 1.59: +2 -2
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
Mon Dec 7 19:35:50 2020 UTC (4 years, 1 month 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: +2 -2
lines
Pull up following revision(s) (requested by kre in ticket #1630):
sbin/dump/dump.h: revision 1.59
sbin/dump/main.c: revision 1.78
PR bin/55834
count blocks written in unsigned 64 bit counter
rather than signed int which overflows after 2^31-1
blocks (2TiB) after which neither the 5 minute
status updates or SIGINFO (^T) reports are issued
until the negative numbers increase past 0 and
wildly inaccurate reports would be written.
Revision 1.57.2.1: download - view: text, markup, annotated - select for diffs
Sun Dec 6 10:31:02 2020 UTC (4 years, 1 month ago) by martin
Branches: netbsd-9
CVS tags: netbsd-9-4-RELEASE,
netbsd-9-3-RELEASE,
netbsd-9-2-RELEASE
Diff to: previous 1.57: preferred, colored; next MAIN 1.58: preferred, colored
Changes since revision 1.57: +2 -2
lines
Pull up following revision(s) (requested by kre in ticket #1139):
sbin/dump/dump.h: revision 1.59
sbin/dump/main.c: revision 1.78
PR bin/55834
count blocks written in unsigned 64 bit counter
rather than signed int which overflows after 2^31-1
blocks (2TiB) after which neither the 5 minute
status updates or SIGINFO (^T) reports are issued
until the negative numbers increase past 0 and
wildly inaccurate reports would be written.
Revision 1.59: download - view: text, markup, annotated - select for diffs
Thu Dec 3 08:25:57 2020 UTC (4 years, 1 month ago) by kre
Branches: MAIN
CVS tags: cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +2 -2
lines
PR bin/55834
count blocks written in unsigned 64 bit counter
rather than signed int which overflows after 2^31-1
blocks (2TiB) after which neither the 5 minute
status updates or SIGINFO (^T) reports are issued
until the negative numbers increase past 0 and
wildly inaccurate reports would be written.
Revision 1.54.16.2: download - view: text, markup, annotated - select for diffs
Wed Apr 8 14:07:18 2020 UTC (4 years, 9 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.54.16.1: preferred, colored; branchpoint 1.54: preferred, colored; next MAIN 1.55: preferred, colored
Changes since revision 1.54.16.1: +36 -36
lines
Merge changes from current as of 20200406
Revision 1.58: download - view: text, markup, annotated - select for diffs
Sun Apr 5 15:25:39 2020 UTC (4 years, 9 months ago) by joerg
Branches: MAIN
CVS tags: phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +36 -36
lines
Fix depenency on common symbols in sbin.
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
Changes since revision 1.54: +7 -5
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: +6 -4
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.57: download - view: text, markup, annotated - select for diffs
Mon Mar 25 02:13:01 2019 UTC (5 years, 9 months ago) by manu
Branches: MAIN
CVS tags: phil-wifi-20191119,
phil-wifi-20190609,
netbsd-9-base,
netbsd-9-1-RELEASE,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1,
is-mlppp-base,
is-mlppp
Branch point for: netbsd-9
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +2 -1
lines
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.
Revision 1.56: 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
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +5 -4
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.55: download - view: text, markup, annotated - select for diffs
Sun Feb 3 12:17:14 2019 UTC (5 years, 11 months ago) by mrg
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +2 -2
lines
- mark Exit() __dead
- bump a buffer size to avoid possible truncation
- adding missing fallthru comment
Revision 1.54: download - view: text, markup, annotated - select for diffs
Mon Nov 16 17:06:47 2015 UTC (9 years, 2 months ago) by christos
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: +3 -2
lines
- update NAME_MAX to match the kernel.
- add a comment about where the constant is used.
Revision 1.53: download - view: text, markup, annotated - select for diffs
Wed Aug 12 18:28:00 2015 UTC (9 years, 5 months ago) by dholland
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +3 -3
lines
Hack up dinode usage to be 64 vs. 32 as needed. Part 1.
(This part changes the native lfs code; the ufs-derived code already
has 64 vs. 32 logic, but as aspects of it are unsafe, and don't
entirely interoperate cleanly with the lfs 64/32 stuff, pass 2 will be
rehashing that.)
Revision 1.52: download - view: text, markup, annotated - select for diffs
Tue Jul 28 05:09:34 2015 UTC (9 years, 5 months ago) by dholland
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +2 -1
lines
Add a new lfs header file: lfs_accessors.h.
This contains all the accessor functions and macros out of lfs.h.
Add an include of lfs_accessors.h after all uses of lfs.h... except
for code that wants to define its own struct lfs-alike that the
accessors are supposed to play along with. For these, set STRUCT_LFS
and include lfs_accessors.h after the necessary structure has been
defined, so that lfs_accessors.h can emit functions in terms of it.
Revision 1.46.6.3: 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.46.6.2: preferred, colored; branchpoint 1.46: preferred, colored; next MAIN 1.47: preferred, colored
Changes since revision 1.46.6.2: +10 -1
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.47.2.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.47.2.1: preferred, colored; branchpoint 1.47: preferred, colored; next MAIN 1.48: preferred, colored
Changes since revision 1.47.2.1: +10 -1
lines
resync from head
Revision 1.51: 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-nhusb-base-20170116,
netbsd-7-nhusb-base,
netbsd-7-nhusb,
netbsd-7-base,
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,
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,
netbsd-7
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +10 -1
lines
handle new lfs split
Revision 1.47.2.1: download - view: text, markup, annotated - select for diffs
Mon Feb 25 00:28:04 2013 UTC (11 years, 10 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +7 -7
lines
resync with head
Revision 1.46.6.2: 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.46.6.1: preferred, colored; branchpoint 1.46: preferred, colored
Changes since revision 1.46.6.1: +7 -7
lines
sync with head
Revision 1.50: download - view: text, markup, annotated - select for diffs
Tue Jan 22 09:39:11 2013 UTC (11 years, 11 months ago) by dholland
Branches: MAIN
CVS tags: yamt-pagecache-base8,
agc-symver-base,
agc-symver
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +2 -2
lines
Stuff UFS_ in front of a few of ufs's symbols to reduce namespace
pollution. Specifically:
ROOTINO -> UFS_ROOTINO
WINO -> UFS_WINO
NXADDR -> UFS_NXADDR
NDADDR -> UFS_NDADDR
NIADDR -> UFS_NIADDR
MAXSYMLINKLEN -> UFS_MAXSYMLINKLEN
MAXSYMLINKLEN_UFS[12] -> UFS[12]_MAXSYMLINKLEN (for consistency)
Sort out ext2fs's misuse of NDADDR and NIADDR; fortunately, these have
the same values in ext2fs and ffs.
No functional change intended.
Revision 1.49: download - view: text, markup, annotated - select for diffs
Sun Jan 13 23:45:35 2013 UTC (12 years ago) by dholland
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +4 -4
lines
Use __printflike.
Revision 1.48: 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.47: preferred, colored
Changes since revision 1.47: +3 -3
lines
Add some const.
Revision 1.46.6.1: download - view: text, markup, annotated - select for diffs
Wed May 23 10:07:34 2012 UTC (12 years, 7 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +1 -13
lines
sync with head.
Revision 1.47: download - view: text, markup, annotated - select for diffs
Sat May 5 21:03:02 2012 UTC (12 years, 8 months ago) by christos
Branches: MAIN
CVS tags: yamt-pagecache-base7,
yamt-pagecache-base6,
yamt-pagecache-base5
Branch point for: tls-maxphys
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +1 -13
lines
remove ancient crap
Revision 1.46: download - view: text, markup, annotated - select for diffs
Fri Feb 26 02:11:40 2010 UTC (14 years, 10 months ago) by christos
Branches: MAIN
CVS tags: 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,
netbsd-6,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus,
matt-mips64-premerge-20101231,
cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2
Branch point for: yamt-pagecache
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +2 -1
lines
PR/42883: Greywolf: Add -i flag which brings "true incremental" capability.
Revision 1.44.8.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.44: preferred, colored; next MAIN 1.45: preferred, colored
Changes since revision 1.44: +3 -1
lines
sync with HEAD
Revision 1.44.10.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.44: preferred, colored; next MAIN 1.45: preferred, colored
Changes since revision 1.44: +3 -1
lines
Sync with HEAD.
Revision 1.45: 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-base2,
matt-armv6-nbase,
keiichi-mipv6-base,
keiichi-mipv6,
jym-xensuspend-nbase,
jym-xensuspend-base,
jym-xensuspend,
hpcarm-cleanup-nbase,
hpcarm-cleanup-base
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +3 -1
lines
Fix some inconsisent/conflicting definitions and missing parameters
Revision 1.39.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.39: preferred, colored; next MAIN 1.40: preferred, colored
Changes since revision 1.39: +2 -1
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.39.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.39: preferred, colored; next MAIN 1.40: preferred, colored
Changes since revision 1.39: +2 -1
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.39.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.39: preferred, colored; next MAIN 1.40: preferred, colored
Changes since revision 1.39: +2 -1
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: 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,
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.43: preferred, colored
Changes since revision 1.43: +2 -1
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.43: 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.42: preferred, colored
Changes since revision 1.42: +7 -1
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.42: download - view: text, markup, annotated - select for diffs
Fri Apr 21 15:00:49 2006 UTC (18 years, 9 months ago) by skrll
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +8 -1
lines
Don't use cast expressions as lvalues as newer versions of gcc warn.
Revision 1.41: download - view: text, markup, annotated - select for diffs
Sat Dec 24 20:55:03 2005 UTC (19 years ago) by perry
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +7 -7
lines
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
Revision 1.40: download - view: text, markup, annotated - select for diffs
Mon Jun 27 01:37:32 2005 UTC (19 years, 6 months ago) by christos
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +9 -9
lines
sprinkle const
Revision 1.39: download - view: text, markup, annotated - select for diffs
Wed Apr 21 01:05:32 2004 UTC (20 years, 9 months ago) by christos
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.38: preferred, colored
Changes since revision 1.38: +2 -2
lines
Replace the statfs() family of system calls with statvfs().
Retain binary compatibility.
Revision 1.38: 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.37: preferred, colored
Changes since revision 1.37: +5 -2
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.37: 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.36: preferred, colored
Changes since revision 1.36: +2 -6
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.36: 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.35: preferred, colored
Changes since revision 1.35: +21 -16
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.35: download - view: text, markup, annotated - select for diffs
Thu Mar 27 13:56:46 2003 UTC (21 years, 9 months ago) by lukem
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +1 -5
lines
Use "wall -g operator" (instead of private code) to broadcast() messages to
members of the operator group.
Don't install "setgid tty", and remove now unnecessary gid/egid swapping.
Remove utmp trawling code pulled in from usr.bin/who.
The Code is now simpler, and more portable (without the utmp cruft) too.
This is derived from similar work in OpenBSD.
Revision 1.34: download - view: text, markup, annotated - select for diffs
Fri Jan 24 21:55:05 2003 UTC (21 years, 11 months ago) by fvdl
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +5 -3
lines
Bump daddr_t to 64 bits. Replace it with int32_t in all places where
it was used on-disk, so that on-disk formats remain the same.
Remove ufs_daddr_t and ufs_lbn_t for the time being.
Revision 1.19.6.8: download - view: text, markup, annotated - select for diffs
Thu Mar 28 22:39:44 2002 UTC (22 years, 9 months ago) by he
Branches: netbsd-1-5
CVS tags: netbsd-1-5-PATCH003
Diff to: previous 1.19.6.7: preferred, colored; branchpoint 1.19: preferred, colored; next MAIN 1.20: preferred, colored
Changes since revision 1.19.6.7: +2 -1
lines
Pull up revision 1.27 (via patch, requested by bouyer):
Improve behaviour when a path is given:
1) check if the path is an unmounted file system listed in fstab
2) check if it is a path to a mounted file system not listed in fstab
Fixes PR#15790.
Revision 1.19.6.7: download - view: text, markup, annotated - select for diffs
Thu Jan 17 10:15:19 2002 UTC (23 years ago) by he
Branches: netbsd-1-5
Diff to: previous 1.19.6.6: preferred, colored; branchpoint 1.19: preferred, colored
Changes since revision 1.19.6.6: +3 -3
lines
Pull up revision 1.23 (via patch, requested by bouyer):
Fix the ``Implement -l <timeout>'' pull-up;
restore needs the rcmd operation.
Revision 1.19.6.6: download - view: text, markup, annotated - select for diffs
Wed Jan 16 10:01:20 2002 UTC (23 years ago) by he
Branches: netbsd-1-5
Diff to: previous 1.19.6.5: preferred, colored; branchpoint 1.19: preferred, colored
Changes since revision 1.19.6.5: +2 -1
lines
Pull up revision 1.33 (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.19.6.5: download - view: text, markup, annotated - select for diffs
Wed Jan 16 09:55:20 2002 UTC (23 years ago) by he
Branches: netbsd-1-5
Diff to: previous 1.19.6.4: preferred, colored; branchpoint 1.19: preferred, colored
Changes since revision 1.19.6.4: +13 -16
lines
Pull up revisions 1.31-1.32 (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.19.6.4: download - view: text, markup, annotated - select for diffs
Wed Jan 16 09:40:52 2002 UTC (23 years ago) by he
Branches: netbsd-1-5
Diff to: previous 1.19.6.3: preferred, colored; branchpoint 1.19: preferred, colored
Changes since revision 1.19.6.3: +4 -2
lines
Pull up revision 1.30 (via patch, requested by bouyer):
Implement ``-l <timeout>'' option for use with e.g. autochangers.
Revision 1.33: download - view: text, markup, annotated - select for diffs
Sun Dec 30 04:03:16 2001 UTC (23 years ago) by lukem
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,
fvdl_fs64_base
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -1
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.32: 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.31: preferred, colored
Changes since revision 1.31: +4 -8
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.31: download - view: text, markup, annotated - select for diffs
Sat Dec 22 08:05:24 2001 UTC (23 years, 1 month ago) by lukem
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +10 -10
lines
- use correct type for minTime in findlru() (size_t instead of int)
- clean up whitespace
Revision 1.30: download - view: text, markup, annotated - select for diffs
Fri Dec 14 14:43:33 2001 UTC (23 years, 1 month ago) by bouyer
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +4 -2
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.29: download - view: text, markup, annotated - select for diffs
Mon Oct 15 13:25:34 2001 UTC (23 years, 3 months ago) by blymn
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -1
lines
Add the capability for dump to print timestamps on all informational
messages.
Revision 1.28: download - view: text, markup, annotated - select for diffs
Tue Aug 14 05:44:44 2001 UTC (23 years, 5 months ago) by lukem
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -2
lines
s/filesystem/file system/
Revision 1.27: 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.26: preferred, colored
Changes since revision 1.26: +7 -2
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.26: download - view: text, markup, annotated - select for diffs
Sun May 27 14:17:56 2001 UTC (23 years, 7 months ago) by lukem
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +64 -83
lines
knf to ansi
Revision 1.19.6.3: download - view: text, markup, annotated - select for diffs
Tue May 15 21:55:45 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.19.6.2: preferred, colored; branchpoint 1.19: preferred, colored
Changes since revision 1.19.6.2: +2 -2
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: +2 -2
lines
Fix bug in new "e" option: only eject tape if it is full, not if the dump
was finished.
Revision 1.19.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.19.6.1: preferred, colored; branchpoint 1.19: preferred, colored
Changes since revision 1.19.6.1: +2 -1
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: +2 -1
lines
Add a new option "e" to "dump" which allows to eject tapes automatically
if a tape change is required.
Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun Feb 4 21:37:29 2001 UTC (23 years, 11 months ago) by christos
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +3 -3
lines
restore needs the rcmd operations.
Revision 1.22: download - view: text, markup, annotated - select for diffs
Sun Feb 4 21:33:19 2001 UTC (23 years, 11 months ago) by christos
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +12 -9
lines
fix redundant decls
Revision 1.21: download - view: text, markup, annotated - select for diffs
Wed Dec 13 22:44:44 2000 UTC (24 years, 1 month ago) by scw
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2
lines
`dev_bsize' needs to be declared extern.
Revision 1.19.6.1: download - view: text, markup, annotated - select for diffs
Wed Oct 18 00:39:43 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.19: preferred, colored
Changes since revision 1.19: +4 -4
lines
Pullup sbin string format fixes [is].
See "cvs log" for explicit revision numbers per file, from sommerfeld.
Revision 1.16.2.1: download - view: text, markup, annotated - select for diffs
Tue Oct 10 22:24:40 2000 UTC (24 years, 3 months ago) by he
Branches: netbsd-1-4
CVS tags: netbsd-1-4-PATCH003
Diff to: previous 1.16: preferred, colored; next MAIN 1.17: preferred, colored
Changes since revision 1.16: +4 -4
lines
Pull up revision 1.20 (requested by is):
Format string cleanup.
Revision 1.20: download - view: text, markup, annotated - select for diffs
Tue Oct 10 20:24:50 2000 UTC (24 years, 3 months ago) by is
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +4 -4
lines
Format string cleanups by Bill Sommerfeld.
Revision 1.16.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.16: preferred, colored; next MAIN 1.17: preferred, colored
Changes since revision 1.16: +37 -3
lines
Pull up to last week's -current.
Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri Oct 1 04:35:22 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.18: preferred, colored
Changes since revision 1.18: +37 -3
lines
Working version of aborted dump{,_lfs} join.
Revision 1.18: 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.17: preferred, colored
Changes since revision 1.17: +2 -36
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.17: 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.16: preferred, colored
Changes since revision 1.16: +37 -3
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.16: 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.15: preferred, colored
Changes since revision 1.15: +7 -2
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.15: download - view: text, markup, annotated - select for diffs
Fri Jan 15 13:32:06 1999 UTC (26 years ago) by bouyer
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -1
lines
#include machine/bswap.h and remove -lutil.
Revision 1.14: 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.13: preferred, colored
Changes since revision 1.13: +30 -1
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.13: download - view: text, markup, annotated - select for diffs
Tue Sep 16 06:41:20 1997 UTC (27 years, 4 months ago) by lukem
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.12: preferred, colored
Changes since revision 1.12: +2 -2
lines
resolve conflicts from lite-2 import
Revision 1.1.1.3 (vendor branch): download - view: text, markup, annotated - select for diffs
Tue Sep 16 02:25:29 1997 UTC (27 years, 4 months ago) by lukem
Branches: WFJ-920714,
CSRG
CVS tags: lite-2
Diff to: previous 1.1.1.2: preferred, colored
Changes since revision 1.1.1.2: +4 -3
lines
imported from lite-2
Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Sep 15 12:42:54 1997 UTC (27 years, 4 months ago) by lukem
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +3 -3
lines
remove __dead
Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Jun 5 11:13:20 1997 UTC (27 years, 7 months ago) by lukem
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +5 -2
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
Thu Apr 10 05:36:23 1997 UTC (27 years, 9 months ago) by lukem
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +4 -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.9: download - view: text, markup, annotated - select for diffs
Sat Mar 18 14:54:57 1995 UTC (29 years, 10 months ago) by cgd
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.8: preferred, colored
Changes since revision 1.8: +3 -2
lines
convert to new RCS Id conventions; reduce my headache
Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Sep 23 14:27:02 1994 UTC (30 years, 4 months ago) by mycroft
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +4 -3
lines
Eliminate uses of some obsolete functions.
Revision 1.1.1.2 (vendor branch): download - view: text, markup, annotated - select for diffs
Mon Jun 13 22:42:05 1994 UTC (30 years, 7 months ago) by mycroft
Branches: WFJ-920714,
CSRG
CVS tags: lite-1
Diff to: previous 1.1.1.1: preferred, colored
Changes since revision 1.1.1.1: +84 -59
lines
Import 4.4-Lite version.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Jun 8 18:57:33 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.6: preferred, colored
Changes since revision 1.6: +30 -11
lines
Update from 4.4-Lite, with local changes.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Dec 22 10:24:39 1993 UTC (31 years, 1 month ago) by cgd
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +61 -55
lines
new version from CSRG, via BSDI, with fixes
Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Dec 2 02:33:39 1993 UTC (31 years, 1 month ago) by mycroft
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2
lines
Avoid core dumping if /etc/dumpdates is not present. Note that only file
systems listed in dumpdates are display by `dump w' and `dump W'; this is
probably a bug.
Original bug reported by John Brezak <brezak@ch.hp.com>.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Aug 1 18:27:52 1993 UTC (31 years, 5 months ago) by mycroft
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -3
lines
Add RCS identifiers.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Mar 23 00:27:03 1993 UTC (31 years, 10 months ago) by cgd
Branches: MAIN
CVS tags: netbsd-alpha-1,
netbsd-0-9-base,
netbsd-0-9-RELEASE,
netbsd-0-9-BETA,
netbsd-0-9-ALPHA2,
netbsd-0-9-ALPHA,
netbsd-0-9,
netbsd-0-8
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1
lines
changed "Id" to "Header" for rcsids
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Mar 22 08:04:00 1993 UTC (31 years, 10 months ago) by cgd
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -0
lines
added rcs ids to all files
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sun Mar 21 09:45:37 1993 UTC (31 years, 10 months ago) by cgd
Branches: WFJ-920714,
CSRG
CVS tags: patchkit-0-2-2,
WFJ-386bsd-01
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0
lines
initial import of 386bsd-0.1 sources
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Mar 21 09:45:37 1993 UTC (31 years, 10 months ago) by cgd
Branches: MAIN
Initial revision
CVSweb <webmaster@jp.NetBSD.org>