| Age | Commit message (Expand) | Author |
| 2023-04-09 | kern: KASSERT(A && B) -> KASSERT(A); KASSERT(B) | riastradh |
| 2023-02-17 | Fix SYSCTL_DEBUG_CREATE for non-x86 by using copyin | skrll |
| 2023-02-17 | Trailing whitespace | skrll |
| 2020-08-27 | Sort includes, nix trailing whitespace, fix comment. | riastradh |
| 2020-08-27 | Move address hashing from init_main.c to kern_sysctl.c. | riastradh |
| 2019-07-03 | Invert two conditions, to fix uninitialized memory access. If the node is | maxv |
| 2019-01-28 | print the names of the sysctl nodes in the KASSERT. | christos |
| 2018-10-14 | remove M_CANFAIL flag for malloc(9) - it was completely ignored, so had | jdolecek |
| 2018-01-27 | remove useless KASSERT. | christos |
| 2018-01-26 | Bounds checking - CID/1428650 | pgoyette |
| 2017-04-25 | Add a check to ensure that a new sysctl node was attached in the tree | pgoyette |
| 2015-10-23 | Fix typx in comment | pgoyette |
| 2015-08-24 | to garnish, dust with _KERNEL_OPT | pooka |
| 2015-04-14 | Need only <sys/rndsource.h>, not <sys/rnd.h>. | riastradh |
| 2015-04-14 | Include sys/rndsource.h for rnd_add_data. | nat |
| 2014-10-02 | Work around pedantic compiler | justin |
| 2014-08-10 | Merge tls-earlyentropy branch into HEAD. | tls |
| 2014-08-09 | Remove the code to allow CTLTYPE_INT and CTLTYPE_QUAD to be read and | gson |
| 2014-06-12 | Rename old/new to match syscalls.master. | joerg |
| 2014-05-16 | Get rid of all sysc_init_field uses - initialize fields directly in C99 | martin |
| 2014-03-27 | explain how a printf might happen (since it has bitten more than one person) | christos |
| 2014-03-01 | When converting out of range 64bit sysctl values to 'int' (because of | dsl |
| 2014-02-27 | Allow CTLTYPE_INT and CTLTYPE_QUAD to be read and written as either 4 or 8 | dsl |
| 2014-02-25 | Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before | pooka |
| 2014-02-09 | Reorder code to avoid using an uninitialized variable: if | maxv |
| 2014-01-17 | Put cprng sysctls into subr_cprng.c. Also, make sysctl_prng static | pooka |
| 2013-04-27 | fix warning | christos |
| 2013-04-27 | turn off debugging | christos |
| 2013-04-27 | Add debugging info. | christos |
| 2013-02-09 | CID/980000: missing va_end() | christos |
| 2013-02-02 | Make the inclusion of <sys/cprng.h> a private matter for sysctl. No reason | matt |
| 2013-01-29 | fix the sysctl_setup_func typedef | para |
| 2013-01-29 | remove useless cast (Richard Hansen) | christos |
| 2012-06-06 | Make sure va_end is used even when errors are encountered. | matt |
| 2012-06-02 | Add some pre-processor magic to verify that the type of the data item | dsl |
| 2012-03-21 | Fix query of IMMEDIATE bool values (copy & pasto). | martin |
| 2011-11-19 | First step of random number subsystem rework described in | tls |
| 2011-10-05 | s/null terminate/NUL terminate/ in a comment. | apb |
| 2011-07-17 | Retire varargs.h support. Move machine/stdarg.h logic into MI | joerg |
| 2011-01-28 | Move sysctl routines from init_sysctl.c to kern_descrip.c (for | pooka |
| 2010-04-11 | reject attempts to write CTLTYPE_BOOL nodes with a value other than 0 or 1. | mrg |
| 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 |