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