| Age | Commit message (Expand) | Author |
| 2023-11-26 | lib: Automated cleanup of cdefs and other formatting | Warner Losh |
| 2023-11-17 | Ensure I/O buffers in libufs(3) are 128-byte aligned. | Kirk McKusick |
| 2023-08-16 | Remove $FreeBSD$: one-line .c pattern | Warner Losh |
| 2023-05-12 | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh |
| 2022-08-13 | Move the ability to search for alternate UFS superblocks from fsck_ffs(8) | Kirk McKusick |
| 2022-07-30 | Add a flags parameter to the ffs_sbget() function that reads UFS superblocks. | Kirk McKusick |
| 2022-07-24 | Add d_sblockloc to libufs(3) disk structure to allow options to be added. | Kirk McKusick |
| 2021-02-21 | Remove #define _KERNEL hacks from libprocstat | Konstantin Belousov |
| 2020-09-19 | Update the libufs cgget() and cgput() interfaces to have a similar | Kirk McKusick |
| 2020-06-23 | The libufs library needs to track and free the new fs_si structure | Kirk McKusick |
| 2018-12-06 | Normally when an attempt is made to mount a UFS/FFS filesystem whose | Kirk McKusick |
| 2018-03-02 | This change is some refactoring of Mark Johnston's changes in r329375 | Kirk McKusick |
| 2018-02-16 | Fix a memory leak introduced in r328426. | Mark Johnston |
| 2018-02-02 | In the sbwrite(3) function, ensure that the file descriptor has been | Kirk McKusick |
| 2018-01-26 | Refactoring of reading and writing of the UFS/FFS superblock. | Kirk McKusick |
| 2017-11-26 | lib: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 2010-04-24 | - Merge soft-updates journaling from projects/suj/head into head. This | Jeff Roberson |
| 2010-02-11 | i doesn't need to be signed here, make it unsigned. | Warner Losh |
| 2003-06-09 | Reduce diffs with code in Perforce: | Juli Mallett |
| 2003-02-19 | Clean up error reporting in block.c, so that it gives honest error strings | Juli Mallett |
| 2003-01-27 | If we don't know where the sblock is (e.g. filling out a blank disk), then | Juli Mallett |
| 2003-01-23 | bwrite, not sbwrite, needs to open for writing and write. | Juli Mallett |
| 2003-01-18 | Nuke dumb error reporting code, people can just use disk::d_error. Unify the | Juli Mallett |
| 2002-11-27 | Create a new 32-bit fs_flags word in the superblock. Add code to move | Kirk McKusick |
| 2002-10-22 | Use an error message closer to old dumpfs(8) in the case of truncated/no | Juli Mallett |
| 2002-10-22 | Add the concept of a per-disk error string, and a function which prints it | Juli Mallett |
| 2002-07-01 | In getino, have our DEBUG message in the unhandled case mention that it | Juli Mallett |
| 2002-07-01 | Add libufs, a library for dealing with UFS filesystems from userland to | Juli Mallett |