| Age | Commit message (Expand) | Author |
| 2022-12-01 | fix clang build | christos |
| 2022-11-17 | Restore backward compatibility of UFS2 with previous NetBSD releases by | chs |
| 2022-04-29 | Re-introduce SA_HARDCODED_SECSIZE hack, by which hardcoded DEV_BSIZE is | rin |
| 2022-04-27 | Revert previous at the moment. | rin |
| 2022-04-27 | Introduce SA_HARDCODED_SECSIZE hack, by which hardcoded DEV_BSIZE is | rin |
| 2022-04-24 | Don't load filessytem module for filesystem that was found but isn't used | mlelstv |
| 2022-04-24 | Ask driver about sector size to support reading superblocks from fixed | mlelstv |
| 2022-04-19 | Typo in comment. avoinds -> avoids | skrll |
| 2021-05-27 | add bi-endian support to the libsa ufs reader and enable it in efiboot. | mrg |
| 2021-05-12 | push the FFSv1 superblock code into ffs_find_superblock() and | mrg |
| 2020-12-19 | Fix previous; define missing lfs_version. | rin |
| 2020-12-19 | ufs_open(): Check fs->lfs_version ifdef LIBSA_*L*FS, not LIBSA_*F*FS. | rin |
| 2019-04-02 | fix sign-compare and sign-passing errors. | christos |
| 2019-03-31 | fix warnings, printf formats, etc. | christos |
| 2015-09-01 | Add new accessors for the d_type and d_namlen fields of struct lfs_direct. | dholland |
| 2015-09-01 | The ifile's inode number is constant. (it is always 1) | dholland |
| 2015-08-12 | Hack up dinode usage to be 64 vs. 32 as needed. Part 1. | dholland |
| 2015-08-12 | Add IFILE32 and IFILE64 structures for the on-disk ifile entries. | dholland |
| 2015-08-02 | Add a (draft) 64-bit superblock. Make things build again. | dholland |
| 2015-07-28 | Move struct salfs back inside libsa now that lfs_accessors.h is separate. | dholland |
| 2015-07-28 | Add a new lfs header file: lfs_accessors.h. | dholland |
| 2015-07-24 | Switch to accessor functions for elements of the LFS on-disk | dholland |
| 2015-07-24 | Rearrange the structures in the lfs bootbollocks slightly. | dholland |
| 2014-03-20 | reduce size by 1K by sharing the ls code. | christos |
| 2013-10-20 | XXX: gcc initializations | christos |
| 2013-06-23 | Stick ffs_, ext2_, chfs_, filecore_, cd9660_, or mfs_ in front of | dholland |
| 2013-06-23 | fsbtodb() -> FFS_FSBTODB(), EXT2_FSBTODB(), or MFS_FSBTODB() | dholland |
| 2013-06-19 | Rename ambiguous macros: | dholland |
| 2013-06-09 | Stick UFS_ in front of these symbols: | dholland |
| 2013-01-22 | Stuff UFS_ in front of a few of ufs's symbols to reduce namespace | dholland |
| 2012-05-21 | Remove the code that tries to load the "ffs" kernel module during boot. | dsl |
| 2012-01-16 | PR/45796: Evgeniy Ivanov minixfs3 support. | christos |
| 2011-12-25 | Apply the following patch submitted by Evgeniy Ivanov: | tsutsui |
| 2011-06-16 | Add an optional MD calling convention flag for use in libsa when space | joerg |
| 2008-11-19 | For the x86 boot loader, autoload a kernel module corresponding to the | ad |
| 2008-01-02 | Merge vmlocking2 to head. | ad |
| 2007-12-01 | Use "uint" rather than "unsigned" without a type. | tsutsui |
| 2007-11-24 | style, indent, and ANSI-fy. | isaki |
| 2007-09-29 | When compiled with COMPAT_SOLARIS_UFS, always calculate fs_qbmask and | martin |
| 2006-05-11 | ssize_t -> size_t to match variable and functions. | mrg |
| 2006-01-25 | free -> dealloc | christos |
| 2006-01-18 | Define indp_t as signed int32_t, like ffsv1.c does. | uwe |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-08-19 | 64 bit inode changes. | christos |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2004-03-20 | When searching for the superblock, check that the fs_sblockloc field | dsl |
| 2003-08-31 | Fix signed/unsigned warnings. | fvdl |
| 2003-08-27 | Use memset not bzero to help shrink alpha bootxx_lfs | dsl |
| 2003-08-22 | Reduce memory footprint: | dsl |
| 2003-08-21 | Should call ufs_close() if it isn't being built in. | elric |