summaryrefslogtreecommitdiff
path: root/sys/kern/kern_environment.c
Commit message (Expand)AuthorAgeFilesLines
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.Poul-Henning Kamp2000-07-041-1/+1
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:Poul-Henning Kamp2000-07-031-1/+1
* Change the prototype of the strto* routines to make the secondArchie Cobbs1999-11-241-2/+3
* add in actual getenv_quad functionMatt Jacob1999-11-071-1/+17
* Trim unused options (or #ifdef for undoc options).Peter Wemm1999-10-111-1/+0
* $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