CVS commit: src

2016-05-17 Thread S.P.Zeidler
Module Name:src Committed By: spz Date: Tue May 17 23:53:02 UTC 2016 Modified Files: src/distrib/sets/lists/base: shl.mi src/distrib/sets/lists/debug: shl.mi src/external/mit/expat/dist/lib: xmlparse.c xmltok.c xmltok.h xmltok_impl.c

CVS commit: src/doc/roadmaps

2016-05-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue May 17 21:03:36 UTC 2016 Modified Files: src/doc/roadmaps: storage Log Message: mention my last coda work To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/doc/roadmaps/storage Please note that diffs are

CVS commit: src/doc/roadmaps

2016-05-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue May 17 20:53:53 UTC 2016 Modified Files: src/doc/roadmaps: networking Log Message: reflect reality (through my ping glasses) To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/doc/roadmaps/networking Please

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

2016-05-17 Thread Palle Lyckegaard
Module Name:src Committed By: palle Date: Tue May 17 19:43:28 UTC 2016 Modified Files: src/sys/arch/sparc64/sparc64: genassym.cf locore.s Log Message: sun4v: Implement missng MMU protection trap handling - mostly from OpenBSD To generate a diff of this commit: cvs rdiff

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

2016-05-17 Thread Palle Lyckegaard
Module Name:src Committed By: palle Date: Tue May 17 19:39:44 UTC 2016 Modified Files: src/sys/arch/sparc64/doc: TODO Log Message: Update TODO: sun4v_datatrap handling for trap level 0 is working To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

CVS commit: [netbsd-7] src/doc

2016-05-17 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Tue May 17 18:51:39 UTC 2016 Modified Files: src/doc [netbsd-7]: CHANGES-7.1 Log Message: 1168 To generate a diff of this commit: cvs rdiff -u -r1.1.2.89 -r1.1.2.90 src/doc/CHANGES-7.1 Please note that diffs are not public

CVS commit: [netbsd-7] src/crypto/external/bsd/openssh/dist

2016-05-17 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Tue May 17 18:50:35 UTC 2016 Modified Files: src/crypto/external/bsd/openssh/dist [netbsd-7]: session.c Log Message: Pull up following revision(s) (requested by christos in ticket #1168):

CVS commit: [netbsd-7-0] src/doc

2016-05-17 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Tue May 17 18:49:33 UTC 2016 Modified Files: src/doc [netbsd-7-0]: CHANGES-7.0.1 Log Message: 1168 To generate a diff of this commit: cvs rdiff -u -r1.1.2.54 -r1.1.2.55 src/doc/CHANGES-7.0.1 Please note that diffs are not public

CVS commit: [netbsd-7-0] src/crypto/external/bsd/openssh/dist

2016-05-17 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Tue May 17 18:48:29 UTC 2016 Modified Files: src/crypto/external/bsd/openssh/dist [netbsd-7-0]: session.c Log Message: Pull up following revision(s) (requested by christos in ticket #1168):

CVS commit: src/sys/net

2016-05-17 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue May 17 15:21:14 UTC 2016 Modified Files: src/sys/net: rtsock.c Log Message: Fix RT_IN_PRINT To generate a diff of this commit: cvs rdiff -u -r1.187 -r1.188 src/sys/net/rtsock.c Please note that diffs are not public

CVS commit: src/sys/dev/ic

2016-05-17 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Tue May 17 14:44:53 UTC 2016 Modified Files: src/sys/dev/ic: gem.c Log Message: PR kern/46083 Track the start of each packet, so that we set the "Start of Frame" bit in all the relevant transmit descriptors when enqueing multiple

CVS commit: src/external/gpl2/xcvs/dist

2016-05-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue May 17 14:00:09 UTC 2016 Modified Files: src/external/gpl2/xcvs/dist/lib: __fpending.c alloca.c allocsa.c asnprintf.c asprintf.c atexit.c basename.c canon-host.c canonicalize.c chdir-long.c closeout.c

CVS commit: src/sys/net

2016-05-17 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue May 17 12:58:21 UTC 2016 Modified Files: src/sys/net: rtsock.c Log Message: Tidy up route_output Avoid jumping into the middle of a switch statement, use a function instead. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/usb

2016-05-17 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue May 17 11:37:51 UTC 2016 Modified Files: src/sys/dev/usb: usbdi.c Log Message: initialize buf to NULL for error branch on line 532 To generate a diff of this commit: cvs rdiff -u -r1.170 -r1.171 src/sys/dev/usb/usbdi.c

CVS commit: src/sys/dev/pci

2016-05-17 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue May 17 10:05:31 UTC 2016 Modified Files: src/sys/dev/pci: if_vioif.c Log Message: Try to get more packets going if the transmit interrupt indicates some were sent. Doing so avoids a situation where vioif_start never gets

CVS commit: src/tests/bin/sh

2016-05-17 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue May 17 09:05:15 UTC 2016 Modified Files: src/tests/bin/sh: t_shift.sh Log Message: Use valid (standard) shell syntax, in anticipation of /bin/sh enforcing it sometime soon (perhaps.) To generate a diff of this commit: cvs

CVS commit: src/sys/netinet

2016-05-17 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue May 17 09:00:24 UTC 2016 Modified Files: src/sys/netinet: if_arp.c Log Message: Get rid of unnecessary assignment To generate a diff of this commit: cvs rdiff -u -r1.209 -r1.210 src/sys/netinet/if_arp.c Please note that

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

2016-05-17 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue May 17 08:27:24 UTC 2016 Modified Files: src/sys/arch/arm/include: armreg.h Log Message: Fix CORTEXA9Rx definitions. To generate a diff of this commit: cvs rdiff -u -r1.110 -r1.111 src/sys/arch/arm/include/armreg.h Please

CVS commit: src/doc

2016-05-17 Thread Ryo Shimizu
se processor-specific features to optimize memory access time to the kernel image on amd64 and i386. [maxv 20160515] + arm: Add support for i.MX7 SoC. [ryo 20160517]