summaryrefslogtreecommitdiffstats
path: root/lib/libufs/libufs.h
Commit message (Expand)AuthorAgeFilesLines
* Replace ERROR() macro with inline function. In-tree gcc cannot toleratekib2011-02-121-28/+24
* - Merge soft-updates journaling from projects/suj/head into head. Thisjeff2010-04-241-0/+16
* Add a berase() function which uses ioctl(DIOCGDELETE) to erase a slabphk2007-12-161-0/+1
* Implement cgwrite1(3) function which stored a given cylinder group on disk.pjd2006-10-311-0/+1
* Remove ufs_disk_ctor and ufs_disk_dtor, they never came to fruition. I dojmallett2003-06-091-2/+0
* API for opening (and tracking) writable file descriptors per disk.jmallett2003-01-291-0/+1
* API to fillout a blank disk. For e.g. newfs.jmallett2003-01-231-0/+1
* Store not only the current cylinder group in the series (i.e. next that needsjmallett2003-01-191-0/+1
* Add facility to read one, or a string of, cylinger groups.jmallett2003-01-191-0/+13
* Hunt for a disk to operate on, if we're passed a partition mountpoint, etc.jmallett2003-01-191-0/+1
* Fix typo.jmallett2003-01-181-1/+1
* Nuke dumb error reporting code, people can just use disk::d_error. Unify thejmallett2003-01-181-7/+8
* Add the concept of a per-disk error string, and a function which prints itjmallett2002-10-221-0/+6
* Wrap the header to prevent multiple inclusion, and mark the DECLS section.jmallett2002-08-221-0/+9
* Add libufs, a library for dealing with UFS filesystems from userland tojmallett2002-07-011-0/+104
OpenPOWER on IntegriCloud