| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Included <sys/sysproto.h> to get central declarations for syscall args | bde | 1995-11-12 | 1 | -1/+6 |
* | Fixed type of sysctl_order_cmp(). | bde | 1995-11-11 | 1 | -8/+11 |
* | Fix a minor buglet. | phk | 1995-11-10 | 1 | -3/+4 |
* | convert more sysctl variables. | phk | 1995-11-10 | 1 | -4/+3 |
* | Make the old compat functions use the sysctl front door, rather than | phk | 1995-11-09 | 1 | -75/+110 |
* | Fix some of the sysctl broke, and add a lot more to it. | phk | 1995-11-08 | 1 | -22/+112 |
* | On working the new sysctl vars a bit I realized that I needed more generality. | phk | 1995-11-06 | 1 | -179/+224 |
* | Sorry, the last commit screwed up for me, this is the right one (I hope!) | phk | 1995-10-28 | 1 | -112/+65 |
* | Rewamp the way we make sysctl variables to be easier to cope with. | phk | 1995-10-28 | 1 | -71/+313 |
* | Fix the sysctl string routines to return as much of the | mpp | 1995-07-31 | 1 | -13/+25 |
* | Fixed panic in fill_eproc() caused by inadequate checking for NULL pointers. | dg | 1995-07-28 | 1 | -5/+6 |
* | This implements enough of the BSDI extensions to the net-2 ogetkerninfo() | peter | 1995-07-09 | 1 | -1/+112 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -4/+4 |
* | The death of `options NODUMP'. Now the dump area can be dynamically | wollman | 1995-05-12 | 1 | -1/+11 |
* | Add and move declarations to fix all of the warnings from `gcc -Wimplicit' | bde | 1995-03-16 | 1 | -5/+1 |
* | Implement maxprocperuid and maxfilesperproc. They are tunable | guido | 1995-02-20 | 1 | -1/+5 |
* | Fixed multiple bugs that cause null pointers to be followed or FREEed data | dg | 1994-12-28 | 1 | -25/+24 |
* | Fix bug in sysctl_string so that when a string has a length that is to | guido | 1994-12-18 | 1 | -2/+2 |
* | Move declarations of public functions to <sys/sysctl.h>. | bde | 1994-11-14 | 1 | -11/+4 |
* | kern_clock.c: define dk_names[][]. | wollman | 1994-10-16 | 1 | -3/+6 |
* | Use tsleep() rather than sleep so that 'ps' is more informative about | dg | 1994-10-06 | 1 | -2/+2 |
* | All of this is cosmetic. prototypes, #includes, printfs and so on. Makes | phk | 1994-10-02 | 1 | -8/+13 |
* | Add MIB variable kern.bootfile (R/W) giving the name of the booted kernel. | wollman | 1994-09-23 | 1 | -1/+5 |
* | Implemented loadable VFS modules, and made most existing filesystems | wollman | 1994-09-21 | 1 | -3/+1 |
* | sysctl incorrectly check name[2] instead of name[1] | ache | 1994-09-19 | 1 | -2/+2 |
* | Redo Kernel NTP PLL support, kernel side. | wollman | 1994-09-18 | 1 | -2/+7 |
* | KERN_ADJKERNTZ removed from here to cpu_sysctl MACHDEP section | ache | 1994-09-16 | 1 | -4/+1 |
* | KERN_ADJKERNTZ added in preparation of resettodr() implementation | ache | 1994-09-14 | 1 | -1/+4 |