git: jail - add jail.defaults.allow_listen_override

2020-02-23 Thread Matthew Dillon
commit 2ea2781e4d73ee661752b6cddbdbb799f8cbcc02 Author: Matthew Dillon Date: Sun Feb 23 23:05:42 2020 -0800 jail - add jail.defaults.allow_listen_override * Add jail.defaults.allow_listen_override (also per-jail settable). This feature is disabled by default. Whe

git: nfs - Strip out cr_prison from cached creds

2020-02-23 Thread Matthew Dillon
commit 178d5f37cb87899e822ba4628331cf4167b50706 Author: Matthew Dillon Date: Sun Feb 23 22:55:13 2020 -0800 nfs - Strip out cr_prison from cached creds * Strip out cr_prison from creds cached in struct nfs_node to prevent exited jails from sticking around indefinitely. Sum

git: DragonFly_RELEASE_5_8 tmpfs - Cleanup, refactor tmpfs_alloc_vp()

2020-02-23 Thread Matthew Dillon
commit e5dfb6a11320ce8bc312d542e46b4c4ad598f456 Author: Matthew Dillon Date: Sat Feb 22 10:48:50 2020 -0800 tmpfs - Cleanup, refactor tmpfs_alloc_vp() * Refactor tmpfs_alloc_vp() to handle races without having to have a weird intermediate TMPFS_VNODE_ALLOCATING state. This

git: DragonFly_RELEASE_5_8 tmpfs - Fix races in tmpfs_nrename() and tmpfs_nrmdir()

2020-02-23 Thread Matthew Dillon
commit b8ffa3ea9edf3812e2a09e9de8f8c9ba4bf9bab9 Author: Matthew Dillon Date: Sat Feb 22 11:12:35 2020 -0800 tmpfs - Fix races in tmpfs_nrename() and tmpfs_nrmdir() * Lock all nrename elements before checks. This is particularly important when renaming over a file or empty

git: DragonFly_RELEASE_5_8 jail - Fix broken port matching code

2020-02-23 Thread Matthew Dillon
commit bd447d74c48cfef43050a6803efd1c02710e4b91 Author: Matthew Dillon Date: Sun Feb 23 12:02:27 2020 -0800 jail - Fix broken port matching code * in_pcblookup_local() and in_pcblookup_localremote() were trying to use the cred to distinguish between jails, but these routine

git: DragonFly_RELEASE_5_8 jail - Allow loopback interface in in_pcbladdr_find()

2020-02-23 Thread Matthew Dillon
commit bbe2adb993a2b95f41adf2d035cd85644a7afb31 Author: Matthew Dillon Date: Sun Feb 23 10:11:28 2020 -0800 jail - Allow loopback interface in in_pcbladdr_find() * Prior jail adjustments to allow loopback IPs to be specified in the ip-list missed this bit of code which caus

git: jail - Fix broken port matching code

2020-02-23 Thread Matthew Dillon
commit 60844ec82bdb76bef6b5575aa3b10b07db4d671c Author: Matthew Dillon Date: Sun Feb 23 12:02:27 2020 -0800 jail - Fix broken port matching code * in_pcblookup_local() and in_pcblookup_localremote() were trying to use the cred to distinguish between jails, but these routine

git: jail - Allow loopback interface in in_pcbladdr_find()

2020-02-23 Thread Matthew Dillon
commit 567e5b2cd1f59335198a211f9c19c41490eae492 Author: Matthew Dillon Date: Sun Feb 23 10:11:28 2020 -0800 jail - Allow loopback interface in in_pcbladdr_find() * Prior jail adjustments to allow loopback IPs to be specified in the ip-list missed this bit of code which caus

git: tmpfs - Fix races in tmpfs_nrename() and tmpfs_nrmdir()

2020-02-23 Thread Matthew Dillon
commit 4c154053a6f1aef9ba3f6ae061fb783066b93700 Author: Matthew Dillon Date: Sat Feb 22 11:12:35 2020 -0800 tmpfs - Fix races in tmpfs_nrename() and tmpfs_nrmdir() * Lock all nrename elements before checks. This is particularly important when renaming over a file or empty

git: tmpfs - Cleanup, refactor tmpfs_alloc_vp()

2020-02-23 Thread Matthew Dillon
commit a44ecf5cff5e78c606454d7c0e55bbdaa0305bb3 Author: Matthew Dillon Date: Sat Feb 22 10:48:50 2020 -0800 tmpfs - Cleanup, refactor tmpfs_alloc_vp() * Refactor tmpfs_alloc_vp() to handle races without having to have a weird intermediate TMPFS_VNODE_ALLOCATING state. This

git: kernel and world - Replace bcmp/bcopy/bzero/memcmp/memcpy/memmove/memset

2020-02-23 Thread Matthew Dillon
commit 5b3646a93f49d0672a38799a970e6df9453fe295 Author: Matthew Dillon Date: Mon Feb 17 00:09:37 2020 -0800 kernel and world - Replace bcmp/bcopy/bzero/memcmp/memcpy/memmove/memset * Replace bcmp/bcopy/bzero/memcmp/memcpy/memmove/memset with mjg's code, with some minor adju

git: sbin/fsck_msdosfs: Use humanize_number to format available and bad space sizes

2020-02-23 Thread Tomohiro Kusumi
commit 56a63d67176810c672cdba47e73e3f4e7e41d0c4 Author: Tomohiro Kusumi Date: Mon Feb 24 01:43:00 2020 +0900 sbin/fsck_msdosfs: Use humanize_number to format available and bad space sizes from freebsd/freebsd@996c6aefcf2ed50629407b6ad8794ebfce8ac794 Summary of changes: sbin/fs

git: drm/i915: Update base driver to 20160808

2020-02-23 Thread Francois Tigeot
commit 71f41f3eaecc1bac4c44cc81622db5b5dddc7dc4 Author: François Tigeot Date: Sun Feb 23 15:51:19 2020 +0100 drm/i915: Update base driver to 20160808 Summary of changes: sys/dev/drm/i915/i915_cmd_parser.c | 74 +- sys/dev/drm/i915/i915_drv.c | 70 +- sys/dev/drm/

git: drm/linux: Implement more parts of prepare_to_wait() and finish_wait()

2020-02-23 Thread Francois Tigeot
commit 34949973108c44350fa951fbcbb7b63314771325 Author: François Tigeot Date: Sun Feb 23 15:45:57 2020 +0100 drm/linux: Implement more parts of prepare_to_wait() and finish_wait() Summary of changes: sys/dev/drm/include/linux/wait.h | 7 ++- sys/dev/drm/linux_wait.c | 15 +

git: drm/linux: Add RCU functions

2020-02-23 Thread Francois Tigeot
commit 8b3e3662dcee64aaa1b54ae327388e236307f2e1 Author: François Tigeot Date: Sun Feb 23 15:21:40 2020 +0100 drm/linux: Add RCU functions Summary of changes: sys/dev/drm/include/linux/rcupdate.h| 8 +++- sys/dev/drm/include/linux/{prefetch.h => rcutree.h} | 15

git: drm: Add linux/pnp.h

2020-02-23 Thread Francois Tigeot
commit 1e4f71072e78ac1dc98bac221b8fa9d785db2529 Author: François Tigeot Date: Sun Feb 23 15:06:19 2020 +0100 drm: Add linux/pnp.h Summary of changes: sys/dev/drm/include/linux/{input.h => pnp.h} | 16 +++- 1 file changed, 7 insertions(+), 9 deletions(-) copy sys/dev/drm/in

git: drm: Add linux/vt.h

2020-02-23 Thread Francois Tigeot
commit a55c4fd2acd3fa4e6ba83f03668ebf273c54e1ea Author: François Tigeot Date: Sun Feb 23 15:07:00 2020 +0100 drm: Add linux/vt.h Summary of changes: sys/dev/drm/include/linux/{oom.h => vt.h} | 9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) copy sys/dev/drm/include/linux/

git: drm: Add linux/oom.h

2020-02-23 Thread Francois Tigeot
commit c44aa731b2697b055ff6016d8aed2ea6f6b8ea7d Author: François Tigeot Date: Sun Feb 23 15:05:58 2020 +0100 drm: Add linux/oom.h Summary of changes: sys/dev/drm/include/linux/{prefetch.h => oom.h} | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) copy sys/dev/drm/inclu

git: drm/linux: Add pagefault_disabled

2020-02-23 Thread Francois Tigeot
commit 96e4903bb66c57d34d831fe1777bd66aeb8af530 Author: François Tigeot Date: Sun Feb 23 14:52:33 2020 +0100 drm/linux: Add pagefault_disabled Summary of changes: sys/dev/drm/include/linux/sched.h | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) http://gitweb.dragonflybsd.

git: drm/linux: Add dev_notice()

2020-02-23 Thread Francois Tigeot
commit 1d7daf61ed75513645dad168292de55238cd6057 Author: François Tigeot Date: Sun Feb 23 14:54:34 2020 +0100 drm/linux: Add dev_notice() Summary of changes: sys/dev/drm/include/linux/device.h | 6 +- sys/dev/drm/include/linux/pm.h | 4 +++- 2 files changed, 8 insertions(+), 2 d

git: drm/linux: Add prefetchw()

2020-02-23 Thread Francois Tigeot
commit a1152b3629669796f7979aff20a612b551eca9c4 Author: François Tigeot Date: Sun Feb 23 14:53:14 2020 +0100 drm/linux: Add prefetchw() Summary of changes: sys/dev/drm/include/linux/{mempolicy.h => prefetch.h} | 15 +++ 1 file changed, 7 insertions(+), 8 deletions(-) copy