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