CVS commit: src/sys/dev/usb
Module Name:src Committed By: skrll Date: Fri Apr 29 07:11:32 UTC 2016 Modified Files: src/sys/dev/usb: umass.c Log Message: Create the UMASS_INTRIN trasnfer against the correct pipe. Should fix a problem reported to me by wiz@ To generate a diff of this commit: cvs rdiff -u -r1.151 -r1.152 src/sys/dev/usb/umass.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/kernel/kqueue
Module Name:src Committed By: ryoon Date: Fri Apr 29 07:12:34 UTC 2016 Modified Files: src/tests/kernel/kqueue: Makefile Log Message: Tab alignment To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/tests/kernel/kqueue/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/netinet6
Module Name:src Committed By: is Date: Fri Apr 29 11:46:17 UTC 2016 Modified Files: src/sys/netinet6: nd6_nbr.c Log Message: Let non-neighbor NS/NA debug error message include useful information. To generate a diff of this commit: cvs rdiff -u -r1.116 -r1.117 src/sys/netinet6/nd6_nbr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/sys
Module Name:src Committed By: wiz Date: Fri Apr 29 12:25:51 UTC 2016 Modified Files: src/lib/libc/sys: wait.2 Log Message: Sort a bit more. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/lib/libc/sys/wait.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/sys
Module Name:src Committed By: christos Date: Fri Apr 29 13:17:09 UTC 2016 Modified Files: src/lib/libc/sys: wait.2 Log Message: move section around. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/lib/libc/sys/wait.2 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: christos Date: Fri Apr 29 16:08:09 UTC 2016 Modified Files: src: build.sh Log Message: Provide the correct system Makefile path to the tools make. This is needed because although the arch-specific make wrapper sets $MAKEFLAGS to include the proper system Makefile path, configure clears $MAKEFLAGS before it invokes $MAKE to figure out which dependency style to use. This made the build fail during the gcc build. To generate a diff of this commit: cvs rdiff -u -r1.308 -r1.309 src/build.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/gpl3/binutils/dist/bfd
Module Name:src Committed By: joerg Date: Fri Apr 29 16:25:55 UTC 2016 Modified Files: src/external/gpl3/binutils/dist/bfd: elflink.c Log Message: Revert. For whatever reasons, the ELF visibility attributes are not meant to be a useful indicator of what an object expects, so for linking against a protected symbol, it must be declared as normal. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/external/gpl3/binutils/dist/bfd/elflink.c 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: joerg Date: Fri Apr 29 16:26:48 UTC 2016 Modified Files: src/include: locale.h src/lib/libc/locale: global_locale.c setlocale_local.h Log Message: Go back to just using normal visibility for the locale symbols. Without an actual specifier like dllimport, protected visibility is unusable. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/include/locale.h cvs rdiff -u -r1.24 -r1.25 src/lib/libc/locale/global_locale.c cvs rdiff -u -r1.16 -r1.17 src/lib/libc/locale/setlocale_local.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/config
Module Name:src Committed By: mlelstv Date: Fri Apr 29 18:18:22 UTC 2016 Modified Files: src/usr.bin/config: config.5 gram.y sem.c Log Message: Extend syntax of config phrase, a quoted string instead of a device name is passed as root specification string. This can be used to specify a wedge by name. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/usr.bin/config/config.5 cvs rdiff -u -r1.52 -r1.53 src/usr.bin/config/gram.y cvs rdiff -u -r1.73 -r1.74 src/usr.bin/config/sem.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: christos Date: Fri Apr 29 18:29:17 UTC 2016 Modified Files: src/tests/bin/sh: t_expand.sh Log Message: use "" so ${TEST_SH} is expanded. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/tests/bin/sh/t_expand.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7] src/lib/libc/time
Module Name:src Committed By: snj Date: Fri Apr 29 18:53:11 UTC 2016 Modified Files: src/lib/libc/time [netbsd-7]: localtime.c Log Message: Pull up following revision(s) (requested by christos in ticket #1146): lib/libc/time/localtime.c: revision 1.103 via patch Use the correct upper bounds for the types array. The correct upper bound is typecnt not timecnt. Now perpetual 'standard' time zones will work correctly as they have a typecnt of 1 but a timecnt of 0. To generate a diff of this commit: cvs rdiff -u -r1.82.2.2 -r1.82.2.3 src/lib/libc/time/localtime.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/external/bsd/ipf/dist/man
Module Name:src Committed By: snj Date: Fri Apr 29 18:54:49 UTC 2016 Modified Files: src/external/bsd/ipf/dist/man [netbsd-7]: ipf.5 Log Message: Pull up following revision(s) (requested by khorben in ticket #1147): external/bsd/ipf/dist/man/ipf.5: revision 1.5 Correct the example for the port range syntax To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.3.12.1 src/external/bsd/ipf/dist/man/ipf.5 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/external/bsd/ipf/dist/man
Module Name:src Committed By: snj Date: Fri Apr 29 18:55:32 UTC 2016 Modified Files: src/external/bsd/ipf/dist/man [netbsd-7-0]: ipf.5 Log Message: Pull up following revision(s) (requested by khorben in ticket #1147): external/bsd/ipf/dist/man/ipf.5: revision 1.5 Correct the example for the port range syntax To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.3.14.1 src/external/bsd/ipf/dist/man/ipf.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7] src/sys/external/bsd/ipf/netinet
Module Name:src Committed By: snj Date: Fri Apr 29 18:58:17 UTC 2016 Modified Files: src/sys/external/bsd/ipf/netinet [netbsd-7]: ip_nat.c Log Message: Pull up following revision(s) (requested by khorben in ticket #1148): sys/external/bsd/ipf/netinet/ip_nat.c: revision 1.16 Fix matching of ICMP queries when NAT'd through IPF This notably fixes MTU updates for hosts issueing ICMP queries through a NAT performed by NetBSD with IPF. To generate a diff of this commit: cvs rdiff -u -r1.13.2.1 -r1.13.2.2 src/sys/external/bsd/ipf/netinet/ip_nat.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/sys/external/bsd/ipf/netinet
Module Name:src Committed By: snj Date: Fri Apr 29 19:00:40 UTC 2016 Modified Files: src/sys/external/bsd/ipf/netinet [netbsd-7]: fil.c Log Message: Pull up following revision(s) (requested by christos in ticket #1152): sys/external/bsd/ipf/netinet/fil.c: revision 1.17 Comment out the mutex calls that protect against concurrent configuration changes and processing. This needs to be done differently since you can't sleep during interrupt processing. To generate a diff of this commit: cvs rdiff -u -r1.15.2.1 -r1.15.2.2 src/sys/external/bsd/ipf/netinet/fil.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/usr.bin/ftp
Module Name:src Committed By: snj Date: Fri Apr 29 19:03:44 UTC 2016 Modified Files: src/usr.bin/ftp [netbsd-7]: fetch.c Log Message: Pull up following revision(s) (requested by nonaka in ticket #1153): usr.bin/ftp/fetch.c: revision 1.223 PR/51043: Yorick Hardy: ftp(1) should use the port number for CONNECT To generate a diff of this commit: cvs rdiff -u -r1.205.4.3 -r1.205.4.4 src/usr.bin/ftp/fetch.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/sys/miscfs/specfs
Module Name:src Committed By: snj Date: Fri Apr 29 19:07:21 UTC 2016 Modified Files: src/sys/miscfs/specfs [netbsd-7]: spec_vnops.c Log Message: Pull up following revision(s) (requested by hannken in ticket #1154): sys/miscfs/specfs/spec_vnops.c: revisions 1.161, 1.162 Whhen spec_strategy() extracts v_rdev take care to avoid a race with spec_revoke. Fixes PR kern/50467 Panic from disconnecting phone while reading its contents -- Avoid a race with spec_revoke for the assertion too. Final fix for PR kern/50467 Panic from disconnecting phone while reading its contents To generate a diff of this commit: cvs rdiff -u -r1.145 -r1.145.2.1 src/sys/miscfs/specfs/spec_vnops.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/sys/miscfs/specfs
Module Name:src Committed By: snj Date: Fri Apr 29 19:09:32 UTC 2016 Modified Files: src/sys/miscfs/specfs [netbsd-7-0]: spec_vnops.c Log Message: Pull up following revision(s) (requested by hannken in ticket #1154): sys/miscfs/specfs/spec_vnops.c: revision 1.161, 1.162 Whhen spec_strategy() extracts v_rdev take care to avoid a race with spec_revoke. Fixes PR kern/50467 Panic from disconnecting phone while reading its contents -- Avoid a race with spec_revoke for the assertion too. Final fix for PR kern/50467 Panic from disconnecting phone while reading its contents To generate a diff of this commit: cvs rdiff -u -r1.145 -r1.145.6.1 src/sys/miscfs/specfs/spec_vnops.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: Fri Apr 29 19:17:22 UTC 2016 Modified Files: src/doc [netbsd-7]: CHANGES-7.1 Log Message: 1146-1148, 1152-1154 To generate a diff of this commit: cvs rdiff -u -r1.1.2.81 -r1.1.2.82 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: [netbsd-7-0] src/doc
Module Name:src Committed By: snj Date: Fri Apr 29 19:24:47 UTC 2016 Modified Files: src/doc [netbsd-7-0]: CHANGES-7.0.1 Log Message: 1147, 1154 To generate a diff of this commit: cvs rdiff -u -r1.1.2.51 -r1.1.2.52 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: src/sys/arch/sparc/dev
Module Name:src Committed By: macallan Date: Sat Apr 30 05:22:19 UTC 2016 Modified Files: src/sys/arch/sparc/dev: sxreg.h Log Message: sprinkle ()s in macros To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/sparc/dev/sxreg.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/sparc/dev
Module Name:src Committed By: macallan Date: Sat Apr 30 05:23:03 UTC 2016 Modified Files: src/sys/arch/sparc/dev: cgfourteen.c cgfourteenvar.h Log Message: support anti-aliased fonts, glyphcache etc. To generate a diff of this commit: cvs rdiff -u -r1.79 -r1.80 src/sys/arch/sparc/dev/cgfourteen.c cvs rdiff -u -r1.17 -r1.18 src/sys/arch/sparc/dev/cgfourteenvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/sparc/conf
Module Name:src Committed By: macallan Date: Sat Apr 30 05:24:45 UTC 2016 Modified Files: src/sys/arch/sparc/conf: files.sparc Log Message: cgfourteen needs glyphcache now To generate a diff of this commit: cvs rdiff -u -r1.155 -r1.156 src/sys/arch/sparc/conf/files.sparc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.