summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_environment.c
Commit message (Expand)AuthorAgeFilesLines
* Use strlcpy() instead of strncpy() to copy NUL terminated stringsrobert2002-10-171-2/+1
* Cosmetic tweaks. Try and keep the style more consistent, catch some straypeter2002-05-011-42/+41
* Fixed some longstanding bugs in _getenv_static():bde2002-04-251-3/+4
* Avoid calling malloc() or free() while holding themux2002-04-171-13/+26
* Rework the kernel environment subsystem. We now convert the staticmux2002-04-171-59/+308
* Fix an inverted test csae. Success of getenv() is determined by a returnjhb2001-10-251-1/+1
* - Change getenv_quad() to return an int instead of a quad_t since itjhb2001-10-231-1/+21
* Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loaderps2001-10-101-0/+8
* Add a pointer to kenv(1).peter2001-09-211-0/+3
* Revert last commit. The same functionality can be obtained through thejlemon2001-09-211-26/+27
* Add a sysctl MIB 'kern.env', that dumps the contents of the kerneljlemon2001-09-201-27/+26
* Fix some warnings in kern_environment.c. Make the getenv*() familypeter2001-06-151-3/+3
* "Fix" the previous initial attempt at fixing TUNABLE_INT(). This timepeter2001-06-081-0/+15
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.phk2000-07-041-1/+1
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:phk2000-07-031-1/+1
* Change the prototype of the strto* routines to make the secondarchie1999-11-241-2/+3
* add in actual getenv_quad functionmjacob1999-11-071-1/+17
* Trim unused options (or #ifdef for undoc options).peter1999-10-111-1/+0
* $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
* 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