| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add explicit includes for jail.h to the files that need them and | Bjoern A. Zeeb | 2009-06-17 | 1 | -0/+1 |
| * | Get vnets from creds instead of threads where they're available, and from | Jamie Gritton | 2009-06-15 | 1 | -1/+1 |
| * | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | Robert Watson | 2009-06-05 | 1 | -1/+0 |
| * | Remove do-nothing code that was required to dirty the old buffer on Alpha. | Dag-Erling Smørgrav | 2009-05-15 | 1 | -12/+1 |
| * | Revert r192094. The revision caused problems for sysctl(3) consumers | Konstantin Belousov | 2009-05-15 | 1 | -5/+3 |
| * | - Use a separate sx lock to try to limit the number of concurrent userland | John Baldwin | 2009-05-14 | 1 | -7/+16 |
| * | Do not advance req->oldidx when sysctl_old_user returning an | Konstantin Belousov | 2009-05-14 | 1 | -3/+5 |
| * | Permit buiding kernels with options VIMAGE, restricted to only a single | Marko Zec | 2009-04-30 | 1 | -2/+98 |
| * | Add a new type of KTRACE record for sysctl(3) invocations. It uses the | John Baldwin | 2009-03-11 | 1 | -1/+10 |
| * | - Remove a recently added comment from kernel_sysctlbyname() that isn't | John Baldwin | 2009-03-10 | 1 | -9/+1 |
| * | Expand the scope of the sysctllock sx lock to protect the sysctl tree itself. | John Baldwin | 2009-02-06 | 1 | -21/+103 |
| * | Mark most often used sysctl's as MPSAFE. | Ed Schouten | 2009-01-28 | 1 | -3/+4 |
| * | Add a flag to tag individual sysctl leaf nodes as MPSAFE and thus not | John Baldwin | 2009-01-23 | 1 | -4/+4 |
| * | Don't clobber sysctl_root()'s error number. | Ed Schouten | 2009-01-01 | 1 | -2/+5 |
| * | Fix compilation. Also move ogetkerninfo() to kern_xxx.c. | Ed Schouten | 2008-12-29 | 1 | -211/+0 |
| * | Push down Giant inside sysctl. Also add some more assertions to the code. | Ed Schouten | 2008-12-29 | 1 | -19/+23 |
| * | Uio_yield() already does DROP_GIANT/PICKUP_GIANT, no need to repeat this | Konstantin Belousov | 2008-12-12 | 1 | -2/+0 |
| * | The userland_sysctl() function retries sysctl_root() until returned | Konstantin Belousov | 2008-12-12 | 1 | -2/+8 |
| * | Merge more of currently non-functional (i.e. resolving to | Marko Zec | 2008-11-26 | 1 | -0/+3 |
| * | Add sysctl_rename_oid() to support device_set_unit() usage. Otherwise, | Peter Wemm | 2007-11-30 | 1 | -0/+19 |
| * | Merge first in a series of TrustedBSD MAC Framework KPI changes | Robert Watson | 2007-10-24 | 1 | -1/+1 |
| * | In userland_sysctl(), call useracc() with the actual newlen value to be | Robert Watson | 2007-09-02 | 1 | -1/+1 |
| * | Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); in | Robert Watson | 2007-06-12 | 1 | -2/+1 |
| * | Add a function for exporting 64 bit types. | David Malone | 2007-06-04 | 1 | -0/+25 |
| * | Further system call comment cleanup: | Robert Watson | 2007-03-05 | 1 | -2/+1 |
| * | Remove 'MPSAFE' annotations from the comments above most system calls: all | Robert Watson | 2007-03-04 | 1 | -6/+0 |
| * | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | Robert Watson | 2006-11-06 | 1 | -6/+5 |
| * | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | Robert Watson | 2006-10-22 | 1 | -1/+3 |
| * | Kill an XXX remark that has been untrue since rev. 1.150 of this file. | Yaroslav Tykhiy | 2006-06-16 | 1 | -4/+0 |
| * | Make sysctl_msec_to_ticks(SYSCTL_HANDLER_ARGS) generally available instead | Andre Oppermann | 2006-02-16 | 1 | -0/+26 |
| * | Touch all the pages wired by sysctl_wire_old_buffer() to avoid PTE | Don Lewis | 2006-01-25 | 1 | -1/+12 |
| * | Drop in a WITNESS_WARN into SYSCTL_IN to make sure that we are | Christian S.J. Peron | 2005-08-08 | 1 | -0/+2 |
| * | Check to see if we wired the user-supplied buffers in SYSCTL_OUT, if | Christian S.J. Peron | 2005-08-08 | 1 | -1/+6 |
| * | Make another bunch of SYSCTL_NODEs static | Poul-Henning Kamp | 2005-02-10 | 1 | -4/+4 |
| * | Add a missing prefix to a struct field for consistency. | Poul-Henning Kamp | 2005-02-07 | 1 | -7/+7 |
| * | Be consistent and always use form 'return (value);' instead of 'return value;'. | Pawel Jakub Dawidek | 2004-12-31 | 1 | -15/+15 |
| * | Move the 'debug' sysctl tree under options SYSCTL_DEBUG. It generates | Robert Watson | 2004-10-27 | 1 | -0/+2 |
| * | Add missing zero flag arguments to calls to userland_sysctl() | Poul-Henning Kamp | 2004-10-12 | 1 | -7/+7 |
| * | Put on my peril sensitive sunglasses and add a flags field to the internal | Peter Wemm | 2004-10-11 | 1 | -10/+28 |
| * | Avoid casts as lvalues. | Alexander Kabaev | 2004-07-28 | 1 | -3/+3 |
| * | Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This is | Colin Percival | 2004-07-26 | 1 | -1/+1 |
| * | Make sysctl_wire_old_buffer() respect ENOMEM from vslock() by marking | Brian Feldman | 2004-06-11 | 1 | -2/+5 |
| * | Remove advertising clause from University of California Regent's license, | Warner Losh | 2004-04-05 | 1 | -4/+0 |
| * | Rename the wiredlen member of struct sysctl_req to validlen and always | Don Lewis | 2004-03-16 | 1 | -14/+16 |
| * | Don't bother calling vslock() and vsunlock() if oldlen is zero. | Don Lewis | 2004-03-16 | 1 | -7/+9 |
| * | Revert to the original vslock() and vsunlock() API with the following | Don Lewis | 2004-03-15 | 1 | -6/+3 |
| * | Undo the merger of mlock()/vslock and munlock()/vsunlock() and the | Don Lewis | 2004-03-05 | 1 | -3/+3 |
| * | Add sysctl_move_oid() which reparents an existing OID. | Dag-Erling Smørgrav | 2004-02-27 | 1 | -0/+20 |
| * | Split the mlock() kernel code into two parts, mlock(), which unpacks | Don Lewis | 2004-02-26 | 1 | -19/+32 |
| * | Reimplement sysctls handling by MAC framework. | Pawel Jakub Dawidek | 2004-02-22 | 1 | -15/+15 |