aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_sysctl.c
Commit message (Expand)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Minor tweaks to make sure (new) prerequisites for <sys/buf.h> (mostlyPeter Wemm1999-06-271-3/+3
* This Implements the mumbled about "Jail" feature.Poul-Henning Kamp1999-04-281-2/+3
* Suser() simplification:Poul-Henning Kamp1999-04-271-2/+2
* Purging lint from the Bruce filter.Poul-Henning Kamp1999-03-301-12/+10
* Fix some nasty hangs if garbage were passed.Poul-Henning Kamp1999-03-231-4/+6
* * Change sysctl from using linker_set to construct its tree using SLISTs.Doug Rabson1999-02-161-174/+157
* Back out last change to sysctl.Poul-Henning Kamp1999-01-101-47/+2
* Add kernel support for sysctl descriptions. The NO_SYSCTL_DESCRIPTIONS optionDag-Erling Smørgrav1999-01-101-3/+48
* Fix some 64bit truncation problems which crept into SYSCTL_LONG() with theDoug Rabson1998-12-271-34/+4
* Add a generic flag, CTLFLAG_SECURE, which can be used to mark a sysctlDon Lewis1998-12-131-2/+3
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()Archie Cobbs1998-12-041-2/+2
* *gulp*. Jordan specifically OK'ed this..Peter Wemm1998-10-161-1/+3
* Ignore the statically configured vfs type numbers and assign vfsBruce Evans1998-09-051-2/+10
* Fixed bogotification of pseudocode for syscall args by rev.1.53 ofBruce Evans1998-09-051-2/+2
* Change various syscalls to use size_t arguments instead of u_int.Doug Rabson1998-08-241-13/+73
* Make COMPAT_43 and COMPAT_SUNOS new-style options.Eivind Eklund1997-12-161-1/+3
* Move the "retval" (3rd) parameter from all syscall functions and putPoul-Henning Kamp1997-11-061-4/+4
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.Poul-Henning Kamp1997-10-121-2/+2
* Distribute and statizice a lot of the malloc M_* types.Poul-Henning Kamp1997-10-111-1/+3
* Include <sys/buf.h> instead of <sys/vnode.h>. kern_sysctl.c noBruce Evans1997-04-091-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Fixed garbage being returned for constant int values, e.g., forBruce Evans1996-12-151-2/+2
* Fixed bogus casts (const on the wrong `*' in `**') in a qsort-comparisionBruce Evans1996-09-031-4/+5
* Don't depend in the kernel on the gcc feature of doing arithmetic onBruce Evans1996-08-311-5/+6
* Implemented 'kern_sysctl', which differs from 'userland_sysctl' in thatNate Williams1996-06-101-5/+63
* If handler function returns EAGAIN, restart operation.Poul-Henning Kamp1996-06-061-3/+7
* Fix a longstanding bug and a buglet of no significance.Poul-Henning Kamp1996-04-131-23/+18
* Move the "mib" variables out to their own file.Poul-Henning Kamp1996-04-071-136/+6
* From Lite2: rename fs to vfs.Jeffrey Hsu1996-03-111-2/+2
* Fix the reversed source and dest args to bcopy() in the kernel spacePeter Wemm1996-01-011-2/+2
* Add an obscure feature, needed for debugging.Poul-Henning Kamp1995-12-171-9/+11
* A Major staticize sweep. Generates a couple of warnings that I'll dealPoul-Henning Kamp1995-12-141-3/+3
* Untangled the vm.h include file spaghetti.David Greenman1995-12-071-1/+4
* A couple of minor tweaks to the sysctl stuff.Poul-Henning Kamp1995-12-061-12/+48
* Include <vm/vm.h> or <vm/vm_page.h> explicitly to avoid breaking whenBruce Evans1995-12-051-1/+3
* A major sweep over the sysctl stuff.Poul-Henning Kamp1995-12-041-80/+332
* Mega commit for sysctl.Poul-Henning Kamp1995-11-201-366/+107
* All net.* sysctl converted now.Poul-Henning Kamp1995-11-161-4/+1
* Do what is generally belived to be the right thing, though it may not be :-)Poul-Henning Kamp1995-11-141-5/+2
* Final part of this bunch of sysctl commits: cleanup.Poul-Henning Kamp1995-11-141-9/+1
* Get rid of the last debug sysctl variables of the old style.Poul-Henning Kamp1995-11-141-50/+1
* Get rid of hostnamelen variable.Poul-Henning Kamp1995-11-141-13/+3
* Move all the VM sysctl stuff home where it belongs.Poul-Henning Kamp1995-11-141-4/+1
* A couple of nitpicks.Poul-Henning Kamp1995-11-141-8/+5
* Convert dumpdev & securelevel.Poul-Henning Kamp1995-11-141-20/+35
* KERN_MAXFILESPERPROC, KERN_MAXFILES went to another file.Poul-Henning Kamp1995-11-141-6/+1
* Get rid of domainnamelen.Poul-Henning Kamp1995-11-141-14/+3
* Move KERN_NTP to a more suitable file.Poul-Henning Kamp1995-11-141-4/+1