aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/rarpd
Commit message (Expand)AuthorAgeFilesLines
* SPDX: mostly fixes to previous changes.Pedro F. Giffuni2017-12-131-1/+1
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Fix userland tools that don't check the format of routing socketPatrick Kelsey2017-04-161-2/+4
* When clearing rtmsg, pass &rtmsg to bzero() instead of the address ofDon Lewis2016-05-171-1/+1
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+20
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-271-2/+1
| |\ | |/ |/|
| * Merge head from 7/28Simon J. Gerraty2014-08-191-2/+2
| |\
| * | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | sync from headSimon J. Gerraty2013-04-121-8/+14
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | Sync with HEAD.David E. O'Brien2013-02-081-5/+4
| |\ \ \
| * | | | Updated/new Makefile.dependSimon J. Gerraty2012-11-081-0/+1
| * | | | Sync from headSimon J. Gerraty2012-11-043-18/+79
| |\ \ \ \
| * | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+20
* | | | | | Convert usr.sbin to LIBADDBaptiste Daroussin2014-11-251-2/+1
| |_|_|_|/ |/| | | |
* | | | | use .Mt to mark up email addresses consistently (part2)Baptiste Daroussin2014-06-201-2/+2
| |_|_|/ |/| | |
* | | | Add some missing newlines and static declarations.Marius Strobl2013-04-071-8/+14
| |_|/ |/| |
* | | Retire struct sockaddr_inarp.Gleb Smirnoff2013-01-311-5/+4
| |/ |/|
* | Remove end of line whitespace.Joel Dahl2012-07-091-1/+1
* | - Add IFT_L2VLAN (vlan(4)) support.Hiroki Sato2012-07-093-18/+79
|/
* Fix warning when compiling with gcc46:Eitan Adler2012-01-201-2/+1
* Catch up with kernel using time_uptime to drive ARP timeouts.Gleb Smirnoff2010-12-061-1/+3
* Fixed the misplaced $FreeBSD$.Ruslan Ermilov2005-02-091-2/+2
* Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived softwareWarner Losh2004-08-072-11/+3
* While walking over the list of interfaces obtained from getifaddrs(3),Joerg Wunsch2004-04-201-4/+40
* Fix a typo.Joerg Wunsch2004-04-201-1/+1
* Make it clear that -a flag and interface parameter are mutually exclusivePhilippe Charnier2003-08-162-13/+19
* Lower WARNS to 3 so that this still compiles on non x86 architectures.Maxime Henrion2003-07-111-1/+1
* Huge cleanup of the rarpd(8) code :Maxime Henrion2003-07-112-188/+52
* make rarpd use in_addr_t instead of u_long since this is neccessaryJohn-Mark Gurney2003-06-151-24/+24
* Use __FBSDID over rcsid[]. Protect copyright[] where needed.David E. O'Brien2003-05-031-5/+4
* Add "-t" to useage message and comment. (The -t option was addedDavid Malone2002-09-151-3/+3
* The .Nm utilityPhilippe Charnier2002-07-141-2/+4
* Fix buildworld breakage.Ollivier Robert2002-05-091-1/+1
* Grammatical fixes over previous commit.Robert Watson2001-11-201-6/+6
* o Allow rarpd to accept an additional '-t directory' argument, specifyingRobert Watson2001-11-162-1/+17
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-1/+1
* make it compile on alpha againMatt Jacob2001-07-051-1/+2
* Add a -d command-line option; when used in conjunction with -f, rarpdPeter Pentchev2001-06-183-49/+129
* Comply with POSIX rules:Jonathan Lemon2001-06-161-2/+2
* Undo last braino and fix properly.Jonathan Lemon2001-06-161-2/+2
* Fix warning:Jonathan Lemon2001-06-161-1/+1
* Fixed world breakage on systems where ntohl() doesn't return u_longBruce Evans2001-06-131-17/+4
* WARNS=2 cleanup, ANSIfication, manpage mdoc(7) cleanup.Peter Pentchev2001-06-113-128/+117
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
* Set the default manual section for usr.sbin/ to 8.Ruslan Ermilov2001-03-201-2/+0