aboutsummaryrefslogtreecommitdiff
path: root/lib/libufs/type.c
Commit message (Expand)AuthorAgeFilesLines
* - Merge soft-updates journaling from projects/suj/head into head. ThisJeff Roberson2010-04-241-0/+5
* Allow libufs(3) functions to operate on a regular file. This makes it possib...Juli Mallett2009-06-111-1/+4
* The ufs_disk_fillout(3) can take special device name (with or without /dev/Pawel Jakub Dawidek2007-03-161-7/+36
* Remove ufs_disk_ctor and ufs_disk_dtor, they never came to fruition. I doJuli Mallett2003-06-091-41/+0
* Reduce diffs with code in Perforce:Juli Mallett2003-06-091-14/+14
* Close the disk file descriptor that is RO before trying to open theJuli Mallett2003-03-281-4/+1
* Missing "return 0"Juli Mallett2003-01-301-0/+1
* API for opening (and tracking) writable file descriptors per disk.Juli Mallett2003-01-291-0/+26
* API to fillout a blank disk. For e.g. newfs.Juli Mallett2003-01-231-5/+12
* 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/+1
* Hunt for a disk to operate on, if we're passed a partition mountpoint, etc.Juli Mallett2003-01-191-2/+40
* Nuke dumb error reporting code, people can just use disk::d_error. Unify theJuli Mallett2003-01-181-13/+22
* Add the concept of a per-disk error string, and a function which prints itJuli Mallett2002-10-221-0/+2
* Initialise disk->d_ufs so that in sblock.c it's always initialisedJuli Mallett2002-08-111-0/+1
* Fill out (zero) and fill in (when doing getino()) the minimum and maximumJuli Mallett2002-07-111-0/+2
* In getino, have our DEBUG message in the unhandled case mention that itJuli Mallett2002-07-011-0/+2
* Add libufs, a library for dealing with UFS filesystems from userland toJuli Mallett2002-07-011-0/+114