| Commit message (Expand) | Author | Age | Files | Lines |
* | Use a sleep mutex instead of an sx lock for the kernel environment. This | scottl | 2006-07-09 | 1 | -24/+26 |
* | Fix memory leak introduced in previous revision. | netchild | 2006-03-15 | 1 | -3/+3 |
* | Ignore kenv strings which overflow the room we have, rather than pretend | phk | 2006-03-09 | 1 | -1/+6 |
* | Reorder statements to avoid accessing unknown memory. | davidxu | 2005-09-26 | 1 | -2/+2 |
* | Add bounds checking to the setenv part of the kernel environment. | netchild | 2005-07-31 | 1 | -1/+10 |
* | My addled brains didn't realize that since vtp points into value, we | des | 2005-03-09 | 1 | -2/+5 |
* | Teach getenv_quad() to recognize k/m/g/t suffixes in both lower- and | des | 2005-03-05 | 1 | -3/+15 |
* | Make a bunch of malloc types static. | phk | 2005-02-10 | 1 | -1/+1 |
* | Retire TUNABLE_QUAD_*. | des | 2004-11-08 | 1 | -8/+0 |
* | Add TUNABLE_LONG and TUNABLE_ULONG, and use the latter for the | des | 2004-10-31 | 1 | -0/+46 |
* | If the buffer supplied to kenv(KENV_DUMP, ...) isn't big enough, | das | 2004-04-28 | 1 | -21/+18 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -2/+3 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -6/+6 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -6/+6 |
* | remove syscallarg(). | alfred | 2002-12-14 | 1 | -4/+4 |
* | SCARGS removal take II. | alfred | 2002-12-14 | 1 | -14/+14 |
* | Backout removal SCARGS, the code freeze is only "selectively" over. | alfred | 2002-12-13 | 1 | -14/+14 |
* | Remove SCARGS. | alfred | 2002-12-13 | 1 | -14/+14 |
* | Add MAC checks for various kenv() operations: dump, get, set, unset, | rwatson | 2002-11-01 | 1 | -1/+23 |
* | Use strlcpy() instead of strncpy() to copy NUL terminated strings | robert | 2002-10-17 | 1 | -2/+1 |
* | Cosmetic tweaks. Try and keep the style more consistent, catch some stray | peter | 2002-05-01 | 1 | -42/+41 |
* | Fixed some longstanding bugs in _getenv_static(): | bde | 2002-04-25 | 1 | -3/+4 |
* | Avoid calling malloc() or free() while holding the | mux | 2002-04-17 | 1 | -13/+26 |
* | Rework the kernel environment subsystem. We now convert the static | mux | 2002-04-17 | 1 | -59/+308 |
* | Fix an inverted test csae. Success of getenv() is determined by a return | jhb | 2001-10-25 | 1 | -1/+1 |
* | - Change getenv_quad() to return an int instead of a quad_t since it | jhb | 2001-10-23 | 1 | -1/+21 |
* | Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loader | ps | 2001-10-10 | 1 | -0/+8 |
* | Add a pointer to kenv(1). | peter | 2001-09-21 | 1 | -0/+3 |
* | Revert last commit. The same functionality can be obtained through the | jlemon | 2001-09-21 | 1 | -26/+27 |
* | Add a sysctl MIB 'kern.env', that dumps the contents of the kernel | jlemon | 2001-09-20 | 1 | -27/+26 |
* | Fix some warnings in kern_environment.c. Make the getenv*() family | peter | 2001-06-15 | 1 | -3/+3 |
* | "Fix" the previous initial attempt at fixing TUNABLE_INT(). This time | peter | 2001-06-08 | 1 | -0/+15 |
* | Previous commit changing SYSCTL_HANDLER_ARGS violated KNF. | phk | 2000-07-04 | 1 | -1/+1 |
* | Style police catches up with rev 1.26 of src/sys/sys/sysctl.h: | phk | 2000-07-03 | 1 | -1/+1 |
* | Change the prototype of the strto* routines to make the second | archie | 1999-11-24 | 1 | -2/+3 |
* | add in actual getenv_quad function | mjacob | 1999-11-07 | 1 | -1/+17 |
* | Trim unused options (or #ifdef for undoc options). | peter | 1999-10-11 | 1 | -1/+0 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Fix warnings related to -Wall -Wcast-qual | dillon | 1999-01-28 | 1 | -2/+2 |
* | Fix getenv() comparison against '=' ... was *cp = '=' instead of | dillon | 1999-01-27 | 1 | -2/+2 |
* | Add getenv_int(), specifically for retrieving integer values from kernel | msmith | 1999-01-15 | 1 | -1/+20 |
* | Don't try to initialise the environment out of a sysinit, it's handled | msmith | 1998-10-09 | 1 | -10/+1 |
* | Fix damaged comment. | jkh | 1998-10-09 | 1 | -1/+2 |
* | Kernel environment access, preloaded module lookup. | msmith | 1998-10-09 | 1 | -0/+126 |