summaryrefslogtreecommitdiffstats
path: root/usr.sbin/nvram/nvram.c
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
* Add device to access and modify Open Firmware NVRAM settings insobomax2006-08-011-0/+222
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