git: tmpfs - Fix bug in page-free bypass path

2020-04-29 Thread Matthew Dillon
commit 965c458c932cc375c59ca2e7eae94f724dd90182 Author: Matthew Dillon Date: Wed Apr 29 20:05:13 2020 -0700 tmpfs - Fix bug in page-free bypass path * tmpfs moves pages between two objects in order to allow data to be paged to swap. Tmpfs makes an optimization to evict

git: cpdup(1): Drop old compatible code for other OSes

2020-04-29 Thread Aaron LI
commit 3132c289c12a1670a758b19afc99c9449346c133 Author: Aaron LI Date: Wed Apr 29 21:52:20 2020 +0800 cpdup(1): Drop old compatible code for other OSes The compatible code of cpdup(1) for Linux and other BSDs has been better maintained in its standalone repository:

git: rc.d: Add mounttmpfs to support tmpfs at /var/run and /tmp

2020-04-29 Thread Aaron LI
commit 80d125ead8e978ee0bbb457e6ca8c13577a15660 Author: Aaron LI Date: Wed Apr 29 12:47:23 2020 +0800 rc.d: Add mounttmpfs to support tmpfs at /var/run and /tmp We are already mounting a tmpfs at /var/run/shm to support shm_open() etc functions. However, this makes it