The NetBSD Project

CVS log for src/sbin/restore/symtab.c

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.31 / (download) - annotate - [select for diffs], Sat Feb 10 08:24:50 2024 UTC (2 months, 1 week ago) by andvar
Branch: MAIN
CVS Tags: HEAD
Changes since 1.30: +3 -3 lines
Diff to previous 1.30 (colored)

s/indicies/indices/ in comments.

Revision 1.30 / (download) - annotate - [select for diffs], Sat Jun 19 13:56:35 2021 UTC (2 years, 10 months ago) by christos
Branch: MAIN
CVS Tags: netbsd-10-base, 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
Changes since 1.29: +6 -6 lines
Diff to previous 1.29 (colored)

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.28.8.1 / (download) - annotate - [select for diffs], Mon Feb 25 00:28:10 2013 UTC (11 years, 1 month ago) by tls
Branch: tls-maxphys
Changes since 1.28: +12 -12 lines
Diff to previous 1.28 (colored) next main 1.29 (colored)

resync with head

Revision 1.28.2.1 / (download) - annotate - [select for diffs], Wed Jan 23 00:05:33 2013 UTC (11 years, 2 months ago) by yamt
Branch: yamt-pagecache
CVS Tags: yamt-pagecache-tag8
Changes since 1.28: +12 -12 lines
Diff to previous 1.28 (colored) next main 1.29 (colored)

sync with head

Revision 1.29 / (download) - annotate - [select for diffs], Tue Jan 22 09:39:13 2013 UTC (11 years, 2 months ago) by dholland
Branch: MAIN
CVS Tags: yamt-pagecache-base9, yamt-pagecache-base8, 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, prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, phil-wifi-base, phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, phil-wifi-20190609, phil-wifi, 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-9-base, netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1, netbsd-9, netbsd-8-base, netbsd-8-2-RELEASE, netbsd-8-1-RELEASE, netbsd-8-1-RC1, netbsd-8-0-RELEASE, netbsd-8-0-RC2, netbsd-8-0-RC1, netbsd-8, 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, matt-nb8-mediatek-base, matt-nb8-mediatek, localcount-20160914, is-mlppp-base, is-mlppp, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x, bouyer-socketcan-base1, bouyer-socketcan-base, bouyer-socketcan, agc-symver-base, agc-symver
Changes since 1.28: +12 -12 lines
Diff to previous 1.28 (colored)

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.28 / (download) - annotate - [select for diffs], Fri Sep 16 16:13:18 2011 UTC (12 years, 7 months ago) by plunky
Branch: 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, netbsd-6, matt-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus
Branch point for: yamt-pagecache, tls-maxphys
Changes since 1.27: +3 -3 lines
Diff to previous 1.27 (colored)

NULL does not need a cast, here

Revision 1.27 / (download) - annotate - [select for diffs], Tue Jan 4 23:46:34 2011 UTC (13 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: cherry-xenmp-base, cherry-xenmp, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2
Changes since 1.26: +3 -2 lines
Diff to previous 1.26 (colored)

Fix fd leak. Found by cppcheck.

Revision 1.23.28.1 / (download) - annotate - [select for diffs], Sun Nov 21 02:30:17 2010 UTC (13 years, 5 months ago) by riz
Branch: netbsd-5
CVS Tags: 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, matt-nb5-pq3-base, matt-nb5-pq3
Changes since 1.23: +3 -3 lines
Diff to previous 1.23 (colored) next main 1.24 (colored)

Pull up following revision(s) (requested by mbalmer in ticket #1397):
	sbin/restore/symtab.c: revision 1.26
Fix grammar in a line of output.
From Hywel Mallett via FreeBSD.

Revision 1.26 / (download) - annotate - [select for diffs], Wed May 12 21:21:59 2010 UTC (13 years, 11 months ago) by mbalmer
Branch: MAIN
CVS Tags: matt-mips64-premerge-20101231
Changes since 1.25: +3 -3 lines
Diff to previous 1.25 (colored)

Fix grammar in a line of output.
From Hywel Mallett via FreeBSD.

Revision 1.23.30.1 / (download) - annotate - [select for diffs], Wed May 13 19:19:05 2009 UTC (14 years, 11 months ago) by jym
Branch: jym-xensuspend
Changes since 1.23: +7 -6 lines
Diff to previous 1.23 (colored) next main 1.24 (colored)

Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html

Revision 1.25 / (download) - annotate - [select for diffs], Tue Apr 7 12:38:12 2009 UTC (15 years ago) by lukem
Branch: MAIN
CVS Tags: matt-premerge-20091211, jym-xensuspend-nbase, jym-xensuspend-base
Changes since 1.24: +6 -5 lines
Diff to previous 1.24 (colored)

fix sign-compare issues

Revision 1.24 / (download) - annotate - [select for diffs], Sun Feb 22 15:28:43 2009 UTC (15 years, 1 month ago) by yamt
Branch: MAIN
Changes since 1.23: +3 -3 lines
Diff to previous 1.23 (colored)

remove a useless cast.

Revision 1.23 / (download) - annotate - [select for diffs], Fri Aug 19 02:07:19 2005 UTC (18 years, 8 months ago) by christos
Branch: 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, wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, wrstuden-fixsa, netbsd-5-base, 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-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-devfs2-base, mjf-devfs2, mjf-devfs-base, mjf-devfs, 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-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: netbsd-5, jym-xensuspend
Changes since 1.22: +6 -5 lines
Diff to previous 1.22 (colored)

64 bit inode changes

Revision 1.22 / (download) - annotate - [select for diffs], Mon Jun 27 02:03:28 2005 UTC (18 years, 9 months ago) by christos
Branch: MAIN
Changes since 1.21: +3 -3 lines
Diff to previous 1.21 (colored)

add const

Revision 1.21 / (download) - annotate - [select for diffs], Mon Jun 27 01:55:52 2005 UTC (18 years, 9 months ago) by christos
Branch: MAIN
Changes since 1.20: +11 -10 lines
Diff to previous 1.20 (colored)

sprinkle const.

Revision 1.20 / (download) - annotate - [select for diffs], Thu Feb 17 15:00:33 2005 UTC (19 years, 2 months ago) by xtraeme
Branch: 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-1-1-RELEASE, netbsd-3-1, 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-3-RELEASE, netbsd-3-0-2-RELEASE, netbsd-3-0-1-RELEASE, netbsd-3-0, netbsd-3
Changes since 1.19: +19 -38 lines
Diff to previous 1.19 (colored)

Kill __P(), use ANSI function declarations.

Revision 1.19 / (download) - annotate - [select for diffs], Thu Aug 7 10:04:38 2003 UTC (20 years, 8 months ago) by agc
Branch: 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
Changes since 1.18: +3 -7 lines
Diff to previous 1.18 (colored)

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22308, verified by myself.

Revision 1.18 / (download) - annotate - [select for diffs], Mon Nov 25 07:16:17 2002 UTC (21 years, 4 months ago) by enami
Branch: MAIN
CVS Tags: fvdl_fs64_base
Changes since 1.17: +17 -11 lines
Diff to previous 1.17 (colored)

Also, don't allocate string entries one by one.  Instead, allocate one page
and divide it, to reduce memory usage.

Revision 1.17 / (download) - annotate - [select for diffs], Mon Nov 18 04:38:43 2002 UTC (21 years, 5 months ago) by enami
Branch: MAIN
Changes since 1.16: +3 -3 lines
Diff to previous 1.16 (colored)

Typo in comment.

Revision 1.16 / (download) - annotate - [select for diffs], Mon Nov 18 04:28:03 2002 UTC (21 years, 5 months ago) by enami
Branch: MAIN
Changes since 1.15: +13 -8 lines
Diff to previous 1.15 (colored)

Don't allocate struct entry one by one; it just wastes memory.

Revision 1.15 / (download) - annotate - [select for diffs], Mon Aug 12 02:40:20 2002 UTC (21 years, 8 months ago) by itojun
Branch: MAIN
Changes since 1.14: +3 -3 lines
Diff to previous 1.14 (colored)

calloc() arg mistake.  it's (nelem, size).  from openbsd

Revision 1.14 / (download) - annotate - [select for diffs], Tue Jun 19 13:42:10 2001 UTC (22 years, 10 months ago) by wiz
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.13: +3 -3 lines
Diff to previous 1.13 (colored)

`existent', not `existant'

Revision 1.13 / (download) - annotate - [select for diffs], Tue Sep 16 13:44:15 1997 UTC (26 years, 7 months ago) by lukem
Branch: MAIN
CVS Tags: wrstuden-devbsize-base, wrstuden-devbsize-19991221, wrstuden-devbsize, 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, netbsd-1-4-base, netbsd-1-4-RELEASE, netbsd-1-4-PATCH003, netbsd-1-4-PATCH002, netbsd-1-4-PATCH001, netbsd-1-4, 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, minoura-xpg4dl-base, minoura-xpg4dl, comdex-fall-1999-base, comdex-fall-1999
Changes since 1.12: +5 -5 lines
Diff to previous 1.12 (colored)

resolve conflicts from lite-2 merge

Revision 1.1.1.3 / (download) - annotate - [select for diffs] (vendor branch), Tue Sep 16 12:42:21 1997 UTC (26 years, 7 months ago) by lukem
Branch: WFJ-920714, CSRG
CVS Tags: lite-2
Changes since 1.1.1.2: +12 -13 lines
Diff to previous 1.1.1.2 (colored)

imported from lite-2

Revision 1.12 / (download) - annotate - [select for diffs], Tue Sep 16 08:37:14 1997 UTC (26 years, 7 months ago) by mrg
Branch: MAIN
Changes since 1.11: +13 -12 lines
Diff to previous 1.11 (colored)

make these compile on the alpha after WARNS=1.

Revision 1.11 / (download) - annotate - [select for diffs], Mon Sep 15 08:04:38 1997 UTC (26 years, 7 months ago) by lukem
Branch: MAIN
Changes since 1.10: +4 -3 lines
Diff to previous 1.10 (colored)

* cleanup for WARNS=1
* fix use of .Nm

Revision 1.10 / (download) - annotate - [select for diffs], Wed Mar 19 08:42:54 1997 UTC (27 years, 1 month ago) by lukem
Branch: MAIN
Changes since 1.9: +18 -18 lines
Diff to previous 1.9 (colored)

* use mkstemp() instead of mktemp()
* remove "register" qualifiers

Revision 1.8.6.1 / (download) - annotate - [select for diffs], Fri Dec 6 01:50:47 1996 UTC (27 years, 4 months ago) by rat
Branch: netbsd-1-2
CVS Tags: netbsd-1-2-PATCH001
Changes since 1.8: +6 -6 lines
Diff to previous 1.8 (colored) next main 1.9 (colored)

Pullup request from Chris G Demetriou <Chris_G_Demetriou@ux2.sp.cs.cmu.edu>

>Make dump and restore usable on the alpha

Revision 1.9 / (download) - annotate - [select for diffs], Sat Nov 30 18:04:47 1996 UTC (27 years, 4 months ago) by cgd
Branch: MAIN
Changes since 1.8: +6 -6 lines
Diff to previous 1.8 (colored)

patches from Tom I Helbekkmo <tih@nhh.no> to deal with type-size issues,
so this works (better, at least) on 64-bit machines (e.g. alpha).

Revision 1.8 / (download) - annotate - [select for diffs], Sat Mar 18 14:59:54 1995 UTC (29 years, 1 month ago) by cgd
Branch: MAIN
CVS Tags: netbsd-1-2-base, netbsd-1-2-RELEASE, netbsd-1-2-BETA, netbsd-1-1-base, netbsd-1-1-RELEASE, netbsd-1-1-PATCH001, netbsd-1-1
Branch point for: netbsd-1-2
Changes since 1.7: +7 -2 lines
Diff to previous 1.7 (colored)

convert to new RCS Id conventions; reduce my headache

Revision 1.7 / (download) - annotate - [select for diffs], Mon Feb 20 19:43:55 1995 UTC (29 years, 2 months ago) by mycroft
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

Use atexit() rather than tweaking every exit() to call the cleanup function.

Revision 1.6 / (download) - annotate - [select for diffs], Wed Dec 28 02:21:52 1994 UTC (29 years, 3 months ago) by mycroft
Branch: MAIN
Changes since 1.5: +7 -7 lines
Diff to previous 1.5 (colored)

Mostly sync with CSRG.

Revision 1.5 / (download) - annotate - [select for diffs], Fri Sep 23 14:27:56 1994 UTC (29 years, 7 months ago) by mycroft
Branch: MAIN
Changes since 1.4: +7 -8 lines
Diff to previous 1.4 (colored)

Eliminate uses of some obsolete functions.

Revision 1.1.1.2 / (download) - annotate - [select for diffs] (vendor branch), Mon Jun 13 22:53:28 1994 UTC (29 years, 10 months ago) by mycroft
Branch: WFJ-920714, CSRG
CVS Tags: lite-1
Changes since 1.1.1.1: +79 -56 lines
Diff to previous 1.1.1.1 (colored)

Import 4.4-Lite version.

Revision 1.4 / (download) - annotate - [select for diffs], Wed Jun 8 19:33:44 1994 UTC (29 years, 10 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.3: +6 -7 lines
Diff to previous 1.3 (colored)

Update from 4.4-Lite, with local changes.

Revision 1.3 / (download) - annotate - [select for diffs], Wed Dec 22 10:32:10 1993 UTC (30 years, 4 months ago) by cgd
Branch: MAIN
Changes since 1.2: +78 -54 lines
Diff to previous 1.2 (colored)

new version from CSRG, via BSDI, with fixes

Revision 1.2 / (download) - annotate - [select for diffs], Sun Aug 1 18:25:14 1993 UTC (30 years, 8 months ago) by mycroft
Branch: MAIN
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored)

Add RCS identifiers.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sun Mar 21 09:45:37 1993 UTC (31 years, 1 month ago) by cgd
Branch: WFJ-920714, CSRG
CVS Tags: patchkit-0-2-2, 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, WFJ-386bsd-01
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

initial import of 386bsd-0.1 sources

Revision 1.1 / (download) - annotate - [select for diffs], Sun Mar 21 09:45:37 1993 UTC (31 years, 1 month 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>