| Age | Commit message (Expand) | Author |
| 2010-01-13 | Minimize unnecessary differences in rump. | pooka |
| 2009-12-24 | When reporting open files using sysctl, don't use 'filehead' to fetch files, | elad |
| 2009-09-16 | Replace a large number of link set based sysctl node creations with | pooka |
| 2009-08-24 | In sysctl_create(), the first character of sysctl_name is | dyoung |
| 2009-08-21 | In sysctl_realloc(), don't make 'i' act as both an child-array | dyoung |
| 2009-08-21 | Make sure that a sysctlnode's child nodes, even nodes that are not | dyoung |
| 2009-04-15 | Remove a few KAUTH_GENERIC_ISSUSER in favor of more descriptive | elad |
| 2008-12-29 | Librate sysctl_setup_func typedef from the clutches of _MODULE and | pooka |
| 2008-12-19 | When checking for "set-up is complete", look for the CTLFLAGS_PERMANENT | pgoyette |
| 2008-11-12 | Remove LKMs and switch to the module framework, pass 1. | ad |
| 2008-10-23 | don't expose ksyms_lock | christos |
| 2008-10-20 | PR kern/38814 ksyms needs locking | ad |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-02-29 | Add support for CTLTYPE_BOOL | matt |
| 2008-01-12 | sysctl_free: don't have the caller acquire sysctl_treelock, do it here. | ad |
| 2008-01-07 | Patch up sysctl locking: | ad |
| 2008-01-02 | Merge vmlocking2 to head. | ad |
| 2007-12-20 | Convert all the system call entry points from: | dsl |
| 2007-08-15 | Changes to make ktrace LKM friendly and reduce ifdef KTRACE. Proposed | ad |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-09 | Merge newlock2 to head. | ad |
| 2007-01-04 | Consistent usage of KAUTH_GENERIC_ISSUSER. | elad |
| 2006-11-01 | remove some __unused from function parameters. | yamt |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-10-05 | add support for O_DIRECT (I/O directly to application memory, | chs |
| 2006-09-23 | Add a -t+S flag to ktrace for tracing activity related to sysctl. MIB | manu |
| 2006-09-08 | First take at security model abstraction. | elad |
| 2006-09-02 | delete unreachable code | christos |
| 2006-08-17 | Fix all the -D*DEBUG* code that it was rotting away and did not even compile. | christos |
| 2006-07-30 | ugh.. more stuff that's overdue and should not be in 4.0: remove the | elad |
| 2006-07-23 | Use the LWP cached credentials where sane. | ad |
| 2006-06-12 | Don't allocate > 2K on the stack. | christos |
| 2006-05-14 | integrate kauth. | elad |
| 2006-04-17 | Move securelevel-specific stuff to its own file. | elad |
| 2006-04-02 | Bail out of sysctl_create() if we fail to malloc() own. | dsl |
| 2006-04-02 | Predicate all the tests against existing children with a single 'if (node)'. | dsl |
| 2006-03-17 | Move check for rnode being NULL to before it's first use. | chris |
| 2006-03-15 | Check the "oldlen" argument to sysctl(2) before passing it | drochner |
| 2006-03-05 | sysctl_lookup: use "d" rather than "rnode->sysctl_data" after | yamt |
| 2006-02-24 | update comments for const sysctl args | drochner |
| 2005-11-27 | KNF. convert | yamt |
| 2005-10-29 | MALLOC/FREE -> malloc/free where appropriate. | yamt |
| 2005-08-21 | old_sysctl: fix null dereference when oldlenp == NULL. | yamt |
| 2005-08-07 | sysctl_create: remove an unused variable. | yamt |
| 2005-07-23 | Fix an off-by-one in checking the return value of strlcpy(9). | peter |
| 2005-06-20 | Change the rest of the sysctl subsystem to use const consistently. | atatat |
| 2005-06-09 | Properly fix the constipated lossage wrt -Wcast-qual and the sysctl | atatat |
| 2005-06-08 | Thou shalt not allocate PAGE_SIZE automatic variables on the kernel stack. | scw |
| 2005-05-29 | - add const. | christos |
| 2005-02-26 | nuke trailing whitespace | perry |