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 src/sy
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 of
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 src/sys/dev/usb/if_urt
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 src/sys/dev/usb/if_
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 src/sys/net80211/iee
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 -r1.60.18.1
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
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
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 th
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):
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
Please
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 sure
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
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 thi
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
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 "th
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 -r
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 pu
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 com
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 t
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
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 pu
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
additi
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 e
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 no
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 src/share/man
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
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 co
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 i
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 priva
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
Ple
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 th
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 hopef
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:
/tmp/ccyXqMRz.s:3
34 matches
Mail list logo