aboutsummaryrefslogtreecommitdiff
path: root/sbin/dhclient/inet.c
Commit message (Collapse)AuthorAgeFilesLines
* dhclient(8): raise WARNS to 3Alan Somers2017-12-141-2/+2
| | | | | | | | | | Mostly had to fix a lot of signed/unsigned comparison warnings MFC after: 3 weeks Sponsored by: Spectra Logic Corp Notes: svn path=/head/; revision=326853
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
| | | | | | | | | | | | | | | | | Mainly focus on files that use BSD 3-Clause license. The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts. Special thanks to Wind River for providing access to "The Duke of Highlander" tool: an older (2014) run over FreeBSD tree was useful as a starting point. Notes: svn path=/head/; revision=326025
* Add __FBSDID to all .c files in dhclient to aid in determining fileBrooks Davis2005-08-231-0/+3
| | | | | | | versions when dealing with user problems. Notes: svn path=/head/; revision=149399
* Import the OpenBSD dhclient as shipped with OpenBSD-3.7 (the tagBrooks Davis2005-06-071-0/+118
OPENBSD_3_7). Notes: svn path=/vendor/OpenBSD/dist/; revision=147072