Age | Commit message (Expand) | Author |
2002-12-17 | Make SysV-style shared memory and semaphore limits sysctl'able. | Todd C. Miller |
2002-09-01 | Oppsie. Remove my debugging code. | Artur Grabowski |
2002-08-23 | Use LIST_ macros for the list of all struct file. | Artur Grabowski |
2002-07-06 | Remove kernel support for NTP. ok deraadt@ and tholo@ | Thomas Nordin |
2002-06-24 | Redo the logic of reading of proc arguments to be more readable. | Artur Grabowski |
2002-06-11 | kernel changes to make asymmetric crypto work in userland | Bob Beck |
2002-06-09 | add struct pstats to struct eproc | Artur Grabowski |
2002-06-09 | KERN_MBSTAT | Angelos D. Keromytis |
2002-06-08 | TTYCOUNT and NUMVNODES. | Angelos D. Keromytis |
2002-06-08 | Add read-only KERN_NFILES (number of open files). | Angelos D. Keromytis |
2002-06-08 | Sysctl for getting process arguments and environment. | Artur Grabowski |
2002-05-15 | Implement splassert() for sparc - a tool for finding problems related to | Artur Grabowski |
2002-03-14 | remove ambiguity in version,ostype,osversion,osrelease and their constanity, ... | Michael Shalayeff |
2002-03-14 | version[] is externed in the systm.h and give it some const | Michael Shalayeff |
2002-03-01 | sysctl for cryptodevallowsoft - /dev/crypto will allow the software engine | Niels Provos |
2002-02-23 | sysctl kern.usercrypto | Theo de Raadt |
2001-11-28 | Sync in more uvm changes from NetBSD. | Artur Grabowski |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-09-28 | sysctl() support for getting the SYSV *info structs and the associated | Todd C. Miller |
2001-09-07 | Fix PR 2051, tested by miod@ | Angelos D. Keromytis |
2001-08-18 | Add a possibility to add a random offset to the stack on exec. This makes | Artur Grabowski |
2001-07-17 | It takes a greek to put buffer overflow and unterminated string | Theo de Raadt |
2001-07-13 | make kern_msgbuf work for sparc, i thought it worked for me before; from miod | Michael Shalayeff |
2001-06-27 | uvm_useracc is not necessary now that uvm_vslock knows how to fail. | Artur Grabowski |
2001-06-27 | remove old vm | Artur Grabowski |
2001-06-24 | Add a sysctl for getting pool information out of the kernel. | Artur Grabowski |
2001-06-22 | provide sysctl iface for msgbuf; raadtified | Michael Shalayeff |
2001-06-03 | e_wmesg was not initialized in all cases; kirk.russell@acm.org | Theo de Raadt |
2001-06-03 | Export nprocs. | Angelos D. Keromytis |
2001-06-03 | KERN_FSCALE and KERN_CCPU | Angelos D. Keromytis |
2001-06-03 | Pass struct diskstats through sysctl, deraadt@ ok | Angelos D. Keromytis |
2001-05-14 | Use lockmgr locks for kern.malloc.kmemstat and | Angelos D. Keromytis |
2001-05-14 | Disk statistics via sysctl, first pass (locking to come in a few, then | Angelos D. Keromytis |
2001-05-11 | kmemstats, nselcoll, forkstat, and nchstats structures through | Angelos D. Keromytis |
2001-05-07 | Check for failure now that uvm_vslock can return one. Before this, there was | Artur Grabowski |
2001-04-06 | Get rid of vm_pmap from struct vmspace. | Artur Grabowski |
2001-03-23 | Take vm_pmap out of struct vmspace if we are using UVM since UVM doesn't | Todd C. Miller |
2001-03-16 | Use a lockmgr lock for keeping down the vslocked memory in sysctl | Artur Grabowski |
2001-01-31 | add kern.cp_time sysctl, to be used by various things | Theo de Raadt |
2001-01-04 | sysctl_quad/sysctl_rdquad, and "malloc" node in kern sysctl | Angelos D. Keromytis |
2000-06-18 | Mark kernel threads as system processes. Make ps hide them by default, | Niklas Hallqvist |
2000-06-05 | Changes to exit handling. | Artur Grabowski |
2000-05-06 | work around filleproc() vs exit1() race of p_rlimit | Theo de Raadt |
2000-03-16 | Bring in some new UVM code from NetBSD (not current). | Artur Grabowski |
2000-03-03 | Use the LIST_FIRST macro to get the head of zombproc list. | Artur Grabowski |
2000-03-03 | Use LIST_ macros instead of internal field names to walk the allproc list. | Artur Grabowski |
2000-02-22 | enlarge msgbuf, somewhat line netbsd did | Theo de Raadt |
1999-06-29 | add sysctl kern.arandom to get a random integer. useful when chrooted with | Niels Provos |
1999-06-01 | remove the "ifdef pmap_resident_count" hack and replace it with a macro. | Artur Grabowski |
1999-02-26 | compat with uvm sysctl, some uvm name changes, cnt.foo -> uvmexp.bar | Artur Grabowski |