| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove thr_sleep and thr_wakeup. Remove fields p_nthread and p_wakeup | jake | 2000-12-02 | 1 | -1/+1 |
* | Provide a new interface for the user of aio_read() and aio_write() to request | alc | 2000-11-21 | 1 | -29/+33 |
* | This patchset fixes a large number of file descriptor race conditions. | dillon | 2000-11-18 | 1 | -5/+32 |
* | _aio_aqueue(): Change kevent registration to use its own struct file pointer. | alc | 2000-10-29 | 1 | -3/+4 |
* | Catch up to moving headers: | jhb | 2000-10-20 | 1 | -1/+1 |
* | aio_qphysio: Eliminate one instance of an out-of-range check that is | alc | 2000-09-26 | 1 | -18/+3 |
* | Added used include of <sys/mutex.h> (don't depend on pollution in | bde | 2000-09-17 | 1 | -0/+2 |
* | aio processes need to have the Giant mutex before doing work. | jhb | 2000-09-11 | 1 | -0/+1 |
* | Remove uidinfo hash table lookup and maintenance out of chgproccnt() and | truckman | 2000-09-05 | 1 | -0/+2 |
* | 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 |