CVS commit: src/distrib/sets

2016-05-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 25 00:14:47 UTC 2016 Modified Files: src/distrib/sets: mkvars.mk sets.subr Log Message: Give up and use TOOL_SED again. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/distrib/sets/mkvars.mk cvs rdiff

CVS commit: src/distrib/sets

2016-05-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 25 00:07:20 UTC 2016 Modified Files: src/distrib/sets: Makefile sets.subr Log Message: Fix SED issue differently. To generate a diff of this commit: cvs rdiff -u -r1.101 -r1.102 src/distrib/sets/Makefile cvs rdiff -u -

CVS commit: src/distrib/sets

2016-05-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue May 24 22:28:56 UTC 2016 Modified Files: src/distrib/sets: Makefile Log Message: Export the variables so that they propagate via sets.subr -> make -> mkvars.mk To generate a diff of this commit: cvs rdiff -u -r1.100 -r1.10

CVS commit: src/external/gpl3/gdb/dist

2016-05-24 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue May 24 21:25:25 UTC 2016 Modified Files: src/external/gpl3/gdb/dist: config.guess Log Message: Sync and allow arm to natively build To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/external/gpl3/gdb/dist/config

CVS commit: src/libexec/httpd

2016-05-24 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Tue May 24 21:18:30 UTC 2016 Modified Files: src/libexec/httpd: CHANGES bozohttpd.8 bozohttpd.c bozohttpd.h main.c Log Message: As proposed in: http://mail-index.netbsd.org/tech-userlevel/2016/05/18/msg00.html and

CVS commit: src/libexec/ld.elf_so

2016-05-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue May 24 20:32:33 UTC 2016 Modified Files: src/libexec/ld.elf_so: rtld.c Log Message: Put the name of the dynamic linker in allocated memory, so that it becomes part of the core file link-map, so that gdb can find it. To gen

CVS commit: src/sys/uvm

2016-05-24 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue May 24 20:20:57 UTC 2016 Modified Files: src/sys/uvm: uvm_mmap.c Log Message: PR kern/50985: use the runtime limits of the vmspace in range_test() instead of the compile time defaults for it. To generate a diff of this commi

CVS commit: src/distrib/sets

2016-05-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue May 24 19:36:41 UTC 2016 Modified Files: src/distrib/sets: mkvars.mk Log Message: This should be SED not TOOL_SED since this is what is set from the ${SETSENV} command in the Makefile! To generate a diff of this commit: cv

CVS commit: src/lib/libedit

2016-05-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue May 24 19:31:27 UTC 2016 Modified Files: src/lib/libedit: read.c Log Message: el_map.alt can't be NULL here (Ingo Schwarze) To generate a diff of this commit: cvs rdiff -u -r1.99 -r1.100 src/lib/libedit/read.c Please note

CVS commit: src/usr.sbin/makemandb

2016-05-24 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Tue May 24 18:06:42 UTC 2016 Modified Files: src/usr.sbin/makemandb: apropos-utils.3 close_db.3 init_db.3 run_query.3 Removed Files: src/usr.sbin/makemandb: run_query_html.3 run_query_pager.3 Log Message: Brin

CVS commit: src/lib/libedit

2016-05-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue May 24 17:42:54 UTC 2016 Modified Files: src/lib/libedit: Makefile read.c Log Message: remove debug read (Ingo Schwarze) To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 src/lib/libedit/Makefile cvs rdiff -u -

CVS commit: src/sys/kern

2016-05-24 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue May 24 17:30:01 UTC 2016 Modified Files: src/sys/kern: kern_pax.c Log Message: Effectively disable aslr for non-topdown-VA binaries (unless they are compat32, which we deal with properly). It would be possible to get those wor

CVS commit: src/doc

2016-05-24 Thread Guilherme Salazar
Module Name:src Committed By: salazar Date: Tue May 24 17:11:14 UTC 2016 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: Lua 5.3.2: update doc/3RDPARTY and add entry to doc/CHANGES To generate a diff of this commit: cvs rdiff -u -r1.1330 -r1.1331 src/doc/3RDPARTY

CVS commit: src/external/gpl3/gcc/dist/gcc/config/arm

2016-05-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue May 24 15:42:17 UTC 2016 Modified Files: src/external/gpl3/gcc/dist/gcc/config/arm: arm.c Log Message: Fix armv3 segv compiling mDNS.c, from: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62254 https://gcc.gnu.org/ml

CVS commit: src/lib/libedit

2016-05-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue May 24 15:00:45 UTC 2016 Modified Files: src/lib/libedit: el.h keymacro.c read.c Log Message: >From Ingo Schwarze: Reduce obfuscation of errno handling. There is only one purpose non-local errno handling is needed for: Ins

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

2016-05-24 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue May 24 13:57:26 UTC 2016 Modified Files: src/sys/arch/sparc64/conf: GENERIC Log Message: Update comment explaining why PAX_MPROTECT is disabled here To generate a diff of this commit: cvs rdiff -u -r1.185 -r1.186 src/sys/arc

CVS commit: src/external/gpl3/gdb/lib

2016-05-24 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue May 24 13:00:00 UTC 2016 Modified Files: src/external/gpl3/gdb/lib/libbfd/arch/earmhf: bfd_stdint.h targmatch.h src/external/gpl3/gdb/lib/libbfd/arch/earmhfeb: bfd_stdint.h targmatch.h src/external/gp

CVS commit: src/external/gpl3/gdb/lib

2016-05-24 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue May 24 10:46:13 UTC 2016 Modified Files: src/external/gpl3/gdb/lib/libbfd/arch/earmeb: bfd_stdint.h targmatch.h src/external/gpl3/gdb/lib/libdecnumber/arch/earmeb: gstdint.h Log Message: More mknative re-run. To gener

CVS commit: src/tests

2016-05-24 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Tue May 24 10:16:34 UTC 2016 Modified Files: src/tests/lib/libbpfjit: Makefile src/tests/net/bpfjit: Makefile Log Message: Disable PAX mprotect to make just-in-time-compile tests work again. Ok: Christos Zoulas To gene

CVS commit: src/sys/fs/udf

2016-05-24 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Tue May 24 09:55:57 UTC 2016 Modified Files: src/sys/fs/udf: udf.h udf_readwrite.c udf_strat_bootstrap.c udf_strat_direct.c udf_strat_rmw.c udf_strat_sequential.c udf_subr.c udf_subr.h Log Message: Cleanup

CVS commit: src/external/gpl3/gdb/lib

2016-05-24 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue May 24 09:16:56 UTC 2016 Modified Files: src/external/gpl3/gdb/lib/libbfd/arch/earm: bfd-in3.h bfd.h bfd_stdint.h bfdver.h config.h targmatch.h src/external/gpl3/gdb/lib/libdecnumber/arch/earm: gstdint.h