summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Remove vnode->v_bsize. This was a dead-end.phk2004-10-254-13/+1
* | Retire si_stripesize and si_stripeoffset they will not be needed in cdevphk2004-10-252-4/+0
* | 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-255-9/+10
* | Remove useless inclusion of <sys/disklabel.h>marcel2004-10-252-2/+0
* | Declare variables as static, like I intended.marcel2004-10-254-4/+4
* | Fix bogon. Create the BSD label in the FreeBSD slice.marcel2004-10-251-1/+1
* | Catch up with the BSD label changes. The partition offsets are relativemarcel2004-10-251-3/+20
* | Build gpt(8) on all platforms.marcel2004-10-251-5/+1
* | Add byte swapping and UUID encoding/decoding to allow gpt to be compiledmarcel2004-10-259-140/+192
* | Assert that the containing vm object is locked in vm_page_busy() andalc2004-10-241-0/+4
* | Move from using the socket reference count to the file referencerwatson2004-10-241-23/+87
* | Log the actual number of bytes sent on the wire to /var/log/ftpdyar2004-10-241-2/+2
* | 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-2419-104/+113
* | Mention fdescfs(5) and why it might be useful.rwatson2004-10-241-1/+14
* | Fix a panic discovered with some apache2 configure test (that seemed tomlaier2004-10-241-0/+5
* | Acquire the vm object lock before rather than after callingalc2004-10-241-4/+5
OpenPOWER on IntegriCloud