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