summaryrefslogtreecommitdiffstats
path: root/sbin/routed
Commit message (Expand)AuthorAgeFilesLines
* routed(8): Use arc4random_uniform instead of arc4random.pfg2016-05-151-7/+2
* routed(8): Misc. cleanups to squelch Coverity.pfg2016-05-152-4/+10
* routed(8): Dereference before null check.pfg2016-05-151-1/+1
* routed(8): Avoid NULL de-reference and two possible memory leaks.pfg2016-05-151-3/+9
* Avoid NULL de-references.pfg2016-05-141-2/+2
* routed(8): Use arc4random.pfg2016-05-141-2/+2
* routed: Fix use after free.pfg2016-05-141-1/+2
* routed(8): use NULL instead of zero for pointers.pfg2016-05-1410-227/+230
* Add devd and routed back to the runtime package insteadgjb2016-02-102-2/+2
* Create packages for atm, ccdconfig, devd, ipf, ipfw,gjb2016-02-092-0/+2
* META MODE: Update dependencies with 'the-lot' and add missing directories.bdrewery2015-12-011-0/+2
* META_MODE: Remove DEP_MACHINE from Makefile.depend files.bdrewery2015-09-251-2/+0
* META_MODE: Remove DEP_RELDIR from Makefile.depend files.bdrewery2015-09-251-2/+0
* Fix a bug which could make routed(8) daemon exit by sending a special RIPdelphij2015-08-051-0/+6
* Add META_MODE support.sjg2015-06-132-0/+44
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| * Merge sync of headsjg2015-05-274-5/+7
| |\ | |/ |/|
| * Merge from head@274682sjg2014-11-195-7/+35
| |\
| * | Updated dependenciessjg2014-05-161-1/+0
| * | Updated dependenciessjg2014-05-101-0/+2
| * | Merge from headsjg2013-09-051-1/+1
| |\ \
| * | | Updated dependenciessjg2013-03-111-0/+1
| * | | Updated dependenciessjg2013-02-161-2/+0
| * | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-222-0/+44
* | | | Belatedly commit the patch for SA-14:21 to head. It was not committed todes2015-01-031-0/+4
* | | | mdoc: remove EOL whitespace.joel2014-12-291-1/+1
* | | | Convert sbin/ to LIBADDbapt2014-11-252-4/+2
| |_|/ |/| |
* | | Fix a typo.hrs2014-09-211-1/+1
* | | Fix a bug which could make routed(8) daemon exit by sending a special RIPhrs2014-09-215-7/+35
| |/ |/|
* | mdoc sweepjoel2013-05-131-1/+1
|/
* Fix a style bugkevlo2012-01-131-1/+1
* Spelling fixes for sbin/uqs2012-01-073-5/+5
* Use NO_WARRAY_BOUNDS for sbin/routed/rtquery.dim2011-12-161-0/+1
* Fix use of AND operator: should be bitwise instead of logical.brucec2010-11-221-2/+2
* mdoc: drop even more redundant .Pp callsuqs2010-10-191-1/+0
* routed(8)/rtquery(8) bump/demote to WARNS=3 for all archsuqs2010-02-273-11/+12
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.antoine2009-12-281-1/+1
* Switch the default WARNS level for sbin/ to 6.ru2009-10-191-3/+1
* Only raise WARNS to 6 on i386 and amd64, strict alignment platforms stillphk2009-04-061-0/+4
* Silence a printf warningphk2009-04-051-1/+1
* Add some consts, remove some unused stuff and other attempts to calmphk2009-04-059-31/+15
* Fix casts which are not by definition safe, but which malloc(3)phk2009-04-051-6/+6
* Some constificationsphk2009-04-053-5/+7
* Modernize prototypes (ie: no extern)phk2009-04-0510-175/+157
* Convert list of remote interfaces to LIST_* macrosphk2009-04-053-16/+8
* Kick WARNS level up to 6 by fixing various trivial warnings.phk2009-04-056-9/+10
* Use <sys/queue.h> to manage the interface list.phk2009-04-058-41/+35
* Remove newlines from string argument of __COPYRIGHT(), it results inphk2009-04-051-2/+2
* Send multicast on p2p interfaces if they can and are not prohibitedphk2009-04-051-2/+9
* This main goals of this project are:qingli2008-12-151-2/+5
OpenPOWER on IntegriCloud