| Commit message (Expand) | Author | Age | Files | Lines |
* | mdoc sweep | Joel Dahl | 2013-05-13 | 1 | -1/+1 |
* | Fix a style bug | Kevin Lo | 2012-01-13 | 1 | -1/+1 |
* | Spelling fixes for sbin/ | Ulrich Spörlein | 2012-01-07 | 3 | -5/+5 |
* | Use NO_WARRAY_BOUNDS for sbin/routed/rtquery. | Dimitry Andric | 2011-12-16 | 1 | -0/+1 |
* | Fix use of AND operator: should be bitwise instead of logical. | Rebecca Cran | 2010-11-22 | 1 | -2/+2 |
* | mdoc: drop even more redundant .Pp calls | Ulrich Spörlein | 2010-10-19 | 1 | -1/+0 |
* | routed(8)/rtquery(8) bump/demote to WARNS=3 for all archs | Ulrich Spörlein | 2010-02-27 | 3 | -11/+12 |
* | (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument. | Antoine Brodin | 2009-12-28 | 1 | -1/+1 |
* | Switch the default WARNS level for sbin/ to 6. | Ruslan Ermilov | 2009-10-19 | 1 | -3/+1 |
* | Only raise WARNS to 6 on i386 and amd64, strict alignment platforms still | Poul-Henning Kamp | 2009-04-06 | 1 | -0/+4 |
* | Silence a printf warning | Poul-Henning Kamp | 2009-04-05 | 1 | -1/+1 |
* | Add some consts, remove some unused stuff and other attempts to calm | Poul-Henning Kamp | 2009-04-05 | 9 | -31/+15 |
* | Fix casts which are not by definition safe, but which malloc(3) | Poul-Henning Kamp | 2009-04-05 | 1 | -6/+6 |
* | Some constifications | Poul-Henning Kamp | 2009-04-05 | 3 | -5/+7 |
* | Modernize prototypes (ie: no extern) | Poul-Henning Kamp | 2009-04-05 | 10 | -175/+157 |
* | Convert list of remote interfaces to LIST_* macros | Poul-Henning Kamp | 2009-04-05 | 3 | -16/+8 |
* | Kick WARNS level up to 6 by fixing various trivial warnings. | Poul-Henning Kamp | 2009-04-05 | 6 | -9/+10 |
* | Use <sys/queue.h> to manage the interface list. | Poul-Henning Kamp | 2009-04-05 | 8 | -41/+35 |
* | Remove newlines from string argument of __COPYRIGHT(), it results in | Poul-Henning Kamp | 2009-04-05 | 1 | -2/+2 |
* | Send multicast on p2p interfaces if they can and are not prohibited | Poul-Henning Kamp | 2009-04-05 | 1 | -2/+9 |
* | This main goals of this project are: | Qing Li | 2008-12-15 | 1 | -2/+5 |
* | Update routed to use the RFC 3678 protocol-independent multicast API. Use | Poul-Henning Kamp | 2008-07-30 | 5 | -118/+66 |
* | Clarify which route property routed(8) looks at. | Poul-Henning Kamp | 2008-07-29 | 1 | -1/+1 |
* | Sync up with rhyolite routed 2.31 which fixes the handling of varargs. | Tom Rhodes | 2006-11-05 | 1 | -12/+15 |
* | o Remove rev. 1.14 debug printf(3) leftovers. | Maxim Konovalov | 2005-12-20 | 1 | -6/+1 |
* | Use socklen_t where appropriate. | Stefan Farfeleder | 2005-08-05 | 1 | -2/+3 |
* | Remove #ident directives, they don't exist on the vendor branch anymore. | Stefan Farfeleder | 2005-05-31 | 9 | -9/+1 |
* | Sort sections. | Ruslan Ermilov | 2005-01-18 | 1 | -3/+3 |
* | Don't declare everything we find on a loopback interface for passive: | Poul-Henning Kamp | 2004-08-14 | 1 | -3/+9 |
* | Removed commented out bitrot. | Ruslan Ermilov | 2004-08-13 | 2 | -2/+0 |
* | Mechanically kill hard sentence breaks. | Ruslan Ermilov | 2004-07-02 | 1 | -6/+10 |
* | Turn on RFC 1724 compliant behaviour with regards to IP_ADD_MEMBERSHIP; | Bruce M Simpson | 2004-06-16 | 1 | -1/+1 |
* | Ignore kernel routes with the RTF_WASCLONED flag set. This is a slight | Bruce M Simpson | 2004-06-15 | 1 | -4/+4 |
* | Assorted markup, grammar, and spelling fixes. | Ruslan Ermilov | 2004-05-17 | 1 | -14/+18 |
* | Replace ROUNDUP/ADVANCE with SA_SIZE | Luigi Rizzo | 2004-04-13 | 1 | -16/+1 |
* | Remove advertising clause from University of California Regent's license, | Mark Murray | 2004-04-09 | 14 | -56/+0 |
* | Sync HEAD sources to vendor branch import of routed v2.27 from rhyolite.com. | Bruce M Simpson | 2004-02-25 | 14 | -162/+368 |
|\ |
|
| * | Virgin import of rhyolite.com routed v2.27vendor/SGI | Bruce M Simpson | 2004-02-25 | 14 | -179/+374 |
* | | style.Makefile(5): | Johan Karlsson | 2004-02-23 | 2 | -2/+2 |
* | | Fixed style of DPADD and LDADD assignments as per style.Makefile(5). | Ruslan Ermilov | 2004-02-05 | 2 | -4/+4 |
* | | Removed duplicate $FreeBSD$ tag. | Ruslan Ermilov | 2004-01-29 | 1 | -1/+0 |
* | | Prefer PATH_MAX to MAXPATHLEN. Both contain the trailing NUL, so | Warner Losh | 2003-08-07 | 2 | -3/+3 |
* | | The .Xr utility | Philippe Charnier | 2003-06-08 | 1 | -2/+3 |
* | | mdoc(7) fixes: Mark "gated" with the .Nm macro. | Ruslan Ermilov | 2003-05-19 | 1 | -6/+6 |
* | | Note that gated is a commercial routing product now, and remove | Murray Stokely | 2003-05-04 | 1 | -11/+12 |
* | | Use srandomdev() for FreeBSD | Andrey A. Chernov | 2003-02-11 | 1 | -0/+4 |
* | | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | Jens Schweikhardt | 2003-01-01 | 2 | -2/+2 |
* | | Replace various spelling with FALLTHROUGH which is lint()able | Philippe Charnier | 2002-08-25 | 1 | -1/+1 |
* | | s/filesystem/file system/g as discussed on -developers | Tom Rhodes | 2002-08-21 | 1 | -1/+1 |
* | | The .Nm utility. | Philippe Charnier | 2002-07-06 | 2 | -11/+16 |