summaryrefslogtreecommitdiff
path: root/libexec/bootpd
Commit message (Expand)AuthorAgeFilesLines
* Restore WARNS?=1 here. I missed that libexec/bootpd/bootpgw existed.Brooks Davis2019-07-191-0/+2
* Chain Makefile.inc's so default are inherited as expected.Brooks Davis2019-07-192-3/+3
* Correctly align usage: outputRodney W. Grimes2019-05-251-7/+7
* Marginally improve usage() message style in bootpd.Mark Johnston2019-05-222-3/+4
* bootpd: avoid the same error indication for different issuesEd Maste2019-05-211-3/+3
* bootpd: Add an option to skip modifications to the ARP table.Mark Johnston2019-05-213-20/+38
* bootpd: validate hardware typeEd Maste2018-12-191-0/+4
* libexec: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-314-4/+0
* Emply contemporary function prototypes in bootpd, rather than relying onRobert Watson2017-03-264-13/+12
* Restore some comments in previous commit.Pedro F. Giffuni2016-04-121-3/+3
* bootpd(8): De-register and minor cleanups.Pedro F. Giffuni2016-04-127-37/+34
* META MODE: Update dependencies with 'the-lot' and add missing directories.Bryan Drewery2015-12-011-0/+2
* META_MODE: Remove DEP_MACHINE from Makefile.depend files.Bryan Drewery2015-09-251-2/+0
* META_MODE: Remove DEP_RELDIR from Makefile.depend files.Bryan Drewery2015-09-251-2/+0
* Add META_MODE support.Simon J. Gerraty2015-06-134-0/+78
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-083-6/+0
| * Merge head from 7/28Simon J. Gerraty2014-08-192-9/+9
| |\ | |/ |/|
| * Updated dependenciesSimon J. Gerraty2014-05-163-3/+0
| * Updated dependenciesSimon J. Gerraty2014-05-103-0/+6
| * Merge headSimon J. Gerraty2014-04-283-19/+14
| |\
| * \ Merge from headSimon J. Gerraty2013-09-051-1/+1
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2013-03-113-0/+3
| * | | Updated dependenciesSimon J. Gerraty2013-02-163-6/+0
| * | | Sync with HEAD.David E. O'Brien2013-02-081-19/+7
| |\ \ \
| * | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-224-0/+80
* | | | | use .Mt to mark up email addresses consistently (part2)Baptiste Daroussin2014-06-202-9/+9
| |_|_|/ |/| | |
* | | | NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh2014-04-131-1/+1
* | | | Re-format the license to conform to our BSD license template as muchChristian Brueffer2014-03-131-13/+12
* | | | Remove the 3rd clause ("advertising clause") of the BSD license asChristian Brueffer2014-02-171-5/+1
| |_|/ |/| |
* | | mdoc sweep.Joel Dahl2013-05-121-1/+1
| |/ |/|
* | Retire struct sockaddr_inarp.Gleb Smirnoff2013-01-311-19/+7
|/
* Make sure sections are sorted into conventional order.Joel Dahl2012-03-251-17/+17
* Spelling fixes for libexec/Ulrich Spörlein2012-01-075-6/+6
* In libexec/bootpd/tools/bootptest/print-bootp.c, use the correct printfDimitry Andric2011-12-161-1/+1
* In libexec/bootpd/bootpgw/bootpgw.c, add a cast for the remainingDimitry Andric2011-12-161-1/+1
* Catch up with kernel using time_uptime to drive ARP timeouts.Gleb Smirnoff2010-12-061-3/+3
* mdoc: drop even more redundant .Pp callsUlrich Spörlein2010-10-191-1/+0
* Make WARNS=6 the default for libexec/.Ed Schouten2010-01-023-0/+6
* Use RTF_LLDATA.Olivier Houchard2009-03-311-1/+1
* This main goals of this project are:Qing Li2008-12-151-1/+0
* Make tv_sec a time_t on all platforms but alpha. Brings us more in line withTom Rhodes2005-12-241-2/+3
* Fix most cases where the address of an int is passed to a function expecting aStefan Farfeleder2005-02-141-1/+2
* Expand *n't contractions.Ruslan Ermilov2005-02-131-1/+1
* Sort sections.Ruslan Ermilov2005-01-181-10/+10
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-211-1/+1
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
* Call nmatch function with parameters casted to types the function actuallyAlexander Kabaev2004-07-291-1/+1
* Deal with double whitespace.Ruslan Ermilov2004-07-031-1/+1