| 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-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-06-23 | The libufs library needs to track and free the new fs_si structure | Kirk McKusick |
| 2018-04-08 | The ufs_disk_write() function is used to upgrade a read-only descriptor | Kirk McKusick |
| 2017-12-26 | Missing disk close in libufs. | 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 |
| 2009-06-11 | Allow libufs(3) functions to operate on a regular file. This makes it possib... | Juli Mallett |
| 2007-03-16 | The ufs_disk_fillout(3) can take special device name (with or without /dev/ | Pawel Jakub Dawidek |
| 2003-06-09 | Remove ufs_disk_ctor and ufs_disk_dtor, they never came to fruition. I do | Juli Mallett |
| 2003-06-09 | Reduce diffs with code in Perforce: | Juli Mallett |
| 2003-03-28 | Close the disk file descriptor that is RO before trying to open the | Juli Mallett |
| 2003-01-30 | Missing "return 0" | Juli Mallett |
| 2003-01-29 | API for opening (and tracking) writable file descriptors per disk. | Juli Mallett |
| 2003-01-23 | API to fillout a blank disk. For e.g. newfs. | Juli Mallett |
| 2003-01-19 | Store not only the current cylinder group in the series (i.e. next that needs | Juli Mallett |
| 2003-01-19 | Add facility to read one, or a string of, cylinger groups. | Juli Mallett |
| 2003-01-19 | Hunt for a disk to operate on, if we're passed a partition mountpoint, etc. | Juli Mallett |
| 2003-01-18 | Nuke dumb error reporting code, people can just use disk::d_error. Unify the | Juli Mallett |
| 2002-10-22 | Add the concept of a per-disk error string, and a function which prints it | Juli Mallett |
| 2002-08-11 | Initialise disk->d_ufs so that in sblock.c it's always initialised | Juli Mallett |
| 2002-07-11 | Fill out (zero) and fill in (when doing getino()) the minimum and maximum | 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 |