aboutsummaryrefslogtreecommitdiff
path: root/lib/libufs/libufs.h
Commit message (Expand)AuthorAgeFilesLines
* Implement cgwrite1(3) function which stored a given cylinder group on disk.Pawel Jakub Dawidek2006-10-311-0/+1
* Remove ufs_disk_ctor and ufs_disk_dtor, they never came to fruition. I doJuli Mallett2003-06-091-2/+0
* API for opening (and tracking) writable file descriptors per disk.Juli Mallett2003-01-291-0/+1
* API to fillout a blank disk. For e.g. newfs.Juli Mallett2003-01-231-0/+1
* Store not only the current cylinder group in the series (i.e. next that needsJuli Mallett2003-01-191-0/+1
* Add facility to read one, or a string of, cylinger groups.Juli Mallett2003-01-191-0/+13
* Hunt for a disk to operate on, if we're passed a partition mountpoint, etc.Juli Mallett2003-01-191-0/+1
* Fix typo.Juli Mallett2003-01-181-1/+1
* Nuke dumb error reporting code, people can just use disk::d_error. Unify theJuli Mallett2003-01-181-7/+8
* Add the concept of a per-disk error string, and a function which prints itJuli Mallett2002-10-221-0/+6
* Wrap the header to prevent multiple inclusion, and mark the DECLS section.Juli Mallett2002-08-221-0/+9
* Add libufs, a library for dealing with UFS filesystems from userland toJuli Mallett2002-07-011-0/+104