CVS commit: src/external/gpl3/gcc/usr.bin/cc1

2020-04-27 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Apr 28 05:45:15 UTC 2020 Modified Files: src/external/gpl3/gcc/usr.bin/cc1: Makefile Log Message: use -O3 for c-common.c on mipse[lb]. -O2 (but not -O1, -Os, or -O3) fails: /tmp/ccyXqMRz.s: Assembler messages:

CVS commit: src/external/gpl3/gcc/usr.bin/cc1

2020-04-27 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Apr 28 05:45:15 UTC 2020 Modified Files: src/external/gpl3/gcc/usr.bin/cc1: Makefile Log Message: use -O3 for c-common.c on mipse[lb]. -O2 (but not -O1, -Os, or -O3) fails: /tmp/ccyXqMRz.s: Assembler messages:

Re: CVS commit: src/sys/dev/ata

2020-04-27 Thread Ryo ONODERA
Ryo ONODERA writes: > Hi, > > After this commit, NetBSD/amd64-current on my HP Spectre x360 > freezes after acpiacad0 detection (before ld0 detection). > Reverting this commit in latest tree fixes my freeze problem. > > Could you take a look at my problem? > > Thank you. > > === === === > cpu7:

CVS commit: src/external/gpl3/gcc/dist/gcc/config/aarch64

2020-04-27 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Apr 28 03:00:23 UTC 2020 Modified Files: src/external/gpl3/gcc/dist/gcc/config/aarch64: driver-aarch64.c Log Message: slightly reduce the scope of #ifdef __NetBSD__ version of the -m{cpu,tune,arch}=native handling code, and

CVS commit: src/external/gpl3/gcc/dist/gcc/config/aarch64

2020-04-27 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Apr 28 03:00:23 UTC 2020 Modified Files: src/external/gpl3/gcc/dist/gcc/config/aarch64: driver-aarch64.c Log Message: slightly reduce the scope of #ifdef __NetBSD__ version of the -m{cpu,tune,arch}=native handling code, and

CVS commit: src/sys/kern

2020-04-27 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Apr 28 00:54:24 UTC 2020 Modified Files: src/sys/kern: sys_futex.c Log Message: Rename futex_get -> futex_lookup_create. Remove futex_put. Just use futex_rele instead of futex_put. There may once have been a method to

CVS commit: src/sys/kern

2020-04-27 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Apr 28 00:54:24 UTC 2020 Modified Files: src/sys/kern: sys_futex.c Log Message: Rename futex_get -> futex_lookup_create. Remove futex_put. Just use futex_rele instead of futex_put. There may once have been a method to

CVS commit: src/lib/libkvm

2020-04-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Apr 28 00:19:23 UTC 2020 Modified Files: src/lib/libkvm: kvm.c Log Message: make kvm_pread use the mapped buffer if it is available. To generate a diff of this commit: cvs rdiff -u -r1.106 -r1.107 src/lib/libkvm/kvm.c

CVS commit: src/lib/libkvm

2020-04-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Apr 28 00:19:23 UTC 2020 Modified Files: src/lib/libkvm: kvm.c Log Message: make kvm_pread use the mapped buffer if it is available. To generate a diff of this commit: cvs rdiff -u -r1.106 -r1.107 src/lib/libkvm/kvm.c

CVS commit: src/lib/libkvm

2020-04-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Apr 28 00:12:01 UTC 2020 Modified Files: src/lib/libkvm: kvm.c kvm_private.h Log Message: Implement kvm_write() for dump files. We map the file privately so that changes don't get propagated back, and then write to the

CVS commit: src/lib/libkvm

2020-04-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Apr 28 00:12:01 UTC 2020 Modified Files: src/lib/libkvm: kvm.c kvm_private.h Log Message: Implement kvm_write() for dump files. We map the file privately so that changes don't get propagated back, and then write to the

CVS commit: src/sys/kern

2020-04-27 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Apr 27 23:54:43 UTC 2020 Modified Files: src/sys/kern: sys_futex.c Log Message: Fix races in aborted futex waits. - Re-check the wake condition in futex_wait in the event of error. => Otherwise, if futex_wait times out

CVS commit: src/sys/kern

2020-04-27 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Apr 27 23:54:43 UTC 2020 Modified Files: src/sys/kern: sys_futex.c Log Message: Fix races in aborted futex waits. - Re-check the wake condition in futex_wait in the event of error. => Otherwise, if futex_wait times out

CVS commit: src/sys/arch/x86/pci

2020-04-27 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Mon Apr 27 23:40:37 UTC 2020 Modified Files: src/sys/arch/x86/pci: if_vmx.c Log Message: Fix the wrong logic about making the number of vmx(4) TX/RX queue be power of two reviewed by nonaka@n.o. To generate a diff of this

CVS commit: src/sys/arch/x86/pci

2020-04-27 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Mon Apr 27 23:40:37 UTC 2020 Modified Files: src/sys/arch/x86/pci: if_vmx.c Log Message: Fix the wrong logic about making the number of vmx(4) TX/RX queue be power of two reviewed by nonaka@n.o. To generate a diff of this

CVS commit: src/sys/net

2020-04-27 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Mon Apr 27 23:35:40 UTC 2020 Modified Files: src/sys/net: pfil.c Log Message: Remove inappropriate place for __predict_false. Ok mrg@ maya@. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/sys/net/pfil.c Please

CVS commit: src/sys/net

2020-04-27 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Mon Apr 27 23:35:40 UTC 2020 Modified Files: src/sys/net: pfil.c Log Message: Remove inappropriate place for __predict_false. Ok mrg@ maya@. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/sys/net/pfil.c Please

__predict_false for non-default features

2020-04-27 Thread maya
On Mon, Apr 27, 2020 at 11:05:31PM +, Nathanial Sloss wrote: > Skip pfil_run_hooks if no packet filter configured in kernel. ... > @@ -398,6 +398,11 @@ pfil_run_hooks(pfil_head_t *ph, struct m > int ret = 0; > > KASSERT(dir == PFIL_IN || dir == PFIL_OUT); > + > + if

CVS commit: src

2020-04-27 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Apr 27 23:06:34 UTC 2020 Modified Files: src/share/man/man4: rtsx.4 src/sys/dev/pci: rtsx_pci.c Log Message: Add support for Realtek RTS522A To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src

2020-04-27 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Apr 27 23:06:34 UTC 2020 Modified Files: src/share/man/man4: rtsx.4 src/sys/dev/pci: rtsx_pci.c Log Message: Add support for Realtek RTS522A To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys/net

2020-04-27 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Mon Apr 27 23:05:31 UTC 2020 Modified Files: src/sys/net: pfil.c Log Message: Skip pfil_run_hooks if no packet filter configured in kernel. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/sys/net/pfil.c Please

CVS commit: src/sys/net

2020-04-27 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Mon Apr 27 23:05:31 UTC 2020 Modified Files: src/sys/net: pfil.c Log Message: Skip pfil_run_hooks if no packet filter configured in kernel. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/sys/net/pfil.c Please

CVS commit: src/sys/dev/pckbport

2020-04-27 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Apr 27 22:31:47 UTC 2020 Modified Files: src/sys/dev/pckbport: synaptics.c synapticsvar.h Log Message: Extended buttons are reported separate from touchpad buttons, so track button press / release state separate from touch

CVS commit: src/sys/dev/pckbport

2020-04-27 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Apr 27 22:31:47 UTC 2020 Modified Files: src/sys/dev/pckbport: synaptics.c synapticsvar.h Log Message: Extended buttons are reported separate from touchpad buttons, so track button press / release state separate from touch

CVS commit: src/sys/net

2020-04-27 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Mon Apr 27 20:46:01 UTC 2020 Modified Files: src/sys/net: if_bridge.c Log Message: if MTU of the added interface doesn't match the bridge, modify the MTU of the interface to that of the bridge instead of just refusing the

CVS commit: src/sys/net

2020-04-27 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Mon Apr 27 20:46:01 UTC 2020 Modified Files: src/sys/net: if_bridge.c Log Message: if MTU of the added interface doesn't match the bridge, modify the MTU of the interface to that of the bridge instead of just refusing the

CVS commit: src/sys/gdbscripts

2020-04-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Apr 27 20:31:11 UTC 2020 Modified Files: src/sys/gdbscripts: module Log Message: make this work again To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/gdbscripts/module Please note that diffs are not

CVS commit: src/sys/gdbscripts

2020-04-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Apr 27 20:31:11 UTC 2020 Modified Files: src/sys/gdbscripts: module Log Message: make this work again To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/gdbscripts/module Please note that diffs are not

CVS commit: src/usr.bin/make

2020-04-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Apr 27 20:03:08 UTC 2020 Modified Files: src/usr.bin/make: make.1 Log Message: document the SYSV ${VAR:old=new} corner cases. To generate a diff of this commit: cvs rdiff -u -r1.279 -r1.280 src/usr.bin/make/make.1 Please

CVS commit: src/usr.bin/make

2020-04-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Apr 27 20:03:08 UTC 2020 Modified Files: src/usr.bin/make: make.1 Log Message: document the SYSV ${VAR:old=new} corner cases. To generate a diff of this commit: cvs rdiff -u -r1.279 -r1.280 src/usr.bin/make/make.1 Please

Re: CVS commit: src/sys

2020-04-27 Thread maya
On Tue, Apr 28, 2020 at 05:33:45AM +1000, matthew green wrote: > i would just put it in types.h called __AUDIO_BLK_MS, > and leave a default used in the code if unset. Adding: please consider making the default assume a fast machine. This is the value that will also be used by newly added

re: CVS commit: src/sys

2020-04-27 Thread matthew green
i would just put it in types.h called __AUDIO_BLK_MS, and leave a default used in the code if unset. .mrg.

CVS commit: src/sys/netinet6

2020-04-27 Thread Robert Swindells
Module Name:src Committed By: rjs Date: Mon Apr 27 19:33:48 UTC 2020 Modified Files: src/sys/netinet6: sctp6_usrreq.c Log Message: Call IPv4 handler for accept(). To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/netinet6/sctp6_usrreq.c Please note

CVS commit: src/sys/netinet6

2020-04-27 Thread Robert Swindells
Module Name:src Committed By: rjs Date: Mon Apr 27 19:33:48 UTC 2020 Modified Files: src/sys/netinet6: sctp6_usrreq.c Log Message: Call IPv4 handler for accept(). To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/netinet6/sctp6_usrreq.c Please note

CVS commit: src/sys

2020-04-27 Thread Robert Swindells
Module Name:src Committed By: rjs Date: Mon Apr 27 19:21:44 UTC 2020 Modified Files: src/sys/netinet: sctp_usrreq.c sctp_var.h src/sys/netinet6: sctp6_usrreq.c Log Message: Do sctp_connectx() handling using ioctl() for IPv6 as well. To generate a diff of this

CVS commit: src/sys

2020-04-27 Thread Robert Swindells
Module Name:src Committed By: rjs Date: Mon Apr 27 19:21:44 UTC 2020 Modified Files: src/sys/netinet: sctp_usrreq.c sctp_var.h src/sys/netinet6: sctp6_usrreq.c Log Message: Do sctp_connectx() handling using ioctl() for IPv6 as well. To generate a diff of this

Re: CVS commit: src/sys/external/bsd/drm2/dist/drm/radeon

2020-04-27 Thread Izumi Tsutsui
> Module Name: src > Committed By: tsutsui > Date: Mon Apr 27 16:57:31 UTC 2020 > > Modified Files: > src/sys/external/bsd/drm2/dist/drm/radeon: radeon_ttm.c > > Log Message: > Fix possible bus_dmamap_load(9) leak. PR/55127 > > "Looks good to me" from riastradh@. > Note it was

CVS commit: src/doc

2020-04-27 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Mon Apr 27 18:08:26 UTC 2020 Modified Files: src/doc: CHANGES Log Message: Note Xen PV drivers under HVM guests To generate a diff of this commit: cvs rdiff -u -r1.2681 -r1.2682 src/doc/CHANGES Please note that diffs are not

CVS commit: src/doc

2020-04-27 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Mon Apr 27 18:08:26 UTC 2020 Modified Files: src/doc: CHANGES Log Message: Note Xen PV drivers under HVM guests To generate a diff of this commit: cvs rdiff -u -r1.2681 -r1.2682 src/doc/CHANGES Please note that diffs are not

CVS commit: src/sys/compat/netbsd32

2020-04-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Apr 27 17:37:34 UTC 2020 Modified Files: src/sys/compat/netbsd32: netbsd32_fs.c Log Message: data_len == 0 on mount means "the kernel knows". Fixes amd on compat32. To generate a diff of this commit: cvs rdiff -u -r1.88

CVS commit: src/sys/compat/netbsd32

2020-04-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Apr 27 17:37:34 UTC 2020 Modified Files: src/sys/compat/netbsd32: netbsd32_fs.c Log Message: data_len == 0 on mount means "the kernel knows". Fixes amd on compat32. To generate a diff of this commit: cvs rdiff -u -r1.88

CVS commit: src/sys/external/bsd/drm2/dist/drm/radeon

2020-04-27 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Apr 27 16:57:31 UTC 2020 Modified Files: src/sys/external/bsd/drm2/dist/drm/radeon: radeon_ttm.c Log Message: Fix possible bus_dmamap_load(9) leak. PR/55127 "Looks good to me" from riastradh@. Note it was also commented

CVS commit: src/sys/external/bsd/drm2/dist/drm/radeon

2020-04-27 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Apr 27 16:57:31 UTC 2020 Modified Files: src/sys/external/bsd/drm2/dist/drm/radeon: radeon_ttm.c Log Message: Fix possible bus_dmamap_load(9) leak. PR/55127 "Looks good to me" from riastradh@. Note it was also commented

CVS commit: src/sys/arch/amd64/amd64

2020-04-27 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Mon Apr 27 16:55:50 UTC 2020 Modified Files: src/sys/arch/amd64/amd64: vector.S Log Message: Limit the amount of code in TEXT_USER_BEGIN/TEXT_USER_END for hypervisor_pvhvm_callback, for the benefit of SVS. Suggested by maxv@ To

CVS commit: src/sys/arch/amd64/amd64

2020-04-27 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Mon Apr 27 16:55:50 UTC 2020 Modified Files: src/sys/arch/amd64/amd64: vector.S Log Message: Limit the amount of code in TEXT_USER_BEGIN/TEXT_USER_END for hypervisor_pvhvm_callback, for the benefit of SVS. Suggested by maxv@ To

CVS commit: src/sys/arch/x86/include

2020-04-27 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Mon Apr 27 16:29:17 UTC 2020 Modified Files: src/sys/arch/x86/include: cpu.h Log Message: Move ci_vcpu under the #ifdef XEN section at the end of the struct cpu_info. Hopefully will fix the nvmm module. To generate a diff of

CVS commit: src/sys/arch/x86/include

2020-04-27 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Mon Apr 27 16:29:17 UTC 2020 Modified Files: src/sys/arch/x86/include: cpu.h Log Message: Move ci_vcpu under the #ifdef XEN section at the end of the struct cpu_info. Hopefully will fix the nvmm module. To generate a diff of

Re: CVS commit: src/sys/dev/ata

2020-04-27 Thread Ryo ONODERA
Hi, After this commit, NetBSD/amd64-current on my HP Spectre x360 freezes after acpiacad0 detection (before ld0 detection). Reverting this commit in latest tree fixes my freeze problem. Could you take a look at my problem? Thank you. === === === cpu7: CPU max freq 40 Hz cpu7: TSC freq

CVS commit: [netbsd-9] src/doc

2020-04-27 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Apr 27 14:57:31 UTC 2020 Modified Files: src/doc [netbsd-9]: CHANGES-9.1 Log Message: Tickets #855 - #857 To generate a diff of this commit: cvs rdiff -u -r1.1.2.42 -r1.1.2.43 src/doc/CHANGES-9.1 Please note that diffs are

CVS commit: [netbsd-9] src/doc

2020-04-27 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Apr 27 14:57:31 UTC 2020 Modified Files: src/doc [netbsd-9]: CHANGES-9.1 Log Message: Tickets #855 - #857 To generate a diff of this commit: cvs rdiff -u -r1.1.2.42 -r1.1.2.43 src/doc/CHANGES-9.1 Please note that diffs are

CVS commit: [netbsd-9] src/sys/dev/nvmm

2020-04-27 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Apr 27 14:56:22 UTC 2020 Modified Files: src/sys/dev/nvmm [netbsd-9]: nvmm.c Log Message: Pull up following revision(s) (requested by maxv in ticket #857): sys/dev/nvmm/nvmm.c: revision 1.26 In nvmm_open(), make

CVS commit: [netbsd-9] src/sys/dev/nvmm

2020-04-27 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Apr 27 14:56:22 UTC 2020 Modified Files: src/sys/dev/nvmm [netbsd-9]: nvmm.c Log Message: Pull up following revision(s) (requested by maxv in ticket #857): sys/dev/nvmm/nvmm.c: revision 1.26 In nvmm_open(), make

CVS commit: [netbsd-9] src/doc

2020-04-27 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Apr 27 14:52:47 UTC 2020 Modified Files: src/doc [netbsd-9]: 3RDPARTY Log Message: Note OpenSSL 1.1.1g import (ticket #856) To generate a diff of this commit: cvs rdiff -u -r1.1640.2.15 -r1.1640.2.16 src/doc/3RDPARTY

CVS commit: [netbsd-9] src/doc

2020-04-27 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Apr 27 14:52:47 UTC 2020 Modified Files: src/doc [netbsd-9]: 3RDPARTY Log Message: Note OpenSSL 1.1.1g import (ticket #856) To generate a diff of this commit: cvs rdiff -u -r1.1640.2.15 -r1.1640.2.16 src/doc/3RDPARTY

CVS commit: [netbsd-9] src

2020-04-27 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Apr 27 14:32:34 UTC 2020 Modified Files: src/lib/libossaudio [netbsd-9]: ossaudio.c src/sys/compat/ossaudio [netbsd-9]: ossaudio.c Log Message: Pull up following revision(s) (requested by nia in ticket #855):

CVS commit: [netbsd-9] src

2020-04-27 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Apr 27 14:32:34 UTC 2020 Modified Files: src/lib/libossaudio [netbsd-9]: ossaudio.c src/sys/compat/ossaudio [netbsd-9]: ossaudio.c Log Message: Pull up following revision(s) (requested by nia in ticket #855):

Re: CVS commit: src/sys

2020-04-27 Thread Joerg Sonnenberger
On Mon, Apr 27, 2020 at 06:19:18PM +0900, Tetsuya Isaki wrote: > As a result of some discussion here, adding 60+ one-line header > files like is troublesome or annoying. > And I have no good idea to generate a suitable border line from > existing parameters or something. > > Then how about this?

CVS commit: src/usr.bin/make/unit-tests

2020-04-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Apr 27 14:07:22 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: varmod-edge.mk Log Message: Adjust test for the new behavior: % on hls and no % on the rhs does not prepend the lhs to the rhs. To generate a diff of

CVS commit: src/usr.bin/make/unit-tests

2020-04-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Apr 27 14:07:22 UTC 2020 Modified Files: src/usr.bin/make/unit-tests: varmod-edge.mk Log Message: Adjust test for the new behavior: % on hls and no % on the rhs does not prepend the lhs to the rhs. To generate a diff of

Re: CVS commit: [phil-wifi] src/sys/net

2020-04-27 Thread Roy Marples
On 27/04/2020 08:27, Nathanial Sloss wrote: Module Name:src Committed By: nat Date: Mon Apr 27 07:27:35 UTC 2020 Modified Files: src/sys/net [phil-wifi]: pfil.c Log Message: Skip pfil_run_hooks if no packet filter enabled in the kernel. I thought martin@ moved

Re: CVS commit: src/sys

2020-04-27 Thread Tetsuya Isaki
As a result of some discussion here, adding 60+ one-line header files like is troublesome or annoying. And I have no good idea to generate a suitable border line from existing parameters or something. Then how about this? (thanks tsutsui@ for comment about choosing archs) This #ifdefs may not

CVS commit: src/share/misc

2020-04-27 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Mon Apr 27 09:10:45 UTC 2020 Modified Files: src/share/misc: acronyms.comp Log Message: EPT extended page tables To generate a diff of this commit: cvs rdiff -u -r1.300 -r1.301 src/share/misc/acronyms.comp Please note that

CVS commit: src/share/misc

2020-04-27 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Mon Apr 27 09:10:45 UTC 2020 Modified Files: src/share/misc: acronyms.comp Log Message: EPT extended page tables To generate a diff of this commit: cvs rdiff -u -r1.300 -r1.301 src/share/misc/acronyms.comp Please note that

Re: CVS commit: src/sys/netinet6

2020-04-27 Thread Thomas Klausner
On Fri, Apr 24, 2020 at 05:36:55PM +, Jonathan A. Kollasch wrote: > Module Name: src > Committed By: jakllsch > Date: Fri Apr 24 17:36:55 UTC 2020 > > Modified Files: > src/sys/netinet6: in6_proto.c > > Log Message: > Fill in .pr_usrreqs for SOCK_SEQPACKET and SOCK_STREAM

CVS commit: src/sys/kern

2020-04-27 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Mon Apr 27 07:51:03 UTC 2020 Modified Files: src/sys/kern: vfs_bio.c Log Message: pass B_PHYS|B_RAW also in nestio_setup(), courtesy to e.g. xbd(4), which wants to know whether the buf came from user space or bio subsystem To

CVS commit: src/sys/kern

2020-04-27 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Mon Apr 27 07:51:03 UTC 2020 Modified Files: src/sys/kern: vfs_bio.c Log Message: pass B_PHYS|B_RAW also in nestio_setup(), courtesy to e.g. xbd(4), which wants to know whether the buf came from user space or bio subsystem To

CVS commit: [phil-wifi] src/sys/net80211

2020-04-27 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Mon Apr 27 07:45:57 UTC 2020 Modified Files: src/sys/net80211 [phil-wifi]: ieee80211_ioctl.c Log Message: Pass the error through to the hardware to initialize. To generate a diff of this commit: cvs rdiff -u -r1.60.18.9

CVS commit: [phil-wifi] src/sys/net80211

2020-04-27 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Mon Apr 27 07:45:57 UTC 2020 Modified Files: src/sys/net80211 [phil-wifi]: ieee80211_ioctl.c Log Message: Pass the error through to the hardware to initialize. To generate a diff of this commit: cvs rdiff -u -r1.60.18.9

CVS commit: [phil-wifi] src/sys/net80211

2020-04-27 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Mon Apr 27 07:40:50 UTC 2020 Modified Files: src/sys/net80211 [phil-wifi]: ieee80211_sta.c Log Message: Make ostate reflect the updated state. To generate a diff of this commit: cvs rdiff -u -r1.1.2.6 -r1.1.2.7

CVS commit: [phil-wifi] src/sys/net80211

2020-04-27 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Mon Apr 27 07:40:50 UTC 2020 Modified Files: src/sys/net80211 [phil-wifi]: ieee80211_sta.c Log Message: Make ostate reflect the updated state. To generate a diff of this commit: cvs rdiff -u -r1.1.2.6 -r1.1.2.7

CVS commit: [phil-wifi] src/sys/dev/usb

2020-04-27 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Mon Apr 27 07:38:25 UTC 2020 Modified Files: src/sys/dev/usb [phil-wifi]: if_urtwn.c Log Message: Software crypto definitions from FreeBSD. To generate a diff of this commit: cvs rdiff -u -r1.59.2.17 -r1.59.2.18

CVS commit: [phil-wifi] src/sys/dev/usb

2020-04-27 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Mon Apr 27 07:38:25 UTC 2020 Modified Files: src/sys/dev/usb [phil-wifi]: if_urtwn.c Log Message: Software crypto definitions from FreeBSD. To generate a diff of this commit: cvs rdiff -u -r1.59.2.17 -r1.59.2.18

CVS commit: [phil-wifi] src/sys/dev/usb

2020-04-27 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Mon Apr 27 07:37:01 UTC 2020 Modified Files: src/sys/dev/usb [phil-wifi]: if_urtwn.c Log Message: Fix resource leak in rx/tx free lists. To generate a diff of this commit: cvs rdiff -u -r1.59.2.16 -r1.59.2.17

CVS commit: [phil-wifi] src/sys/dev/usb

2020-04-27 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Mon Apr 27 07:37:01 UTC 2020 Modified Files: src/sys/dev/usb [phil-wifi]: if_urtwn.c Log Message: Fix resource leak in rx/tx free lists. To generate a diff of this commit: cvs rdiff -u -r1.59.2.16 -r1.59.2.17

CVS commit: src/usr.bin/cksum

2020-04-27 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Apr 27 07:30:54 UTC 2020 Modified Files: src/usr.bin/cksum: crc.c Log Message: Explicitly cast the number of bytes passed to crc_buf() to size_t, as we made sure it is positive already. Fixes the build. To generate a diff

CVS commit: src/usr.bin/cksum

2020-04-27 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Apr 27 07:30:54 UTC 2020 Modified Files: src/usr.bin/cksum: crc.c Log Message: Explicitly cast the number of bytes passed to crc_buf() to size_t, as we made sure it is positive already. Fixes the build. To generate a diff

CVS commit: [phil-wifi] src/sys/net

2020-04-27 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Mon Apr 27 07:27:35 UTC 2020 Modified Files: src/sys/net [phil-wifi]: pfil.c Log Message: Skip pfil_run_hooks if no packet filter enabled in the kernel. To generate a diff of this commit: cvs rdiff -u -r1.35.14.1 -r1.35.14.2

CVS commit: [phil-wifi] src/sys/net

2020-04-27 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Mon Apr 27 07:27:35 UTC 2020 Modified Files: src/sys/net [phil-wifi]: pfil.c Log Message: Skip pfil_run_hooks if no packet filter enabled in the kernel. To generate a diff of this commit: cvs rdiff -u -r1.35.14.1 -r1.35.14.2