History log of /freebsd-10.1-release/sbin/routed/main.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 272461 02-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 229778 07-Jan-2012 uqs

Spelling fixes for sbin/


# 190716 05-Apr-2009 phk

Some constifications


# 190715 05-Apr-2009 phk

Modernize prototypes (ie: no extern)

Make lots of stuff static.


# 190711 05-Apr-2009 phk

Use <sys/queue.h> to manage the interface list.


# 190710 05-Apr-2009 phk

Remove newlines from string argument of __COPYRIGHT(), it results in
assembler warning messages.


# 180993 30-Jul-2008 phk

Update routed to use the RFC 3678 protocol-independent multicast API. Use
IP_MULTICAST_IF with struct ip_mreqn (obtained from Linux) to tell the
stack which interface index to use for sending IPv4 datagrams.

Submitted by: bms
Tested by: phk


# 163999 05-Nov-2006 trhodes

Sync up with rhyolite routed 2.31 which fixes the handling of varargs.
Remove -p from usage, it's gone completely now.

PR: 83387
Submited by: arved


# 146838 31-May-2005 stefanf

Remove #ident directives, they don't exist on the vendor branch anymore.


# 128073 09-Apr-2004 markm

Remove advertising clause from University of California Regent's license,
per letter dated July 22, 1999.

Approved by: core, imp


# 126250 25-Feb-2004 bms

Sync HEAD sources to vendor branch import of routed v2.27 from rhyolite.com.
Update <protocols/routed.h> for the MD5 changes requested in bin/35843.
Preserve local changes.

Education by: obrien, markm, pointy-stick
PR: bin/35843 (and doubtless others)


# 110670 11-Feb-2003 ache

Use srandomdev() for FreeBSD


# 64526 11-Aug-2000 sheldonh

(null commit)

Reflect that the update to routed-2.22 addresses a problem discussed
in PR bin/16941. The updated release also incorporates our local
buffer overflow fix (implemented differently) and puts us in a
position where we are completely synchronized with the master
distribution, apart from the stupid spammage of the #ident
definitions, which are supposed to indicate the release version,
not individual source file revisions.

This distribution was not moved into contrib because of objections
from wollman. He feels that the software is original Berkeley
code that shouldn't be imported into contrib just because it
has an external maintainer.


# 64483 10-Aug-2000 sheldonh

Resolve conflicts.


# 64131 02-Aug-2000 sheldonh

Resolve conflicts from vendor merge.


# 50969 05-Sep-1999 peter

$Revision$ -> $FreeBSD$ (more cleanup needed here)


# 50476 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 46303 02-May-1999 markm

Merge-o-matic and add a bunch of $Id's


# 37908 28-Jul-1998 charnier

Spelling, add rcsid, remove unused #includes.
Convert 1000000 usec to 1 sec 0 usec.
Use provided safe malloc (rtmalloc()) instead of malloc(): exit on allocation
failure.
Correct use of .Nm
Add usage() and use errx().


# 29314 12-Sep-1997 danny

Fix typo in comment.


# 26725 18-Jun-1997 charnier

Sync man page and usage string. Remove unused -p option from getopt call.


# 24359 29-Mar-1997 imp

compare return value from getopt against -1 rather than EOF, per the final
posix standard on the topic.


# 20342 11-Dec-1996 wollman

Merge from vendor branch.


# 19896 20-Nov-1996 wollman

For some reason the merge of this file didn't get committed properly.
Who has the conical hat?

Make things compile again.


# 18322 16-Sep-1996 wollman

Layer on FreeBSD local changes from old routed.


# 18317 16-Sep-1996 wollman

This commit was generated by cvs2svn to compensate for changes in r18316,
which included commits to RCS files with non-trunk default branches.


# 18316 16-Sep-1996 wollman

Virgin import of new BSD/SGI routed. This update contains a number
of important bug fixes.

Obtained from: Vernon J. Schryver <vjs@mica.denver.sgi.com>