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

2018-10-25 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Thu Oct 25 07:13:55 UTC 2018

Modified Files:
src/sys/arch/arm/include: cpu.h

Log Message:
Align struct cpu_info member names. NFC.


To generate a diff of this commit:
cvs rdiff -u -r1.98 -r1.99 src/sys/arch/arm/include/cpu.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/kern

2018-10-25 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Thu Oct 25 09:30:45 UTC 2018

Modified Files:
src/sys/kern: subr_lockdebug.c

Log Message:
in the !MP world, ci->ci_curlwp may not exist.  just use curlwp.

XXX: can we just do this for MP builds, too?  i think so.


To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 src/sys/kern/subr_lockdebug.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2018-10-25 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Thu Oct 25 10:36:57 UTC 2018

Modified Files:
src/distrib/sets/lists/comp: mi
src/lib/libcurses: Makefile curses.3 curses_addch.3 curses_attributes.3
curses_delch.3 curses_inch.3
Added Files:
src/lib/libcurses: curses_insch.3
Removed Files:
src/lib/libcurses: curses_insertch.3

Log Message:
Rename curses_insertch.3 to curses_insch.3 to match the function names
documented in that manpage.  With the letter salad used in curses
function names naming consistency is very important and this page was
the only one that didn't match.

Add mvinsch and mvwinsch links.  Update xrefs in other man pages.


To generate a diff of this commit:
cvs rdiff -u -r1.2233 -r1.2234 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.85 -r1.86 src/lib/libcurses/Makefile
cvs rdiff -u -r1.72 -r1.73 src/lib/libcurses/curses.3
cvs rdiff -u -r1.9 -r1.10 src/lib/libcurses/curses_addch.3
cvs rdiff -u -r1.8 -r1.9 src/lib/libcurses/curses_attributes.3
cvs rdiff -u -r1.3 -r1.4 src/lib/libcurses/curses_delch.3
cvs rdiff -u -r1.12 -r1.13 src/lib/libcurses/curses_inch.3
cvs rdiff -u -r0 -r1.1 src/lib/libcurses/curses_insch.3
cvs rdiff -u -r1.4 -r0 src/lib/libcurses/curses_insertch.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/acpi

2018-10-25 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Thu Oct 25 10:38:57 UTC 2018

Modified Files:
src/sys/dev/acpi: acpi_resource.c acpivar.h

Log Message:
Add support for 64-bit memory resources.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/sys/dev/acpi/acpi_resource.c
cvs rdiff -u -r1.76 -r1.77 src/sys/dev/acpi/acpivar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libcurses

2018-10-25 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Thu Oct 25 10:41:00 UTC 2018

Modified Files:
src/lib/libcurses: curses_insch.3

Log Message:
Oops, update name in .Dt, bump date.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libcurses/curses_insch.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/distrib/sets/lists/comp

2018-10-25 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Thu Oct 25 13:20:01 UTC 2018

Modified Files:
src/distrib/sets/lists/comp: mi

Log Message:
Mark html3/curses_insertch.html as obsolete too.


To generate a diff of this commit:
cvs rdiff -u -r1.2234 -r1.2235 src/distrib/sets/lists/comp/mi

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-8] src/external/bsd/bind/dist/lib/isc/unix

2018-10-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Oct 25 18:22:31 UTC 2018

Modified Files:
src/external/bsd/bind/dist/lib/isc/unix [netbsd-8]: socket.c

Log Message:
Apply patch, requested by he in ticket #1069:
fix bind9 issue #589: BIND will on NetBSD fail to send replies over
IPv4/UDP larger than 1432 bytes.


To generate a diff of this commit:
cvs rdiff -u -r1.20.6.2 -r1.20.6.3 \
src/external/bsd/bind/dist/lib/isc/unix/socket.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-8] src/sys/netinet6

2018-10-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Oct 25 18:32:54 UTC 2018

Modified Files:
src/sys/netinet6 [netbsd-8]: icmp6.c

Log Message:
Pull up following revision(s) (requested by ozaki-r in ticket #1071):

sys/netinet6/icmp6.c: revision 1.240

Remove a leftover debug printf

Pointed out by hannken@


To generate a diff of this commit:
cvs rdiff -u -r1.211.6.7 -r1.211.6.8 src/sys/netinet6/icmp6.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-8] src/doc

2018-10-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Oct 25 18:33:52 UTC 2018

Modified Files:
src/doc [netbsd-8]: CHANGES-8.1

Log Message:
Tickets #1069 and #1071


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.38 -r1.1.2.39 src/doc/CHANGES-8.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/pci

2018-10-25 Thread Jaromir Dolecek
Module Name:src
Committed By:   jdolecek
Date:   Thu Oct 25 21:03:19 UTC 2018

Modified Files:
src/sys/dev/pci: ahcisata_pci.c siisata_pci.c

Log Message:
release intr if pci_intr_establish_xname() fails


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/sys/dev/pci/ahcisata_pci.c
cvs rdiff -u -r1.19 -r1.20 src/sys/dev/pci/siisata_pci.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/pci

2018-10-25 Thread Jaromir Dolecek
Module Name:src
Committed By:   jdolecek
Date:   Thu Oct 25 21:07:58 UTC 2018

Modified Files:
src/sys/dev/pci: ehci_pci.c

Log Message:
enable MSI support where available


To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 src/sys/dev/pci/ehci_pci.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/rump/net/lib/libnpf

2018-10-25 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Oct 26 00:38:52 UTC 2018

Modified Files:
src/sys/rump/net/lib/libnpf: Makefile

Log Message:
need libnvpair


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/rump/net/lib/libnpf/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/rump/net/lib/libnpf

2018-10-25 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Oct 26 01:33:33 UTC 2018

Modified Files:
src/sys/rump/net/lib/libnpf: Makefile

Log Message:
Comment out _NPF_TESTING (really should be removed)


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/rump/net/lib/libnpf/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/sparc64/dev

2018-10-25 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Fri Oct 26 01:57:59 UTC 2018

Modified Files:
src/sys/arch/sparc64/dev: jbus-i2c.c

Log Message:
- map registers ourselves, no more schizo hackery
- remove some leftover debug code
- print address when attaching
- actually lock/unlock in acquire_bus()/release_bus()
should be ready for general consumption now


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/sparc64/dev/jbus-i2c.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/xen

2018-10-25 Thread Cherry G. Mathew
Module Name:src
Committed By:   cherry
Date:   Fri Oct 26 05:33:21 UTC 2018

Modified Files:
src/sys/arch/xen/include: hypervisor.h
src/sys/arch/xen/x86: hypervisor_machdep.c xen_ipi.c
src/sys/arch/xen/xen: clock.c evtchn.c if_xennet_xenbus.c pciback.c
xbd_xenbus.c xbdback_xenbus.c xencons.c xennetback_xenbus.c
src/sys/arch/xen/xenbus: xenbus_comms.c

Log Message:
Decompose hypervisor_enable_event() into functional steps.

The hypervisor_unmask_event() step is relevant for any event.

The pirq related step is only relevant for pirq bound events.

Prune blanket usage of this, so that usage is semantically appropriate.


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/sys/arch/xen/include/hypervisor.h
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/xen/x86/hypervisor_machdep.c
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/xen/x86/xen_ipi.c
cvs rdiff -u -r1.71 -r1.72 src/sys/arch/xen/xen/clock.c
cvs rdiff -u -r1.81 -r1.82 src/sys/arch/xen/xen/evtchn.c
cvs rdiff -u -r1.80 -r1.81 src/sys/arch/xen/xen/if_xennet_xenbus.c
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/xen/xen/pciback.c
cvs rdiff -u -r1.89 -r1.90 src/sys/arch/xen/xen/xbd_xenbus.c
cvs rdiff -u -r1.68 -r1.69 src/sys/arch/xen/xen/xbdback_xenbus.c
cvs rdiff -u -r1.45 -r1.46 src/sys/arch/xen/xen/xencons.c
cvs rdiff -u -r1.70 -r1.71 src/sys/arch/xen/xen/xennetback_xenbus.c
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/xen/xenbus/xenbus_comms.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/rump/net/lib/libnpf

2018-10-25 Thread Robert Elz
Module Name:src
Committed By:   kre
Date:   Fri Oct 26 06:23:02 UTC 2018

Modified Files:
src/sys/rump/net/lib/libnpf: Makefile

Log Message:
Revert previous (unbreak build) - for now anyway.

It turns out _NPF_TESTING is needed for the (rump only) function
npf_state_setsampler() in sys/net/npf/npf_state.c


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/rump/net/lib/libnpf/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.