Module Name:src
Committed By: ryo
Date: Wed Nov 28 08:12:16 UTC 2018
Modified Files:
src/sys/arch/aarch64/aarch64: exec_machdep.c
Log Message:
don't exec 32bit binary on the cpu that has no aarch32.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch
Module Name:src
Committed By: ryo
Date: Wed Nov 28 08:16:46 UTC 2018
Modified Files:
src/sys/arch/aarch64/aarch64: db_machdep.c
Log Message:
don't pass illegal cpu index to cpu_lookup(). it may cause KASSERT.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 s
Module Name:src
Committed By: msaitoh
Date: Wed Nov 28 08:19:19 UTC 2018
Modified Files:
src/sys/dev/pci: if_wm.c
Log Message:
Fix comment. No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.601 -r1.602 src/sys/dev/pci/if_wm.c
Please note that di
Module Name:src
Committed By: msaitoh
Date: Wed Nov 28 08:26:07 UTC 2018
Modified Files:
src/sys/dev/pci: pcireg.h
Log Message:
The register offset of the mask and pending register is depend on the 64bit
address capable bit, so fix the definition of PCI MSI vector mask an
Module Name:src
Committed By: blymn
Date: Wed Nov 28 09:14:03 UTC 2018
Modified Files:
src/sys/dev/pckbport: synaptics.c
Log Message:
* Increase minimum finger width to prevent entering scroll mode erroneously
* Attempt to clarify what the sysctl variables for finger scrol
Module Name:src
Committed By: ryo
Date: Wed Nov 28 09:16:19 UTC 2018
Modified Files:
src/sys/arch/aarch64/aarch64: aarch64_machdep.c cpu.c
src/sys/arch/evbarm/fdt: fdt_machdep.c
Log Message:
support boot option "-1" to disable multiprocessor boot, and "-z" to set
Module Name:src
Committed By: mlelstv
Date: Wed Nov 28 09:44:49 UTC 2018
Modified Files:
src/sys/kern: kern_synch.c
Log Message:
Fix statistics in case mi_switch didn't actually switch LWPs.
To generate a diff of this commit:
cvs rdiff -u -r1.318 -r1.319 src/sys/kern/ker
Module Name:src
Committed By: hannken
Date: Wed Nov 28 09:55:06 UTC 2018
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_vnops.c
Log Message:
Always unbusy pages in zfs_putapage() after the data has been written
into the DMU. Running fsx no longer hang
Module Name:src
Committed By: hannken
Date: Wed Nov 28 09:55:36 UTC 2018
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_znode.c
Log Message:
Add missing sa_buf_rele() into zfs_zget_cleaner().
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1
Module Name:src
Committed By: hannken
Date: Wed Nov 28 09:56:09 UTC 2018
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_vnops.c
Log Message:
Remove an early test for "source and target are equal" from zfs_rename()
that broke BSD semantics.
To generat
Module Name:src
Committed By: hannken
Date: Wed Nov 28 09:56:40 UTC 2018
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_vnops.c
Log Message:
Don't try to release a NULL vnode in zfs_netbsd_rename().
To generate a diff of this commit:
cvs rdiff -u -r1
Module Name:src
Committed By: hannken
Date: Wed Nov 28 09:57:16 UTC 2018
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_vnops.c
Log Message:
We expect VOP_ACCESS() to return EACCESS as general error.
Change zfs_netbsd_access() to translate the common
Module Name:src
Committed By: hannken
Date: Wed Nov 28 09:57:59 UTC 2018
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_vnops.c
src/tests/fs/vfs: t_unpriv.c
Log Message:
Add missing access check for setting va_Xtime into zfs_netbsd_setattr().
Module Name:src
Committed By: hannken
Date: Wed Nov 28 09:58:58 UTC 2018
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_vnops.c
src/tests/fs/vfs: t_unpriv.c
Log Message:
Add missing access check for REMOVE into zfs_netbsd_lookup().
PR kern/476
Module Name:src
Committed By: hannken
Date: Wed Nov 28 10:01:28 UTC 2018
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_vnops.c
src/tests/fs/vfs: t_unpriv.c
Log Message:
Redo the access check for setting va_flags in zfs_netbsd_setattr().
Use u
Module Name:src
Committed By: bad
Date: Wed Nov 28 11:50:48 UTC 2018
Modified Files:
src/sys/dev/pci: if_ena.c
Log Message:
Adapt ena_rx_checksum() to NetBSD.
It wasn't ported to the NetBSD conventions of indicating hardware checkum
status.
Compile tested only.
To gener
Module Name:src
Committed By: maxv
Date: Wed Nov 28 15:10:40 UTC 2018
Modified Files:
src/sys/kern: kern_time.c
Log Message:
Fix kernel info leak.
+ Possible info leak: [len=32, leaked=16]
| #0 0x80baf3a7 in kleak_copyout
| #1 0x80b
Module Name:src
Committed By: martin
Date: Wed Nov 28 16:26:31 UTC 2018
Modified Files:
src/sys/dev/pci [netbsd-7]: if_wm.c
Log Message:
Pull up following revision(s) (requested by msaitoh in ticket #1656):
sys/dev/pci/if_wm.c: revision 1.599
- Fix a bug that i82
Module Name:src
Committed By: martin
Date: Wed Nov 28 16:30:06 UTC 2018
Modified Files:
src/sys/net [netbsd-7]: rtsock.c
Log Message:
Pull up following revision(s) (requested by maxv in ticket #1657):
sys/net/rtsock.c: revision 1.244 (adapted)
Fix kernel info lea
Module Name:src
Committed By: martin
Date: Wed Nov 28 16:30:37 UTC 2018
Modified Files:
src/doc [netbsd-7]: CHANGES-7.3
Log Message:
Tickets #1656 and #1657
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.15 -r1.1.2.16 src/doc/CHANGES-7.3
Please note that diffs
Module Name:src
Committed By: martin
Date: Wed Nov 28 16:30:57 UTC 2018
Modified Files:
src/sys/net [netbsd-7-1]: rtsock.c
Log Message:
Pull up following revision(s) (requested by maxv in ticket #1657):
sys/net/rtsock.c: revision 1.244 (adapted)
Fix kernel info l
Module Name:src
Committed By: martin
Date: Wed Nov 28 16:31:54 UTC 2018
Modified Files:
src/doc [netbsd-7-1]: CHANGES-7.1.3
Log Message:
Ticket #1657
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.21 -r1.1.2.22 src/doc/CHANGES-7.1.3
Please note that diffs are n
Module Name:src
Committed By: martin
Date: Wed Nov 28 16:32:14 UTC 2018
Modified Files:
src/sys/net [netbsd-7-0]: rtsock.c
Log Message:
Pull up following revision(s) (requested by maxv in ticket #1657):
sys/net/rtsock.c: revision 1.244 (adapted)
Fix kernel info l
Module Name:src
Committed By: martin
Date: Wed Nov 28 16:32:40 UTC 2018
Modified Files:
src/doc [netbsd-7-0]: CHANGES-7.0.3
Log Message:
Ticket #1657
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.114 -r1.1.2.115 src/doc/CHANGES-7.0.3
Please note that diffs are
Module Name:src
Committed By: jdolecek
Date: Wed Nov 28 16:51:41 UTC 2018
Modified Files:
src/sys/dev/pci: if_ena.c
Log Message:
whitespace fix, NFC
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/pci/if_ena.c
Please note that diffs are not publi
Module Name:src
Committed By: jmcneill
Date: Wed Nov 28 19:06:54 UTC 2018
Modified Files:
src/sys/dev/pci: if_enavar.h
Log Message:
Use correct PCI BAR offsets
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/pci/if_enavar.h
Please note that diffs
Module Name:src
Committed By: jmcneill
Date: Wed Nov 28 19:07:49 UTC 2018
Modified Files:
src/sys/dev/pci: if_ena.c
Log Message:
Our softc is the private data of self, not parent. Spotted by mlelstv@
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/dev
Module Name:src
Committed By: ryo
Date: Wed Nov 28 19:13:15 UTC 2018
Modified Files:
src/sys/arch/aarch64/aarch64: db_machdep.c
Log Message:
Comment out implementation specific registers to avoid illegal instruction trap
on ThunderX
To generate a diff of this commit:
cv
Module Name:src
Committed By: jmcneill
Date: Wed Nov 28 19:15:33 UTC 2018
Modified Files:
src/sys/external/bsd/ena-com: ena_plat.h
Log Message:
Avoid kpause while cold
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/external/bsd/ena-com/ena_plat.h
Pl
Module Name:src
Committed By: mlelstv
Date: Wed Nov 28 19:36:43 UTC 2018
Modified Files:
src/sys/kern: kern_synch.c
Log Message:
Revert previous for a better fix.
To generate a diff of this commit:
cvs rdiff -u -r1.319 -r1.320 src/sys/kern/kern_synch.c
Please note that
Module Name:src
Committed By: martin
Date: Wed Nov 28 19:37:46 UTC 2018
Modified Files:
src/sys/kern [netbsd-7-0]: kern_exec.c
Log Message:
Pull up following revision(s) (requested by maxv in ticket #1658):
sys/kern/kern_exec.c: revision 1.462
Fix stack info leak
Module Name:src
Committed By: martin
Date: Wed Nov 28 19:38:20 UTC 2018
Modified Files:
src/doc [netbsd-7-0]: CHANGES-7.0.3
Log Message:
Ticket #1658
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.115 -r1.1.2.116 src/doc/CHANGES-7.0.3
Please note that diffs are
Module Name:src
Committed By: martin
Date: Wed Nov 28 19:38:48 UTC 2018
Modified Files:
src/sys/kern [netbsd-7-1]: kern_exec.c
Log Message:
Pull up following revision(s) (requested by maxv in ticket #1658):
sys/kern/kern_exec.c: revision 1.462
Fix stack info leak
Module Name:src
Committed By: martin
Date: Wed Nov 28 19:39:31 UTC 2018
Modified Files:
src/doc [netbsd-7-1]: CHANGES-7.1.3
Log Message:
Ticket #1658
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.22 -r1.1.2.23 src/doc/CHANGES-7.1.3
Please note that diffs are n
Module Name:src
Committed By: martin
Date: Wed Nov 28 19:39:56 UTC 2018
Modified Files:
src/sys/kern [netbsd-7]: kern_exec.c
Log Message:
Pull up following revision(s) (requested by maxv in ticket #1658):
sys/kern/kern_exec.c: revision 1.462
Fix stack info leak.
Module Name:src
Committed By: martin
Date: Wed Nov 28 19:40:25 UTC 2018
Modified Files:
src/doc [netbsd-7]: CHANGES-7.3
Log Message:
Ticket #1658
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.16 -r1.1.2.17 src/doc/CHANGES-7.3
Please note that diffs are not pub
Module Name:src
Committed By: mlelstv
Date: Wed Nov 28 19:46:23 UTC 2018
Modified Files:
src/sys/kern: kern_synch.c
src/sys/sys: lwp.h
Log Message:
Move counting involuntary switches into mi_switch. preempt() passes that
information by setting a new LWP flag.
Whil
Module Name:src
Committed By: martin
Date: Wed Nov 28 19:50:37 UTC 2018
Modified Files:
src/libexec/httpd [netbsd-8]: CHANGES bozohttpd.c bozohttpd.h
cgi-bozo.c main.c
Log Message:
Pull up following revision(s) (requested by mrg in ticket #1109):
libex
Module Name:src
Committed By: martin
Date: Wed Nov 28 19:51:30 UTC 2018
Modified Files:
src/doc [netbsd-8]: CHANGES-8.1
Log Message:
Ticket #1109
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.63 -r1.1.2.64 src/doc/CHANGES-8.1
Please note that diffs are not pub
Module Name:src
Committed By: martin
Date: Wed Nov 28 19:54:18 UTC 2018
Modified Files:
src/libexec/httpd [netbsd-7]: CHANGES bozohttpd.c bozohttpd.h
cgi-bozo.c main.c
Log Message:
Pull up following revision(s) (requested by mrg in ticket #1659):
libex
Module Name:src
Committed By: martin
Date: Wed Nov 28 19:54:54 UTC 2018
Modified Files:
src/doc [netbsd-7]: CHANGES-7.3
Log Message:
Ticket #1659
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.17 -r1.1.2.18 src/doc/CHANGES-7.3
Please note that diffs are not pub
Module Name:src
Committed By: martin
Date: Wed Nov 28 19:56:09 UTC 2018
Modified Files:
src/libexec/httpd [netbsd-7-1]: CHANGES bozohttpd.c bozohttpd.h
cgi-bozo.c main.c
Log Message:
Pull up following revision(s) (requested by mrg in ticket #1659):
lib
Module Name:src
Committed By: martin
Date: Wed Nov 28 19:56:34 UTC 2018
Modified Files:
src/doc [netbsd-7-1]: CHANGES-7.1.3
Log Message:
Ticket #1659
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.23 -r1.1.2.24 src/doc/CHANGES-7.1.3
Please note that diffs are n
Module Name:src
Committed By: martin
Date: Wed Nov 28 19:57:51 UTC 2018
Modified Files:
src/libexec/httpd [netbsd-7-0]: CHANGES bozohttpd.c bozohttpd.h
cgi-bozo.c main.c
Log Message:
Pull up following revision(s) (requested by mrg in ticket #1659):
lib
Module Name:src
Committed By: martin
Date: Wed Nov 28 19:58:16 UTC 2018
Modified Files:
src/doc [netbsd-7-0]: CHANGES-7.0.3
Log Message:
Ticket #1659
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.116 -r1.1.2.117 src/doc/CHANGES-7.0.3
Please note that diffs are
Module Name:src
Committed By: jmcneill
Date: Wed Nov 28 21:31:33 UTC 2018
Modified Files:
src/sys/dev/pci: if_ena.c
Log Message:
Add calls to if_attach and if_deferred_start_init
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/dev/pci/if_ena.c
Please
Module Name:src
Committed By: jmcneill
Date: Wed Nov 28 22:28:46 UTC 2018
Modified Files:
src/sys/dev/ic: com.c
Log Message:
Add support for a "force_console" property, where when set, reuses the console
dev configuration
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: jmcneill
Date: Wed Nov 28 22:29:36 UTC 2018
Modified Files:
src/sys/arch/arm/acpi: acpi_platform.c
Log Message:
Force a matching com@puc by seg/bus/dev/func to be the console device if
specified in SPCR
To generate a diff of this commit:
cv
Module Name:src
Committed By: jmcneill
Date: Wed Nov 28 22:54:11 UTC 2018
Modified Files:
src/sys/arch/arm/cortex: gicv3_its.c gicv3_its.h
Log Message:
Allow non-power of 2 counts, and support alloc/release/alloc patterns for a
device as long as the ITT size is sufficient
Module Name:src
Committed By: christos
Date: Thu Nov 29 03:10:20 UTC 2018
Modified Files:
src/lib/libedit: parse.c
Log Message:
Fix off by one
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/lib/libedit/parse.c
Please note that diffs are not public do
50 matches
Mail list logo