| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Make dynamic sysctl entries start at 0x100, not decimal 100 - there are | Peter Pentchev | 2001-07-25 | 1 | -3/+7 |
* | Style(9): function names on a separate line, max line length 80 chars. | Peter Pentchev | 2001-07-25 | 1 | -4/+8 |
* | int -> size_t fix | Matt Jacob | 2001-06-22 | 1 | -2/+2 |
* | With this commit, I hereby pronounce gensetdefs past its use-by date. | Peter Wemm | 2001-06-13 | 1 | -22/+5 |
* | When tring to find out if this is a request for a write in | Dima Dorfman | 2001-06-03 | 1 | -2/+2 |
* | Add convenience function kernel_sysctlbyname() for kernel consumers, | Jonathan Lemon | 2001-05-19 | 1 | -1/+24 |
* | Make the SYSCTL_OUT handlers sysctl_old_user() and sysctl_old_kernel() | Thomas Moestl | 2001-03-08 | 1 | -4/+10 |
* | Mechanical change to use <sys/queue.h> macro API instead of | Poul-Henning Kamp | 2001-02-04 | 1 | -1/+1 |
* | Remove unused variable 'int n;' | Peter Wemm | 2001-01-29 | 1 | -1/+0 |
* | Never reuse AUTO_OID values. | Kirk McKusick | 2001-01-24 | 1 | -7/+5 |
* | - For dynamic sysctl's added at runtime, don't assume that the name passed | John Baldwin | 2001-01-05 | 1 | -2/+2 |
* | Convert more malloc+bzero to malloc+M_ZERO. | David Malone | 2000-12-08 | 1 | -2/+1 |
* | Fix some style nits. | Peter Wemm | 2000-07-28 | 1 | -10/+13 |
* | These patches implement dynamic sysctls. It's possible now to add | Andrzej Bialecki | 2000-07-15 | 1 | -0/+252 |
* | Previous commit changing SYSCTL_HANDLER_ARGS violated KNF. | Poul-Henning Kamp | 2000-07-04 | 1 | -11/+11 |
* | Style police catches up with rev 1.26 of src/sys/sys/sysctl.h: | Poul-Henning Kamp | 2000-07-03 | 1 | -11/+11 |
* | Back out the previous change to the queue(3) interface. | Jake Burkholder | 2000-05-26 | 1 | -1/+1 |
* | Change the way that the queue(3) structures are declared; don't assume that | Jake Burkholder | 2000-05-23 | 1 | -1/+1 |
* | Remove unneeded <sys/buf.h> includes. | Poul-Henning Kamp | 2000-04-18 | 1 | -1/+0 |
* | Remove unused 3rd argument from vsunlock() which abused B_WRITE. | Poul-Henning Kamp | 2000-03-13 | 1 | -2/+2 |
* | Separate some common sysctl code into sysctl_find_oid() and calling | Brian Feldman | 1999-12-01 | 1 | -68/+65 |
* | Change useracc() and kernacc() to use VM_PROT_{READ|WRITE|EXECUTE} for the | Poul-Henning Kamp | 1999-10-30 | 1 | -2/+2 |
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
* | Minor tweaks to make sure (new) prerequisites for <sys/buf.h> (mostly | Peter Wemm | 1999-06-27 | 1 | -3/+3 |
* | This Implements the mumbled about "Jail" feature. | Poul-Henning Kamp | 1999-04-28 | 1 | -2/+3 |
* | Suser() simplification: | Poul-Henning Kamp | 1999-04-27 | 1 | -2/+2 |
* | Purging lint from the Bruce filter. | Poul-Henning Kamp | 1999-03-30 | 1 | -12/+10 |
* | Fix some nasty hangs if garbage were passed. | Poul-Henning Kamp | 1999-03-23 | 1 | -4/+6 |
* | * Change sysctl from using linker_set to construct its tree using SLISTs. | Doug Rabson | 1999-02-16 | 1 | -174/+157 |
* | Back out last change to sysctl. | Poul-Henning Kamp | 1999-01-10 | 1 | -47/+2 |
* | Add kernel support for sysctl descriptions. The NO_SYSCTL_DESCRIPTIONS option | Dag-Erling Smørgrav | 1999-01-10 | 1 | -3/+48 |
* | Fix some 64bit truncation problems which crept into SYSCTL_LONG() with the | Doug Rabson | 1998-12-27 | 1 | -34/+4 |
* | Add a generic flag, CTLFLAG_SECURE, which can be used to mark a sysctl | Don Lewis | 1998-12-13 | 1 | -2/+3 |
* | Examine all occurrences of sprintf(), strcat(), and str[n]cpy() | Archie Cobbs | 1998-12-04 | 1 | -2/+2 |
* | *gulp*. Jordan specifically OK'ed this.. | Peter Wemm | 1998-10-16 | 1 | -1/+3 |
* | Ignore the statically configured vfs type numbers and assign vfs | Bruce Evans | 1998-09-05 | 1 | -2/+10 |
* | Fixed bogotification of pseudocode for syscall args by rev.1.53 of | Bruce Evans | 1998-09-05 | 1 | -2/+2 |
* | Change various syscalls to use size_t arguments instead of u_int. | Doug Rabson | 1998-08-24 | 1 | -13/+73 |
* | Make COMPAT_43 and COMPAT_SUNOS new-style options. | Eivind Eklund | 1997-12-16 | 1 | -1/+3 |
* | Move the "retval" (3rd) parameter from all syscall functions and put | Poul-Henning Kamp | 1997-11-06 | 1 | -4/+4 |
* | Last major round (Unless Bruce thinks of somthing :-) of malloc changes. | Poul-Henning Kamp | 1997-10-12 | 1 | -2/+2 |
* | Distribute and statizice a lot of the malloc M_* types. | Poul-Henning Kamp | 1997-10-11 | 1 | -1/+3 |
* | Include <sys/buf.h> instead of <sys/vnode.h>. kern_sysctl.c no | Bruce Evans | 1997-04-09 | 1 | -2/+2 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
* | Fixed garbage being returned for constant int values, e.g., for | Bruce Evans | 1996-12-15 | 1 | -2/+2 |
* | Fixed bogus casts (const on the wrong `*' in `**') in a qsort-comparision | Bruce Evans | 1996-09-03 | 1 | -4/+5 |
* | Don't depend in the kernel on the gcc feature of doing arithmetic on | Bruce Evans | 1996-08-31 | 1 | -5/+6 |
* | Implemented 'kern_sysctl', which differs from 'userland_sysctl' in that | Nate Williams | 1996-06-10 | 1 | -5/+63 |
* | If handler function returns EAGAIN, restart operation. | Poul-Henning Kamp | 1996-06-06 | 1 | -3/+7 |