summaryrefslogtreecommitdiffstats
path: root/sys/dev/vinum/vinumdaemon.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce the new 64-bit size disk block, daddr64_t. Changemckusick2002-03-151-1/+1
* Change and clean the mutex lock interface.bmilekic2001-02-091-2/+2
* - Proc locking around the vinumdaemon dinking with its flags.jhb2001-01-241-1/+6
* Rename the existing BUF_STRATEGY() to DEV_STRATEGY()phk2000-03-201-1/+1
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-201-1/+1
* Set P_SYSTEM in the daemon proc structure to alleviate delays ongrog2000-01-051-7/+8
* Add some private storage so that we can queue requests in an interruptgrog1999-10-131-4/+34
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add note that a change needs backing out.grog1999-08-151-10/+17
* Spring cleaning around strategy and disklabels/slices:phk1999-08-141-2/+2
* Close a memory leak.grog1999-08-071-1/+2
* Implement daemonrq_closedrive function to close a drive.grog1999-06-241-0/+5
* Modify to work with new style dev_t.grog1999-05-151-2/+3
* Remove old grungegrog1999-05-071-1/+0
* daemonq_return request: Clean up request queue and free all memorygrog1999-03-311-2/+8
* Modify to compile with egcs.grog1999-03-181-1/+1
* change printf() calls to log() calls.grog1999-03-021-18/+24
* In some cases, it's possible that I/O errors will cause the daemon togrog1999-02-111-4/+15
* Change multiline comments to start with a lone /* and end with a */,grog1999-01-291-9/+16
* Minor tweak to fix 'pseudo-device vinum'. One of these got lost before,peter1999-01-231-3/+3
* Code for vinum daemon.grog1999-01-211-0/+202
OpenPOWER on IntegriCloud