| Commit message (Expand) | Author | Age | Files | Lines |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -6/+6 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -6/+6 |
| * | remove syscallarg(). | Alfred Perlstein | 2002-12-14 | 1 | -4/+4 |
| * | SCARGS removal take II. | Alfred Perlstein | 2002-12-14 | 1 | -14/+14 |
| * | Backout removal SCARGS, the code freeze is only "selectively" over. | Alfred Perlstein | 2002-12-13 | 1 | -14/+14 |
| * | Remove SCARGS. | Alfred Perlstein | 2002-12-13 | 1 | -14/+14 |
| * | Add MAC checks for various kenv() operations: dump, get, set, unset, | Robert Watson | 2002-11-01 | 1 | -1/+23 |
| * | Use strlcpy() instead of strncpy() to copy NUL terminated strings | Robert Drehmel | 2002-10-17 | 1 | -2/+1 |
| * | Cosmetic tweaks. Try and keep the style more consistent, catch some stray | Peter Wemm | 2002-05-01 | 1 | -42/+41 |
| * | Fixed some longstanding bugs in _getenv_static(): | Bruce Evans | 2002-04-25 | 1 | -3/+4 |
| * | Avoid calling malloc() or free() while holding the | Maxime Henrion | 2002-04-17 | 1 | -13/+26 |
| * | Rework the kernel environment subsystem. We now convert the static | Maxime Henrion | 2002-04-17 | 1 | -59/+308 |
| * | Fix an inverted test csae. Success of getenv() is determined by a return | John Baldwin | 2001-10-25 | 1 | -1/+1 |
| * | - Change getenv_quad() to return an int instead of a quad_t since it | John Baldwin | 2001-10-23 | 1 | -1/+21 |
| * | Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loader | Paul Saab | 2001-10-10 | 1 | -0/+8 |
| * | Add a pointer to kenv(1). | Peter Wemm | 2001-09-21 | 1 | -0/+3 |
| * | Revert last commit. The same functionality can be obtained through the | Jonathan Lemon | 2001-09-21 | 1 | -26/+27 |
| * | Add a sysctl MIB 'kern.env', that dumps the contents of the kernel | Jonathan Lemon | 2001-09-20 | 1 | -27/+26 |
| * | Fix some warnings in kern_environment.c. Make the getenv*() family | Peter Wemm | 2001-06-15 | 1 | -3/+3 |
| * | "Fix" the previous initial attempt at fixing TUNABLE_INT(). This time | Peter Wemm | 2001-06-08 | 1 | -0/+15 |
| * | Previous commit changing SYSCTL_HANDLER_ARGS violated KNF. | Poul-Henning Kamp | 2000-07-04 | 1 | -1/+1 |
| * | Style police catches up with rev 1.26 of src/sys/sys/sysctl.h: | Poul-Henning Kamp | 2000-07-03 | 1 | -1/+1 |
| * | Change the prototype of the strto* routines to make the second | Archie Cobbs | 1999-11-24 | 1 | -2/+3 |
| * | add in actual getenv_quad function | Matt Jacob | 1999-11-07 | 1 | -1/+17 |
| * | Trim unused options (or #ifdef for undoc options). | Peter Wemm | 1999-10-11 | 1 | -1/+0 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Fix warnings related to -Wall -Wcast-qual | Matthew Dillon | 1999-01-28 | 1 | -2/+2 |
| * | Fix getenv() comparison against '=' ... was *cp = '=' instead of | Matthew Dillon | 1999-01-27 | 1 | -2/+2 |
| * | Add getenv_int(), specifically for retrieving integer values from kernel | Mike Smith | 1999-01-15 | 1 | -1/+20 |
| * | Don't try to initialise the environment out of a sysinit, it's handled | Mike Smith | 1998-10-09 | 1 | -10/+1 |
| * | Fix damaged comment. | Jordan K. Hubbard | 1998-10-09 | 1 | -1/+2 |
| * | Kernel environment access, preloaded module lookup. | Mike Smith | 1998-10-09 | 1 | -0/+126 |