git: libexecinfo(3): Mangle symtab_*() symbols.

2019-12-21 Thread Rimvydas Jasinskas
commit f9bf14a0bb66d4b91fe651d8fabbcb63dd4bc36e Author: zrj Date: Fri Dec 20 11:18:37 2019 +0200 libexecinfo(3): Mangle symtab_*() symbols. These are not part public API. Summary of changes: lib/libexecinfo/symtab.h | 6 ++ 1 file changed, 6 insertions(+) http://gitweb.dr

git: libexecinfo(3): Prevent use of uninitialized.

2019-12-21 Thread Rimvydas Jasinskas
commit 61bebfaac11579c9d56330396d3243afcdd18482 Author: zrj Date: Fri Dec 20 11:17:08 2019 +0200 libexecinfo(3): Prevent use of uninitialized. The gelf_getshdr() and gelf_getsy() can return NULL in certain cases. Summary of changes: lib/libexecinfo/symtab.c | 6 -- 1 file

git: libexecinfo(3): Internalize libelf in symtab.c.

2019-12-21 Thread Rimvydas Jasinskas
commit 77bd33e17033047707557baf11c4799f1d4a3110 Author: zrj Date: Fri Dec 20 11:21:44 2019 +0200 libexecinfo(3): Internalize libelf in symtab.c. Previous variant had symbol conflicts against ports libelf library. Use custom, cut down variant that provides basic set needed f

git: Makefile.inc1: Disconnect libelf from the build.

2019-12-21 Thread Rimvydas Jasinskas
commit 20a2c96e94d0d541d971f8bff09db0d13d3b7eb1 Author: zrj Date: Fri Dec 20 11:33:51 2019 +0200 Makefile.inc1: Disconnect libelf from the build. Internal lib is no longer needed after libexecinfo changes. Summary of changes: Makefile.inc1 | 1 - lib/Makefile | 2 -- 2 files

git: drm/linux: Add a few linux/sched functions

2019-12-21 Thread Francois Tigeot
commit d4d2d20b65ebd2760b1b1adea684afbc145d Author: François Tigeot Date: Sat Dec 21 22:18:53 2019 +0100 drm/linux: Add a few linux/sched functions Summary of changes: sys/dev/drm/include/linux/sched.h | 22 ++ 1 file changed, 22 insertions(+) http://gitweb.dra

git: drm/linux: Add wait_for_completion()

2019-12-21 Thread Francois Tigeot
commit f1e2e23534e59d13c86afafba66a8058d148dfc4 Author: François Tigeot Date: Sat Dec 21 22:13:12 2019 +0100 drm/linux: Add wait_for_completion() Summary of changes: sys/conf/files| 1 + sys/dev/drm/drm/Makefile

git: drm: Protect iomap_list with lockmgr locks

2019-12-21 Thread Francois Tigeot
commit 24059068ce4df7d5baf991b604cf1777ab42b46d Author: François Tigeot Date: Sat Dec 21 19:19:44 2019 +0100 drm: Protect iomap_list with lockmgr locks Summary of changes: sys/dev/drm/linux_iomapping.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) http://gitweb.dragonf

git: drm: Protect irq_list with lockmgr locks

2019-12-21 Thread Francois Tigeot
commit 0e5f0c1c0998393bb336b6ad96a147002ee3b9c4 Author: François Tigeot Date: Sat Dec 21 19:23:03 2019 +0100 drm: Protect irq_list with lockmgr locks Summary of changes: sys/dev/drm/linux_irq.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) http://gitweb.dragonflybsd.org