| Age | Commit message (Expand) | Author |
| 2016-06-10 | Introduce m_set_rcvif and m_reset_rcvif | ozaki-r |
| 2016-05-24 | Cleanup VAT writout. To prevent issues with the sequential writing strategy | reinoud |
| 2016-05-10 | Rework VAT searching on recordable media. It is now a lot more resilliant to | reinoud |
| 2016-05-07 | fix DEBUG build | mlelstv |
| 2016-05-03 | Validate FAT entries to avoid some panics caused by a corrupted FAT. | mlelstv |
| 2016-03-12 | Backout previous - need coffee first | martin |
| 2016-03-12 | Mark a variable as __diagused. | martin |
| 2016-03-12 | do no access uninitialized variables in KASSERTs - fixes build | kardel |
| 2016-03-12 | Implement most of mount -ur functionality for tmpfs. Remaining issue is | joerg |
| 2016-03-12 | Only recheck size/node limits on update mounts, if there actually have | joerg |
| 2016-03-12 | PR/50951: Unmess this up. | christos |
| 2016-03-11 | PR/50951: David Binderman: Fix misplaced parens | christos |
| 2016-03-09 | remove installboot.h; it is not needed | christos |
| 2016-03-09 | Make it usable from userland. | christos |
| 2016-03-06 | Use KASSERT for conditions that cannot be met with current parameters. | mlelstv |
| 2016-03-02 | PR/50883: David Binderman: Remove redundant code. | christos |
| 2016-02-06 | Toolify. | joerg |
| 2016-02-06 | Split case folding table into separate source file and add full | mlelstv |
| 2016-02-01 | - split a long line. | christos |
| 2016-02-01 | Avoid unsigned/signed comparision warning to fix the build. | martin |
| 2016-02-01 | We can't depend on dp->d_namlen existing for the parts that are used in | christos |
| 2016-01-30 | Add support to msdosfs and makefs to generate correct Unicode (UCS-2) directory | mlelstv |
| 2016-01-29 | It is meaningless to check the root node if there was an error. | christos |
| 2016-01-27 | Fix filename creation and deleting with illegal file names. UDF has a | reinoud |
| 2016-01-23 | Apparently a recent round of vandalism by the C++ standards committee | dholland |
| 2016-01-22 | u_int{8,16,32}_t -> uint{8,16,32}_t, also u_int -> unsigned and | dholland |
| 2016-01-22 | u_int8_t -> uint8_t | dholland |
| 2015-12-20 | PR/50573: Andreas Gustafsson: puffs can crash kernel for lack of argument | christos |
| 2015-12-19 | Improve misleading variable name. Related to PR 50571. | dholland |
| 2015-12-19 | add missing , | christos |
| 2015-12-19 | PR/50571: David Binderman: src/sys/fs/udf/udf_subr.c:6465: obvious | christos |
| 2015-12-13 | PR/50535: David Binderman: Fix nonsense strcmp | christos |
| 2015-11-18 | Patch by hannken@ to fix a bug which has been introduced with 1.71. | phx |
| 2015-11-13 | Fix bug in readdir loop condition. | pooka |
| 2015-10-29 | Make sure that nde->td_node is NULL for asserts. | leot |
| 2015-10-06 | Remove dubious vhold()/holdrele() from write_logvol_dscr strategies. | hannken |
| 2015-09-26 | Curious typo. Harmless. Found by Brainy | maxv |
| 2015-09-12 | diagused some variables. | christos |
| 2015-09-12 | remove identity assignment, found by brainy. | christos |
| 2015-08-24 | Use vfs_vnode_iterator for udf_do_sync. | hannken |
| 2015-08-24 | Use vfs_vnode_iterator for udf_unmount_sanity_check. | hannken |
| 2015-08-24 | Remove dirtynodes_cv, it is only used for timed waits without any signals. | hannken |
| 2015-07-23 | union_unmount: use vfs_vnode_iterator to count attached vnodes. | hannken |
| 2015-07-07 | This enum is likely to be made unsigned by the compiler, so the assertion | justin |
| 2015-07-06 | Fix typo in comment. | wiz |
| 2015-07-06 | Change tmpfs to vcache. | hannken |
| 2015-07-06 | Use VFS_PROTOS() for tmpfs. | hannken |
| 2015-06-23 | No need to call spec_inactive() from ptyfs_incative(). | hannken |
| 2015-06-21 | KNF | maxv |
| 2015-06-21 | KNF | maxv |