| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); in | rwatson | 2007-06-12 | 1 | -2/+1 |
* | Add a function for exporting 64 bit types. | dwmalone | 2007-06-04 | 1 | -0/+25 |
* | Further system call comment cleanup: | rwatson | 2007-03-05 | 1 | -2/+1 |
* | Remove 'MPSAFE' annotations from the comments above most system calls: all | rwatson | 2007-03-04 | 1 | -6/+0 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 1 | -6/+5 |
* | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | rwatson | 2006-10-22 | 1 | -1/+3 |
* | Kill an XXX remark that has been untrue since rev. 1.150 of this file. | yar | 2006-06-16 | 1 | -4/+0 |
* | Make sysctl_msec_to_ticks(SYSCTL_HANDLER_ARGS) generally available instead | andre | 2006-02-16 | 1 | -0/+26 |
* | Touch all the pages wired by sysctl_wire_old_buffer() to avoid PTE | truckman | 2006-01-25 | 1 | -1/+12 |
* | Drop in a WITNESS_WARN into SYSCTL_IN to make sure that we are | csjp | 2005-08-08 | 1 | -0/+2 |
* | Check to see if we wired the user-supplied buffers in SYSCTL_OUT, if | csjp | 2005-08-08 | 1 | -1/+6 |
* | Make another bunch of SYSCTL_NODEs static | phk | 2005-02-10 | 1 | -4/+4 |
* | Add a missing prefix to a struct field for consistency. | phk | 2005-02-07 | 1 | -7/+7 |
* | Be consistent and always use form 'return (value);' instead of 'return value;'. | pjd | 2004-12-31 | 1 | -15/+15 |
* | Move the 'debug' sysctl tree under options SYSCTL_DEBUG. It generates | rwatson | 2004-10-27 | 1 | -0/+2 |
* | Add missing zero flag arguments to calls to userland_sysctl() | phk | 2004-10-12 | 1 | -7/+7 |
* | Put on my peril sensitive sunglasses and add a flags field to the internal | peter | 2004-10-11 | 1 | -10/+28 |
* | Avoid casts as lvalues. | kan | 2004-07-28 | 1 | -3/+3 |
* | Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This is | cperciva | 2004-07-26 | 1 | -1/+1 |
* | Make sysctl_wire_old_buffer() respect ENOMEM from vslock() by marking | green | 2004-06-11 | 1 | -2/+5 |
* | Remove advertising clause from University of California Regent's license, | imp | 2004-04-05 | 1 | -4/+0 |
* | 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 |