| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce the ability to flag a sysctl for operation at secure level 2 or 3 | dillon | 2003-01-14 | 1 | -2/+3 |
* | Fix kernel build. | mux | 2003-01-11 | 1 | -1/+1 |
* | Implement mac_check_system_sysctl(), a MAC Framework entry point to | rwatson | 2002-10-27 | 1 | -0/+11 |
* | Fix a style nit. | mux | 2002-10-26 | 1 | -1/+1 |
* | Use strlcpy() instead of strncpy() to copy NUL terminated strings | robert | 2002-10-17 | 1 | -2/+3 |
* | Be consistent about "static" functions: if the function is marked | phk | 2002-09-28 | 1 | -1/+1 |
* | Introduce a new sysctl flag, CTLFLAG_SKIP, which will cause | mux | 2002-08-10 | 1 | -0/+3 |
* | Don't automagically call vslock() from SYSCTL_OUT(). Instead, complain | truckman | 2002-08-06 | 1 | -4/+2 |
* | Make a temporary copy of the output data in the generic sysctl handlers | truckman | 2002-07-28 | 1 | -6/+45 |
* | Provide a way for sysctl handlers to pre-wire their output buffer before | truckman | 2002-07-22 | 1 | -0/+17 |
* | Fix a bazillion lint and WARNS warnings. One major fix is the removal of | markm | 2002-07-15 | 1 | -2/+2 |
* | more caddr_t removal. | alfred | 2002-06-29 | 1 | -2/+1 |
* | Update comment regarding the locking of the sysctl tree. | rwatson | 2002-04-02 | 1 | -10/+10 |
* | Use sx locks instead of flags+tsleep locks. | alfred | 2002-04-02 | 1 | -31/+11 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 1 | -2/+2 |
* | In sysctl, req->td is believed always to be non-NULL, so there's no need | rwatson | 2002-03-22 | 1 | -20/+14 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 1 | -1/+1 |
* | Add code to export and print the description associated to sysctl | luigi | 2001-12-16 | 1 | -0/+27 |
* | Dont print the sysctl node tree unless you're root. | peter | 2001-11-28 | 1 | -0/+5 |
* | o Replace reference to 'struct proc' with 'struct thread' in 'struct | rwatson | 2001-11-08 | 1 | -6/+6 |
* | Remove the panic when trying to register a sysctl with an oid too high. | roam | 2001-10-12 | 1 | -2/+6 |
* | o Modify sysctl access control check to use securelevel_gt(), and | rwatson | 2001-09-26 | 1 | -9/+29 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -18/+18 |
* | Giant Pushdown | dillon | 2001-09-01 | 1 | -11/+28 |
* | Fix the ogetkerninfo() syscall handling of sizes for | peter | 2001-08-29 | 1 | -10/+12 |
* | Make dynamic sysctl entries start at 0x100, not decimal 100 - there are | roam | 2001-07-25 | 1 | -3/+7 |
* | Style(9): function names on a separate line, max line length 80 chars. | roam | 2001-07-25 | 1 | -4/+8 |
* | int -> size_t fix | mjacob | 2001-06-22 | 1 | -2/+2 |
* | With this commit, I hereby pronounce gensetdefs past its use-by date. | peter | 2001-06-13 | 1 | -22/+5 |
* | When tring to find out if this is a request for a write in | dd | 2001-06-03 | 1 | -2/+2 |
* | Add convenience function kernel_sysctlbyname() for kernel consumers, | jlemon | 2001-05-19 | 1 | -1/+24 |
* | Make the SYSCTL_OUT handlers sysctl_old_user() and sysctl_old_kernel() | tmm | 2001-03-08 | 1 | -4/+10 |
* | Mechanical change to use <sys/queue.h> macro API instead of | phk | 2001-02-04 | 1 | -1/+1 |
* | Remove unused variable 'int n;' | peter | 2001-01-29 | 1 | -1/+0 |
* | Never reuse AUTO_OID values. | mckusick | 2001-01-24 | 1 | -7/+5 |
* | - For dynamic sysctl's added at runtime, don't assume that the name passed | jhb | 2001-01-05 | 1 | -2/+2 |
* | Convert more malloc+bzero to malloc+M_ZERO. | dwmalone | 2000-12-08 | 1 | -2/+1 |
* | Fix some style nits. | peter | 2000-07-28 | 1 | -10/+13 |
* | These patches implement dynamic sysctls. It's possible now to add | abial | 2000-07-15 | 1 | -0/+252 |
* | Previous commit changing SYSCTL_HANDLER_ARGS violated KNF. | phk | 2000-07-04 | 1 | -11/+11 |
* | Style police catches up with rev 1.26 of src/sys/sys/sysctl.h: | phk | 2000-07-03 | 1 | -11/+11 |
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 1 | -1/+1 |
* | Change the way that the queue(3) structures are declared; don't assume that | jake | 2000-05-23 | 1 | -1/+1 |
* | Remove unneeded <sys/buf.h> includes. | phk | 2000-04-18 | 1 | -1/+0 |
* | Remove unused 3rd argument from vsunlock() which abused B_WRITE. | phk | 2000-03-13 | 1 | -2/+2 |
* | Separate some common sysctl code into sysctl_find_oid() and calling | green | 1999-12-01 | 1 | -68/+65 |
* | Change useracc() and kernacc() to use VM_PROT_{READ|WRITE|EXECUTE} for the | phk | 1999-10-30 | 1 | -2/+2 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Minor tweaks to make sure (new) prerequisites for <sys/buf.h> (mostly | peter | 1999-06-27 | 1 | -3/+3 |
* | This Implements the mumbled about "Jail" feature. | phk | 1999-04-28 | 1 | -2/+3 |