| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Suser() simplification: | phk | 1999-04-27 | 1 | -2/+2 |
* | Purging lint from the Bruce filter. | phk | 1999-03-30 | 1 | -12/+10 |
* | Fix some nasty hangs if garbage were passed. | phk | 1999-03-23 | 1 | -4/+6 |
* | * Change sysctl from using linker_set to construct its tree using SLISTs. | dfr | 1999-02-16 | 1 | -174/+157 |
* | Back out last change to sysctl. | phk | 1999-01-10 | 1 | -47/+2 |
* | Add kernel support for sysctl descriptions. The NO_SYSCTL_DESCRIPTIONS option | des | 1999-01-10 | 1 | -3/+48 |
* | Fix some 64bit truncation problems which crept into SYSCTL_LONG() with the | dfr | 1998-12-27 | 1 | -34/+4 |
* | Add a generic flag, CTLFLAG_SECURE, which can be used to mark a sysctl | truckman | 1998-12-13 | 1 | -2/+3 |
* | Examine all occurrences of sprintf(), strcat(), and str[n]cpy() | archie | 1998-12-04 | 1 | -2/+2 |
* | *gulp*. Jordan specifically OK'ed this.. | peter | 1998-10-16 | 1 | -1/+3 |
* | Ignore the statically configured vfs type numbers and assign vfs | bde | 1998-09-05 | 1 | -2/+10 |
* | Fixed bogotification of pseudocode for syscall args by rev.1.53 of | bde | 1998-09-05 | 1 | -2/+2 |
* | Change various syscalls to use size_t arguments instead of u_int. | dfr | 1998-08-24 | 1 | -13/+73 |
* | Make COMPAT_43 and COMPAT_SUNOS new-style options. | eivind | 1997-12-16 | 1 | -1/+3 |
* | Move the "retval" (3rd) parameter from all syscall functions and put | phk | 1997-11-06 | 1 | -4/+4 |
* | Last major round (Unless Bruce thinks of somthing :-) of malloc changes. | phk | 1997-10-12 | 1 | -2/+2 |
* | Distribute and statizice a lot of the malloc M_* types. | phk | 1997-10-11 | 1 | -1/+3 |
* | Include <sys/buf.h> instead of <sys/vnode.h>. kern_sysctl.c no | bde | 1997-04-09 | 1 | -2/+2 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Fixed garbage being returned for constant int values, e.g., for | bde | 1996-12-15 | 1 | -2/+2 |
* | Fixed bogus casts (const on the wrong `*' in `**') in a qsort-comparision | bde | 1996-09-03 | 1 | -4/+5 |
* | Don't depend in the kernel on the gcc feature of doing arithmetic on | bde | 1996-08-31 | 1 | -5/+6 |
* | Implemented 'kern_sysctl', which differs from 'userland_sysctl' in that | nate | 1996-06-10 | 1 | -5/+63 |
* | If handler function returns EAGAIN, restart operation. | phk | 1996-06-06 | 1 | -3/+7 |
* | Fix a longstanding bug and a buglet of no significance. | phk | 1996-04-13 | 1 | -23/+18 |
* | Move the "mib" variables out to their own file. | phk | 1996-04-07 | 1 | -136/+6 |
* | From Lite2: rename fs to vfs. | hsu | 1996-03-11 | 1 | -2/+2 |
* | Fix the reversed source and dest args to bcopy() in the kernel space | peter | 1996-01-01 | 1 | -2/+2 |
* | Add an obscure feature, needed for debugging. | phk | 1995-12-17 | 1 | -9/+11 |
* | A Major staticize sweep. Generates a couple of warnings that I'll deal | phk | 1995-12-14 | 1 | -3/+3 |
* | Untangled the vm.h include file spaghetti. | dg | 1995-12-07 | 1 | -1/+4 |
* | A couple of minor tweaks to the sysctl stuff. | phk | 1995-12-06 | 1 | -12/+48 |
* | Include <vm/vm.h> or <vm/vm_page.h> explicitly to avoid breaking when | bde | 1995-12-05 | 1 | -1/+3 |
* | A major sweep over the sysctl stuff. | phk | 1995-12-04 | 1 | -80/+332 |
* | Mega commit for sysctl. | phk | 1995-11-20 | 1 | -366/+107 |
* | All net.* sysctl converted now. | phk | 1995-11-16 | 1 | -4/+1 |
* | Do what is generally belived to be the right thing, though it may not be :-) | phk | 1995-11-14 | 1 | -5/+2 |
* | Final part of this bunch of sysctl commits: cleanup. | phk | 1995-11-14 | 1 | -9/+1 |
* | Get rid of the last debug sysctl variables of the old style. | phk | 1995-11-14 | 1 | -50/+1 |
* | Get rid of hostnamelen variable. | phk | 1995-11-14 | 1 | -13/+3 |
* | Move all the VM sysctl stuff home where it belongs. | phk | 1995-11-14 | 1 | -4/+1 |
* | A couple of nitpicks. | phk | 1995-11-14 | 1 | -8/+5 |
* | Convert dumpdev & securelevel. | phk | 1995-11-14 | 1 | -20/+35 |
* | KERN_MAXFILESPERPROC, KERN_MAXFILES went to another file. | phk | 1995-11-14 | 1 | -6/+1 |
* | Get rid of domainnamelen. | phk | 1995-11-14 | 1 | -14/+3 |
* | Move KERN_NTP to a more suitable file. | phk | 1995-11-14 | 1 | -4/+1 |
* | Move the process-table stuff to a more suitable file. | phk | 1995-11-14 | 1 | -213/+1 |
* | Try to make my new scheme work more along the lines of the manual. | phk | 1995-11-13 | 1 | -48/+67 |
* | The entire sysctl callback to read/write version. I havn't tested this as | phk | 1995-11-12 | 1 | -113/+160 |