git: LINT64: Add KTR_LAPIC.

2019-02-19 Thread Sascha Wildner
commit 15ae7f05144a0f3b7961f1b9e5095d988dbb7e78 Author: Sascha Wildner Date: Tue Feb 19 13:23:36 2019 +0100 LINT64: Add KTR_LAPIC. Summary of changes: sys/config/LINT64 | 1 + 1 file changed, 1 insertion(+) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/15ae7f05144a0f3b7961f1b

git: libc - Use sbrk() system call, remove brk() (2)

2019-02-19 Thread Matthew Dillon
commit dc676eaefa61b0f47bbea1c53eab86fd5ccd78c6 Author: Matthew Dillon Date: Tue Feb 19 09:34:28 2019 -0800 libc - Use sbrk() system call, remove brk() (2) * Change the initial TLS allocation to use mmap() instead of sbrk() in order to maintain compatibility with older kern

git: drm: Reduce ioctl differences with Linux 4.7.10

2019-02-19 Thread Francois Tigeot
commit 908aca881723cf1c7f34b29ef290fc403568668d Author: François Tigeot Date: Tue Feb 19 23:32:57 2019 +0100 drm: Reduce ioctl differences with Linux 4.7.10 Add a pair of missing generic drm ioctls. Summary of changes: sys/dev/drm/drm_ioctl.c | 82 ++---