summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_environment.c
Commit message (Collapse)AuthorAgeFilesLines
* Change the prototype of the strto* routines to make the secondarchie1999-11-241-2/+3
| | | | | | | | | | | parameter a char ** instead of a const char **. This make these kernel routines consistent with the corresponding libc userland routines. Which is actually 'correct' is debatable, but consistency and following the spec was deemed more important in this case. Reviewed by (in concept): phk, bde
* add in actual getenv_quad functionmjacob1999-11-071-1/+17
|
* Trim unused options (or #ifdef for undoc options).peter1999-10-111-1/+0
| | | | Submitted by: phk
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* 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