aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/nvram
Commit message (Collapse)AuthorAgeFilesLines
* use .Mt to mark up email addresses consistently (part2)Baptiste Daroussin2014-06-201-1/+1
| | | | | | | | PR: 191174 Submitted by: Franco Fichtner <franco@lastsummer.de> Notes: svn path=/head/; revision=267668
* Fix -Wmissing-variable-declarations compiler warning.Roman Divacky2013-07-101-1/+1
| | | | Notes: svn path=/head/; revision=253162
* Dont cast from char* to struct chrp_header* which has a bigger alignmentRoman Divacky2012-08-271-4/+8
| | | | | | | | | | requirements. Copy it via union instead. Fixes a clang warning about alignment. Reviewed by: sobomax Notes: svn path=/head/; revision=239733
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-021-2/+0
| | | | Notes: svn path=/head/; revision=201390
* Revise markup.Ruslan Ermilov2006-09-301-7/+6
| | | | Notes: svn path=/head/; revision=162893
* Create section 8 man subdirectories for PowerPC.Ruslan Ermilov2006-09-301-0/+1
| | | | Notes: svn path=/head/; revision=162836
* Add device to access and modify Open Firmware NVRAM settings inMaxim Sobolev2006-08-013-0/+349
PowerPC-based Apple's machines and small utility to do it from userland modelled after the similar utility in Darwin/OSX. Only tested on 1.25GHz G4 Mac Mini. MFC after: 1 month Notes: svn path=/head/; revision=160892