aboutsummaryrefslogtreecommitdiff
path: root/lib/libufs/block.c
Commit message (Expand)AuthorAgeFilesLines
* Make berase() work on platforms whose kernel lacks DIOCGDELETE ioctl.Robert Millan2011-12-081-5/+48
* Bail out when memory allocation is failed, rather than referencingXin LI2009-04-021-2/+6
* Add a berase() function which uses ioctl(DIOCGDELETE) to erase a slabPoul-Henning Kamp2007-12-161-0/+19
* Add XXX'ed temporary bounce-buffering.Poul-Henning Kamp2003-10-071-6/+37
* Reduce diffs with code in Perforce:Juli Mallett2003-06-091-6/+6
* MFp4: Fix copy&paste English error.Juli Mallett2003-03-301-1/+1
* Clean up error reporting in block.c, so that it gives honest error stringsJuli Mallett2003-02-191-9/+18
* API for opening (and tracking) writable file descriptors per disk.Juli Mallett2003-01-291-8/+3
* bwrite, not sbwrite, needs to open for writing and write.Juli Mallett2003-01-231-0/+13
* Don't crash when utilities are dumb and try to read less than the disk blockJuli Mallett2003-01-191-1/+1
* Nuke dumb error reporting code, people can just use disk::d_error. Unify theJuli Mallett2003-01-181-6/+4
* Add the concept of a per-disk error string, and a function which prints itJuli Mallett2002-10-221-0/+2
* Add libufs, a library for dealing with UFS filesystems from userland toJuli Mallett2002-07-011-0/+87