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
/
lib
/
libufs
/
block.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bail out when memory allocation is failed, rather than referencing
delphij
2009-04-02
1
-2
/
+6
*
Add a berase() function which uses ioctl(DIOCGDELETE) to erase a slab
phk
2007-12-16
1
-0
/
+19
*
Add XXX'ed temporary bounce-buffering.
phk
2003-10-07
1
-6
/
+37
*
Reduce diffs with code in Perforce:
jmallett
2003-06-09
1
-6
/
+6
*
MFp4: Fix copy&paste English error.
jmallett
2003-03-30
1
-1
/
+1
*
Clean up error reporting in block.c, so that it gives honest error strings
jmallett
2003-02-19
1
-9
/
+18
*
API for opening (and tracking) writable file descriptors per disk.
jmallett
2003-01-29
1
-8
/
+3
*
bwrite, not sbwrite, needs to open for writing and write.
jmallett
2003-01-23
1
-0
/
+13
*
Don't crash when utilities are dumb and try to read less than the disk block
jmallett
2003-01-19
1
-1
/
+1
*
Nuke dumb error reporting code, people can just use disk::d_error. Unify the
jmallett
2003-01-18
1
-6
/
+4
*
Add the concept of a per-disk error string, and a function which prints it
jmallett
2002-10-22
1
-0
/
+2
*
Add libufs, a library for dealing with UFS filesystems from userland to
jmallett
2002-07-01
1
-0
/
+87