index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
vinum
/
vinumdaemon.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce the new 64-bit size disk block, daddr64_t. Change
mckusick
2002-03-15
1
-1
/
+1
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
1
-2
/
+2
*
- Proc locking around the vinumdaemon dinking with its flags.
jhb
2001-01-24
1
-1
/
+6
*
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
-1
/
+1
*
Set P_SYSTEM in the daemon proc structure to alleviate delays on
grog
2000-01-05
1
-7
/
+8
*
Add some private storage so that we can queue requests in an interrupt
grog
1999-10-13
1
-4
/
+34
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Add note that a change needs backing out.
grog
1999-08-15
1
-10
/
+17
*
Spring cleaning around strategy and disklabels/slices:
phk
1999-08-14
1
-2
/
+2
*
Close a memory leak.
grog
1999-08-07
1
-1
/
+2
*
Implement daemonrq_closedrive function to close a drive.
grog
1999-06-24
1
-0
/
+5
*
Modify to work with new style dev_t.
grog
1999-05-15
1
-2
/
+3
*
Remove old grunge
grog
1999-05-07
1
-1
/
+0
*
daemonq_return request: Clean up request queue and free all memory
grog
1999-03-31
1
-2
/
+8
*
Modify to compile with egcs.
grog
1999-03-18
1
-1
/
+1
*
change printf() calls to log() calls.
grog
1999-03-02
1
-18
/
+24
*
In some cases, it's possible that I/O errors will cause the daemon to
grog
1999-02-11
1
-4
/
+15
*
Change multiline comments to start with a lone /* and end with a */,
grog
1999-01-29
1
-9
/
+16
*
Minor tweak to fix 'pseudo-device vinum'. One of these got lost before,
peter
1999-01-23
1
-3
/
+3
*
Code for vinum daemon.
grog
1999-01-21
1
-0
/
+202