summaryrefslogtreecommitdiff
path: root/libexec/bootpd
AgeCommit message (Expand)Author
2025-01-26bootptest: Fix a typo in a source code commentGordon Bergling
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-01-22bootpd(8): Fix a typo in a source code commentGordon Bergling
2023-11-26libexec: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16Fix partially removed comment by removing the restWarner Losh
2023-08-16Remove $FreeBSD$: one-line bare tagWarner Losh
2023-08-16Remove $FreeBSD$: one-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .h patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-07-07Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2023-04-18bootpd: Use C89 function definitions.John Baldwin
2022-09-15bootptest: Fix a typo in a source code commentGordon Bergling
2021-09-30bootp: remove the USE_BFUNCS knobKyle Evans
2019-07-19Restore WARNS?=1 here. I missed that libexec/bootpd/bootpgw existed.Brooks Davis
2019-07-19Chain Makefile.inc's so default are inherited as expected.Brooks Davis
2019-05-25Correctly align usage: outputRodney W. Grimes
2019-05-22Marginally improve usage() message style in bootpd.Mark Johnston
2019-05-21bootpd: avoid the same error indication for different issuesEd Maste
2019-05-21bootpd: Add an option to skip modifications to the ARP table.Mark Johnston
2018-12-19bootpd: validate hardware typeEd Maste
2017-11-27libexec: adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-03-26Emply contemporary function prototypes in bootpd, rather than relying onRobert Watson
2016-04-12Restore some comments in previous commit.Pedro F. Giffuni
2016-04-12bootpd(8): De-register and minor cleanups.Pedro F. Giffuni
2015-12-01META MODE: Update dependencies with 'the-lot' and add missing directories.Bryan Drewery
2015-09-25META_MODE: Remove DEP_MACHINE from Makefile.depend files.Bryan Drewery
2015-09-25META_MODE: Remove DEP_RELDIR from Makefile.depend files.Bryan Drewery
2015-06-13Add META_MODE support.Simon J. Gerraty
2015-06-08dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty
2014-08-19Merge head from 7/28Simon J. Gerraty
2014-06-20use .Mt to mark up email addresses consistently (part2)Baptiste Daroussin
2014-05-16Updated dependenciesSimon J. Gerraty
2014-05-10Updated dependenciesSimon J. Gerraty
2014-04-28Merge headSimon J. Gerraty
2014-04-13NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh
2014-03-13Re-format the license to conform to our BSD license template as muchChristian Brueffer
2014-02-17Remove the 3rd clause ("advertising clause") of the BSD license asChristian Brueffer
2013-09-05Merge from headSimon J. Gerraty
2013-05-12mdoc sweep.Joel Dahl
2013-03-11Updated dependenciesSimon J. Gerraty
2013-02-16Updated dependenciesSimon J. Gerraty
2013-02-08Sync with HEAD.David E. O'Brien
2013-01-31Retire struct sockaddr_inarp.Gleb Smirnoff