summaryrefslogtreecommitdiff
path: root/sys/kern
AgeCommit message (Expand)Author
2001-12-10Merge in struct uvm_vnode into struct vnode.Artur Grabowski
2001-12-08Sprinkle pmap_update calls where relevant and some otherArtur Grabowski
2001-12-05If we assume (just pure speculation) that there will be a pmap sometime inArtur Grabowski
2001-12-05make nkmempages dynamic based on memory. okay art@ from netbsd:Niels Provos
2001-12-05Oops forgot to regen.Artur Grabowski
2001-12-05Break out the part that lowers v_holdcnt in brelvp into an own functionArtur Grabowski
2001-12-04Yet another sync to NetBSD uvm.Artur Grabowski
2001-12-04Readd VOP_MMAP, will be used soon. Right now it's just a question toArtur Grabowski
2001-12-04Add declaration of "state" to _simple_lock_assert(). Since it isTodd C. Miller
2001-12-02release the right descriptors when pipe fails; bug report fromNiels Provos
2001-12-02remove some XXX commentsTheo de Raadt
2001-11-30sbcompress() can compact mbuf clusters now; from thorpej@netbsdNiels Provos
2001-11-30Call buf_cleanout, which handles wakeupsConstantine Sapuntzakis
2001-11-29Bunch of bug fixes from NetBSD.Artur Grabowski
2001-11-29Ooops. Revert part of the last commit that was completly wrong and wasn't sup...Artur Grabowski
2001-11-29Make sure the whole buffer is initialized before calling bgetvp.Artur Grabowski
2001-11-29Correctly handle b_vp with bgetvp and brelvp in {get,put}pages.Artur Grabowski
2001-11-28Sync in more uvm from NetBSD. Mostly just cosmetic stuff.Artur Grabowski
2001-11-28avoid possible infinite loop in sosend() on 64bit systems. - from netbsdEric Jackson
2001-11-28regenArtur Grabowski
2001-11-28more typedef zapping vm_page_t -> struct vm_page *Artur Grabowski
2001-11-28zap some typedefs.Artur Grabowski
2001-11-28avoid "thundering herd" problem in accept by waking just one process.Niels Provos
2001-11-28Sync in more uvm changes from NetBSD.Artur Grabowski
2001-11-28from enami@netbsd:Niels Provos
2001-11-27change socket allocation to pool allocator; from netbsd; okay niklas@Niels Provos
2001-11-27fix an error in sosend() that could make a transient error permant.Niels Provos
2001-11-27change socket connection queues to use TAILQ_Niels Provos
2001-11-27kill breadaArtur Grabowski
2001-11-27regen for UBC changesArtur Grabowski
2001-11-27Merge in the unified buffer cache code as found in NetBSD 2001/03/10. TheArtur Grabowski
2001-11-21Added vfs_isbusy. Useful for verifying that a mount point is lockedConstantine Sapuntzakis
2001-11-15bio_doread doesn't need a cred anymoreArtur Grabowski
2001-11-15Remove creds from struct buf, move the creds that nfs need into the nfs node.Artur Grabowski
2001-11-15Initialize listNiklas Hallqvist
2001-11-15remove staticsNiklas Hallqvist
2001-11-15Don't zero v_bioflag when recycling a vnode in getnewvnode.Artur Grabowski
2001-11-15Make sure that stuff on the syncer worklist has VBIOONSYNCLIST setArtur Grabowski
2001-11-15New function vn_marktext - mark a vnode as executing a text image.Artur Grabowski
2001-11-14Better exit codes. ok mickey,millert,miod,deraadtHakan Olsson
2001-11-14in poll, if fd is < 0, clear revents; bjy@mogua.orgTheo de Raadt
2001-11-14Compat layer for 1k Vax aout, from NetBSD.Hugh Graham
2001-11-12Remove unnecessary check for NULL vnode in reassignbuf.Artur Grabowski
2001-11-12Bring in more changes from NetBSD. Mostly pagedaemon improvements.Artur Grabowski
2001-11-11Let ltsleep take a const wmesg.Artur Grabowski
2001-11-10Move maxdmap and maxsmap to kern_resource.cArtur Grabowski
2001-11-10Merge in some parts of the ubc work that has been done in NetBSD that are notArtur Grabowski
2001-11-09Use bufpool, not malloc.Artur Grabowski
2001-11-09Create bufpool - a pool of struct bufs.Artur Grabowski
2001-11-07new flag to lockmgr. LK_RECURSEFAIL - even if the lock can recurse fail.Artur Grabowski