summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_environment.c
Commit message (Expand)AuthorAgeFilesLines
* MFC Alexander Motin's direct dispatch, multi-queue, and finer-grainedscottl2014-01-071-27/+19
* r249408 and r249436 cause a NULL pointer dereference on the CUBIEBOARDimp2013-04-161-1/+1
* Fix changes made in r249408.jchandra2013-04-131-1/+1
* Fix kenv behavior when there is no static environmentjchandra2013-04-121-13/+16
* Reserve room for the terminating NUL when setting or getting kerneljh2012-08-141-6/+6
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-1/+1
* In init_dynamic_kenv(), ignore environment strings exceeding thejh2011-05-231-1/+7
* To avoid duplicated warning, move WITNESS_WARN() added in r221597 to thejh2011-05-071-1/+2
* Add WITNESS_WARN() to getenv() to explicitly note that the function mayjh2011-05-071-0/+1
* Merge change r198561 from projects/mips to head:imp2010-01-101-0/+33
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-051-2/+0
* Correctly sanity-check timer IDs. [SA-09:06]cperciva2009-03-231-3/+7
* Implement the following macros for completeness:pjd2008-07-211-0/+8
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-241-4/+4
* I don't know what I was smoking when I wrote these three years ago; thedes2007-10-131-4/+19
* Further system call comment cleanup:rwatson2007-03-051-2/+1
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-3/+11
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hrwatson2006-10-221-1/+2
* Use a sleep mutex instead of an sx lock for the kernel environment. Thisscottl2006-07-091-24/+26
* Fix memory leak introduced in previous revision.netchild2006-03-151-3/+3
* Ignore kenv strings which overflow the room we have, rather than pretendphk2006-03-091-1/+6
* Reorder statements to avoid accessing unknown memory.davidxu2005-09-261-2/+2
* Add bounds checking to the setenv part of the kernel environment.netchild2005-07-311-1/+10
* My addled brains didn't realize that since vtp points into value, wedes2005-03-091-2/+5
* Teach getenv_quad() to recognize k/m/g/t suffixes in both lower- anddes2005-03-051-3/+15
* Make a bunch of malloc types static.phk2005-02-101-1/+1
* Retire TUNABLE_QUAD_*.des2004-11-081-8/+0
* Add TUNABLE_LONG and TUNABLE_ULONG, and use the latter for thedes2004-10-311-0/+46
* If the buffer supplied to kenv(KENV_DUMP, ...) isn't big enough,das2004-04-281-21/+18
* Use __FBSDID().obrien2003-06-111-2/+3
* Back out M_* changes, per decision of the TRB.imp2003-02-191-6/+6
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-6/+6
* remove syscallarg().alfred2002-12-141-4/+4
* SCARGS removal take II.alfred2002-12-141-14/+14
* Backout removal SCARGS, the code freeze is only "selectively" over.alfred2002-12-131-14/+14
* Remove SCARGS.alfred2002-12-131-14/+14
* Add MAC checks for various kenv() operations: dump, get, set, unset,rwatson2002-11-011-1/+23
* 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
OpenPOWER on IntegriCloud