CVS commit: src/sys/netipsec

2018-03-01 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Fri Mar 2 07:37:14 UTC 2018 Modified Files: src/sys/netipsec: key.c keydb.h Log Message: Avoid data races on lifetime counters by using percpu(9) We don't make them percpu(9) directly because the structure is exposed to

CVS commit: src/sys/dev/pci

2018-03-01 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Mar 2 06:40:31 UTC 2018 Modified Files: src/sys/dev/pci: pcidevs Log Message: Add Intel Gemini Lake devices. To generate a diff of this commit: cvs rdiff -u -r1.1316 -r1.1317 src/sys/dev/pci/pcidevs Please note that

CVS commit: src/lib/libc/inet

2018-03-01 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Fri Mar 2 06:31:53 UTC 2018 Modified Files: src/lib/libc/inet: inet_ntop.c Log Message: PR/48585: Set errno when returning NULL for AF_INET In inet_ntop4(), errno wasn't set before returning NULL. Seems like an oversight in the

CVS commit: src/sys/dev

2018-03-01 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Mar 2 06:04:16 UTC 2018 Modified Files: src/sys/dev: DEVNAMES Log Message: Rename the i2c attribute i2cbus, and add the MI iic device. Note that the iic device source files are named i2c* Also note that iic attaches at

CVS commit: src/sys/dev

2018-03-01 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Mar 2 06:01:20 UTC 2018 Modified Files: src/sys/dev: DEVNAMES Log Message: Since acorn26 has been retired, release all acorn26-speceific device name entries. To generate a diff of this commit: cvs rdiff -u -r1.305

CVS commit: src/etc

2018-03-01 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Fri Mar 2 00:25:26 UTC 2018 Modified Files: src/etc/etc.amd64: boot.cfg src/etc/etc.i386: boot.cfg Log Message: Instead of explicitly specifying a kernel name, ommit to allow the bootloader to iterate through the list of

CVS commit: src/sys/arch/ia64

2018-03-01 Thread Sean Cole
Module Name:src Committed By: scole Date: Thu Mar 1 23:01:19 UTC 2018 Modified Files: src/sys/arch/ia64/include: pci_machdep.h src/sys/arch/ia64/pci: pci_machdep.c Log Message: Remove empty pci_enumerate_bus() stub specific for ia64. I think it was originally

CVS commit: src/share/misc

2018-03-01 Thread Brian Ginsbach
Module Name:src Committed By: ginsbach Date: Thu Mar 1 19:09:33 UTC 2018 Modified Files: src/share/misc: acronyms.comp Log Message: Add SMEP and additional CSDL and LTO acronyms To generate a diff of this commit: cvs rdiff -u -r1.192 -r1.193

CVS commit: [netbsd-8] src/doc

2018-03-01 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Mar 1 19:09:02 UTC 2018 Modified Files: src/doc [netbsd-8]: CHANGES-8.0 Log Message: Tickets #596 - #599 To generate a diff of this commit: cvs rdiff -u -r1.1.2.135 -r1.1.2.136 src/doc/CHANGES-8.0 Please note that diffs

CVS commit: [netbsd-8] src/sys/arch/x86/include

2018-03-01 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Mar 1 19:07:31 UTC 2018 Modified Files: src/sys/arch/x86/include [netbsd-8]: Makefile Log Message: Pull up following revision(s) (requested by kamil in ticket #599): sys/arch/x86/include/Makefile: revision 1.22 Stop

CVS commit: [netbsd-8] src

2018-03-01 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Mar 1 19:04:57 UTC 2018 Modified Files: src/share/mk [netbsd-8]: bsd.test.mk src/tests/lib [netbsd-8]: Makefile Log Message: Pull up following revision(s) (requested by kre in ticket #598):

CVS commit: [netbsd-8] src/sys/dev/pci/ixgbe

2018-03-01 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Mar 1 19:02:15 UTC 2018 Modified Files: src/sys/dev/pci/ixgbe [netbsd-8]: ix_txrx.c ixgbe.c ixgbe.h ixv.c Log Message: Pull up following revision(s) (requested by knakahara in ticket #597): sys/dev/pci/ixgbe/ixgbe.h:

CVS commit: [netbsd-8] src/lib/libc/arch/powerpc

2018-03-01 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Mar 1 17:15:14 UTC 2018 Modified Files: src/lib/libc/arch/powerpc [netbsd-8]: genassym.cf src/lib/libc/arch/powerpc/gen [netbsd-8]: swapcontext.S Log Message: Pull up following revision(s) (requested by uwe in ticket

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

2018-03-01 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Mar 1 16:55:01 UTC 2018 Modified Files: src/sys/arch/x86/x86: pmap.c Log Message: Replace PG_G by pmap_pg_g, for the sake of removing references to the former. No functional change since pmap_pg_g = PG_G. To generate a diff

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

2018-03-01 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Mar 1 16:49:07 UTC 2018 Modified Files: src/sys/arch/x86/x86: svs.c Log Message: Remove these two KASSERTs. Thinking about it, they may fire when the user enters "sysctl -w machdep.svs.enabled=0", if the xcall is received

CVS commit: src/sys/arch/powerpc/pic

2018-03-01 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Mar 1 16:03:02 UTC 2018 Modified Files: src/sys/arch/powerpc/pic: pic_openpic.c Log Message: use mapiodev() so this can work on G5s To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/sys/netinet

2018-03-01 Thread Roy Marples
Module Name:src Committed By: roy Date: Thu Mar 1 14:40:57 UTC 2018 Modified Files: src/sys/netinet: if_arp.c Log Message: Sprinkle some const. To generate a diff of this commit: cvs rdiff -u -r1.267 -r1.268 src/sys/netinet/if_arp.c Please note that diffs are not

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

2018-03-01 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Mar 1 13:55:25 UTC 2018 Modified Files: src/sys/arch/macppc/dev: uni-n.c Log Message: match /u3, found in some G5 To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/macppc/dev/uni-n.c Please note

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

2018-03-01 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Mar 1 13:54:37 UTC 2018 Modified Files: src/sys/arch/macppc/dev: kauai.c Log Message: match K2 UATA, found in some G5 To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/sys/arch/macppc/dev/kauai.c Please

CVS commit: src/sys/dev

2018-03-01 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Mar 1 08:44:12 UTC 2018 Modified Files: src/sys/dev: DEVNAMES Log Message: Follow previous entries, and list the imc and imcsmb devices twice, once each for amd64 and i386 To generate a diff of this commit: cvs rdiff -u