The NetBSD Project

CVS log for src/sbin/routed/routed.8

[BACK] Up to [cvs.netbsd.org] / src / sbin / routed

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.44 / (download) - annotate - [select for diffs], Mon May 17 15:38:20 2004 UTC (8 years ago) by wiz
Branch: MAIN
CVS Tags: yamt-pf42-baseX, yamt-pf42-base4, yamt-pf42-base3, yamt-pf42-base2, yamt-pf42-base, yamt-pf42, yamt-pagecache-base5, yamt-pagecache-base4, yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, yamt-pagecache, 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-6-base, netbsd-6, 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-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, 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, 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, mjf-devfs2-base, mjf-devfs2, mjf-devfs-base, mjf-devfs, 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-mips64-base, matt-mips64, matt-armv6-prevmlocking, matt-armv6-nbase, matt-armv6-base, matt-armv6, keiichi-mipv6-base, keiichi-mipv6, jym-xensuspend-nbase, jym-xensuspend-base, jym-xensuspend, hpcarm-cleanup-nbase, hpcarm-cleanup-base, hpcarm-cleanup, cube-autoconf-base, cube-autoconf, cherry-xenmp-base, cherry-xenmp, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2, abandoned-netbsd-4-base, abandoned-netbsd-4, HEAD
Changes since 1.43: +3 -3 lines
Diff to previous 1.43 (colored)

Remove unimplemented and undescribed -p option from usage and man page
SYNOPSIS. Noted by Jeff Ito.

Revision 1.25.4.2 / (download) - annotate - [select for diffs], Wed Apr 7 23:09:56 2004 UTC (8 years, 1 month ago) by jmc
Branch: netbsd-1-5
Changes since 1.25.4.1: +2 -3 lines
Diff to previous 1.25.4.1 (colored) to branchpoint 1.25 (colored) next main 1.26 (colored)

Pullup patch (requested by ws in ticket #132)

Update manual page to describe default route preferences better

Revision 1.37.2.1 / (download) - annotate - [select for diffs], Thu Apr 1 03:07:56 2004 UTC (8 years, 1 month ago) by jmc
Branch: netbsd-1-6
Changes since 1.37: +2 -3 lines
Diff to previous 1.37 (colored) next main 1.38 (colored)

Pullup patch (requested by ws in ticket #1643)

Fix inconsistency between manual page and RFC 1256.

Revision 1.43 / (download) - annotate - [select for diffs], Sat Mar 27 20:50:43 2004 UTC (8 years, 2 months ago) by christos
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.42: +2 -3 lines
Diff to previous 1.42 (colored)

From Vernon Schryver:

Wolfgang Solfrank has explained the problem with router discovery
in `routed` in a way I can understand.

Let's assume that the configured preference of the interface is 5.
This gets converted to 0x80000005 through the use of the UNSIGN_PREF
macro.  Later on, this value gets put into the PREF macro, which
compares it against the interface metric(s) (let's assume those
values to be 0 for now).  Of course the 0x80000005, cast to int,
is much less than 0, so the clamping rule is triggered, which
gives us a value of 1.  This is then converted via SIGN_PREF into
0x80000001 and put into the message.  Certainly, this isn't what
was intended.

Revision 1.42 / (download) - annotate - [select for diffs], Sun Sep 7 16:22:23 2003 UTC (8 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.41: +3 -3 lines
Diff to previous 1.41 (colored)

Consistently use 'RFC 1234' instead of 'RFC1234' or 'RFC-1234'.
From jmc@openbsd.

Revision 1.41 / (download) - annotate - [select for diffs], Tue Feb 25 10:35:09 2003 UTC (9 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.40: +4 -4 lines
Diff to previous 1.40 (colored)

.Nm does not need a dummy argument ("") before punctuation or
for correct formatting of the SYNOPSIS any longer.

Revision 1.40 / (download) - annotate - [select for diffs], Wed Dec 18 19:20:05 2002 UTC (9 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: fvdl_fs64_base
Changes since 1.39: +14 -15 lines
Diff to previous 1.39 (colored)

Sort sections, new sentences begin on new lines, add a missing line,
fix a typo.

Revision 1.39 / (download) - annotate - [select for diffs], Sat Nov 30 04:04:23 2002 UTC (9 years, 5 months ago) by christos
Branch: MAIN
Changes since 1.38: +60 -21 lines
Diff to previous 1.38 (colored)

sync with routed 2.27

Revision 1.38 / (download) - annotate - [select for diffs], Thu Oct 3 15:41:46 2002 UTC (9 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.37: +9 -8 lines
Diff to previous 1.37 (colored)

New sentence, new line. From Robert Elz.

Revision 1.37 / (download) - annotate - [select for diffs], Sun May 12 15:48:37 2002 UTC (10 years 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
Branch point for: netbsd-1-6
Changes since 1.36: +3 -3 lines
Diff to previous 1.36 (colored)

Spelling fixes, from Sergey Svishchev in kern/16650.

Revision 1.36 / (download) - annotate - [select for diffs], Fri Feb 8 01:30:46 2002 UTC (10 years, 3 months ago) by ross
Branch: MAIN
Changes since 1.35: +5 -5 lines
Diff to previous 1.35 (colored)

Generate <>& symbolically. I'm avoiding .../dist/... directories for now.

Revision 1.35 / (download) - annotate - [select for diffs], Mon Jan 21 18:26:07 2002 UTC (10 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.34: +10 -5 lines
Diff to previous 1.34 (colored)

Use mdoc macros instead of man ones.

Revision 1.34 / (download) - annotate - [select for diffs], Fri Nov 16 12:09:19 2001 UTC (10 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.33: +9 -10 lines
Diff to previous 1.33 (colored)

Punctuation fix, sort sections, lose a .Pp.

Revision 1.33 / (download) - annotate - [select for diffs], Mon Oct 1 10:31:45 2001 UTC (10 years, 7 months ago) by kleink
Branch: MAIN
Changes since 1.32: +3 -3 lines
Diff to previous 1.32 (colored)

"kernel switch ipforwarding" -> "sysctl net.inet.ip.forwarding".

Revision 1.32 / (download) - annotate - [select for diffs], Tue Jun 5 11:22:53 2001 UTC (10 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.31: +2 -2 lines
Diff to previous 1.31 (colored)

Drop arguments of .Os.

Revision 1.31 / (download) - annotate - [select for diffs], Sun May 6 12:29:20 2001 UTC (11 years ago) by wiz
Branch: MAIN
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (colored)

Improve usage of `comprise' according to Webster and misc/10893
by Jim Bernard.

Revision 1.25.4.1 / (download) - annotate - [select for diffs], Wed Apr 4 16:24:24 2001 UTC (11 years, 1 month ago) by he
Branch: netbsd-1-5
CVS Tags: netbsd-1-5-PATCH003, netbsd-1-5-PATCH002, netbsd-1-5-PATCH001
Changes since 1.25: +1 -3 lines
Diff to previous 1.25 (colored)

Pull up revision 1.30 (via patch, requested by wiz):
  Don't xref gated(8) and htable(8), which we don't have.

Revision 1.30 / (download) - annotate - [select for diffs], Tue Apr 3 11:16:27 2001 UTC (11 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.29: +1 -3 lines
Diff to previous 1.29 (colored)

Don't xref gated(8) and htable(8), which we don't have.

Revision 1.29 / (download) - annotate - [select for diffs], Sat Mar 10 23:52:46 2001 UTC (11 years, 2 months ago) by christos
Branch: MAIN
Changes since 1.28: +3 -3 lines
Diff to previous 1.28 (colored)

sync with version 2.24. Vernon says:
The most significant [fix] involves so called "remote" interfaces
configured in the kludge file to with what appear to be colliding
networks.  Edward Mascarenhas <eddiem@vihar.engr.sgi.com> found
the problem and the fix, and I think has tested it in the SGI
network.

Revision 1.28 / (download) - annotate - [select for diffs], Tue Nov 7 06:43:25 2000 UTC (11 years, 6 months ago) by lukem
Branch: MAIN
Changes since 1.27: +4 -4 lines
Diff to previous 1.27 (colored)

fix up various .Nm abuses:
- keep the case consistent between the actual name and what's referenced.
  e.g, if it's `foo', don't use '.Nm Foo' at the start of a sentence.
- remove unnecessary `.Nm foo' after the first occurrence (except for
  using `.Nm ""' if there's stuff following, or for the 2nd and so on
  occurrences in a SYNOPSIS
- use Sx, Ic, Li, Em, Sq, and Xr as appropriate

Revision 1.27 / (download) - annotate - [select for diffs], Thu Oct 5 12:45:23 2000 UTC (11 years, 7 months ago) by ad
Branch: MAIN
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored)

insure -> ensure

Revision 1.26 / (download) - annotate - [select for diffs], Wed Jul 5 15:45:31 2000 UTC (11 years, 10 months ago) by msaitoh
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored)

remove extra period in SEE ALL section

Revision 1.25 / (download) - annotate - [select for diffs], Thu Mar 2 21:01:03 2000 UTC (12 years, 2 months ago) by christos
Branch: MAIN
CVS Tags: netbsd-1-5-base, netbsd-1-5-RELEASE, netbsd-1-5-BETA2, netbsd-1-5-BETA, netbsd-1-5-ALPHA2, minoura-xpg4dl-base, minoura-xpg4dl
Branch point for: netbsd-1-5
Changes since 1.24: +10 -5 lines
Diff to previous 1.24 (colored)

typos and clarifications

Revision 1.24 / (download) - annotate - [select for diffs], Tue Feb 23 10:47:40 1999 UTC (13 years, 3 months ago) by christos
Branch: MAIN
CVS Tags: wrstuden-devbsize-base, wrstuden-devbsize-19991221, wrstuden-devbsize, netbsd-1-4-base, netbsd-1-4-RELEASE, netbsd-1-4-PATCH003, netbsd-1-4-PATCH002, netbsd-1-4-PATCH001, netbsd-1-4, comdex-fall-1999-base, comdex-fall-1999
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)

Resolve conflicts.

Revision 1.1.1.7 / (download) - annotate - [select for diffs] (vendor branch), Tue Feb 23 09:56:52 1999 UTC (13 years, 3 months ago) by christos
Branch: WFJ-920714, VJS, SGI, CSRG
CVS Tags: routed-2-16
Changes since 1.1.1.6: +48 -45 lines
Diff to previous 1.1.1.6 (colored)

Latest version of routed(8) from Vernon Schryver <vjs@calcite.rhyolite.com>

Revision 1.23 / (download) - annotate - [select for diffs], Fri Nov 13 22:06:56 1998 UTC (13 years, 6 months ago) by abs
Branch: MAIN
Changes since 1.22: +3 -3 lines
Diff to previous 1.22 (colored)

Fix typo 'with routing loop' to 'with a routing loop'

Revision 1.22 / (download) - annotate - [select for diffs], Sun Oct 25 14:56:08 1998 UTC (13 years, 7 months ago) by christos
Branch: MAIN
Changes since 1.21: +41 -30 lines
Diff to previous 1.21 (colored)

Update to 980910 from ftp.rhyolite.com

Revision 1.21 / (download) - annotate - [select for diffs], Wed Oct 21 13:58:32 1998 UTC (13 years, 7 months ago) by lukem
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

spell daemon correctly in the opening paragraph...

Revision 1.20 / (download) - annotate - [select for diffs], Tue Jun 2 18:02:56 1998 UTC (13 years, 11 months ago) by thorpej
Branch: MAIN
Changes since 1.19: +53 -34 lines
Diff to previous 1.19 (colored)

Merge the 980602 RIPv2/Router Discovery routed.  Fixes floods of host routes
generated when one of the interfaces on the network does not support
broadcast (e.g. HIPPI or ATM).

From Vern Schryver <vjs@rhyolite.com>

Revision 1.1.1.6 / (download) - annotate - [select for diffs] (vendor branch), Tue Jun 2 17:41:26 1998 UTC (13 years, 11 months ago) by thorpej
Branch: WFJ-920714, VJS, SGI, CSRG
CVS Tags: routed-980602
Changes since 1.1.1.5: +53 -29 lines
Diff to previous 1.1.1.5 (colored)

Latest RIPv2/Router Discovery routed, from Vern Schryver <vjs@rhyolite.com>

Revision 1.19 / (download) - annotate - [select for diffs], Wed Apr 29 09:49:14 1998 UTC (14 years, 1 month ago) by fair
Branch: MAIN
Changes since 1.18: +4 -4 lines
Diff to previous 1.18 (colored)

fix bad .Xr references

Revision 1.18 / (download) - annotate - [select for diffs], Fri Feb 6 06:02:51 1998 UTC (14 years, 3 months ago) by perry
Branch: MAIN
Changes since 1.17: +4 -2 lines
Diff to previous 1.17 (colored)

macroize BSD, NetBSD, FreeBSD and misc cleanup

Revision 1.16.2.1 / (download) - annotate - [select for diffs], Tue Nov 11 14:41:45 1997 UTC (14 years, 6 months ago) by mrg
Branch: netbsd-1-3
CVS Tags: 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
Changes since 1.16: +3 -2 lines
Diff to previous 1.16 (colored) next main 1.17 (colored)

pull up from trunk:  add missing .Nm sections.

Revision 1.17 / (download) - annotate - [select for diffs], Tue Nov 11 14:40:03 1997 UTC (14 years, 6 months ago) by mrg
Branch: MAIN
Changes since 1.16: +3 -2 lines
Diff to previous 1.16 (colored)

add missing .Nm sections.

Revision 1.16 / (download) - annotate - [select for diffs], Mon Sep 15 10:38:20 1997 UTC (14 years, 8 months ago) by lukem
Branch: MAIN
CVS Tags: netbsd-1-3-base
Branch point for: netbsd-1-3
Changes since 1.15: +9 -12 lines
Diff to previous 1.15 (colored)

* cleanup for WARNS=1
* deprecate register
* bcmp, bcopy, bzero, rindex -> memcmp, memmove, memset, strrchr
* correct use of .Nm

Revision 1.15 / (download) - annotate - [select for diffs], Thu Jun 26 20:23:46 1997 UTC (14 years, 11 months ago) by kleink
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

Fix formatting directives; from SAITOH Masanobu <msaitoh@spa.is.uec.ac.jp>
in PR misc/3795.

Revision 1.14 / (download) - annotate - [select for diffs], Tue Mar 25 19:51:21 1997 UTC (15 years, 2 months ago) by perry
Branch: MAIN
Changes since 1.13: +6 -11 lines
Diff to previous 1.13 (colored)

fix 3128 from SAITOH Masanobu.
this consisted of nuking a duplicated paragraph; I did it slightly
differently than suggested.

Revision 1.13 / (download) - annotate - [select for diffs], Sat Mar 8 13:53:44 1997 UTC (15 years, 2 months ago) by mouse
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

alternate -> alternative, per PR 2643

Revision 1.12 / (download) - annotate - [select for diffs], Mon Feb 3 22:03:06 1997 UTC (15 years, 3 months ago) by christos
Branch: MAIN
Changes since 1.11: +72 -20 lines
Diff to previous 1.11 (colored)

- resolve conflicts.
- remove md5 stuff; it is in libc.
- define MCAST_PPP_BUG, until we fix if_ppp.c

Revision 1.1.1.5 / (download) - annotate - [select for diffs] (vendor branch), Mon Feb 3 21:06:35 1997 UTC (15 years, 3 months ago) by christos
Branch: WFJ-920714, VJS, SGI, CSRG
CVS Tags: routed-970113
Changes since 1.1.1.4: +68 -21 lines
Diff to previous 1.1.1.4 (colored)

New version from ftp.sgi.com:sgi/src/routed.tar.Z

Revision 1.11 / (download) - annotate - [select for diffs], Mon Jan 27 15:01:58 1997 UTC (15 years, 4 months ago) by perry
Branch: MAIN
Changes since 1.10: +7 -7 lines
Diff to previous 1.10 (colored)

fix some nits from SAITOH Masanobu, pr-3149

Revision 1.10 / (download) - annotate - [select for diffs], Thu Jan 23 06:34:39 1997 UTC (15 years, 4 months ago) by mikel
Branch: MAIN
Changes since 1.9: +3 -8 lines
Diff to previous 1.9 (colored)

eliminate duplicate paragraph and fix typos; PR misc/3128

Revision 1.9 / (download) - annotate - [select for diffs], Tue Sep 24 16:24:21 1996 UTC (15 years, 8 months ago) by christos
Branch: MAIN
Changes since 1.8: +4 -1 lines
Diff to previous 1.8 (colored)

- resolve conflicts
- try to follow rcsid style more closely
- fix rn_walktree callback routine signatures.

Revision 1.1.1.4 / (download) - annotate - [select for diffs] (vendor branch), Tue Sep 24 15:11:42 1996 UTC (15 years, 8 months ago) by christos
Branch: WFJ-920714, VJS, SGI, CSRG
CVS Tags: routed-960911
Changes since 1.1.1.3: +3 -0 lines
Diff to previous 1.1.1.3 (colored)

Latest version of routed(8) from Vernon Schryver <vjs@sgi.com>

Revision 1.8 / (download) - annotate - [select for diffs], Sat Aug 10 01:29:47 1996 UTC (15 years, 9 months ago) by thorpej
Branch: MAIN
Changes since 1.7: +461 -217 lines
Diff to previous 1.7 (colored)

- Finished up merge.

- Add some prototypes and definitions for types as necessary,
  wrapped in __NetBSD__ to maintain portability.

- Explicit size types in structures that go out the wire.

- RCS id police.

Revision 1.1.1.3 / (download) - annotate - [select for diffs] (vendor branch), Sat Aug 10 01:08:15 1996 UTC (15 years, 9 months ago) by thorpej
Branch: WFJ-920714, VJS, SGI, CSRG
CVS Tags: routed-960622
Changes since 1.1.1.2: +459 -215 lines
Diff to previous 1.1.1.2 (colored)

A leaner, meaner routed(8), implementing RIPv1, RIPv2, and ICMP Router
Discovery, courtesy of Vernon Schryver <vjs@sgi.com>.  Thanks!

Revision 1.7 / (download) - annotate - [select for diffs], Tue Feb 6 20:34:28 1996 UTC (16 years, 3 months ago) by scottr
Branch: MAIN
CVS Tags: netbsd-1-2-base, netbsd-1-2-RELEASE, netbsd-1-2-PATCH001, netbsd-1-2-BETA, netbsd-1-2
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

Grammar police, noted by Peter Seebach <seebs@solon.com>; closes PR #1704.

Revision 1.6 / (download) - annotate - [select for diffs], Sat Mar 18 15:00:38 1995 UTC (17 years, 2 months ago) by cgd
Branch: MAIN
CVS Tags: netbsd-1-1-base, netbsd-1-1-RELEASE, netbsd-1-1-PATCH001, netbsd-1-1
Changes since 1.5: +3 -2 lines
Diff to previous 1.5 (colored)

convert to new RCS Id conventions; reduce my headache

Revision 1.1.1.2 / (download) - annotate - [select for diffs] (vendor branch), Tue Jun 14 00:03:40 1994 UTC (17 years, 11 months ago) by mycroft
Branch: WFJ-920714, VJS, SGI, CSRG
CVS Tags: lite-1
Changes since 1.1.1.1: +5 -7 lines
Diff to previous 1.1.1.1 (colored)

Import 4.4-Lite version.

Revision 1.5 / (download) - annotate - [select for diffs], Fri May 13 08:04:48 1994 UTC (18 years 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.4: +5 -7 lines
Diff to previous 1.4 (colored)

Clean up import.

Revision 1.4 / (download) - annotate - [select for diffs], Sun Aug 1 07:38:15 1993 UTC (18 years, 9 months ago) by mycroft
Branch: MAIN
Changes since 1.3: +2 -3 lines
Diff to previous 1.3 (colored)

Add RCS indentifiers.

Revision 1.3 / (download) - annotate - [select for diffs], Tue Mar 23 00:30:37 1993 UTC (19 years, 2 months ago) by cgd
Branch: 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
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 (19 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.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sun Mar 21 09:45:37 1993 UTC (19 years, 2 months ago) by cgd
Branch: WFJ-920714, VJS, SGI, CSRG
CVS Tags: patchkit-0-2-2, 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 (19 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>