| Age | Commit message (Expand) | Author |
| 2023-06-03 | adapt to ${CC_WNO_ADDRESS_OF_PACKED_MEMBER} | lukem |
| 2023-06-03 | bsd.own.mk: rename GCC_NO_* to CC_WNO_* | lukem |
| 2023-06-03 | bsd.own.mk: rename to CC_WNO_ADDRESS_OF_PACKED_MEMBER | lukem |
| 2021-10-23 | Move msdosfs_rename() and doscheckpath() to new file msdosfs_rename.c. | hannken |
| 2021-04-15 | fix reversed comment | christos |
| 2020-09-07 | remove GCC_NO_ADDR_OF_PACKED_MEMBER for several subdir builds | mrg |
| 2020-09-06 | add support for new GCC 9 warnings that may be too much to fix | mrg |
| 2020-05-16 | Add ACL support for FFS. From FreeBSD. | christos |
| 2020-05-16 | PR/55102: Kamil Rytarowski: Duplicate fifo_vnodeop_entries, | christos |
| 2020-04-25 | Merge the bouyer-xenpvh branch, bringing in Xen PV drivers support under HVM | bouyer |
| 2020-04-18 | Extended attribute support for ffsv2, from FreeBSD. | christos |
| 2020-04-12 | remove removed file | christos |
| 2020-04-04 | remove SMBFS and nsmb(4) - kernel part | jdolecek |
| 2020-03-21 | Suppress spurious address-of-packed error in rump lfs too. | riastradh |
| 2019-05-07 | Cleanup modules "solaris" and "zfs": | hannken |
| 2017-01-11 | Disable a couple of warnings until further investigation. | joerg |
| 2016-08-12 | Add new file to fix the build. | martin |
| 2016-06-24 | Add new files | christos |
| 2016-06-03 | Install new header and fix rump to include the corresponding source as | joerg |
| 2016-03-23 | elide vax compiler bug. | christos |
| 2016-02-06 | Split case folding table into separate source file and add full | mlelstv |
| 2016-01-26 | Put the kernelside rump kernel headers into <rump-sys> instead of | pooka |
| 2015-10-19 | Add a COMMENT describing what each component roughly does. | pooka |
| 2015-08-24 | don't -I imaginary opt directories | pooka |
| 2015-08-21 | kill now-unnecessary empty opt files (_KERNEL_OPT'ed probably eons ago) | pooka |
| 2015-05-31 | Change lfs from hash table to vcache. | hannken |
| 2015-05-10 | PR/975220: Check return of kthread_create | christos |
| 2015-05-10 | CID 274829: Check error from fd_getfile to avoid NULL deref immediately | christos |
| 2014-12-02 | Remove shlib_version files and just use Makefile SHLIB_MAJOR/MINOR, | pooka |
| 2014-08-10 | Change hfs from hashlist to vcache. | hannken |
| 2014-08-07 | Change efs from hashlist to vcache. | hannken |
| 2014-07-20 | Change kernfs from hashlist to vcache. | hannken |
| 2014-05-16 | Move lfs_getpages and lfs_putpages to their own file. | dholland |
| 2014-05-08 | Add a global vnode cache: | hannken |
| 2014-04-10 | add aio driver as rump kernel component | pooka |
| 2014-03-18 | Merge riastradh-drm2 to HEAD. | riastradh |
| 2014-03-13 | rename component.c -> zfs_component.c | pooka |
| 2014-03-13 | rename component.c -> syspuffs_component.c | pooka |
| 2013-07-20 | why does rump have to have its own private build system? | dholland |
| 2013-07-10 | Oops forgot the rump addition of udf_rename.c | reinoud |
| 2013-06-08 | right, why does rump have to have its own copy of all the build information? | dholland |
| 2013-06-06 | Cleanups and hacks to make lfs userland stuff build: | dholland |
| 2013-04-30 | Make hypercall calling conventions consistent: iff a hypercall can fail, | pooka |
| 2013-04-29 | Reduce hypercalls related to reading to essentially an amalgamation | pooka |
| 2013-03-10 | Now that the auto-loading zfs bug has been fixed, the loading failed because | christos |
| 2012-05-09 | Adapt ffs, lfs, and ext2fs to use genfs_rename. | riastradh |
| 2012-05-09 | Adapt tmpfs_rename to use genfs_rename. | riastradh |
| 2011-07-24 | v7fs rump support | uch |
| 2011-05-26 | Default to -Wno-sign-compare -Wno-pointer-sign for clang. | joerg |
| 2011-03-10 | When panicing, at least tell the _real_ reason. | wiz |