summaryrefslogtreecommitdiffstats
path: root/usr.sbin/nvram
Commit message (Collapse)AuthorAgeFilesLines
* Fix -Wmissing-variable-declarations compiler warning.rdivacky2013-07-101-1/+1
|
* Dont cast from char* to struct chrp_header* which has a bigger alignmentrdivacky2012-08-271-4/+8
| | | | | | | requirements. Copy it via union instead. Fixes a clang warning about alignment. Reviewed by: sobomax
* The last big commit: let usr.sbin/ use WARNS=6 by default.ed2010-01-021-2/+0
|
* Revise markup.ru2006-09-301-7/+6
|
* Create section 8 man subdirectories for PowerPC.ru2006-09-301-0/+1
|
* Add device to access and modify Open Firmware NVRAM settings insobomax2006-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
OpenPOWER on IntegriCloud