aboutsummaryrefslogtreecommitdiff
path: root/libexec/rbootd/rmp_var.h
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Remove the 3rd clause ("advertising clause") of the BSD license asChristian Brueffer2014-02-171-5/+1
| | | | | | | | | | permitted by the University of Berkeley on July 22, 1999. Reviewed by: imp MFC after: 1 week Notes: svn path=/head/; revision=262136
* Add $FreeBSD$.Christian Brueffer2014-02-171-0/+2
| | | | | | | MFC after: 1 week Notes: svn path=/head/; revision=262135
* Zap register keyword usage and convert: bcopy -> memmove, bzero -> memset,Steve Price1997-06-291-1/+1
| | | | | | | index -> strchr, and rindex -> strrchr. Notes: svn path=/head/; revision=27079
* Merge conflicts and make this compile -Wall clean.Steve Price1997-06-291-2/+0
| | | | Notes: svn path=/head/; revision=27077
* Import of NetBSD's rbootd version 19970629Steve Price1997-06-291-0/+246
Notes: svn path=/vendor/NetBSD/dist/; revision=27074