summaryrefslogtreecommitdiff
path: root/sys/kern/kern_environment.c
Commit message (Expand)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Fix warnings related to -Wall -Wcast-qualMatthew Dillon1999-01-281-2/+2
* Fix getenv() comparison against '=' ... was *cp = '=' instead ofMatthew Dillon1999-01-271-2/+2
* Add getenv_int(), specifically for retrieving integer values from kernelMike Smith1999-01-151-1/+20
* Don't try to initialise the environment out of a sysinit, it's handledMike Smith1998-10-091-10/+1
* Fix damaged comment.Jordan K. Hubbard1998-10-091-1/+2
* Kernel environment access, preloaded module lookup.Mike Smith1998-10-091-0/+126