CVS commit: src/sys/arch/arm/include
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 note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/netinet
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 diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/bin/sh
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 rdiff -u -r1.1 -r1.2 src/tests/bin/sh/t_shift.sh 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
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 called in case the sendqueue fills up and therefore the interface perpetually drops all packets due to the queue being full. (not sure why all drivers need to do this themselves; just keeping up with the joneses) Problem reported and patch tested by jmmlmendes and yasukata at repo.rumpkernel.org/rumprun To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/dev/pci/if_vioif.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/usb
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 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/net
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 -r1.186 -r1.187 src/sys/net/rtsock.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/gpl2/xcvs/dist
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 cycle-check.c dirname.c dup-safer.c dup2.c error.c exitfail.c fd-safer.c filenamecat.c fncase.c fnmatch.c fnmatch_loop.c fseeko.c ftello.c ftruncate.c gai_strerror.c getaddrinfo.c getcwd.c getdate.c getdelim.c gethostname.c getline.c getlogin_r.c getndelim2.c getnline.c getopt.c getopt1.c getpass.c gettime.c gettimeofday.c glob.c lstat.c malloc.c mbchar.c md5.c memchr.c memmove.c mempcpy.c memrchr.c mkdir.c mkstemp.c mktime.c nanosleep.c openat.c pagealign_alloc.c pipe-safer.c printf-args.c printf-parse.c progname.c quotearg.c readlink.c realloc.c regcomp.c regex.c regex_internal.c regexec.c rename.c rpmatch.c save-cwd.c setenv.c sighandle.c strcasecmp.c strdup.c strerror.c strftime.c stripslash.c strncasecmp.c strnlen1.c strstr.c strtol.c strtoul.c sunos57-select.c tempname.c time_r.c unsetenv.c vasnprintf.c vasprintf.c waitpid.c xalloc-die.c xgetcwd.c xgethostname.c xmalloc.c xreadlink.c yesno.c src/external/gpl2/xcvs/dist/src: acl.c add.c admin.c annotate.c buffer.c checkin.c checkout.c classify.c client.c commit.c create_adm.c cvsrc.c diff.c edit.c entries.c error.c exithandle.c expand_path.c fileattr.c filesubr.c find_names.c gssapi-client.c hardlink.c hash.c history.c ignore.c import.c kerberos4-client.c lock.c log-buffer.c log.c login.c logmsg.c ls.c main.c mkmodules.c modules.c ms-buffer.c myndbm.c no_diff.c parseinfo.c patch.c rcs.c rcscmds.c recurse.c release.c remove.c repos.c root.c rsh-client.c run.c scramble.c server.c socket-client.c stack.c status.c subr.c tag.c update.c vers_ts.c version.c watch.c wrapper.c zlib.c Log Message: Add RCSID's To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 src/external/gpl2/xcvs/dist/lib/__fpending.c \ src/external/gpl2/xcvs/dist/lib/alloca.c \ src/external/gpl2/xcvs/dist/lib/allocsa.c \ src/external/gpl2/xcvs/dist/lib/asnprintf.c \ src/external/gpl2/xcvs/dist/lib/asprintf.c \ src/external/gpl2/xcvs/dist/lib/atexit.c \ src/external/gpl2/xcvs/dist/lib/basename.c \ src/external/gpl2/xcvs/dist/lib/canon-host.c \ src/external/gpl2/xcvs/dist/lib/canonicalize.c \ src/external/gpl2/xcvs/dist/lib/chdir-long.c \ src/external/gpl2/xcvs/dist/lib/closeout.c \ src/external/gpl2/xcvs/dist/lib/cycle-check.c \ src/external/gpl2/xcvs/dist/lib/dirname.c \ src/external/gpl2/xcvs/dist/lib/dup-safer.c \ src/external/gpl2/xcvs/dist/lib/dup2.c \ src/external/gpl2/xcvs/dist/lib/error.c \ src/external/gpl2/xcvs/dist/lib/exitfail.c \ src/external/gpl2/xcvs/dist/lib/fd-safer.c \ src/external/gpl2/xcvs/dist/lib/filenamecat.c \ src/external/gpl2/xcvs/dist/lib/fncase.c \ src/external/gpl2/xcvs/dist/lib/fnmatch.c \ src/external/gpl2/xcvs/dist/lib/fnmatch_loop.c \ src/external/gpl2/xcvs/dist/lib/fseeko.c \ src/external/gpl2/xcvs/dist/lib/ftello.c \ src/external/gpl2/xcvs/dist/lib/ftruncate.c \ src/external/gpl2/xcvs/dist/lib/gai_strerror.c \ src/external/gpl2/xcvs/dist/lib/getaddrinfo.c \ src/external/gpl2/xcvs/dist/lib/getcwd.c \ src/external/gpl2/xcvs/dist/lib/getdelim.c \ src/external/gpl2/xcvs/dist/lib/gethostname.c \ src/external/gpl2/xcvs/dist/lib/getline.c \ src/external/gpl2/xcvs/dist/lib/getlogin_r.c \ src/external/gpl2/xcvs/dist/lib/getndelim2.c \ src/external/gpl2/xcvs/dist/lib/getnline.c \ src/external/gpl2/xcvs/dist/lib/getopt.c \ src/external/gpl2/xcvs/dist/lib/getopt1.c \ src/external/gpl2/xcvs/dist/lib/getpass.c \ src/external/gpl2/xcvs/dist/lib/gettime.c \ src/external/gpl2/xcvs/dist/lib/gettimeofday.c \ src/external/gpl2/xcvs/dist/lib/glob.c \ src/external/gpl2/xcvs/dist/lib/lstat.c \ src/external/gpl2/xcvs/dist/lib/malloc.c \ src/external/gpl2/xcvs/dist/lib/mbchar.c \ src/external/gpl2/xcvs/dist/lib/md5.c \ src/external/gpl2/xcvs/dist/lib/memchr.c \ src/external/gpl2/xcvs/dist/lib/memmove.c \ src/external/gpl2/xcvs/dist/lib/mempcpy.c \ src/external/gpl2/xcvs/dist/lib/memrchr.c \ src/external/gpl2/xcvs/dist/lib/mkdir.c \ src/external/gpl2/xcvs/dist/lib/mkstemp.c \ src/external/gpl2/xcvs/dist/lib/mktime.c \ src/external/gpl2/xcvs/dist/lib/nanosleep.c \ src/external/gpl2/xcvs/dist/lib/openat.c \ src/external/gpl2/xcvs/dist/lib/pagealign_alloc.c \ src/external/gpl2/xcvs/dist/lib/pipe-safer.c \ src/external/gpl2/xcvs/dist/lib/printf-args.c \ src/external/g
CVS commit: src/sys/dev/ic
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 packets. Patch from Valery Ushakov, slightly modified by me to handle debug output. Tested on macppc/6.x and sparc64/7.99.x. To generate a diff of this commit: cvs rdiff -u -r1.104 -r1.105 src/sys/dev/ic/gem.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/net
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 domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7-0] src/crypto/external/bsd/openssh/dist
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): crypto/external/bsd/openssh/dist/session.c: revision 1.19 If PAM is configured to read user-specified environment variables and UseLogin=yes in sshd_config, then a hostile local user may attack /bin/login via LD_PRELOAD or similar environment variables set via PAM. CVE-2015-8325, found by Shayan Sadigh, via Colin Watson https://anongit.mindrot.org/openssh.git/commit/?id=85bdcd7c92fe7ff133bbc4e10a65c91810f88755 XXX: pullup-7 To generate a diff of this commit: cvs rdiff -u -r1.12.4.1 -r1.12.4.1.2.1 \ src/crypto/external/bsd/openssh/dist/session.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7-0] src/doc
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 domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7] src/crypto/external/bsd/openssh/dist
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): crypto/external/bsd/openssh/dist/session.c: revision 1.19 If PAM is configured to read user-specified environment variables and UseLogin=yes in sshd_config, then a hostile local user may attack /bin/login via LD_PRELOAD or similar environment variables set via PAM. CVE-2015-8325, found by Shayan Sadigh, via Colin Watson https://anongit.mindrot.org/openssh.git/commit/?id=85bdcd7c92fe7ff133bbc4e10a65c91810f88755 XXX: pullup-7 To generate a diff of this commit: cvs rdiff -u -r1.12.4.1 -r1.12.4.2 \ src/crypto/external/bsd/openssh/dist/session.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7] src/doc
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 domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/sparc64/doc
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 src/sys/arch/sparc64/doc/TODO 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/sparc64
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 -u -r1.78 -r1.79 src/sys/arch/sparc64/sparc64/genassym.cf cvs rdiff -u -r1.395 -r1.396 src/sys/arch/sparc64/sparc64/locore.s Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/doc/roadmaps
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 note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/doc/roadmaps
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 not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
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 src/external/mit/expat/lib/libexpat: shlib_version Log Message: Fixes for CVE-2016-0718 from upstream. To generate a diff of this commit: cvs rdiff -u -r1.771 -r1.772 src/distrib/sets/lists/base/shl.mi cvs rdiff -u -r1.133 -r1.134 src/distrib/sets/lists/debug/shl.mi cvs rdiff -u -r1.4 -r1.5 src/external/mit/expat/dist/lib/xmlparse.c cvs rdiff -u -r1.1.1.2 -r1.2 src/external/mit/expat/dist/lib/xmltok.c cvs rdiff -u -r1.1.1.1 -r1.2 src/external/mit/expat/dist/lib/xmltok.h cvs rdiff -u -r1.3 -r1.4 src/external/mit/expat/dist/lib/xmltok_impl.c cvs rdiff -u -r1.3 -r1.4 src/external/mit/expat/lib/libexpat/shlib_version 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
Module Name:src Committed By: knakahara Date: Wed May 18 06:55:52 UTC 2016 Modified Files: src/sys/dev/pci: if_wm.c Log Message: fix unmatched dma sync size for NEWQUEUE. This bug would have caused wm_nq_tx_offload() not to work. To generate a diff of this commit: cvs rdiff -u -r1.397 -r1.398 src/sys/dev/pci/if_wm.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.