| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename the wiredlen member of struct sysctl_req to validlen and always | truckman | 2004-03-16 | 1 | -14/+16 |
* | Don't bother calling vslock() and vsunlock() if oldlen is zero. | truckman | 2004-03-16 | 1 | -7/+9 |
* | Revert to the original vslock() and vsunlock() API with the following | truckman | 2004-03-15 | 1 | -6/+3 |
* | Undo the merger of mlock()/vslock and munlock()/vsunlock() and the | truckman | 2004-03-05 | 1 | -3/+3 |
* | Add sysctl_move_oid() which reparents an existing OID. | des | 2004-02-27 | 1 | -0/+20 |
* | Split the mlock() kernel code into two parts, mlock(), which unpacks | truckman | 2004-02-26 | 1 | -19/+32 |
* | Reimplement sysctls handling by MAC framework. | pjd | 2004-02-22 | 1 | -15/+15 |
* | Bring back sysctl_wire_old_buffer(). Fix a bug in sysctl_handle_opaque() | bms | 2003-10-05 | 1 | -13/+13 |
* | Fix a security problem in sysctl() the long way round. | bms | 2003-10-05 | 1 | -18/+14 |
* | Fold the vslock() and vsunlock() calls in this file with #if 0's; they will | bms | 2003-10-05 | 1 | -1/+8 |
* | Remove magic numbers surrounding locking state in the sysctl module, and | bms | 2003-10-05 | 1 | -8/+9 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -1/+3 |
* | When loading a module that contains a sysctl which is already compiled | mux | 2003-05-29 | 1 | -1/+24 |
* | Use a shorter and less redundant name for the sysctl tree lock. | jhb | 2003-03-11 | 1 | -1/+1 |
* | Replace calls to WITNESS_SLEEP() and witness_list() with equivalent calls | jhb | 2003-03-04 | 1 | -1/+2 |
* | Don't panic when enumerating SYSCTL_NODE() nodes without any children | rwatson | 2003-02-22 | 1 | -1/+2 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -8/+8 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -8/+8 |
* | 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 |