CVS commit: [netbsd-7] src
Module Name:src Committed By: bouyer Date: Sun Sep 25 11:16:02 UTC 2016 Modified Files: src/doc [netbsd-7]: 3RDPARTY src/external/mit/lua/dist [netbsd-7]: Makefile README src/external/mit/lua/dist/doc [netbsd-7]: contents.html lua.css manual.html readme.html src/external/mit/lua/dist/src [netbsd-7]: lapi.c lauxlib.c lbaselib.c lcode.c lcode.h lcorolib.c ldebug.c ldo.c ldo.h lgc.c lgc.h liolib.c llex.c llex.h lobject.c loslib.c lparser.c lparser.h lstate.h lstrlib.c ltablib.c ltm.c ltm.h lua.h luaconf.h lvm.c lvm.h Log Message: Pull up the following revisions, requested by salazar in ticket 1251: external/mit/lua/dist/Makefile sync to 1.6 external/mit/lua/dist/READMEsync to 1.6 external/mit/lua/dist/doc/contents.html sync to 1.5 external/mit/lua/dist/doc/lua.css sync to 1.6 external/mit/lua/dist/doc/manual.html sync to 1.6 external/mit/lua/dist/doc/readme.html sync to 1.5 external/mit/lua/dist/src/lapi.csync to 1.7 external/mit/lua/dist/src/lauxlib.c sync to 1.7 external/mit/lua/dist/src/lbaselib.csync to 1.7 external/mit/lua/dist/src/lcode.c sync to 1.8 external/mit/lua/dist/src/lcode.h sync to 1.5 external/mit/lua/dist/src/lcorolib.csync to 1.4 external/mit/lua/dist/src/ldebug.c sync to 1.7 external/mit/lua/dist/src/ldo.c sync to 1.6 external/mit/lua/dist/src/ldo.h sync to 1.6 external/mit/lua/dist/src/lgc.c sync to 1.6 external/mit/lua/dist/src/lgc.h sync to 1.5 external/mit/lua/dist/src/liolib.c sync to 1.6 external/mit/lua/dist/src/llex.csync to 1.9 external/mit/lua/dist/src/llex.hsync to 1.5 external/mit/lua/dist/src/lobject.c sync to 1.9 external/mit/lua/dist/src/loslib.c sync to 1.8 external/mit/lua/dist/src/lparser.c sync to 1.7 external/mit/lua/dist/src/lparser.h sync to 1.5 external/mit/lua/dist/src/lstate.h sync to 1.6 external/mit/lua/dist/src/lstrlib.c sync to 1.15 external/mit/lua/dist/src/ltablib.c sync to 1.6 external/mit/lua/dist/src/ltm.c sync to 1.6 external/mit/lua/dist/src/ltm.h sync to 1.5 external/mit/lua/dist/src/lua.h sync to 1.7 external/mit/lua/dist/src/luaconf.h sync to 1.19 external/mit/lua/dist/src/lvm.c sync to 1.11 external/mit/lua/dist/src/lvm.h sync to 1.7 doc/3RDPARTY1.1360 via patch Update Lua to 5.3.3 To generate a diff of this commit: cvs rdiff -u -r1.1145.2.27 -r1.1145.2.28 src/doc/3RDPARTY cvs rdiff -u -r1.2.2.3 -r1.2.2.4 src/external/mit/lua/dist/Makefile \ src/external/mit/lua/dist/README cvs rdiff -u -r1.2.2.2 -r1.2.2.3 src/external/mit/lua/dist/doc/contents.html \ src/external/mit/lua/dist/doc/readme.html cvs rdiff -u -r1.2.2.3 -r1.2.2.4 src/external/mit/lua/dist/doc/lua.css \ src/external/mit/lua/dist/doc/manual.html cvs rdiff -u -r1.2.2.4 -r1.2.2.5 src/external/mit/lua/dist/src/lapi.c \ src/external/mit/lua/dist/src/ldebug.c \ src/external/mit/lua/dist/src/llex.c src/external/mit/lua/dist/src/lua.h cvs rdiff -u -r1.3.2.3 -r1.3.2.4 src/external/mit/lua/dist/src/lauxlib.c \ src/external/mit/lua/dist/src/lbaselib.c \ src/external/mit/lua/dist/src/lobject.c cvs rdiff -u -r1.2.2.3 -r1.2.2.4 src/external/mit/lua/dist/src/lcode.c \ src/external/mit/lua/dist/src/ldo.c src/external/mit/lua/dist/src/ldo.h \ src/external/mit/lua/dist/src/lgc.c \ src/external/mit/lua/dist/src/liolib.c \ src/external/mit/lua/dist/src/loslib.c \ src/external/mit/lua/dist/src/lstate.h \ src/external/mit/lua/dist/src/ltablib.c \ src/external/mit/lua/dist/src/ltm.c src/external/mit/lua/dist/src/lvm.h cvs rdiff -u -r1.2.2.2 -r1.2.2.3 src/external/mit/lua/dist/src/lcode.h \ src/external/mit/lua/dist/src/lgc.h src/external/mit/lua/dist/src/llex.h \ src/external/mit/lua/dist/src/lparser.c \ src/external/mit/lua/dist/src/lparser.h \ src/external/mit/lua/dist/src/ltm.h cvs rdiff -u -r1.1.4.2 -r1.1.4.3 src/external/mit/lua/dist/src/lcorolib.c cvs rdiff -u -r1.5.2.4 -r1.5.2.5 src/external/mit/lua/dist/src/lstrlib.c cvs rdiff -u -r1.9.2.5 -r1.9.2.6 src/external/mit/lua/dist/src/luaconf.h cvs rdiff -u -r1.3.2.5 -r1.3.2.6 src/external/mit/lua/dist/src/lvm.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/tests/lib/libc
Module Name:src Committed By: bouyer Date: Sun Sep 25 11:24:26 UTC 2016 Modified Files: src/tests/lib/libc/net/getaddrinfo [netbsd-7]: Makefile src/tests/lib/libc/regex [netbsd-7]: Makefile Log Message: Pull up following revision(s) (requested by darcy in ticket #1241): tests/lib/libc/net/getaddrinfo/Makefile: revision 1.2 tests/lib/libc/regex/Makefile: revision 1.10 Replace MKMAN with NOMAN as suggested by christos@. Allows userland to build when building man pages. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.1.24.1 src/tests/lib/libc/net/getaddrinfo/Makefile cvs rdiff -u -r1.9 -r1.9.10.1 src/tests/lib/libc/regex/Makefile 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/lib/libsa
Module Name:src Committed By: bouyer Date: Sun Sep 25 11:28:41 UTC 2016 Modified Files: src/sys/lib/libsa [netbsd-7-0]: checkpasswd.c Log Message: Pull up following revision(s) (requested by dholland in ticket #1250): sys/lib/libsa/checkpasswd.c: revision 1.10 Check bounds on input. From Michael Plass. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.9.38.1 src/sys/lib/libsa/checkpasswd.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/lib/libsa
Module Name:src Committed By: bouyer Date: Sun Sep 25 11:28:36 UTC 2016 Modified Files: src/sys/lib/libsa [netbsd-7]: checkpasswd.c Log Message: Pull up following revision(s) (requested by dholland in ticket #1250): sys/lib/libsa/checkpasswd.c: revision 1.10 Check bounds on input. From Michael Plass. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.9.34.1 src/sys/lib/libsa/checkpasswd.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/lib/libm
Module Name:src Committed By: bouyer Date: Sun Sep 25 11:32:33 UTC 2016 Modified Files: src/lib/libm [netbsd-7]: Makefile Log Message: Pull up following revision(s) (requested by jakllsch in ticket #1253): lib/libm/Makefile: revision 1.185 via patch Actually get fma(3) and friends into ARM libm. To generate a diff of this commit: cvs rdiff -u -r1.164.2.3 -r1.164.2.4 src/lib/libm/Makefile 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/net
Module Name:src Committed By: bouyer Date: Sun Sep 25 11:35:28 UTC 2016 Modified Files: src/sys/net [netbsd-7]: if_spppsubr.c Log Message: Pull up following revision(s) (requested by joerg in ticket #1254): sys/net/if_spppsubr.c: revision 1.149 Report link state changes for sppp consumers. The link is considered up, if the current phase is SPPP_PHASE_NETWORK, otherwise it is down. Useful when using dhcpcd for DHCPv6 PD. To generate a diff of this commit: cvs rdiff -u -r1.130 -r1.130.2.1 src/sys/net/if_spppsubr.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: bouyer Date: Sun Sep 25 11:38:50 UTC 2016 Modified Files: src/doc [netbsd-7]: CHANGES-7.1 Log Message: tickets 1251, 1241, 1250, 1253, 1254 To generate a diff of this commit: cvs rdiff -u -r1.1.2.109 -r1.1.2.110 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: bouyer Date: Sun Sep 25 11:39:00 UTC 2016 Modified Files: src/doc [netbsd-7-0]: CHANGES-7.0.2 Log Message: ticket 1250 To generate a diff of this commit: cvs rdiff -u -r1.1.2.12 -r1.1.2.13 src/doc/CHANGES-7.0.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/ufs/ffs
Module Name:src Committed By: jdolecek Date: Sun Sep 25 11:45:39 UTC 2016 Modified Files: src/sys/ufs/ffs: ffs_balloc.c Log Message: fix typo in #ifdef notyet part To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 src/sys/ufs/ffs/ffs_balloc.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/arch/xen/conf
Module Name:src Committed By: bouyer Date: Sun Sep 25 12:11:33 UTC 2016 Modified Files: src/sys/arch/xen/conf [netbsd-7]: files.xen Log Message: Pull up following revision(s) (requested by sborrill in ticket #1255): sys/arch/xen/conf/files.xen: revision 1.137 Include files.sljit as i386/amd64 do. To generate a diff of this commit: cvs rdiff -u -r1.133 -r1.133.4.1 src/sys/arch/xen/conf/files.xen 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/arch/sparc64/sparc64
Module Name:src Committed By: bouyer Date: Sun Sep 25 12:13:39 UTC 2016 Modified Files: src/sys/arch/sparc64/sparc64 [netbsd-7]: locore.s Log Message: Pull up following revision(s) (requested by nakayama in ticket #1257): sys/arch/sparc64/sparc64/locore.s: revision 1.401 Fix RAS for 32-bit kernels. trapframe is always 64-bit. To generate a diff of this commit: cvs rdiff -u -r1.369.2.3 -r1.369.2.4 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: [netbsd-7-0] src/sys/arch/sparc64/sparc64
Module Name:src Committed By: bouyer Date: Sun Sep 25 12:13:54 UTC 2016 Modified Files: src/sys/arch/sparc64/sparc64 [netbsd-7-0]: locore.s Log Message: Pull up following revision(s) (requested by nakayama in ticket #1257): sys/arch/sparc64/sparc64/locore.s: revision 1.401 Fix RAS for 32-bit kernels. trapframe is always 64-bit. To generate a diff of this commit: cvs rdiff -u -r1.369.2.2.2.1 -r1.369.2.2.2.2 \ 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: [netbsd-7] src/doc
Module Name:src Committed By: bouyer Date: Sun Sep 25 12:25:13 UTC 2016 Modified Files: src/doc [netbsd-7]: CHANGES-7.1 Log Message: tickets 1255, 1257 To generate a diff of this commit: cvs rdiff -u -r1.1.2.110 -r1.1.2.111 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: bouyer Date: Sun Sep 25 12:24:51 UTC 2016 Modified Files: src/doc [netbsd-7-0]: CHANGES-7.0.2 Log Message: ticket 1257 To generate a diff of this commit: cvs rdiff -u -r1.1.2.13 -r1.1.2.14 src/doc/CHANGES-7.0.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch
Module Name:src Committed By: maxv Date: Sun Sep 25 12:53:24 UTC 2016 Modified Files: src/sys/arch/amd64/amd64: trap.c src/sys/arch/i386/i386: trap.c Log Message: Revert my previous change. It is too severe: a fault might be happening in the kernel page if the map is pageable - implying it is not pmap_kernel. I thought it wouldn't be the case. To generate a diff of this commit: cvs rdiff -u -r1.85 -r1.86 src/sys/arch/amd64/amd64/trap.c cvs rdiff -u -r1.279 -r1.280 src/sys/arch/i386/i386/trap.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/i386/i386
Module Name:src Committed By: maxv Date: Sun Sep 25 12:59:19 UTC 2016 Modified Files: src/sys/arch/i386/i386: machdep.c Log Message: Fix outdated comment, and #ifdef. To generate a diff of this commit: cvs rdiff -u -r1.761 -r1.762 src/sys/arch/i386/i386/machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/ufs/ffs
Module Name:src Committed By: jdolecek Date: Sun Sep 25 17:14:59 UTC 2016 Modified Files: src/sys/ufs/ffs: ffs_alloc.c Log Message: adjust ffs_realloccg() so that the logic about allocating full contiguous block for future fragment expansion doesn't need to UFS_WAPBL_REGISTER_DEALLOCATION() or ffs_blkfree(); the free blocks are now immediatelly available for use by the expanding file in further i/o primary driver is safe removal of the deallocation registration and hence failure point, but this also fixes degenerate case for wapbl, and similar also for discard - if the file would be actually expanded before wapbl commit, or before discard queue would be processed, the filesystem would not yet see the contiguous free blocks, and would be forced to allocate another fragment elsewhere To generate a diff of this commit: cvs rdiff -u -r1.151 -r1.152 src/sys/ufs/ffs/ffs_alloc.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/libexec/httpd/testsuite
Module Name:src Committed By: schmonz Date: Mon Sep 26 00:21:22 UTC 2016 Modified Files: src/libexec/httpd/testsuite: test-simple Log Message: Missed in previous: exit 1 if html_cmp says no match. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/libexec/httpd/testsuite/test-simple Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.