Module Name:src
Committed By: riastradh
Date: Sat Nov 11 08:22:08 UTC 2017
Modified Files:
src/sys/arch/xen/xen: evtchn.c
Log Message:
#if DIAGNOSTIC panic ---> KASSERTMSG
To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 src/sys/arch/xen/xen/evtchn.c
Please
Module Name:src
Committed By: riastradh
Date: Sat Nov 11 08:23:50 UTC 2017
Modified Files:
src/sys/arch/xen/xen: evtchn.c
Log Message:
Add kasserts to help diagnose xen interrupt level bug.
https://mail-index.netbsd.org/tech-kern/2017/11/09/msg022571.html
To generate a
Module Name:src
Committed By: bouyer
Date: Sat Nov 11 09:10:19 UTC 2017
Modified Files:
src/sys/arch/x86/x86: cpu.c fpu.c identcpu.c
src/sys/arch/xen/x86: cpu.c
Log Message:
Revert http://mail-index.netbsd.org/source-changes/2017/11/08/msg089525.html,
it breaks Xen
Module Name:src
Committed By: maxv
Date: Sat Nov 11 11:00:47 UTC 2017
Modified Files:
src/sys/arch/x86/x86: cpu.c fpu.c identcpu.c
src/sys/arch/xen/x86: cpu.c
Log Message:
Recommit
http://mail-index.netbsd.org/source-changes/2017/11/08/msg089525.html
but use __IN
Module Name:src
Committed By: maxv
Date: Sat Nov 11 12:51:06 UTC 2017
Modified Files:
src/sys/arch/amd64/amd64: machdep.c
src/sys/arch/amd64/stand/prekern: mm.c prekern.h
src/sys/arch/i386/i386: machdep.c
src/sys/arch/x86/include: pmap.h
src/
Module Name:src
Committed By: maxv
Date: Sat Nov 11 13:50:57 UTC 2017
Modified Files:
src/sys/arch/amd64/stand/prekern: mm.c
Log Message:
Detect collisions from bootspace directly.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/amd64/stand/pre
Module Name:src
Committed By: maya
Date: Sat Nov 11 14:16:06 UTC 2017
Modified Files:
src/external/bsd/atf/dist/tools: fs.cpp
Log Message:
don't use auto_ptr with memory allocated by C code
silences alloc-dealloc-mismatch warnings from asan
from joerg
To generate a diff
Module Name:src
Committed By: jdolecek
Date: Sat Nov 11 16:49:13 UTC 2017
Modified Files:
src/sys/dev/ic: ahcisata_core.c
Log Message:
change several of error logs in ahci_intr_port() to use AHCIDEBUG_PRINT()
so they don't show unless debugging; e.g. the AHCI_P_IX_TFES see
Module Name:src
Committed By: riastradh
Date: Sat Nov 11 17:02:53 UTC 2017
Modified Files:
src/sys/arch/xen/xen: evtchn.c
Log Message:
Back out previous KASSERTMSG for now.
The immediate problem appears to have been elsewhere, in the wrong
interrupt level passed by the Xe
Module Name:src
Committed By: riastradh
Date: Sat Nov 11 17:26:51 UTC 2017
Modified Files:
src/sys/arch/x86/x86: intr.c
Log Message:
Pass xname through Xen intr_establish_xname to event_set_handler.
To generate a diff of this commit:
cvs rdiff -u -r1.108 -r1.109 src/sys/
Module Name:src
Committed By: riastradh
Date: Sat Nov 11 17:37:03 UTC 2017
Modified Files:
src/sys/arch/x86/x86: intr.c
Log Message:
Free ih when done.
To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 src/sys/arch/x86/x86/intr.c
Please note that diffs are
Module Name:src
Committed By: alnsn
Date: Sat Nov 11 18:05:31 UTC 2017
Modified Files:
src/lib/libc/cdb: cdbw.c
Log Message:
Use a more efficient data structure for graph peeling.
New code is about 50% faster on amd64 and it consumes less memory.
To generate a diff of t
Module Name:src
Committed By: riastradh
Date: Sat Nov 11 19:25:29 UTC 2017
Modified Files:
src/sys/arch/x86/x86: intr.c
Log Message:
KNF NFC
To generate a diff of this commit:
cvs rdiff -u -r1.110 -r1.111 src/sys/arch/x86/x86/intr.c
Please note that diffs are not public
Module Name:src
Committed By: mrg
Date: Sat Nov 11 20:23:49 UTC 2017
Modified Files:
src/sys/arch/amd64/include: vmparam.h
Log Message:
bump PAGER_MAP_DEFAULT_SIZE to 512MB. this should allow more
concurrent IOs to be possible, and i'm unable to see pager_map
contention a
Module Name:src
Committed By: riastradh
Date: Sat Nov 11 21:03:01 UTC 2017
Modified Files:
src/sys/arch/xen/xen: if_xennet_xenbus.c xbd_xenbus.c xbdback_xenbus.c
xencons.c xennetback_xenbus.c
Log Message:
Restore MP-safety annotations in intr_establish_xname.
Module Name:src
Committed By: riastradh
Date: Sat Nov 11 21:05:58 UTC 2017
Modified Files:
src/sys/arch/x86/x86: intr.c
Log Message:
Add KASSERT to confirm no change in xen intr MP-safety annotations.
To generate a diff of this commit:
cvs rdiff -u -r1.111 -r1.112 src/sy
Module Name:src
Committed By: rin
Date: Sat Nov 11 23:48:44 UTC 2017
Modified Files:
src/games/factor: factor.6 factor.c
Log Message:
Add -h option to factor(6): duplicate factors are printed in
"human-readable" form of x^n.
To generate a diff of this commit:
cvs rdiff -
Module Name:src
Committed By: mrg
Date: Sun Nov 12 00:36:48 UTC 2017
Modified Files:
src/external/gpl3/gcc/dist: LAST_UPDATED MD5SUMS NEWS config.sub
configure configure.ac
src/external/gpl3/gcc/dist/INSTALL: binaries.html build.html
configur
Module Name:src
Committed By: christos
Date: Sun Nov 12 01:38:38 UTC 2017
Update of /cvsroot/src/sys/external/bsd/acpica/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv4586
Log Message:
10 November 2017. Summary of changes for version 20
Module Name:src
Committed By: christos
Date: Sun Nov 12 02:59:55 UTC 2017
Modified Files:
src/sys/dev/acpi/acpica: OsdSchedule.c
Log Message:
Provide a primitive incrementing counter if we are call since the new
Acpi dispatcher requires us to have one when we are cold (shu
Module Name:src
Committed By: christos
Date: Sun Nov 12 03:02:15 UTC 2017
Modified Files:
src/external/bsd/acpica/bin/iasl: Makefile
Log Message:
new files for acpica-20171110
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/external/bsd/acpica/bin/iasl/
Module Name:src
Committed By: christos
Date: Sun Nov 12 03:02:36 UTC 2017
Modified Files:
src/sys/external/bsd/acpica/dist/common: dmtbdump.c dmtbinfo.c
src/sys/external/bsd/acpica/dist/compiler: aslcompile.c aslcompiler.h
aslcompiler.l aslerror.c aslfil
Module Name:src
Committed By: christos
Date: Sun Nov 12 03:03:53 UTC 2017
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
new acpica
To generate a diff of this commit:
cvs rdiff -u -r1.1481 -r1.1482 src/doc/3RDPARTY
cvs rdiff -u -r1.2329 -r1.2330 src/doc/CHANGES
Module Name:src
Committed By: msaitoh
Date: Sun Nov 12 05:11:36 UTC 2017
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe.c
Log Message:
Remove obsoleted comment. This comment should have been removed in rev. 1.97.
To generate a diff of this commit:
cvs rdiff -u -r1.110 -r1
Module Name:src
Committed By: tsutsui
Date: Sun Nov 12 07:55:05 UTC 2017
Modified Files:
src/common/dist/zlib: inflate.c
Log Message:
Restore a local change (in rev1.4) that was lost on zlib 1.12.10 merge.
The rev 1.4 changelog:
> Disable a sanity check output buffer != N
25 matches
Mail list logo