summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_environment.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix warnings related to -Wall -Wcast-qualdillon1999-01-281-2/+2
|
* Fix getenv() comparison against '=' ... was *cp = '=' instead ofdillon1999-01-271-2/+2
| | | | *cp == '='.
* Add getenv_int(), specifically for retrieving integer values from kernelmsmith1999-01-151-1/+20
| | | | | environment variables. This makes it easy to pass tuning parameters in from the bootloader.
* Don't try to initialise the environment out of a sysinit, it's handledmsmith1998-10-091-10/+1
| | | | in MD code instead.
* Fix damaged comment.jkh1998-10-091-1/+2
|
* Kernel environment access, preloaded module lookup.msmith1998-10-091-0/+126
OpenPOWER on IntegriCloud