Age | Commit message (Expand) | Author |
2004-01-07 | Add p_rlim_rss_cur for ps "lim" field. OK deraadt@ | Todd C. Miller |
2004-01-07 | no kern_watchdog for SMALL_KERNEL; ok deraadt@ | Markus Friedl |
2004-01-07 | Unbreak KERN_PROC_KTHREAD. Explicitly list KERN_PROC_KTHREAD in | Todd C. Miller |
2004-01-07 | Add p_emul to kinfo_proc2 for ps | Todd C. Miller |
2004-01-07 | Implement KERN_PROC2 sysctl from NetBSD. This will allow us to | Todd C. Miller |
2003-12-18 | add new hw sysctls, cpuspeed and setperf to control cpu frequency. | Ted Unangst |
2003-11-23 | Check correct array index KERN_VNODE; from Alistair Kerr | Todd C. Miller |
2003-10-26 | per deraadt@ request, don't permit insanely large stackgap values. | Ted Unangst |
2003-10-24 | refactor stackgap sysctl. prompted by a bug report from Michael Coulter. | Ted Unangst |
2003-08-23 | remove native emulations from emulsw. you can't change them and probably | Ted Unangst |
2003-08-23 | knf | Theo de Raadt |
2003-08-23 | allow disabling a emul after enabling it; tedu@ ok. | Federico G. Schwindt |
2003-08-21 | emulation is now controlled by sysctl. changes: | Ted Unangst |
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst |
2003-08-06 | Remove some double semicolons (hmm, do two semis equal a maxi?). | Todd C. Miller |
2003-06-10 | debug0 and debug1 are defined elsewhere -- make 'em extern here | Michael Shalayeff |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-03 | string fixes; tedu ok | Theo de Raadt |
2003-04-25 | sysctl front-end for the hardware monitoring sensors. This adds | Alexander Yurchenko |
2003-01-21 | add kern.watchdog sysctl and generic watchdog interface; | Markus Friedl |
2003-01-15 | Fix two minor nits; deraadt@ OK | Todd C. Miller |
2003-01-13 | Sysctls for fetching intrcnt. | Artur Grabowski |
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 |