| Age | Commit message (Expand) | Author |
| 2022-04-24 | Pull up following revision(s) (requested by reinoud in ticket #1438): | martin |
| 2022-04-18 | Pull up following revision(s) (requested by reinoud in ticket #1437): | martin |
| 2022-03-13 | Pull up following revision(s), all via patch, | martin |
| 2022-03-13 | Pull up following revision(s) (requested by reinoud in ticket #1431): | martin |
| 2021-05-17 | Pull up following revision(s) (requested by hannken in ticket #1272): | martin |
| 2021-02-11 | Pull up following revision(s) (requested by ryoon in ticket #1204): | martin |
| 2020-08-27 | Pull up following revision(s) (requested by hannken in ticket #1062): | martin |
| 2020-03-03 | Pull up following revision(s) (requested by rin in ticket #753): | martin |
| 2019-10-21 | Pull up following revision(s) (requested by hannken in ticket #354): | martin |
| 2019-07-14 | Fix uninitialized variable: if 'tvp' is NULL, '*tdep' is not initialized. | maxv |
| 2019-07-13 | Remove the roundups, they are incorrect and cause memcmp to wrongfully fail | maxv |
| 2019-07-12 | Fix info leak: zero out the buffer, because it is not entirely filled, and | maxv |
| 2019-06-03 | Fix typo in comment (s/seperate/separate/). | msaitoh |
| 2019-03-01 | Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as briefly | pgoyette |
| 2019-02-20 | Set "mnt_lower" before the first file system operation on the new file system. | hannken |
| 2019-02-05 | It turns out we do want the puffs compat code in any kernel which | pgoyette |
| 2019-02-04 | try '&' instead of '&&' | wiz |
| 2019-02-04 | Don't include puffs_compat in a kernel unless the filesystem is | pgoyette |
| 2019-01-29 | Normalize all the compat hooks' names to the form | pgoyette |
| 2019-01-27 | Merge the [pgoyette-compat] branch | pgoyette |
| 2019-01-05 | Remove bogus code to workaround PCC limitations. | maya |
| 2019-01-01 | Add "void *extra" argument to vcache_new() so a file system may | hannken |
| 2018-12-30 | Fix support for case sensitive HFS. | sevan |
| 2018-12-10 | Remove unused mbuf.h includes. | maxv |
| 2018-11-06 | Fix use after RECLAIM in PUFFS filesystems | manu |
| 2018-11-05 | Add missing mutex pn->pn_sizemtx lock in puffs_vnop_open() | manu |
| 2018-10-14 | remove M_CANFAIL flag for malloc(9) - it was completely ignored, so had | jdolecek |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2018-08-22 | - Cleanup for dynamic sysctl: | msaitoh |
| 2018-08-09 | Fix length calculation | reinoud |
| 2018-08-09 | Sync with UDFclient | reinoud |
| 2018-08-09 | FIx performance regression from rmind@: | christos |
| 2018-07-25 | Avoid undefined behavior semantics in msdosfs_fat.c | kamil |
| 2018-07-25 | Avoid undefined behavior in ecma167-udf.h | kamil |
| 2018-07-25 | Enhance logical volume integrity descriptor handling and provide | reinoud |
| 2018-06-06 | Remove duplicate ; | maya |
| 2018-05-28 | add a genfs method to allow a file system to limit the range of pages | chs |
| 2018-05-28 | allow tmpfs files to be larger than 4GB. | chs |
| 2018-04-26 | Fix inverted arguments in MGET(). | maxv |
| 2018-04-19 | s/static inline/static __inline/g for consistency. | christos |
| 2018-02-08 | Typos. | dholland |
| 2018-02-01 | Remove unused (and a reference to ovbcopy along the way). | maxv |
| 2018-01-28 | CID-1428639: make sure we always initialiaze hash, because if ultimately | christos |
| 2018-01-27 | Need strings.h for ffs() | sevan |
| 2018-01-14 | support getargs, fix flush, fix mutex_destroy | christos |
| 2018-01-13 | prevent assert on unmount. | christos |
| 2018-01-09 | fix module attachment and cdevsw | christos |
| 2018-01-09 | Include <sys/atomic.h> for the atomic funtions used in here. | martin |
| 2018-01-09 | Merge autofs support from: Tomohiro Kusumi | christos |
| 2017-11-27 | relax sanity check. It's ok to have more FAT sectors than needed. | mlelstv |