summaryrefslogtreecommitdiff
path: root/lib/libufs/type.c
AgeCommit message (Expand)Author
2023-11-26lib: Automated cleanup of cdefs and other formattingWarner Losh
2023-11-17Ensure I/O buffers in libufs(3) are 128-byte aligned.Kirk McKusick
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-07-30Add a flags parameter to the ffs_sbget() function that reads UFS superblocks.Kirk McKusick
2022-07-24Add d_sblockloc to libufs(3) disk structure to allow options to be added.Kirk McKusick
2021-02-21Remove #define _KERNEL hacks from libprocstatKonstantin Belousov
2020-06-23The libufs library needs to track and free the new fs_si structureKirk McKusick
2018-04-08The ufs_disk_write() function is used to upgrade a read-only descriptorKirk McKusick
2017-12-26Missing disk close in libufs.Kirk McKusick
2017-11-26lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2010-04-24 - Merge soft-updates journaling from projects/suj/head into head. ThisJeff Roberson
2009-06-11Allow libufs(3) functions to operate on a regular file. This makes it possib...Juli Mallett
2007-03-16The ufs_disk_fillout(3) can take special device name (with or without /dev/Pawel Jakub Dawidek
2003-06-09Remove ufs_disk_ctor and ufs_disk_dtor, they never came to fruition. I doJuli Mallett
2003-06-09Reduce diffs with code in Perforce:Juli Mallett
2003-03-28Close the disk file descriptor that is RO before trying to open theJuli Mallett
2003-01-30Missing "return 0"Juli Mallett
2003-01-29API for opening (and tracking) writable file descriptors per disk.Juli Mallett
2003-01-23API to fillout a blank disk. For e.g. newfs.Juli Mallett
2003-01-19Store not only the current cylinder group in the series (i.e. next that needsJuli Mallett
2003-01-19Add facility to read one, or a string of, cylinger groups.Juli Mallett
2003-01-19Hunt for a disk to operate on, if we're passed a partition mountpoint, etc.Juli Mallett
2003-01-18Nuke dumb error reporting code, people can just use disk::d_error. Unify theJuli Mallett
2002-10-22Add the concept of a per-disk error string, and a function which prints itJuli Mallett
2002-08-11 Initialise disk->d_ufs so that in sblock.c it's always initialisedJuli Mallett
2002-07-11Fill out (zero) and fill in (when doing getino()) the minimum and maximumJuli Mallett
2002-07-01In getino, have our DEBUG message in the unhandled case mention that itJuli Mallett
2002-07-01Add libufs, a library for dealing with UFS filesystems from userland toJuli Mallett