The NetBSD Project

CVS log for src/sbin/routed/Makefile

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.25 / (download) - annotate - [select for diffs], Thu Aug 25 16:12:37 2011 UTC (9 months ago) by joerg
Branch: MAIN
CVS Tags: yamt-pagecache-base5, yamt-pagecache-base4, yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, yamt-pagecache, netbsd-6-base, netbsd-6, HEAD
Changes since 1.24: +2 -1 lines
Diff to previous 1.24 (colored)

main.c uses non-literal format strings.

Revision 1.24 / (download) - annotate - [select for diffs], Sun Aug 14 11:34:11 2011 UTC (9 months, 1 week ago) by christos
Branch: MAIN
Changes since 1.23: +3 -1 lines
Diff to previous 1.23 (colored)

document non-literal strings

Revision 1.23 / (download) - annotate - [select for diffs], Mon May 28 12:06:23 2007 UTC (4 years, 11 months ago) by tls
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, 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, 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
Changes since 1.22: +2 -1 lines
Diff to previous 1.22 (colored)

Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the
FORTIFY_SOURCE feature of libssp, thus checking the size of arguments to
various string and memory copy and set functions (as well as a few system
calls and other miscellany) where known at function entry.  RedHat has
evidently built all "core system packages" with this option for some time.

This option should be used at the top of Makefiles (or Makefile.inc where
this is used for subdirectories) but after any setting of LIB.

This is only useful for userland code, and cannot be used in libc or in
any code which includes the libc internals, because it overrides certain
libc functions with macros.  Some effort has been made to make USE_FORT=yes
work correctly for a full-system build by having the bsd.sys.mk logic
disable the feature where it should not be used (libc, libssp iteself,
the kernel) but no attempt has been made to build the entire system with
USE_FORT and doing so will doubtless expose numerous bugs and misfeatures.

Adjust the system build so that all programs and libraries that are setuid,
directly handle network data (including serial comm data), perform
authentication, or appear likely to have (or have a history of having)
data-driven bugs (e.g. file(1)) are built with USE_FORT=yes by default,
with the exception of libc, which cannot use USE_FORT and thus uses
only USE_SSP by default.  Tested on i386 with no ill results; USE_FORT=no
per-directory or in a system build will disable if desired.

Revision 1.22 / (download) - annotate - [select for diffs], Sun Jun 6 02:00:32 1999 UTC (12 years, 11 months ago) by thorpej
Branch: MAIN
CVS Tags: wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, wrstuden-fixsa, wrstuden-devbsize-base, wrstuden-devbsize-19991221, wrstuden-devbsize, 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, 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, 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, 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, fvdl_fs64_base, comdex-fall-1999-base, comdex-fall-1999, abandoned-netbsd-4-base, abandoned-netbsd-4
Changes since 1.21: +4 -1 lines
Diff to previous 1.21 (colored)

Use pidfile(3).

Revision 1.21 / (download) - annotate - [select for diffs], Tue Feb 23 10:51:53 1999 UTC (13 years, 3 months ago) by christos
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
Changes since 1.20: +1 -2 lines
Diff to previous 1.20 (colored)

Oops remove WARNS=1

Revision 1.20 / (download) - annotate - [select for diffs], Tue Feb 23 10:47:39 1999 UTC (13 years, 3 months ago) by christos
Branch: MAIN
Changes since 1.19: +2 -1 lines
Diff to previous 1.19 (colored)

Resolve conflicts.

Revision 1.1.1.6 / (download) - annotate - [select for diffs] (vendor branch), Tue Feb 23 09:56:49 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.5: +6 -15 lines
Diff to previous 1.1.1.5 (colored)

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

Revision 1.19 / (download) - annotate - [select for diffs], Wed Aug 26 17:50:32 1998 UTC (13 years, 9 months ago) by christos
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

Avoid interraction between pppd and routed, by trying to discover new
interfaces every time there is a new route, irrespective of timeout period.

Revision 1.18 / (download) - annotate - [select for diffs], Sat Oct 11 09:34:36 1997 UTC (14 years, 7 months ago) by mycroft
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 -1 lines
Diff to previous 1.17 (colored)

Use bsd.subdir.mk as appropriate.

Revision 1.17 / (download) - annotate - [select for diffs], Mon Feb 3 22:02:51 1997 UTC (15 years, 3 months ago) by christos
Branch: MAIN
Changes since 1.16: +2 -1 lines
Diff to previous 1.16 (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:15 1997 UTC (15 years, 3 months ago) by christos
Branch: WFJ-920714, VJS, SGI, CSRG
CVS Tags: routed-980602, routed-970113
Changes since 1.1.1.4: +2 -3 lines
Diff to previous 1.1.1.4 (colored)

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

Revision 1.1.1.4 / (download) - annotate - [select for diffs] (vendor branch), Tue Sep 24 15:11:32 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: +1 -1 lines
Diff to previous 1.1.1.3 (colored)

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

Revision 1.16 / (download) - annotate - [select for diffs], Sat Aug 10 01:48:41 1996 UTC (15 years, 9 months ago) by thorpej
Branch: MAIN
Changes since 1.15: +4 -1 lines
Diff to previous 1.15 (colored)

Add a manual page link from routed(8) to rdisc(8) as suggested by
Giles Lean <giles@nemeton.com.au> on the tech-net@NetBSD.ORG mailing
list.  The rationale for this is that folks may be used to rdisc(8)
or in.rdisc(8) on other systems, and may not realize that NetBSD
implements ICMP Router Discovery in the routed(8) program.

Revision 1.15 / (download) - annotate - [select for diffs], Sat Aug 10 01:28:58 1996 UTC (15 years, 9 months ago) by thorpej
Branch: MAIN
Changes since 1.14: +4 -5 lines
Diff to previous 1.14 (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:07:44 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: +3 -3 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.14 / (download) - annotate - [select for diffs], Tue Jun 20 22:25:51 1995 UTC (16 years, 11 months ago) by christos
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
Changes since 1.13: +1 -3 lines
Diff to previous 1.13 (colored)

- Support rip version 2.
- Add ansi prototypes.
- Be less internet centric.
- Convert queues to use <sys/queue.h> so we don't need -lcompat

Revision 1.13 / (download) - annotate - [select for diffs], Wed May 31 20:44:35 1995 UTC (16 years, 11 months ago) by ragge
Branch: MAIN
Changes since 1.12: +1 -12 lines
Diff to previous 1.12 (colored)

Took away use of vax inline functions. Didn't work anyway.

Revision 1.12 / (download) - annotate - [select for diffs], Sat Mar 18 15:00:20 1995 UTC (17 years, 2 months ago) by cgd
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

convert to new RCS Id conventions; reduce my headache

Revision 1.11 / (download) - annotate - [select for diffs], Thu Dec 22 10:48:37 1994 UTC (17 years, 5 months ago) by cgd
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

specify man pages the new way.

Revision 1.1.1.2 / (download) - annotate - [select for diffs] (vendor branch), Tue Jun 14 00:02:29 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: +4 -4 lines
Diff to previous 1.1.1.1 (colored)

Import 4.4-Lite version.

Revision 1.10 / (download) - annotate - [select for diffs], Sun May 15 00:50:38 1994 UTC (18 years ago) by cgd
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.9: +2 -2 lines
Diff to previous 1.9 (colored)

don't do query and trace

Revision 1.9 / (download) - annotate - [select for diffs], Fri May 13 08:04:29 1994 UTC (18 years ago) by mycroft
Branch: MAIN
Changes since 1.8: +5 -3 lines
Diff to previous 1.8 (colored)

Clean up import.

Revision 1.8 / (download) - annotate - [select for diffs], Fri Jan 28 00:38:59 1994 UTC (18 years, 4 months ago) by cgd
Branch: MAIN
Changes since 1.7: +1 -3 lines
Diff to previous 1.7 (colored)

don't need -lutil

Revision 1.7 / (download) - annotate - [select for diffs], Thu Dec 30 10:43:58 1993 UTC (18 years, 4 months ago) by cgd
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

Undo that last change.  It was 100%, beyond a doubt, completely bogus.
afswitch and af_max were still used, but since they was declared 'common'
by virtue of their declaration in af.h, the symbols were defined at link-
time, and their contents were considered BSS -- init to zero.
Now, you and i know that jumping to zero causes a core dump...
Therefore: af.c has been resurrected, so the procedure pointers actually
point to procedures, tables.c has had it's change nuked, and af.h
has been changed so afswitch and af_max are declared as 'extern'.
It's obvious that that 'fix' wasn't even tested.

Revision 1.6 / (download) - annotate - [select for diffs], Sat Dec 18 01:46:20 1993 UTC (18 years, 5 months ago) by mycroft
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

Move inet_default into tables.c, and remove all of af.c, as it is no longer
used.

Revision 1.5 / (download) - annotate - [select for diffs], Thu Oct 28 03:28:46 1993 UTC (18 years, 7 months ago) by cgd
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

remove query and trace from subdir lists; they're for debugging only.

Revision 1.4 / (download) - annotate - [select for diffs], Sun Aug 1 00:57:16 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 identifiers.

Revision 1.3 / (download) - annotate - [select for diffs], Tue Mar 23 00:30:13 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>