summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_sysctl.c
Commit message (Expand)AuthorAgeFilesLines
* Update comment regarding the locking of the sysctl tree.rwatson2002-04-021-10/+10
* Use sx locks instead of flags+tsleep locks.alfred2002-04-021-31/+11
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-2/+2
* In sysctl, req->td is believed always to be non-NULL, so there's no needrwatson2002-03-221-20/+14
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-1/+1
* Add code to export and print the description associated to sysctlluigi2001-12-161-0/+27
* Dont print the sysctl node tree unless you're root.peter2001-11-281-0/+5
* o Replace reference to 'struct proc' with 'struct thread' in 'structrwatson2001-11-081-6/+6
* Remove the panic when trying to register a sysctl with an oid too high.roam2001-10-121-2/+6
* o Modify sysctl access control check to use securelevel_gt(), andrwatson2001-09-261-9/+29
* KSE Milestone 2julian2001-09-121-18/+18
* Giant Pushdowndillon2001-09-011-11/+28
* Fix the ogetkerninfo() syscall handling of sizes forpeter2001-08-291-10/+12
* Make dynamic sysctl entries start at 0x100, not decimal 100 - there areroam2001-07-251-3/+7
* Style(9): function names on a separate line, max line length 80 chars.roam2001-07-251-4/+8
* int -> size_t fixmjacob2001-06-221-2/+2
* With this commit, I hereby pronounce gensetdefs past its use-by date.peter2001-06-131-22/+5
* When tring to find out if this is a request for a write indd2001-06-031-2/+2
* Add convenience function kernel_sysctlbyname() for kernel consumers,jlemon2001-05-191-1/+24
* Make the SYSCTL_OUT handlers sysctl_old_user() and sysctl_old_kernel()tmm2001-03-081-4/+10
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-1/+1
* Remove unused variable 'int n;'peter2001-01-291-1/+0
* Never reuse AUTO_OID values.mckusick2001-01-241-7/+5
* - For dynamic sysctl's added at runtime, don't assume that the name passedjhb2001-01-051-2/+2
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-2/+1
* Fix some style nits.peter2000-07-281-10/+13
* These patches implement dynamic sysctls. It's possible now to addabial2000-07-151-0/+252
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.phk2000-07-041-11/+11
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:phk2000-07-031-11/+11
* Back out the previous change to the queue(3) interface.jake2000-05-261-1/+1
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-1/+1
* Remove unneeded <sys/buf.h> includes.phk2000-04-181-1/+0
* Remove unused 3rd argument from vsunlock() which abused B_WRITE.phk2000-03-131-2/+2
* Separate some common sysctl code into sysctl_find_oid() and callinggreen1999-12-011-68/+65
* Change useracc() and kernacc() to use VM_PROT_{READ|WRITE|EXECUTE} for thephk1999-10-301-2/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Minor tweaks to make sure (new) prerequisites for <sys/buf.h> (mostlypeter1999-06-271-3/+3
* This Implements the mumbled about "Jail" feature.phk1999-04-281-2/+3
* Suser() simplification:phk1999-04-271-2/+2
* Purging lint from the Bruce filter.phk1999-03-301-12/+10
* Fix some nasty hangs if garbage were passed.phk1999-03-231-4/+6
* * Change sysctl from using linker_set to construct its tree using SLISTs.dfr1999-02-161-174/+157
* Back out last change to sysctl.phk1999-01-101-47/+2
* Add kernel support for sysctl descriptions. The NO_SYSCTL_DESCRIPTIONS optiondes1999-01-101-3/+48
* Fix some 64bit truncation problems which crept into SYSCTL_LONG() with thedfr1998-12-271-34/+4
* Add a generic flag, CTLFLAG_SECURE, which can be used to mark a sysctltruckman1998-12-131-2/+3
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-041-2/+2
* *gulp*. Jordan specifically OK'ed this..peter1998-10-161-1/+3
* Ignore the statically configured vfs type numbers and assign vfsbde1998-09-051-2/+10
* Fixed bogotification of pseudocode for syscall args by rev.1.53 ofbde1998-09-051-2/+2
OpenPOWER on IntegriCloud