aboutsummaryrefslogtreecommitdiff
path: root/sbin/routed
Commit message (Expand)AuthorAgeFilesLines
* Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
* Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-222-0/+44
* Fix a style bugKevin Lo2012-01-131-1/+1
* Spelling fixes for sbin/Ulrich Spörlein2012-01-073-5/+5
* Use NO_WARRAY_BOUNDS for sbin/routed/rtquery.Dimitry Andric2011-12-161-0/+1
* Fix use of AND operator: should be bitwise instead of logical.Rebecca Cran2010-11-221-2/+2
* mdoc: drop even more redundant .Pp callsUlrich Spörlein2010-10-191-1/+0
* routed(8)/rtquery(8) bump/demote to WARNS=3 for all archsUlrich Spörlein2010-02-273-11/+12
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.Antoine Brodin2009-12-281-1/+1
* Switch the default WARNS level for sbin/ to 6.Ruslan Ermilov2009-10-191-3/+1
* Only raise WARNS to 6 on i386 and amd64, strict alignment platforms stillPoul-Henning Kamp2009-04-061-0/+4
* Silence a printf warningPoul-Henning Kamp2009-04-051-1/+1
* Add some consts, remove some unused stuff and other attempts to calmPoul-Henning Kamp2009-04-059-31/+15
* Fix casts which are not by definition safe, but which malloc(3)Poul-Henning Kamp2009-04-051-6/+6
* Some constificationsPoul-Henning Kamp2009-04-053-5/+7
* Modernize prototypes (ie: no extern)Poul-Henning Kamp2009-04-0510-175/+157
* Convert list of remote interfaces to LIST_* macrosPoul-Henning Kamp2009-04-053-16/+8
* Kick WARNS level up to 6 by fixing various trivial warnings.Poul-Henning Kamp2009-04-056-9/+10
* Use <sys/queue.h> to manage the interface list.Poul-Henning Kamp2009-04-058-41/+35
* Remove newlines from string argument of __COPYRIGHT(), it results inPoul-Henning Kamp2009-04-051-2/+2
* Send multicast on p2p interfaces if they can and are not prohibitedPoul-Henning Kamp2009-04-051-2/+9
* This main goals of this project are:Qing Li2008-12-151-2/+5
* Update routed to use the RFC 3678 protocol-independent multicast API. UsePoul-Henning Kamp2008-07-305-118/+66
* Clarify which route property routed(8) looks at.Poul-Henning Kamp2008-07-291-1/+1
* Sync up with rhyolite routed 2.31 which fixes the handling of varargs.Tom Rhodes2006-11-051-12/+15
* o Remove rev. 1.14 debug printf(3) leftovers.Maxim Konovalov2005-12-201-6/+1
* Use socklen_t where appropriate.Stefan Farfeleder2005-08-051-2/+3
* Remove #ident directives, they don't exist on the vendor branch anymore.Stefan Farfeleder2005-05-319-9/+1
* Sort sections.Ruslan Ermilov2005-01-181-3/+3
* Don't declare everything we find on a loopback interface for passive:Poul-Henning Kamp2004-08-141-3/+9
* Removed commented out bitrot.Ruslan Ermilov2004-08-132-2/+0
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-6/+10
* Turn on RFC 1724 compliant behaviour with regards to IP_ADD_MEMBERSHIP;Bruce M Simpson2004-06-161-1/+1
* Ignore kernel routes with the RTF_WASCLONED flag set. This is a slightBruce M Simpson2004-06-151-4/+4
* Assorted markup, grammar, and spelling fixes.Ruslan Ermilov2004-05-171-14/+18
* Replace ROUNDUP/ADVANCE with SA_SIZELuigi Rizzo2004-04-131-16/+1
* Remove advertising clause from University of California Regent's license,Mark Murray2004-04-0914-56/+0
* Sync HEAD sources to vendor branch import of routed v2.27 from rhyolite.com.Bruce M Simpson2004-02-2514-162/+368
|\
| * Virgin import of rhyolite.com routed v2.27vendor/SGIBruce M Simpson2004-02-2514-179/+374
* | style.Makefile(5):Johan Karlsson2004-02-232-2/+2
* | Fixed style of DPADD and LDADD assignments as per style.Makefile(5).Ruslan Ermilov2004-02-052-4/+4
* | Removed duplicate $FreeBSD$ tag.Ruslan Ermilov2004-01-291-1/+0
* | Prefer PATH_MAX to MAXPATHLEN. Both contain the trailing NUL, soWarner Losh2003-08-072-3/+3
* | The .Xr utilityPhilippe Charnier2003-06-081-2/+3
* | mdoc(7) fixes: Mark "gated" with the .Nm macro.Ruslan Ermilov2003-05-191-6/+6
* | Note that gated is a commercial routing product now, and removeMurray Stokely2003-05-041-11/+12
* | Use srandomdev() for FreeBSDAndrey A. Chernov2003-02-111-0/+4
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-012-2/+2
* | Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-251-1/+1
* | s/filesystem/file system/g as discussed on -developersTom Rhodes2002-08-211-1/+1