| Commit message (Expand) | Author | Age | Files | Lines |
* | In order to maximize the re-usability of kernel code in user space this | kmacy | 2011-09-16 | 1 | -1/+1 |
* | In init_dynamic_kenv(), ignore environment strings exceeding the | jh | 2011-05-23 | 1 | -1/+7 |
* | To avoid duplicated warning, move WITNESS_WARN() added in r221597 to the | jh | 2011-05-07 | 1 | -1/+2 |
* | Add WITNESS_WARN() to getenv() to explicitly note that the function may | jh | 2011-05-07 | 1 | -0/+1 |
* | Merge change r198561 from projects/mips to head: | imp | 2010-01-10 | 1 | -0/+33 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | rwatson | 2009-06-05 | 1 | -2/+0 |
* | Correctly sanity-check timer IDs. [SA-09:06] | cperciva | 2009-03-23 | 1 | -3/+7 |
* | Implement the following macros for completeness: | pjd | 2008-07-21 | 1 | -0/+8 |
* | Merge first in a series of TrustedBSD MAC Framework KPI changes | rwatson | 2007-10-24 | 1 | -4/+4 |
* | I don't know what I was smoking when I wrote these three years ago; the | des | 2007-10-13 | 1 | -4/+19 |
* | Further system call comment cleanup: | rwatson | 2007-03-05 | 1 | -2/+1 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 1 | -3/+11 |
* | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | rwatson | 2006-10-22 | 1 | -1/+2 |
* | 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 |