| Age | Commit message (Expand) | Author |
| 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 |
| 2003-08-18 | make 'path' argument to ufs_open 'const char *' and fix the fallout. | dsl |
| 2003-08-18 | KNF, fix a comment or two | dsl |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-04-11 | Merge in lfs.c, use defines to build ffsv1, ffsv2, lfsv1 or lfsv2. | dsl |
| 2003-04-02 | Conditionalize declaration of local variable ``i'', now that the | he |
| 2003-04-02 | Add support for UFS2. UFS2 is an enhanced FFS, adding support for | fvdl |
| 2003-02-23 | Use the MAX() macro from <sys/param.h> instead of a local inline. Results | simonb |
| 2003-01-24 | Bump daddr_t to 64 bits. Replace it with int32_t in all places where | fvdl |
| 2000-03-30 | Kill some more register declarations. | augustss |
| 1999-11-13 | Backout my libsa changes. | thorpej |
| 1999-11-11 | Update for the improvements to libsa, and don't reference libkern.h. | thorpej |
| 1999-08-18 | note that these files should be easily diffable (until they share common code | cgd |
| 1999-08-17 | set f_seekp to 0 in ufs_open() before returning. It ended up being 0 | cgd |
| 1999-04-01 | Don't compile in sanity checks for old file systems if | simonb |
| 1999-03-31 | G/C UFS_NOSYMLINK, UFS_NOCLOSE and UFS_NOWRITE and use new LIBSA_NO_FS_*. | simonb |
| 1999-03-31 | Make a bunch of backward-compatible changes to the boot blocks which allow | cgd |
| 1999-02-22 | Drop support for symlinks of UFS_NOSYMLINK is defined. | simonb |
| 1999-02-11 | Add missing prototypes. | pk |
| 1998-03-01 | Sweep up some miscellaneous leftover lite2 integration shrapnel. | ross |
| 1997-06-26 | Avoid user space headers for standalone programs. | drochner |
| 1997-06-13 | Don't #include <string.h>, needed prototypes are in libkern.h. | drochner |
| 1997-01-17 | fix file system buffer leak that occurs if an error occurs (e.g. file not | cgd |
| 1996-09-30 | Add support for booting from cd9660 fs | ws |
| 1996-06-02 | Fix include file order to confirm to KNF in master tree also. | ragge |