aboutsummaryrefslogtreecommitdiff
path: root/lib/libufs/type.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Add a flags parameter to the ffs_sbget() function that reads UFS superblocks.Kirk McKusick2022-07-311-1/+2
* Add d_sblockloc to libufs(3) disk structure to allow options to be added.Kirk McKusick2022-07-251-0/+1
* Remove #define _KERNEL hacks from libprocstatKonstantin Belousov2021-02-211-0/+2
* The libufs library needs to track and free the new fs_si structureKirk McKusick2020-06-231-4/+5
* The ufs_disk_write() function is used to upgrade a read-only descriptorKirk McKusick2018-04-081-4/+7
* Missing disk close in libufs.Kirk McKusick2017-12-261-0/+1
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-261-1/+3
* - 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