| Commit message (Expand) | Author | Age | Files | Lines |
| * | kern_environment: Give the static environment a chance to disable MD env | Kyle Evans | 2018-07-12 | 1 | -7/+17 |
| * | kern_environment: bool'itize dynamic_kenv; fix small style(9) nit | Kyle Evans | 2018-07-10 | 1 | -5/+4 |
| * | kern_environment: Fix SYSINIT ordering | Kyle Evans | 2018-07-06 | 1 | -1/+1 |
| * | kern_environment: use any provided environments, evict hintmode/envmode | Kyle Evans | 2018-07-05 | 1 | -58/+128 |
| * | Revert r335995 due to accidental changes snuck in | Kyle Evans | 2018-07-05 | 1 | -128/+58 |
| * | kern_environment: use any provided environments, evict hintmode/envmode | Kyle Evans | 2018-07-05 | 1 | -58/+128 |
| * | Permit the kernel environment to set an array of numeric values for a single | Hans Petter Selasky | 2018-06-20 | 1 | -0/+136 |
| * | Use explicit_bzero() when cleaning values out of the kernel environment. | Ian Lepore | 2018-04-10 | 1 | -3/+3 |
| * | sys/kern: adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
| * | Create wrappers for uint64_t and int64_t for the tunables. While not | Warner Losh | 2016-04-15 | 1 | -0/+46 |
| * | Allow a dynamic env to override a compiled-in static env by passing in the | Ian Lepore | 2016-02-21 | 1 | -0/+11 |
| * | Make the 'env' directive described in config(5) work on all architectures, | Ian Lepore | 2016-01-02 | 1 | -3/+35 |
| * | Test if 'env' is NULL before doing memset() and strlen(), | Xin LI | 2014-10-23 | 1 | -1/+1 |
| * | Avoid leaking data from the kernel environment: When we convert the | Colin Percival | 2014-10-22 | 1 | -3/+8 |
| * | Follow up to r225617. In order to maximize the re-usability of kernel code | Davide Italiano | 2014-10-16 | 1 | -7/+7 |
| * | Make getenv_*() functions and respectively TUNABLE_*_FETCH() macros not | Alexander Motin | 2013-11-01 | 1 | -27/+19 |
| * | r249408 and r249436 cause a NULL pointer dereference on the CUBIEBOARD | Warner Losh | 2013-04-16 | 1 | -1/+1 |
| * | Fix changes made in r249408. | Jayachandran C. | 2013-04-13 | 1 | -1/+1 |
| * | Fix kenv behavior when there is no static environment | Jayachandran C. | 2013-04-12 | 1 | -13/+16 |
| * | Reserve room for the terminating NUL when setting or getting kernel | Jaakko Heinonen | 2012-08-14 | 1 | -6/+6 |
| * | In order to maximize the re-usability of kernel code in user space this | Kip Macy | 2011-09-16 | 1 | -1/+1 |
| * | In init_dynamic_kenv(), ignore environment strings exceeding the | Jaakko Heinonen | 2011-05-23 | 1 | -1/+7 |
| * | To avoid duplicated warning, move WITNESS_WARN() added in r221597 to the | Jaakko Heinonen | 2011-05-07 | 1 | -1/+2 |
| * | Add WITNESS_WARN() to getenv() to explicitly note that the function may | Jaakko Heinonen | 2011-05-07 | 1 | -0/+1 |
| * | Merge change r198561 from projects/mips to head: | Warner Losh | 2010-01-10 | 1 | -0/+33 |
| * | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | Robert Watson | 2009-06-05 | 1 | -2/+0 |
| * | Correctly sanity-check timer IDs. [SA-09:06] | Colin Percival | 2009-03-23 | 1 | -3/+7 |
| * | Implement the following macros for completeness: | Pawel Jakub Dawidek | 2008-07-21 | 1 | -0/+8 |
| * | Merge first in a series of TrustedBSD MAC Framework KPI changes | Robert Watson | 2007-10-24 | 1 | -4/+4 |
| * | I don't know what I was smoking when I wrote these three years ago; the | Dag-Erling Smørgrav | 2007-10-13 | 1 | -4/+19 |
| * | Further system call comment cleanup: | Robert Watson | 2007-03-05 | 1 | -2/+1 |
| * | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | Robert Watson | 2006-11-06 | 1 | -3/+11 |
| * | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | Robert Watson | 2006-10-22 | 1 | -1/+2 |
| * | Use a sleep mutex instead of an sx lock for the kernel environment. This | Scott Long | 2006-07-09 | 1 | -24/+26 |
| * | Fix memory leak introduced in previous revision. | Alexander Leidinger | 2006-03-15 | 1 | -3/+3 |
| * | Ignore kenv strings which overflow the room we have, rather than pretend | Poul-Henning Kamp | 2006-03-09 | 1 | -1/+6 |
| * | Reorder statements to avoid accessing unknown memory. | David Xu | 2005-09-26 | 1 | -2/+2 |
| * | Add bounds checking to the setenv part of the kernel environment. | Alexander Leidinger | 2005-07-31 | 1 | -1/+10 |
| * | My addled brains didn't realize that since vtp points into value, we | Dag-Erling Smørgrav | 2005-03-09 | 1 | -2/+5 |
| * | Teach getenv_quad() to recognize k/m/g/t suffixes in both lower- and | Dag-Erling Smørgrav | 2005-03-05 | 1 | -3/+15 |
| * | Make a bunch of malloc types static. | Poul-Henning Kamp | 2005-02-10 | 1 | -1/+1 |
| * | Retire TUNABLE_QUAD_*. | Dag-Erling Smørgrav | 2004-11-08 | 1 | -8/+0 |
| * | Add TUNABLE_LONG and TUNABLE_ULONG, and use the latter for the | Dag-Erling Smørgrav | 2004-10-31 | 1 | -0/+46 |
| * | If the buffer supplied to kenv(KENV_DUMP, ...) isn't big enough, | David Schultz | 2004-04-28 | 1 | -21/+18 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 1 | -2/+3 |
| * | 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 |