summaryrefslogtreecommitdiff
path: root/lib/libufs/sblock.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-08-13Move the ability to search for alternate UFS superblocks from fsck_ffs(8)Kirk McKusick
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-09-19Update the libufs cgget() and cgput() interfaces to have a similarKirk McKusick
2020-06-23The libufs library needs to track and free the new fs_si structureKirk McKusick
2018-12-06Normally when an attempt is made to mount a UFS/FFS filesystem whoseKirk McKusick
2018-03-02This change is some refactoring of Mark Johnston's changes in r329375Kirk McKusick
2018-02-16Fix a memory leak introduced in r328426.Mark Johnston
2018-02-02In the sbwrite(3) function, ensure that the file descriptor has beenKirk McKusick
2018-01-26Refactoring of reading and writing of the UFS/FFS superblock.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
2010-02-11i doesn't need to be signed here, make it unsigned.Warner Losh
2003-06-09Reduce diffs with code in Perforce:Juli Mallett
2003-02-19Clean up error reporting in block.c, so that it gives honest error stringsJuli Mallett
2003-01-27If we don't know where the sblock is (e.g. filling out a blank disk), thenJuli Mallett
2003-01-23bwrite, not sbwrite, needs to open for writing and write.Juli Mallett
2003-01-18Nuke dumb error reporting code, people can just use disk::d_error. Unify theJuli Mallett
2002-11-27Create a new 32-bit fs_flags word in the superblock. Add code to moveKirk McKusick
2002-10-22Use an error message closer to old dumpfs(8) in the case of truncated/noJuli Mallett
2002-10-22Add the concept of a per-disk error string, and a function which prints itJuli 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