| Age | Commit message (Expand) | Author |
| 2001-11-12 | add RCSIDs | lukem |
| 2001-11-08 | Fix a memory leak when we change pl_corename several times. | bouyer |
| 2001-09-24 | resize the namecache hash table also when desiredvnodes changes. | chs |
| 2001-09-15 | add a new VFS op, vfs_reinit, which is called when desiredvnodes is | chs |
| 2001-07-27 | Add a sysctl to frob sb_max. | thorpej |
| 2001-07-14 | Add support for kern.maxphys, vm.maxslp, vm.uspace (the later two for ps). | matt |
| 2001-07-09 | ANSIfy. | simonb |
| 2001-06-21 | Move prototype of sysctl_dopipe() from <sys/sysctl.h> to <sys/pipe.h> | jdolecek |
| 2001-06-16 | Add port of high performance pipe implementation written by John S. Dyson | jdolecek |
| 2001-04-26 | Make sysctl_msgbuf() to copy message buffer to userland even if | enami |
| 2001-03-15 | eliminate the KERN_* error codes in favor of the traditional E* codes. | chs |
| 2000-12-22 | split off thread specific stuff from struct sigacts to struct sigctx, leaving | jdolecek |
| 2000-11-20 | Add a sysctl_rdminstruct() function - same as sysctl_rdstruct() but | simonb |
| 2000-11-19 | If MULTIPROCESSOR, count cpus and use that for hw.ncpu | sommerfeld |
| 2000-11-19 | Preliminary MULTIPROCESSOR support: | sommerfeld |
| 2000-11-08 | Add console magic sequence framework. | eeh |
| 2000-09-26 | PHOLD/PRELE around uvm_io() to user address space is unnecessary. There | thorpej |
| 2000-09-23 | Conditionalise the declaration of sysctl_pty() so that we don't get a | bjh21 |
| 2000-09-11 | Fix 0 vs. NULL confusion. | thorpej |
| 2000-09-10 | handle KERN_MAXPTYS via new sysctl_pty(), which uses pty_maxptys() provided | jdolecek |
| 2000-09-09 | allocate pty kernel structures on demand at run-time - this allows | jdolecek |
| 2000-08-08 | In fill_kproc2(), testing p->p_stats != NULL doesn't do much good, | thorpej |
| 2000-07-14 | - Fix the likely cause of the "ps(1) hangs machine" problem. Always | thorpej |
| 2000-07-13 | Add a KERN_CONSDEV sysctl that returns cn_tab->cn_dev (if cn_tab is not | simonb |
| 2000-06-16 | Add #ifdef checks for SYSVMSG, SYSVSEM and SYSVSHM in more places to catch | simonb |
| 2000-06-16 | Add a KERN_MSGBUF sysctl to return the message buffer. | simonb |
| 2000-06-13 | In the KERN_GETPROC* handler: | simonb |
| 2000-06-03 | Move schedticks and cp_time into schedstate_percpu. Also, allow | thorpej |
| 2000-06-02 | Add new sysctl node "KERN_SYSVIPC_INFO" with "KERN_SYSVIPC_MSG_INFO", | simonb |
| 2000-06-01 | Fix lossage when transferring a pointer value into an off_t var. | pk |
| 2000-06-01 | Plug a slow kernel memory leak - a page was lost for each system or | simonb |
| 2000-05-31 | Track which process a CPU is running/has last run on by adding a | thorpej |
| 2000-05-27 | sleep() -> tsleep() | thorpej |
| 2000-05-27 | Set *sizep correctly if returning the number of elements. Pointed out | simonb |
| 2000-05-26 | Adjust kinfo_proc2's p_schedflags assignment to match new reality. | thorpej |
| 2000-05-26 | Add some new sysctls to help abolish the dreaded "proc size mismatch" | simonb |
| 2000-04-15 | For the KERN_PROC sysctl, when using KERN_PROC_TTY allow | simonb |
| 2000-03-30 | Get rid of register declarations. | augustss |
| 2000-03-28 | Centralise the declarations of cpu_model, machine, machine_arch, | simonb |
| 2000-02-27 | add hw.alignbytes sysctl mib. this gives you the value of ALIGNBYTES | itojun |
| 2000-02-06 | Add kernel logging of processes which exit on signals which can | fair |
| 2000-01-16 | (sysctl_doeproc): make sure we release the proclist_lock even if | assar |
| 1999-11-17 | - strings handled by the common functions sysctl_string() and sysctl_rdstring() | is |
| 1999-11-12 | Return the data length even for non-readonly strings, as advertized. | is |
| 1999-11-03 | proc_sysctl(): initialize ptmp to NULL - theoretically, ptmp might | jdolecek |
| 1999-09-28 | Remplace kern.shortcorename sysctl with a more flexible sheme, | bouyer |
| 1999-09-27 | 1003.1c: add {LOGIN_NAME_MAX}. | kleink |
| 1999-07-25 | Turn the proclist lock into a read/write spinlock. Update proclist locking | thorpej |
| 1999-07-22 | Add a read/write lock to the proclists and PID hash table. Use the | thorpej |
| 1999-07-22 | Rework the process exit path, in preparation for making process exit | thorpej |