git: kernel - Refactor kern_kevent(), fix timeout overflow (ppoll() bug)

2020-06-04 Thread Matthew Dillon
commit 7eea59b754f37d04a34589c316dcf30bcd8e2b88 Author: Matthew Dillon Date: Thu Jun 4 16:33:04 2020 -0700 kernel - Refactor kern_kevent(), fix timeout overflow (ppoll() bug) * Fix a bug where large timeouts or very small timeouts could overflow the ustimeout variable. Cha

git: A little cleanup after recent dhcpcd(8) changes.

2020-06-04 Thread Sascha Wildner
commit fe0a2b7ee2f3ae57d34cc1e19532586c5d2e350f Author: Sascha Wildner Date: Thu Jun 4 23:31:34 2020 +0200 A little cleanup after recent dhcpcd(8) changes. * Remove /var/chroot via 'make upgrade' for now. * Use spaces for indenting in BSD.var.dist. * Un-document

git: dhcp: Restore /var/empty as the homedir

2020-06-04 Thread Roy Marples
commit 3f2d797e4a6954c639af152fd9036660bf7cc7d4 Author: Roy Marples Date: Thu Jun 4 21:26:12 2020 + dhcp: Restore /var/empty as the homedir Punt the old chroot /var/chroot/dhcp Summary of changes: etc/Makefile | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-)

git: autofs: Continue installing auto_master to /usr/share/examples/etc too.

2020-06-04 Thread Sascha Wildner
commit 4dc6d6ecb0f83d4b8555109635ad521dd9f103f5 Author: Sascha Wildner Date: Thu Jun 4 23:24:30 2020 +0200 autofs: Continue installing auto_master to /usr/share/examples/etc too. We keep an unmodified copy of our shipped /etc in /usr/share/examples/etc and the recent move of

git: edk2: Bring in a bunch of additional TianoCore EDK II headers.

2020-06-04 Thread Sascha Wildner
commit f351b70c73ee3f6a53d226e3e7afe9cdc707e6a1 Author: Sascha Wildner Date: Thu Jun 4 21:31:29 2020 +0200 edk2: Bring in a bunch of additional TianoCore EDK II headers. Taken from the MdePkg of the edk2-stable202005 tag of the git://github.com/tianocore/edk2 repository. All

git: edk2: Sync our TianoCore EDK II headers with the edk2-stable202005 tag.

2020-06-04 Thread Sascha Wildner
commit f67872a21c7474726718c57a1572a3fc67fc4511 Author: Sascha Wildner Date: Thu Jun 4 21:29:47 2020 +0200 edk2: Sync our TianoCore EDK II headers with the edk2-stable202005 tag. Summary of changes: .../edk2/Include/IndustryStandard/AcpiAml.h| 8 +++ sys/contrib/edk2/Includ

git: FD_SET: cast away signed vs unsigned conversion warnings

2020-06-04 Thread Roy Marples
commit 33087dec42c34fdd4df324d6c818172b1fa4db11 Author: Roy Marples Date: Thu Jun 4 15:50:20 2020 + FD_SET: cast away signed vs unsigned conversion warnings Summary of changes: sys/sys/_fd_set.h | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) http://gitweb.dragonf

git: dhcpcd: Update README

2020-06-04 Thread Roy Marples
commit 149a66c2ce86b26a06cf82b6058762e96c28b3af Author: Roy Marples Date: Thu Jun 4 13:29:54 2020 + dhcpcd: Update README Summary of changes: contrib/dhcpcd/README.DRAGONFLY | 8 1 file changed, 4 insertions(+), 4 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/c

git: Build with dhcpcd-9.1.1

2020-06-04 Thread Roy Marples
commit 3da30e6b7a21bf2dc6c41d928ab3bc72a96aef00 Author: Roy Marples Date: Thu Jun 4 13:27:21 2020 + Build with dhcpcd-9.1.1 Summary of changes: sbin/dhcpcd/config.h | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3da

git: vendor/DHCPCD Import dhcpcd-9.1.1 with the following changes:

2020-06-04 Thread Roy Marples
commit acd7a309360503fab9726f6546f88f80fdf7a529 Author: Roy Marples Date: Thu Jun 4 13:23:18 2020 + Import dhcpcd-9.1.1 with the following changes: * Restore dumping leases from stdin * auth: Only accept RECONFIGURE messages from LL addresses * auth: Access the RDM

git: drm/linux: Fix ratelimit.h copyright

2020-06-04 Thread Francois Tigeot
commit 03d7d819955a7f9bed9244ad7dd147a0a139b609 Author: François Tigeot Date: Thu Jun 4 13:33:43 2020 +0200 drm/linux: Fix ratelimit.h copyright Summary of changes: sys/dev/drm/include/linux/ratelimit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) http://gitweb.dragonflybsd.o

git: drm/linux: Add pid_nr()

2020-06-04 Thread Francois Tigeot
commit d80af1842ea48600ab0df7fedfddb332f055c184 Author: François Tigeot Date: Thu Jun 4 13:35:29 2020 +0200 drm/linux: Add pid_nr() Summary of changes: sys/dev/drm/include/linux/pid.h | 6 ++ 1 file changed, 6 insertions(+) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d

git: nrelease: Stop putting the wpa_supplicant pkg on our install media.

2020-06-04 Thread Sascha Wildner
commit 7a64720cad5015f09d56047eb0585ce98ed06d07 Author: Sascha Wildner Date: Thu Jun 4 12:19:08 2020 +0200 nrelease: Stop putting the wpa_supplicant pkg on our install media. Base wpa_supplicant was recently upgraded to 2.9. Summary of changes: nrelease/Makefile | 1 - 1 file c

git: build.7: mention "build-all" and "install-all" targets

2020-06-04 Thread Daniel Fojt
commit 1bd119d2fd5528d5faff153080b0006082bd5b16 Author: Daniel Fojt Date: Thu Jun 4 09:01:24 2020 +0200 build.7: mention "build-all" and "install-all" targets Describe "build-all" and "install-all" targets in both Makefile and build(7). Submitted by: Pierre-Alain TOR