| Commit message (Expand) | Author | Age | Files | Lines |
* | Make filt_aio() check the jobstate for JOBST_JOBBFINISHED (in addition | alc | 2000-09-04 | 1 | -1/+2 |
* | Fix the #ifdef VFS_AIO to not compile a whole bunch of unused stuff in the | peter | 2000-07-28 | 1 | -7/+34 |
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 1 | -14/+14 |
* | Change the way that the queue(3) structures are declared; don't assume that | jake | 2000-05-23 | 1 | -14/+14 |
* | Separate the struct bio related stuff out of <sys/buf.h> into | phk | 2000-05-05 | 1 | -0/+1 |
* | Introduce kqueue() and kevent(), a kernel event notification facility. | jlemon | 2000-04-16 | 1 | -3/+104 |
* | Move B_ERROR flag to b_ioflags and call it BIO_ERROR. | phk | 2000-04-02 | 1 | -3/+3 |
* | Rename the existing BUF_STRATEGY() to DEV_STRATEGY() | phk | 2000-03-20 | 1 | -1/+1 |
* | Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new | phk | 2000-03-20 | 1 | -4/+3 |
* | Add the VFS_AIO config option and leave it off by default. Unless the | jasone | 2000-02-23 | 1 | -7/+153 |
* | Back out the previous spl change, since it opens a race window. | jasone | 2000-01-20 | 1 | -1/+1 |
* | Don't tsleep() while at splbio(). | jasone | 2000-01-20 | 1 | -2/+12 |
* | Fix vn_isdisk() usage to make AIO work on non-disk-files again, rather | green | 2000-01-17 | 1 | -2/+11 |
* | Add aio_waitcomplete(). Make aio work correctly for socket descriptors. | jasone | 2000-01-14 | 1 | -502/+633 |
* | Give vn_isdisk() a second argument where it can return a suitable errno. | phk | 2000-01-10 | 1 | -2/+2 |
* | Convert various pieces of code to use vn_isdisk() rather than checking | phk | 1999-11-22 | 1 | -4/+1 |
* | Simplify and de-bogotify check for raw disk. | phk | 1999-11-07 | 1 | -31/+15 |
* | Change useracc() and kernacc() to use VM_PROT_{READ|WRITE|EXECUTE} for the | phk | 1999-10-30 | 1 | -18/+13 |
* | Trim unused options (or #ifdef for undoc options). | peter | 1999-10-11 | 1 | -3/+0 |
* | This is what was "fdfix2.patch," a fix for fd sharing. It's pretty | green | 1999-09-19 | 1 | -4/+4 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Spring cleaning around strategy and disklabels/slices: | phk | 1999-08-14 | 1 | -10/+3 |
* | s/v_specinfo/v_rdev/ | phk | 1999-08-13 | 1 | -2/+2 |
* | Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>, | phk | 1999-08-08 | 1 | -2/+1 |
* | Slight reorganization of kernel thread/process creation. Instead of using | peter | 1999-07-01 | 1 | -3/+3 |
* | Slight tweak to fork1() calling conventions. Add a third argument so | peter | 1999-06-30 | 1 | -3/+2 |
* | Convert buffer locking from using the B_BUSY and B_WANTED flags to using | mckusick | 1999-06-26 | 1 | -2/+2 |
* | Introduce the makebdev() function, it does the same as the makedev() | phk | 1999-06-01 | 1 | -2/+2 |
* | major(something) can never become NODEV. | phk | 1999-05-09 | 1 | -4/+2 |
* | I got tired of seeing all the cdevsw[major(foo)] all over the place. | phk | 1999-05-08 | 1 | -2/+2 |
* | remove b_proc from struct buf, it's (now) unused. | phk | 1999-05-06 | 1 | -3/+3 |
* | Fix up a few easy 'assignment used as truth value' and 'suggest parens | peter | 1999-05-06 | 1 | -2/+3 |
* | Enable vmspace sharing on SMP. Major changes are, | luoqi | 1999-04-28 | 1 | -43/+5 |
* | Add standard padding argument to pread and pwrite syscall. That should make them | dt | 1999-04-04 | 1 | -5/+5 |
* | Added a used #include (don't depend on "vnode_if.h" including <sys/buf.h>). | bde | 1999-02-25 | 1 | -1/+2 |
* | Hide access to vmspace:vm_pmap with inline function vmspace_pmap(). This | luoqi | 1999-02-19 | 1 | -2/+2 |
* | More const fixes for -Wall, -Wcast-qual | dillon | 1999-01-29 | 1 | -3/+3 |
* | Removed bogus casts to c_caddr_t. This is part of terminating | bde | 1999-01-29 | 1 | -2/+2 |
* | Fix warnings related to -Wall -Wcast-qual | dillon | 1999-01-28 | 1 | -2/+2 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-28 | 1 | -5/+6 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-27 | 1 | -8/+8 |
* | This is a rather large commit that encompasses the new swapper, | dillon | 1999-01-21 | 1 | -5/+5 |
* | Wrap two macros into do { ... } while (0), and fix the way they're used | des | 1998-12-15 | 1 | -2/+2 |
* | Don't forget to update the pmap associated with aio daemons when adding | tegge | 1998-11-27 | 1 | -2/+2 |
* | Nitpicking and dusting performed on a train. Removes trivial warnings | phk | 1998-10-25 | 1 | -5/+2 |
* | Fixed nonsense overflow checking (checking that a long variable is less | bde | 1998-08-17 | 1 | -7/+5 |
* | Cast between longs and pointers via intptr_t. There shouldn't be | bde | 1998-07-15 | 1 | -17/+17 |
* | fix braino from yesterdays' megacommit | julian | 1998-07-05 | 1 | -2/+2 |
* | There is no such thing any more as "struct bdevsw". | julian | 1998-07-04 | 1 | -4/+5 |
* | 64bit fixes: don't cast pointers to int. | dfr | 1998-06-10 | 1 | -14/+14 |