The NetBSD Project

CVS log for src/sbin/dump/Makefile

[BACK] Up to [cvs.NetBSD.org] / src / sbin / dump

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: MAIN


Revision 1.39 / (download) - annotate - [select for diffs], Fri Aug 10 12:20:11 2012 UTC (9 months, 1 week ago) by joerg
Branch: MAIN
CVS Tags: yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6, tls-maxphys-nbase, tls-maxphys-base, tls-maxphys, agc-symver-base, agc-symver, HEAD
Changes since 1.38: +1 -3 lines
Diff to previous 1.38 (colored)

Don't depend on HAVE_GCC being always defined.

Revision 1.38 / (download) - annotate - [select for diffs], Sat Apr 7 04:52:20 2012 UTC (13 months, 1 week ago) by christos
Branch: MAIN
CVS Tags: yamt-pagecache-base5, yamt-pagecache-base4
Changes since 1.37: +3 -1 lines
Diff to previous 1.37 (colored)

use getfsspecname()

Revision 1.37 / (download) - annotate - [select for diffs], Mon Jun 20 07:43:59 2011 UTC (23 months ago) by mrg
Branch: MAIN
CVS Tags: 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, netbsd-6-0-RELEASE, netbsd-6-0-RC2, netbsd-6-0-RC1, 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
Branch point for: yamt-pagecache
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 (colored)

remove most of the remaining HAVE_GCC tests that are always true in
the modern world.

Revision 1.36 / (download) - annotate - [select for diffs], Sat Apr 11 07:58:11 2009 UTC (4 years, 1 month ago) by lukem
Branch: MAIN
CVS Tags: matt-premerge-20091211, matt-mips64-premerge-20101231, jym-xensuspend-nbase, jym-xensuspend-base, cherry-xenmp-base, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2
Branch point for: cherry-xenmp
Changes since 1.35: +3 -1 lines
Diff to previous 1.35 (colored)

Enable WARNS=4 by default except for:
	dump  dump_lfs  fsck_ffs  fsck_lfs  fsdb  mount_smbfs
	newfs_ext2fs  newfs_lfs  resize_lfs  setkey

Revision 1.35 / (download) - annotate - [select for diffs], Fri Aug 29 00:02:23 2008 UTC (4 years, 8 months ago) by gmcgarry
Branch: MAIN
CVS Tags: wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, netbsd-5-base, netbsd-5-2-RELEASE, netbsd-5-2-RC1, 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-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, 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
Branch point for: jym-xensuspend
Changes since 1.34: +2 -2 lines
Diff to previous 1.34 (colored)

Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a few flags for PCC.

Revision 1.34 / (download) - annotate - [select for diffs], Sun Aug 10 08:06:23 2008 UTC (4 years, 9 months ago) by simonb
Branch: MAIN
Changes since 1.33: +1 -4 lines
Diff to previous 1.33 (colored)

Remove adding -g to CFLAGS and LDFLAGS.  Ancient debug bogon?

Revision 1.33 / (download) - annotate - [select for diffs], Thu May 11 23:16:29 2006 UTC (7 years ago) by mrg
Branch: MAIN
CVS Tags: yamt-pf42-baseX, yamt-pf42-base4, yamt-pf42-base3, yamt-pf42-base2, yamt-pf42-base, yamt-pf42, wrstuden-revivesa-base-1, wrstuden-revivesa-base, 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, mjf-devfs-base, mjf-devfs, matt-mips64-base, matt-mips64, matt-armv6-prevmlocking, matt-armv6-nbase, matt-armv6-base, matt-armv6, keiichi-mipv6-base, keiichi-mipv6, hpcarm-cleanup-nbase, hpcarm-cleanup-base, hpcarm-cleanup, cube-autoconf-base, cube-autoconf, abandoned-netbsd-4-base, abandoned-netbsd-4
Branch point for: wrstuden-revivesa, mjf-devfs2
Changes since 1.32: +5 -1 lines
Diff to previous 1.32 (colored)

sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4.

Revision 1.32 / (download) - annotate - [select for diffs], Tue Apr 19 07:26:38 2005 UTC (8 years, 1 month ago) by hannken
Branch: MAIN
Changes since 1.31: +3 -3 lines
Diff to previous 1.31 (colored)

Snapshot support for dump(8):

- New option `-x backup' takes the dump from a snapshot backed up by `backup'.
  The snapshot will be deleted on exit.

- New option `-X' as a synonym for `-x mountpoint' where `mountpoint' is the
  file system to be dumped.

Reviewed and Approved by: Manuel Bouyer <bouyer@netbsd.org>

Revision 1.31 / (download) - annotate - [select for diffs], Wed Apr 2 10:39:24 2003 UTC (10 years, 1 month ago) by fvdl
Branch: MAIN
CVS Tags: netbsd-3-base, 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
Branch point for: netbsd-3
Changes since 1.30: +4 -1 lines
Diff to previous 1.30 (colored)

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.30 / (download) - annotate - [select for diffs], Thu Mar 27 13:56:46 2003 UTC (10 years, 1 month ago) by lukem
Branch: MAIN
Changes since 1.29: +3 -6 lines
Diff to previous 1.29 (colored)

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.29 / (download) - annotate - [select for diffs], Mon Aug 19 10:16:52 2002 UTC (10 years, 9 months ago) by lukem
Branch: MAIN
CVS Tags: fvdl_fs64_base
Changes since 1.28: +5 -3 lines
Diff to previous 1.28 (colored)

Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path

Revision 1.28 / (download) - annotate - [select for diffs], Fri Aug 2 02:07:09 2002 UTC (10 years, 9 months ago) by christos
Branch: MAIN
Changes since 1.27: +4 -3 lines
Diff to previous 1.27 (colored)

support utmpx

Revision 1.27 / (download) - annotate - [select for diffs], Tue Dec 25 11:56:14 2001 UTC (11 years, 4 months ago) by lukem
Branch: 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
Changes since 1.26: +6 -1 lines
Diff to previous 1.26 (colored)

document more of the debug options

Revision 1.26 / (download) - annotate - [select for diffs], Sun Dec 23 12:29:55 2001 UTC (11 years, 4 months ago) by lukem
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored)

nuke trailing whitespace

Revision 1.25 / (download) - annotate - [select for diffs], Fri Oct 1 04:35:22 1999 UTC (13 years, 7 months ago) by perseant
Branch: MAIN
CVS Tags: wrstuden-devbsize-base, wrstuden-devbsize-19991221, netbsd-1-5-base, netbsd-1-5-RELEASE, netbsd-1-5-PATCH003, netbsd-1-5-PATCH002, netbsd-1-5-PATCH001, netbsd-1-5-BETA2, netbsd-1-5-BETA, netbsd-1-5-ALPHA2, netbsd-1-5, minoura-xpg4dl-base, minoura-xpg4dl, comdex-fall-1999-base, comdex-fall-1999
Changes since 1.24: +5 -3 lines
Diff to previous 1.24 (colored)

Working version of aborted dump{,_lfs} join.

Revision 1.24 / (download) - annotate - [select for diffs], Thu Sep 30 20:39:58 1999 UTC (13 years, 7 months ago) by perseant
Branch: MAIN
Changes since 1.23: +2 -4 lines
Diff to previous 1.23 (colored)

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.23 / (download) - annotate - [select for diffs], Wed Sep 29 04:57:49 1999 UTC (13 years, 7 months ago) by perseant
Branch: MAIN
Changes since 1.22: +5 -3 lines
Diff to previous 1.22 (colored)

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.22 / (download) - annotate - [select for diffs], Tue Mar 23 14:22:59 1999 UTC (14 years, 2 months ago) by bouyer
Branch: MAIN
CVS Tags: netbsd-1-4-base, netbsd-1-4-RELEASE, netbsd-1-4-PATCH003, netbsd-1-4-PATCH002, netbsd-1-4-PATCH001, netbsd-1-4
Branch point for: wrstuden-devbsize
Changes since 1.21: +3 -3 lines
Diff to previous 1.21 (colored)

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.21 / (download) - annotate - [select for diffs], Tue Mar 9 17:25:52 1999 UTC (14 years, 2 months ago) by bouyer
Branch: MAIN
Changes since 1.20: +2 -1 lines
Diff to previous 1.20 (colored)

Handle "nodump" flag on directories, by not dumping any files or directories
under it. Based on some parts of PR 6705 by Brian Grayson.
In the Makefile, add (commented out) debug options that can be turned on.

Revision 1.20 / (download) - annotate - [select for diffs], Fri Jan 15 13:32:05 1999 UTC (14 years, 4 months ago) by bouyer
Branch: MAIN
Changes since 1.19: +1 -3 lines
Diff to previous 1.19 (colored)

#include machine/bswap.h and remove -lutil.

Revision 1.19 / (download) - annotate - [select for diffs], Wed Mar 18 16:54:56 1998 UTC (15 years, 2 months ago) by bouyer
Branch: MAIN
Changes since 1.18: +7 -2 lines
Diff to previous 1.18 (colored)

Add support for non-native byte order FFS. The dump is in filesystem byte
order, restore already knows how to byteswap dumps.

Revision 1.18 / (download) - annotate - [select for diffs], Fri Oct 10 19:48:01 1997 UTC (15 years, 7 months ago) by christos
Branch: 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
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

CFLAGS->CPPFLAGS

Revision 1.17 / (download) - annotate - [select for diffs], Tue May 27 08:35:25 1997 UTC (15 years, 11 months ago) by mrg
Branch: MAIN
Changes since 1.16: +2 -3 lines
Diff to previous 1.16 (colored)

enable rcmd().  garbage collect.

Revision 1.16 / (download) - annotate - [select for diffs], Sat Mar 18 14:54:53 1995 UTC (18 years, 2 months ago) by cgd
Branch: 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
Branch point for: mrg-rcmd
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

convert to new RCS Id conventions; reduce my headache

Revision 1.15 / (download) - annotate - [select for diffs], Thu Dec 22 10:44:12 1994 UTC (18 years, 5 months ago) by cgd
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

specify man pages the new way.

Revision 1.14 / (download) - annotate - [select for diffs], Wed Jun 8 18:57:30 1994 UTC (18 years, 11 months ago) by mycroft
Branch: 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
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

Update from 4.4-Lite, with local changes.

Revision 1.13 / (download) - annotate - [select for diffs], Wed Dec 22 10:24:34 1993 UTC (19 years, 5 months ago) by cgd
Branch: MAIN
Changes since 1.12: +16 -29 lines
Diff to previous 1.12 (colored)

new version from CSRG, via BSDI, with fixes

Revision 1.12 / (download) - annotate - [select for diffs], Sun Nov 14 15:35:48 1993 UTC (19 years, 6 months ago) by cgd
Branch: MAIN
Changes since 1.11: +4 -4 lines
Diff to previous 1.11 (colored)

from Thomas Eberhardt <thomas@mathematik.uni-Bremen.de>:
    Some reordering and modifications in the Makefiles for sh, dump,
    restore to get dependicies right.  The README in /usr/share/mk
    states that it's a Bad Thing(tm) to add something after
    .include <bsd.prog.mk>, but this seems the only way to get the
    dependencies right.

Revision 1.11 / (download) - annotate - [select for diffs], Fri Nov 12 08:48:26 1993 UTC (19 years, 6 months ago) by cgd
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

oops again; fix that last

Revision 1.10 / (download) - annotate - [select for diffs], Fri Nov 12 08:45:45 1993 UTC (19 years, 6 months ago) by cgd
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

oops; fix that last

Revision 1.9 / (download) - annotate - [select for diffs], Fri Nov 12 08:20:49 1993 UTC (19 years, 6 months ago) by cgd
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

add LDSTATIC

Revision 1.8 / (download) - annotate - [select for diffs], Sun Aug 1 05:38:14 1993 UTC (19 years, 9 months ago) by mycroft
Branch: MAIN
Changes since 1.7: +2 -3 lines
Diff to previous 1.7 (colored)

Add RCS identifiers.

Revision 1.7 / (download) - annotate - [select for diffs], Sun Jul 18 19:18:03 1993 UTC (19 years, 10 months ago) by mycroft
Branch: MAIN
CVS Tags: netbsd-0-9-base, netbsd-0-9-RELEASE, netbsd-0-9-BETA, netbsd-0-9-ALPHA2, netbsd-0-9-ALPHA, netbsd-0-9
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

Use ${COPY}, not -c for install.

Revision 1.6 / (download) - annotate - [select for diffs], Sun Apr 18 18:56:24 1993 UTC (20 years, 1 month ago) by mycroft
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

Okay, so I was confused (but only a little).

Revision 1.5 / (download) - annotate - [select for diffs], Sun Apr 18 18:39:26 1993 UTC (20 years, 1 month ago) by mycroft
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Make rdump target match normal program target.
(This should probably be in a separate directory, no?)

Revision 1.4 / (download) - annotate - [select for diffs], Thu Apr 8 13:53:28 1993 UTC (20 years, 1 month ago) by cgd
Branch: MAIN
CVS Tags: netbsd-alpha-1, netbsd-0-8
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

make install copy

Revision 1.3 / (download) - annotate - [select for diffs], Tue Mar 23 00:26:59 1993 UTC (20 years, 2 months ago) by cgd
Branch: MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2 (colored)

changed "Id" to "Header" for rcsids

Revision 1.2 / (download) - annotate - [select for diffs], Mon Mar 22 08:04:00 1993 UTC (20 years, 2 months ago) by cgd
Branch: MAIN
Changes since 1.1: +2 -0 lines
Diff to previous 1.1 (colored)

added rcs ids to all files

Revision 1.1 / (download) - annotate - [select for diffs], Sun Mar 21 09:45:37 1993 UTC (20 years, 2 months ago) by cgd
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>