summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Give the bufobj a private __bo_vnode for now to keep the syncer floating [1]phk2004-10-291-1/+2
* Backout 1.291.alfred2004-10-291-10/+0
* Give dev_strategy() an explict cdev argument in preparation for removingphk2004-10-293-15/+51
* Lock bp->b_bufobj->b_object instead of bp->b_objectphk2004-10-282-18/+18
* Move the 'debug' sysctl tree under options SYSCTL_DEBUG. It generatesrwatson2004-10-271-0/+2
* Move the syncer linkage from vnode to bufobj.phk2004-10-271-34/+42
* Eliminate unnecessary KASSERT.phk2004-10-271-3/+0
* Avoid using bp->b_vp when we already have the vnode by other means.phk2004-10-271-6/+5
* Fix a typo in a comparison appeared in rev. 1.125.maxim2004-10-272-2/+2
* Synchronize access to the vm page's PG_BUSY flag using the containing vmalc2004-10-271-4/+4
* The island council met and voted buf_prewrite() home.phk2004-10-261-5/+3
* Put the I/O block size in bufobj->bo_bsize.phk2004-10-264-19/+8
* Hold the lock on the containing vm object when callingalc2004-10-261-0/+2
* Remove unused si_bsize_best field from struct cdev.phk2004-10-261-3/+1
* Get rid of the magic "stash" of cdev structures, we no longer callphk2004-10-251-31/+3
* Add delete_unrhdr() function.phk2004-10-251-2/+19
* Loose the v_dirty* and v_clean* alias macros.phk2004-10-252-10/+11
* Remove vnode->v_bsize. This was a dead-end.phk2004-10-252-11/+1
* Use VM_ALLOC_NOBUSY to eliminate vm_page_wakeup() calls and the acquisitionalc2004-10-251-10/+3
* Collapse vnode->v_object and buf->b_object into bufobj->bo_object.phk2004-10-252-7/+6
* Move from using the socket reference count to the file referencerwatson2004-10-241-23/+87
* Use VM_ALLOC_NOBUSY instead of calling vm_page_wakeup().alc2004-10-241-2/+1
* Move the buffer method vector (buf->b_op) to the bufobj.phk2004-10-243-42/+21
* Add a new per-thread private flag: TDP_GEOM.phk2004-10-231-0/+7
* Drop Giant around the call to g_waitidle().phk2004-10-231-0/+2
* Rebuild from syscalls.master:1.178.rwatson2004-10-232-2/+20
* Add system call place-holders for the following system callsrwatson2004-10-231-0/+11
* socreate() does an early abort if either the protocol cannot be found,andre2004-10-231-1/+2
* Aquire GIANT in pf_proto_[un]register() before manipulating the protosw.andre2004-10-231-5/+27
* Remove P_STOPPED_TRACE bit if debugger dies without a chance todavidxu2004-10-231-1/+1
* Add an annotation to the comment for sysv_ipc.c to indicate that therwatson2004-10-221-2/+6
* In osethostname(), don't need to call suser() directly asrwatson2004-10-221-4/+2
* When MAC is enabled, warn if getnewvnode() is asked to produce a vnoderwatson2004-10-221-0/+2
* Alas, poor SPECFS! -- I knew him, Horatio; A filesystem of infinitephk2004-10-221-3/+3
* Add b_bufobj to struct buf which eventually will eliminate the need for b_vp.phk2004-10-223-147/+135
* Move the VI_BWAIT flag into no bo_flag element of bufobj and call it BO_WWAITphk2004-10-214-75/+96
* Add BO_* macros parallel to VI_* macros for manipulating the bo_mtx.phk2004-10-211-7/+11
* Polish vtruncbuf() to improve readability and style a bit.phk2004-10-211-49/+42
* Simplify buf_vlist_remove().phk2004-10-211-34/+16
* Zero terminate empty sting in kdb_sysctl_available.ups2004-10-211-0/+2
* Modify the vm object locking in do_sendfile() so that the containing objectalc2004-10-201-2/+3
* Support for dynamically loadable and unloadable protocols within existing pro...andre2004-10-193-4/+292
* Push acquisition of the accept mutex out of sofree() into the callerrwatson2004-10-183-3/+6
* Add new function ttyinitmode() which sets our systemwide defaultphk2004-10-182-18/+30
* If a process needs to be swapped in, wakeup the swapper from withinscottl2004-10-162-5/+9
* Make pty's always come up in echo mode.phk2004-10-152-2/+2
* Add missing chunk of code to enforce the lock-bits of termios.phk2004-10-141-1/+26
* Update flags patch for the !ISA case.njl2004-10-141-5/+14
* /me gets the wrong patch out of the pr :(jmg2004-10-141-2/+2
* Fix maybe_preempt_in_ksegrp for !SMP.ups2004-10-131-7/+33
OpenPOWER on IntegriCloud