the bitrig pedro_tmpfs_alloc_file branch has been created by pedro. it is 0 commits behind master, and 1 commit ahead.
commit 691201e600c565b376da176108936bc6f1a9fdb2 diff: https://github.com/bitrig/bitrig/commit/691201e author: pedro martelletto <[email protected]> date: Wed Nov 12 10:59:54 2014 +0100 fix tmpfs crash upon coredump into removed dir disallow file allocations on directories that have been removed (tn_links == 0). failure to enforce such a check can lead to the violation of the assumption that removed directories should not contain directory entries -- thus triggering an assertion. problem reported by Sebastien Marie and Peter J. Philipp on [email protected] -- thanks! M sys/tmpfs/tmpfs_subr.c
