| Age | Commit message (Expand) | Author |
| 2004-01-11 | g/c process state SDEAD - it's not used anymore after 'reaper' removal | jdolecek |
| 2004-01-11 | fix assertion - non-alive processes are in SZOMB state now | jdolecek |
| 2004-01-10 | Allow vfs_write_suspend() to wait if the file system is already | hannken |
| 2004-01-10 | add a new bufq strategy, BUFQ_PRIOCSCAN (per-priority CSCAN). | yamt |
| 2004-01-10 | reset i/o priority in geteblk() as well. | yamt |
| 2004-01-10 | store a i/o priority hint in struct buf for buffer queue discipline. | yamt |
| 2004-01-09 | Initialize buffer pools with PR_IMMEDRELEASE. Don't use pool_reclaim() | thorpej |
| 2004-01-09 | Add a new pool initialization flag, PR_IMMEDRELEASE. This flag causes | thorpej |
| 2004-01-09 | Change BUFCACHE (default hard limit on physmem consumption by metadata | tls |
| 2004-01-09 | Bump default size of vnode cache to 1% of physical memory, instead of | tls |
| 2004-01-08 | Add pool_reclaim() on pool to which we just pool_put() a buffer in | tls |
| 2004-01-08 | If ksyms have not been initialized, return ENXIO in ksymsopen instead of | cube |
| 2004-01-07 | Back out >2 PT_LOAD changes from rev 1.96. They cause older GCC3-compiled | thorpej |
| 2004-01-07 | fix F_MAXFD fcntl - it returned the value as errno instead | jdolecek |
| 2004-01-06 | Expose the buf_map symbol so that pmap(1) can find it. | atatat |
| 2004-01-05 | Store the copyright text in conf/copyright, and use conf/newvers.sh | lukem |
| 2004-01-05 | Ad F_CLOSEM, F_MAXFD from Matt Thomas. | christos |
| 2004-01-04 | bufpool_page_free: pass `buf_map' to uvm_km_free(). | pk |
| 2004-01-04 | ; may be a comment character in assembly, use \n as a separator instead. | kleink |
| 2004-01-04 | Rearrange process exit path to avoid need to free resources from different | jdolecek |
| 2004-01-03 | constify a bit | jdolecek |
| 2004-01-03 | fix some comments, use NULL instead of 0 for pointer comparison | jdolecek |
| 2004-01-02 | regen | cl |
| 2004-01-02 | kernel part of no-syscall upcall stack return: libpthread registers | cl |
| 2004-01-01 | Welcome to 2004! | mycroft |
| 2003-12-31 | getnewbuf: return buffer locked. | pk |
| 2003-12-30 | Consistently use ANSI-style function decls. | thorpej |
| 2003-12-30 | Remove allocsys(); nothing uses it anymore. | thorpej |
| 2003-12-30 | Replace the traditional buffer memory management -- based on fixed per buffer | pk |
| 2003-12-29 | Avoid using m_clget() on a mbuf already in use, especially when we | martin |
| 2003-12-29 | pool_prime_page: initialize ph_time to mono_time instead of zero | yamt |
| 2003-12-29 | Avoid dereferencing l in sysctl_lookup(), because it can be NULL. | atatat |
| 2003-12-29 | Remove two uses of uvm_kernacc(), which wasn't quite getting the job | atatat |
| 2003-12-28 | Sysctl functions called for "generic" nodes should forward "query" | atatat |
| 2003-12-28 | Adjust error returns in kern.cp_time when a specific processor is | atatat |
| 2003-12-28 | Rename sysctl_kern_hostname() to sysctl_setlen() and use it also for | atatat |
| 2003-12-28 | RCSid police | atatat |
| 2003-12-28 | After changing hostname, adjust hostnamelen. | martin |
| 2003-12-26 | Make kern.rtc_offset writable at securelevel <= 0. | martin |
| 2003-12-24 | Move the sigfilter hook to a more adequate location, and rename it to better | manu |
| 2003-12-24 | Split sys_lwp_suspend, just like sys_lwp_unsuspend is split. We get | manu |
| 2003-12-21 | Remove trailing blank line. | simonb |
| 2003-12-20 | Put back Emmanuel's sigfilter hooks, as decided by Core. | fvdl |
| 2003-12-20 | Introduce lwp_emuldata and the associated hooks. No hook is provided for the | manu |
| 2003-12-20 | update a comment to match with the previous change (rev.1.12). | yamt |
| 2003-12-20 | restore functionality to decrease kern.maxvnodes which | yamt |
| 2003-12-14 | Defer writing of KTR_EMUL entry until first trace done by target process. | dsl |
| 2003-12-12 | In sysctl_kern_lwp adjust offsets into the mib entries so that | simonb |
| 2003-12-10 | Make kern.dump_on_panic writeable again, too | atatat |
| 2003-12-10 | Modify the licences of code written by Theo De Raadt from a 4-clause | agc |