| Age | Commit message (Expand) | Author |
| 2025-09-12 | packages: Use LIB_PACKAGE for zfs and ufs packages | Lexi Winter |
| 2025-05-05 | add packages for libufs, libzfs | Lexi Winter |
| 2024-07-15 | Remove residual blank line at start of Makefile | 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 sh pattern | Warner Losh |
| 2022-10-26 | pkgbase: Put ufs related tools and lib in their own package | Emmanuel Vadot |
| 2022-08-13 | Move the ability to search for alternate UFS superblocks from fsck_ffs(8) | Kirk McKusick |
| 2019-09-05 | pkgbase: Put a lot of binaries and lib in FreeBSD-runtime | Emmanuel Vadot |
| 2019-06-17 | Separate kernel crc32() implementation to its own header (gsb_crc32.h) and | Xin LI |
| 2018-11-13 | In preparation for adding inode check-hashes, clean up and | Kirk McKusick |
| 2018-01-26 | Refactoring of reading and writing of the UFS/FFS superblock. | Kirk McKusick |
| 2018-01-17 | Correct fsck journal-recovery code to update a cylinder-group | Kirk McKusick |
| 2017-09-22 | Continuing efforts to provide hardening of FFS, this change adds a | Kirk McKusick |
| 2017-01-20 | Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones | Enji Cooper |
| 2016-02-04 | First pass through library packaging. | Glen Barber |
| 2015-05-21 | Remove the stray DEBUG_FLAGS=-g line that snuck in with the | Warner Losh |
| 2011-08-28 | Bump shared libraries version numbers in preparation for 9.0. | Konstantin Belousov |
| 2010-04-24 | - Merge soft-updates journaling from projects/suj/head into head. This | Jeff Roberson |
| 2010-02-11 | Back to WARNS=3. The breakage wasn't what I thought it was :( | Warner Losh |
| 2010-02-11 | Increased warnings weren't tested on ARM. Bump warnings back down to | Warner Losh |
| 2010-01-02 | Build lib/ with WARNS=6 by default. | Ed Schouten |
| 2007-12-16 | Add a berase() function which uses ioctl(DIOCGDELETE) to erase a slab | Poul-Henning Kamp |
| 2006-10-31 | Implement cgwrite1(3) function which stored a given cylinder group on disk. | Pawel Jakub Dawidek |
| 2005-09-26 | minor style.Makefile(5) fixes: | Giorgos Keramidas |
| 2005-08-31 | Disconnect getino.3 and remove MLINK I added. | Tom Rhodes |
| 2005-08-25 | Hook getino.3 up to the build and link it to putino.3. | Tom Rhodes |
| 2003-08-18 | style.Makefile(5) | David E. O'Brien |
| 2003-08-17 | Stage 3 of dynamic root support. Make all the libraries needed to run | Gordon Tetlow |
| 2003-06-09 | Commit rudimentary libufs manual pages, except for that for | Juli Mallett |
| 2003-01-30 | WARNS ?= 2, so idiocy like 1.12 of type.c doesn't have to happen again. | Juli Mallett |
| 2003-01-19 | Add facility to read one, or a string of, cylinger groups. | 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-07-03 | No need to explicitly set NOMAN here. | Ruslan Ermilov |
| 2002-07-01 | DEBUG is a knob that means something else in FreeBSD, use LIBUFS_DEBUG to | Juli Mallett |
| 2002-07-01 | Add libufs, a library for dealing with UFS filesystems from userland to | Juli Mallett |