summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Never be afraid to try something new. Remember, amateurs built the ark.wilko2004-10-271-0/+3
* Move the 'debug' sysctl tree under options SYSCTL_DEBUG. It generatesrwatson2004-10-273-0/+11
* These are unnecessary and have been causing imp@ trouble.des2004-10-273-27/+0
* Forcibly disable interrupts, if we find ourselves servicing one whenbms2004-10-272-2/+16
* During traversal of the active queue, try locking the page's containingalc2004-10-271-4/+12
* Raise MAXDSIZ from 8G to 32G. The old limit was just an arbitary choicepeter2004-10-271-1/+1
* Fix brk(3). The stack was unbalanced when we jumped to cerror. Oops!peter2004-10-271-0/+1
* Add necessary whitespace to correct cross references.ceri2004-10-271-2/+2
* Move the syncer linkage from vnode to bufobj.phk2004-10-274-44/+52
* Eliminate unnecessary KASSERTs.phk2004-10-2711-29/+9
* 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
* Eliminate unnecessary KASSERTS.phk2004-10-272-4/+0
* Fix a typo in a comparison appeared in rev. 1.125.maxim2004-10-272-2/+2
* Allow tar format to read and accept an empty (or non-existent)kientzle2004-10-271-3/+9
* Synchronize access to the vm page's PG_BUSY flag using the containing vmalc2004-10-271-4/+4
* Document that libkvm requires device mem to work.imp2004-10-261-0/+2
* Give each plex a separate queue where held back bios are put on.le2004-10-262-3/+16
* KASSERT that we only get to prewrite() on writes.phk2004-10-261-2/+2
* White space changes. Add missing static.phk2004-10-261-6/+5
* Replace single case switch() with if().phk2004-10-261-8/+2
* Vertically align comment.phk2004-10-261-1/+1
* Remove blank line which crept in.phk2004-10-261-1/+0
* Also check that the sectormask is bigger than zero.phk2004-10-261-1/+3
* Workaround for a recursive acquisition of the driver mutex during devicebms2004-10-262-0/+4
* Correct a misspelling, 'task_fn' -> 'task_fn_t'.bms2004-10-261-2/+2
* Uncomment DIRECTIO and NSWBUF_MIN. They are both positive options (i.e.des2004-10-261-2/+2
* The island council met and voted buf_prewrite() home.phk2004-10-266-20/+49
* Fix syntax errors introduced by last commit.phk2004-10-261-4/+3
* Add a matching tunable for net.inet.tcp.sack.enable sysctl.rwatson2004-10-261-0/+1
* Put the I/O block size in bufobj->bo_bsize.phk2004-10-269-23/+14
* 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-262-5/+1
* Degeneralize the per cdev copyonwrite callback. The only possible valuephk2004-10-264-11/+4
* Align commentphk2004-10-261-1/+1
* Don't clear flags we just checked were not set.phk2004-10-261-1/+0
* Check that rt_mask(rt) is non-NULL before dereferencing it, in thebms2004-10-261-0/+1
* Typo: s/Exampes/Examplesblackend2004-10-251-1/+1
* Switch the default CFLAGS to -O2 -pipe.des2004-10-251-1/+1
* IPDIVERT is a module now and tell the other parts of the kernel about it.andre2004-10-254-5/+7
* Assert that the containing vm object is locked in vm_page_flash().alc2004-10-251-0/+2
* Don the teflon coated jacket and use the same -O2 optimization options onobrien2004-10-251-7/+1
* use NULL instead of 0 when casting/comparing w/ a pointer...jmg2004-10-251-2/+2
* Reword the last change a bit, add mdoc(7) markup.yar2004-10-252-2/+6
* Get rid of the magic "stash" of cdev structures, we no longer callphk2004-10-252-32/+3
* Use unit number allocation functions for GEOM minor numbers.phk2004-10-252-11/+18
* Add delete_unrhdr() function.phk2004-10-252-2/+20
* Device driver for onboard CS4231 audio controller which is foundyongari2004-10-2511-1/+2136
* Loose the v_dirty* and v_clean* alias macros.phk2004-10-2514-58/+56
* - Add 'check' command for checking rules syntax.pjd2004-10-251-11/+14
OpenPOWER on IntegriCloud