CVS commit: src/sys/netinet6

2014-10-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Oct 11 20:53:16 UTC 2014 Modified Files: src/sys/netinet6: in6_pcb.c in6_pcb.h ip6_output.c udp6_output.c Log Message: Make IPV4 mapped addresses able to do IPV4 multicast. Fixes needed: - allow binding to mapped v4

CVS commit: src/sys/netinet

2014-10-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Oct 11 21:12:51 UTC 2014 Modified Files: src/sys/netinet: ip_output.c ip_var.h Log Message: exposet multicast option functions which are used by the v6 code now. To generate a diff of this commit: cvs rdiff -u -r1.230 -r1.

CVS commit: src/tests/net

2014-10-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Oct 11 23:04:42 UTC 2014 Modified Files: src/tests/net: Makefile Added Files: src/tests/net/mcast: Makefile t_mcast.c Log Message: add a multicast test (what to do with v6?) To generate a diff of this commit: cvs r

CVS commit: src/sys/netinet6

2014-10-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Oct 11 23:07:39 UTC 2014 Modified Files: src/sys/netinet6: in6_pcb.c Log Message: Succeed binding to multicast address for now: Open questions: Open questions: http://mail-index.netbsd.org/tech-net/2014/07/23/msg004714.

CVS commit: src/distrib/sets/lists/tests

2014-10-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Oct 11 23:10:44 UTC 2014 Modified Files: src/distrib/sets/lists/tests: mi Log Message: add multicast tests To generate a diff of this commit: cvs rdiff -u -r1.591 -r1.592 src/distrib/sets/lists/tests/mi Please note that d

CVS commit: src/tests/net/mcast

2014-10-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 12 13:48:26 UTC 2014 Modified Files: src/tests/net/mcast: t_mcast.c Log Message: Add the simple unconnected tests too. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/net/mcast/t_mcast.c Please n

CVS commit: src/tests/net/mcast

2014-10-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 12 14:53:46 UTC 2014 Modified Files: src/tests/net/mcast: t_mcast.c Log Message: Explain a bit more what's going on with the multicast setsockopts. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/

CVS commit: src/tests/net/mcast

2014-10-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 12 18:56:57 UTC 2014 Modified Files: src/tests/net/mcast: t_mcast.c Log Message: now we support the v6 ioctls for mapped addresses too. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/net/mcast/t_

CVS commit: src/sys

2014-10-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 12 19:00:21 UTC 2014 Modified Files: src/sys/netinet: ip_output.c src/sys/netinet6: ip6_output.c ip6_var.h Log Message: Refactor the multicast membership code so that we can handle v4 mapped addresses using the v

CVS commit: src/sys

2014-10-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 12 19:02:19 UTC 2014 Modified Files: src/sys/netinet: in.h src/sys/netinet6: in6.h Log Message: document that we depend on the option numbers matching. To generate a diff of this commit: cvs rdiff -u -r1.92 -r1

CVS commit: src/tests/net/mcast

2014-10-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 12 19:49:01 UTC 2014 Modified Files: src/tests/net/mcast: t_mcast.c Log Message: Explain what works, what does not and why. Provide compatible code so that it compiles on Linux and MacOS/X with -DTEST. We should check mo

CVS commit: src/usr.sbin/rtsold

2014-10-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 12 19:53:34 UTC 2014 Modified Files: src/usr.sbin/rtsold: rtsold.8 Log Message: Give an example how to use dhcpcd instead of rtsol To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/usr.sbin/rtsold/rtsol

CVS commit: src/lib/libc/gen

2014-10-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 12 22:32:33 UTC 2014 Modified Files: src/lib/libc/gen: fnmatch.c Log Message: Fix fnmatch issues according to POSIX. http://pubs.opengroup.org/onlinepubs/009695399/utilities/\ xcu_chap02.html#tag_02_13_01 1. A [...] patt

CVS commit: src/tests/lib/libc/gen

2014-10-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 12 22:33:41 UTC 2014 Modified Files: src/tests/lib/libc/gen: t_fnmatch.c Log Message: You need double the number of backslashes in a pattern, since \\ -> '\' in the string which means escape. Now the tests don't fail.

CVS commit: src/lib/libc/stdio

2014-10-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 13 00:40:36 UTC 2014 Modified Files: src/lib/libc/stdio: Makefile.inc Added Files: src/lib/libc/stdio: open_memstream.3 open_memstream.c open_wmemstream.c Log Message: PR/49279: Justin Cormack: add open_memstream

CVS commit: src/lib/libc

2014-10-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 13 00:40:57 UTC 2014 Modified Files: src/lib/libc: shlib_version Log Message: bump for open_{,w}memstream. To generate a diff of this commit: cvs rdiff -u -r1.256 -r1.257 src/lib/libc/shlib_version Please note that di

CVS commit: src/distrib/sets/lists

2014-10-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 13 00:46:28 UTC 2014 Modified Files: src/distrib/sets/lists/base: ad.aarch64 ad.arm ad.mips ad.powerpc ad.riscv md.amd64 md.sparc64 shl.mi src/distrib/sets/lists/comp: mi src/distrib/sets/lists

CVS commit: src/include

2014-10-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 13 00:47:03 UTC 2014 Modified Files: src/include: stdio.h wchar.h Log Message: add open_{,w}memstream To generate a diff of this commit: cvs rdiff -u -r1.91 -r1.92 src/include/stdio.h cvs rdiff -u -r1.40 -r1.41 src/inc

CVS commit: src/tests/net/mcast

2014-10-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 13 04:56:26 UTC 2014 Modified Files: src/tests/net/mcast: t_mcast.c Log Message: Oops need to bind, also make the message more interesting and check that it arrives correctly. To generate a diff of this commit: cvs rdi

CVS commit: src/tests/net/mcast

2014-10-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 13 04:57:11 UTC 2014 Modified Files: src/tests/net/mcast: t_mcast.c Log Message: typo To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/tests/net/mcast/t_mcast.c Please note that diffs are not public dom

CVS commit: src/sys/dev/ppbus

2014-10-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Oct 14 01:04:39 UTC 2014 Modified Files: src/sys/dev/ppbus: ppbus_base.c Log Message: PR/49281: John D. Baker: fix debugging format XXX: pullup 7 To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/dev/pp

CVS commit: src/crypto/external/bsd/openssh/dist

2014-10-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Oct 14 16:15:18 UTC 2014 Modified Files: src/crypto/external/bsd/openssh/dist: auth.c Log Message: for consistency use options.use_dns when getting the canonical hostname. [we do the same below for hosts.allow and deny] repo

CVS commit: src/usr.sbin/sysinst

2014-10-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Oct 14 16:35:20 UTC 2014 Modified Files: src/usr.sbin/sysinst: defs.h main.c net.c run.c util.c Log Message: Don't use asctime(localtime(time_t *)) because this is really ctime(time_t *) and not checking the result of localt

CVS commit: src/sys/dev/acpi

2014-10-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Oct 14 19:50:57 UTC 2014 Modified Files: src/sys/dev/acpi: acpi_display.c Log Message: summarize levels instead of printing dozens of them. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/dev/acpi/acp

CVS commit: src/lib/libc/time

2014-10-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Oct 14 20:35:40 UTC 2014 Modified Files: src/lib/libc/time: localtime.c Log Message: improve error checking (setting errno) To generate a diff of this commit: cvs rdiff -u -r1.87 -r1.88 src/lib/libc/time/localtime.c Pleas

CVS commit: src/etc/rc.d

2014-10-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Oct 14 20:49:47 UTC 2014 Modified Files: src/etc/rc.d: network Log Message: fix syntax error To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 src/etc/rc.d/network Please note that diffs are not public domain;

CVS commit: src/bin/sh

2014-10-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 15 14:54:25 UTC 2014 Modified Files: src/bin/sh: redir.c Log Message: PR/48201: Miwa Susumu: Fix set -C (no clobber) for POSIX; from FreeBSD Can't use O_EXCL because of device nodes; also truncate. To generate a diff o

CVS commit: src/sys

2014-10-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 15 15:00:03 UTC 2014 Modified Files: src/sys/fs/ptyfs: ptyfs_subr.c ptyfs_vfsops.c src/sys/kern: tty_ptm.c src/sys/sys: pty.h Log Message: >From Ilia Zykov: - correct some incorrect comments - add XXX war

CVS commit: src/lib/libc/time

2014-10-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 15 15:13:45 UTC 2014 Modified Files: src/lib/libc/time: localtime.c Log Message: PR/49284: Andreas Gustafsson: sysinst segfaults when configuring network manually. When tzload() fails called from zoneinit(), when trying

CVS commit: src/external/gpl3/gcc/dist/libsanitizer

2014-10-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 15 18:44:50 UTC 2014 Modified Files: src/external/gpl3/gcc/dist/libsanitizer/asan: asan_intercepted_functions.h asan_internal.h asan_linux.cc asan_malloc_linux.cc asan_posix.cc src/external

CVS commit: src/external/gpl3/gcc/lib/libasan

2014-10-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 15 19:20:29 UTC 2014 Added Files: src/external/gpl3/gcc/lib/libasan: Makefile Log Message: NB this does not work yet, it is a work in progress. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/external/gpl

CVS commit: src/lib/libc/time

2014-10-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 16 17:53:32 UTC 2014 Modified Files: src/lib/libc/time: localtime.c Log Message: - don't leak errno in mktime() - when we load a new timezone, don't change anything unless the load succeeded. To generate a diff of this

CVS import: src/external/bsd/wpa/dist

2014-10-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 16 19:16:13 UTC 2014 Update of /cvsroot/src/external/bsd/wpa/dist In directory ivanova.netbsd.org:/tmp/cvs-serv322 Log Message: Import wpa_supplicant and hostapd Status: Vendor Tag: MALINEN Release Tags: v2_3

CVS commit: src/external/bsd/wpa

2014-10-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 16 19:29:30 UTC 2014 Modified Files: src/external/bsd/wpa/bin/hostapd: Makefile src/external/bsd/wpa/bin/wpa_supplicant: Makefile src/external/bsd/wpa/dist/hostapd: hostapd_cli.c src/external/bsd/w

CVS commit: src/doc

2014-10-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 16 19:31:38 UTC 2014 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: new wpa code. To generate a diff of this commit: cvs rdiff -u -r1.1157 -r1.1158 src/doc/3RDPARTY cvs rdiff -u -r1.1991 -r1.1992 src/doc/CHANGE

CVS commit: src/external/bsd/wpa/dist/src/utils

2014-10-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 17 02:57:42 UTC 2014 Modified Files: src/external/bsd/wpa/dist/src/utils: os_unix.c Log Message: avoid variable array allocation that gcc can't figure out. To generate a diff of this commit: cvs rdiff -u -r1.1.1.5 -r1.

CVS commit: src/sys/arch/xen/xen

2014-10-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 17 16:37:02 UTC 2014 Modified Files: src/sys/arch/xen/xen: privcmd.c Log Message: now that privcmd_map_obj cleans up correctly, don't double free... To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/sys

CVS commit: src/sys/miscfs/procfs

2014-10-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 17 20:49:22 UTC 2014 Modified Files: src/sys/miscfs/procfs: procfs_map.c Log Message: Maps don't change that frequently between reads, so don't give up and do what linux does (support reading from an offset). To genera

CVS commit: src/external/gpl3/gcc/dist/libsanitizer

2014-10-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 17 21:44:47 UTC 2014 Modified Files: src/external/gpl3/gcc/dist/libsanitizer/asan: asan_rtl.cc src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common: sanitizer_platform_limits_posix.cc sanitizer_pos

CVS commit: src/external/gpl3/gcc/lib/libasan

2014-10-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 17 21:48:17 UTC 2014 Modified Files: src/external/gpl3/gcc/lib/libasan: Makefile Log Message: add some missing sources. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/external/gpl3/gcc/lib/libasan/Make

CVS commit: src/usr.bin/col

2014-10-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Oct 18 14:56:14 UTC 2014 Modified Files: src/usr.bin/col: col.c Log Message: PR/49291: Henning Petersen: Problem with half-line feeds in input stream. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/usr.b

CVS import: src/crypto/external/bsd/openssh/dist

2014-10-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 19 16:28:40 UTC 2014 Update of /cvsroot/src/crypto/external/bsd/openssh/dist In directory ivanova.netbsd.org:/tmp/cvs-serv3513 Log Message: Changes since OpenSSH 6.6 = Potentially-incompatible changes

CVS commit: src/crypto/external/bsd/openssh

2014-10-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 19 16:30:59 UTC 2014 Modified Files: src/crypto/external/bsd/openssh: Makefile.inc src/crypto/external/bsd/openssh/bin: Makefile.inc src/crypto/external/bsd/openssh/bin/sshd: Makefile src/crypto/ex

CVS commit: src/etc/rc.d

2014-10-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 19 16:33:01 UTC 2014 Modified Files: src/etc/rc.d: sshd Log Message: Add new keytype, replace duplicated code with loop To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/etc/rc.d/sshd Please note that

CVS commit: src/doc

2014-10-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 19 16:38:21 UTC 2014 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: new OpenSSH To generate a diff of this commit: cvs rdiff -u -r1.1159 -r1.1160 src/doc/3RDPARTY cvs rdiff -u -r1.1993 -r1.1994 src/doc/CHANGES

CVS commit: src/distrib/sets/lists

2014-10-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 19 16:35:09 UTC 2014 Modified Files: src/distrib/sets/lists/base: ad.aarch64 ad.arm ad.mips ad.powerpc ad.riscv md.amd64 md.sparc64 shl.mi src/distrib/sets/lists/debug: ad.aarch64 ad.arm ad.mips ad.pow

CVS commit: src/crypto/external/bsd/openssh/dist

2014-10-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 19 16:31:47 UTC 2014 Added Files: src/crypto/external/bsd/openssh/dist: bcrypt_pbkdf.c blf.h blowfish.c Log Message: add new files To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/crypto/external/bsd/opens

CVS commit: src/crypto/external/bsd/openssh

2014-10-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 20 03:05:13 UTC 2014 Modified Files: src/crypto/external/bsd/openssh/dist: auth.h compat.c mac.c monitor_wrap.c monitor_wrap.h packet.c sshconnect2.c umac.c src/crypto/external/bsd/openssh/lib: Makefil

CVS commit: src/sys/ufs/chfs

2014-10-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 20 11:57:05 UTC 2014 Modified Files: src/sys/ufs/chfs: chfs_vfsops.c Log Message: simplify. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/ufs/chfs/chfs_vfsops.c Please note that diffs are not p

CVS commit: src/sys/compat/common

2014-10-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 20 11:58:01 UTC 2014 Modified Files: src/sys/compat/common: vfs_syscalls_30.c Log Message: simplify To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/compat/common/vfs_syscalls_30.c Please note tha

CVS commit: src/distrib/sets/lists

2014-10-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 20 14:55:03 UTC 2014 Modified Files: src/distrib/sets/lists/debug: mi src/distrib/sets/lists/tests: mi Log Message: t_mcast is not a rump test (but should be). To generate a diff of this commit: cvs rdiff -u -r

CVS commit: src/crypto/external/bsd/openssh/dist

2014-10-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 20 18:14:37 UTC 2014 Modified Files: src/crypto/external/bsd/openssh/dist: myproposal.h sshconnect2.c Log Message: re-enable the none cipher, now that it has been tested. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/external/bsd/file/dist

2014-10-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 20 21:48:57 UTC 2014 Modified Files: src/external/bsd/file/dist: ChangeLog configure.ac src/external/bsd/file/dist/magic/magdir: elf pgp src/external/bsd/file/dist/src: apprentice.c file.c file.h fsmagic.c

CVS commit: src/external/bsd/file/dist

2014-10-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 20 22:04:31 UTC 2014 Modified Files: src/external/bsd/file/dist: Makefile.in aclocal.m4 config.h.in configure install-sh missing src/external/bsd/file/dist/doc: Makefile.in src/external/bsd/fil

CVS commit: src/sys/fs/ptyfs

2014-10-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Oct 21 16:05:01 UTC 2014 Modified Files: src/sys/fs/ptyfs: ptyfs_vfsops.c Log Message: Revert previous; it does not work with COMPAT_BSDPTY, screen(1) fails because it does a TIOCPTSNAME immediately after opening ptmx and fi

CVS commit: src/external/gpl3/gcc/dist/libsanitizer/asan

2014-10-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 22 00:14:52 UTC 2014 Modified Files: src/external/gpl3/gcc/dist/libsanitizer/asan: asan_rtl.cc Log Message: remove default debugging code. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \ src/external/

CVS commit: src/external/gpl3/gcc/dist/libsanitizer/interception

2014-10-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 22 00:15:16 UTC 2014 Modified Files: src/external/gpl3/gcc/dist/libsanitizer/interception: interception_linux.cc Log Message: the interceptors don't know about __RENAME() so add a kludge. To generate a diff

CVS commit: src/external/gpl3/gcc/lib/libasan

2014-10-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 22 00:16:29 UTC 2014 Modified Files: src/external/gpl3/gcc/lib/libasan: Makefile Added Files: src/external/gpl3/gcc/lib/libasan: shlib_version Log Message: install a shared library version, now that we know how t

CVS commit: src/external/gpl3/gcc/lib/libasan

2014-10-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 22 03:07:11 UTC 2014 Modified Files: src/external/gpl3/gcc/lib/libasan: Makefile Log Message: Go back to use the linux version which can be used for our stuff too now. To generate a diff of this commit: cvs rdiff -u -r

CVS commit: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common

2014-10-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 22 16:29:47 UTC 2014 Modified Files: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common: sanitizer_netbsd.cc Log Message: reduce diffs with upstream. To generate a diff of this commit: cvs rdiff -u -r

CVS commit: src/lib/libexecinfo

2014-10-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 22 16:30:22 UTC 2014 Modified Files: src/lib/libexecinfo: Makefile unwind.h Log Message: Make unwind.h installable. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/lib/libexecinfo/Makefile cvs rdiff -u

CVS commit: src/external/gpl3/gcc/lib/libasan

2014-10-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 22 16:31:57 UTC 2014 Modified Files: src/external/gpl3/gcc/lib/libasan: Makefile Log Message: No need to -I execinfo now that unwind.h is installed. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/exter

CVS commit: src/distrib/sets/lists/comp

2014-10-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 22 16:36:52 UTC 2014 Modified Files: src/distrib/sets/lists/comp: ad.arm Log Message: remove dup lines To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61 src/distrib/sets/lists/comp/ad.arm Please note that

CVS commit: src/distrib/sets/lists

2014-10-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 22 16:51:32 UTC 2014 Modified Files: src/distrib/sets/lists/base: ad.aarch64 ad.arm ad.mips ad.powerpc ad.riscv md.amd64 md.sparc64 shl.mi src/distrib/sets/lists/comp: ad.aarch64 ad.arm ad.mips ad.powe

CVS commit: src/external/gpl3/gcc/dist/libsanitizer

2014-10-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 22 16:52:47 UTC 2014 Modified Files: src/external/gpl3/gcc/dist/libsanitizer: configure.tgt Log Message: NetBSD supports -lasan To generate a diff of this commit: cvs rdiff -u -r1.1.1.2 -r1.2 \ src/external/gpl3/gc

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

2014-10-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 22 16:52:23 UTC 2014 Modified Files: src/external/gpl3/gcc/dist/gcc/config: netbsd.h Log Message: Add libraries the statically linked address sanitizer library needs. To generate a diff of this commit: cvs rdiff -u -r1

CVS commit: src/external/gpl3/gcc/dist/libsanitizer/asan

2014-10-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 22 16:53:16 UTC 2014 Modified Files: src/external/gpl3/gcc/dist/libsanitizer/asan: asan_linux.cc Log Message: Do the mcontext stuff differently so that we don't fail compilation. To generate a diff of this commit: cvs

CVS commit: src/doc

2014-10-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 22 16:54:13 UTC 2014 Modified Files: src/doc: CHANGES Log Message: mention address sanitizer To generate a diff of this commit: cvs rdiff -u -r1.1997 -r1.1998 src/doc/CHANGES Please note that diffs are not public doma

CVS commit: src/lib/libexecinfo

2014-10-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 22 19:29:31 UTC 2014 Modified Files: src/lib/libexecinfo: Makefile Log Message: don't kill the existing includes To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/lib/libexecinfo/Makefile Please note tha

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

2014-10-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 22 20:50:20 UTC 2014 Modified Files: src/external/gpl3/gcc/dist/gcc/config: netbsd.h Log Message: add undef first To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/external/gpl3/gcc/dist/gcc/config/netb

CVS commit: src/external/gpl3/gcc/dist/libsanitizer

2014-10-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 22 21:19:59 UTC 2014 Modified Files: src/external/gpl3/gcc/dist/libsanitizer: configure.tgt src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common: sanitizer_internal_defs.h src/external/gpl3

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

2014-10-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 22 21:21:02 UTC 2014 Modified Files: src/external/gpl3/gcc/lib: Makefile Log Message: add libasan to the build To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/external/gpl3/gcc/lib/Makefile Please note

CVS commit: src/external/gpl3/gcc/lib/libtsan

2014-10-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 22 21:22:07 UTC 2014 Added Files: src/external/gpl3/gcc/lib/libtsan: Makefile Log Message: Add build glue To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/external/gpl3/gcc/lib/libtsan/Makefile Please not

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

2014-10-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 22 23:17:24 UTC 2014 Modified Files: src/external/gpl3/gcc/dist/gcc/config: netbsd.h Log Message: set the proper asan variable To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/external/gpl3/gcc/dist/gc

CVS commit: src/lib

2014-10-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 22 23:20:48 UTC 2014 Modified Files: src/lib: Makefile Log Message: add asan to the libraries we build. To generate a diff of this commit: cvs rdiff -u -r1.215 -r1.216 src/lib/Makefile Please note that diffs are not p

CVS commit: src/distrib/sets/lists/comp

2014-10-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 22 23:25:11 UTC 2014 Modified Files: src/distrib/sets/lists/comp: shl.mi Log Message: forgot one. To generate a diff of this commit: cvs rdiff -u -r1.267 -r1.268 src/distrib/sets/lists/comp/shl.mi Please note that dif

CVS commit: src/external/gpl3/gcc/dist/libsanitizer/asan

2014-10-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 23 00:25:54 UTC 2014 Modified Files: src/external/gpl3/gcc/dist/libsanitizer/asan: asan_linux.cc Log Message: simplify and add more architectures. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 \ src/e

CVS commit: src/external/gpl3/gcc/lib/libasan

2014-10-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 23 12:16:25 UTC 2014 Modified Files: src/external/gpl3/gcc/lib/libasan: Makefile Log Message: Use libdplibs To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/external/gpl3/gcc/lib/libasan/Makefile Please

CVS commit: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common

2014-10-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 23 17:50:24 UTC 2014 Modified Files: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common: sanitizer_netbsd.cc Log Message: use the appropriate unwind.h header To generate a diff of this commit: cvs rdi

CVS commit: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common

2014-10-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 23 17:50:08 UTC 2014 Modified Files: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common: sanitizer_placement_new.h Log Message: stop playing type games, and use the proper type for the placement new ope

CVS commit: src/sys/lib/libunwind

2014-10-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 23 17:51:22 UTC 2014 Modified Files: src/sys/lib/libunwind: Makefile.inc Log Message: prefer our own unwind.h To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/lib/libunwind/Makefile.inc Please note

CVS commit: src/lib/libc/time

2014-10-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 23 18:45:58 UTC 2014 Modified Files: src/lib/libc/time: Makefile NEWS asctime.c localtime.c private.h tz-art.htm tz-link.htm tzset.3 zdump.8 zdump.c Log Message: merge 2014i To generate a diff of this commi

CVS commit: src/doc

2014-10-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 23 18:46:49 UTC 2014 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: mention tzcode To generate a diff of this commit: cvs rdiff -u -r1.1162 -r1.1163 src/doc/3RDPARTY cvs rdiff -u -r1.1999 -r1.2000 src/doc/CHANG

CVS commit: src/external/gpl3/gcc/dist/libsanitizer/asan

2014-10-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 23 19:03:38 UTC 2014 Modified Files: src/external/gpl3/gcc/dist/libsanitizer/asan: asan_linux.cc Log Message: make alpha compile To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 \ src/external/gpl3/gcc/d

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

2014-10-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 23 19:39:43 UTC 2014 Modified Files: src/sys/arch/sh3/include: elf_machdep.h Log Message: instead of bitching about the missing endianness, get it. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/

CVS commit: src/distrib/sets/lists/xdebug

2014-10-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 23 20:08:27 UTC 2014 Modified Files: src/distrib/sets/lists/xdebug: md.hpcsh Log Message: fix (add missing, remove dups, sort) To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/distrib/sets/lists/xdebug/m

CVS commit: src/bin/sh

2014-10-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 23 21:03:25 UTC 2014 Modified Files: src/bin/sh: redir.c Log Message: simplify and eliminate TOCTOU. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/bin/sh/redir.c Please note that diffs are not publ

CVS commit: src/lib/libc/time

2014-10-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 23 21:19:53 UTC 2014 Modified Files: src/lib/libc/time: zdump.c Log Message: remove stray endif To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/lib/libc/time/zdump.c Please note that diffs are not pu

CVS commit: src/external/gpl3/gcc/lib/libasan

2014-10-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 23 23:31:26 UTC 2014 Modified Files: src/external/gpl3/gcc/lib/libasan: Makefile Log Message: one more search path. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/external/gpl3/gcc/lib/libasan/Makefile

CVS commit: src/distrib/sets/lists

2014-10-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 24 02:39:34 UTC 2014 Modified Files: src/distrib/sets/lists/base: ad.powerpc shl.mi src/distrib/sets/lists/comp: ad.powerpc mi shl.mi src/distrib/sets/lists/debug: mi shl.mi Log Message: gcc=48 has asan.

CVS import: src/external/bsd/openpam/dist

2014-10-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 24 18:15:41 UTC 2014 Update of /cvsroot/src/external/bsd/openpam/dist In directory ivanova.netbsd.org:/tmp/cvs-serv3477 Log Message: OpenPAM Ourouparia 2014-09-12 - ENHANCE: When ex

CVS commit: src/external/bsd/openpam

2014-10-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 24 18:17:57 UTC 2014 Modified Files: src/external/bsd/openpam: openpam2netbsd src/external/bsd/openpam/dist/bin/pamtest: pamtest.1 pamtest.c src/external/bsd/openpam/dist/bin/su: su.1 su.c src/exte

CVS import: src/external/bsd/openpam/dist/doc/man

2014-10-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 24 18:21:03 UTC 2014 Update of /cvsroot/src/external/bsd/openpam/dist/doc/man In directory ivanova.netbsd.org:/tmp/cvs-serv27184 Log Message: import generated man pages Status: Vendor Tag: OPENPAM Release Tags: ouroupari

CVS commit: src/external/bsd/openpam/dist/doc/man

2014-10-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 24 18:25:14 UTC 2014 Modified Files: src/external/bsd/openpam/dist/doc/man: openpam.3 openpam_borrow_cred.3 openpam_free_data.3 openpam_free_envlist.3 openpam_get_feature.3 openpam_get_option.3 ope

CVS commit: src/external/bsd/openpam/dist/doc/man

2014-10-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 24 18:25:42 UTC 2014 Modified Files: src/external/bsd/openpam/dist/doc/man: pam.conf.5 Log Message: fix conflicts To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/external/bsd/openpam/dist/doc/man/pam.co

CVS commit: src/lib/libpam/libpam

2014-10-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 24 18:27:41 UTC 2014 Modified Files: src/lib/libpam/libpam: Makefile Log Message: pam library has moved and new files To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/lib/libpam/libpam/Makefile Please

CVS commit: src/external/bsd/openpam/dist

2014-10-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 24 18:27:13 UTC 2014 Modified Files: src/external/bsd/openpam/dist/bin/pamtest: pamtest.1 pamtest.c src/external/bsd/openpam/dist/bin/su: su.1 su.c src/external/bsd/openpam/dist/modules/pam_deny: pam_deny.

CVS commit: src/doc

2014-10-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 24 18:29:20 UTC 2014 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: new openpam. To generate a diff of this commit: cvs rdiff -u -r1.1163 -r1.1164 src/doc/3RDPARTY cvs rdiff -u -r1.2000 -r1.2001 src/doc/CHANGES

CVS commit: src/sys/compat/netbsd32

2014-10-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 24 21:07:55 UTC 2014 Modified Files: src/sys/compat/netbsd32: netbsd32_exec.h Log Message: sync with the regular method; no functional diff To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/compat/n

CVS commit: src/sys/compat/netbsd32

2014-10-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 24 21:08:36 UTC 2014 Modified Files: src/sys/compat/netbsd32: netbsd32_exec_aout.c netbsd32_exec_elf32.c Log Message: remove unused prototypes To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/compa

  1   2   3   4   5   6   7   8   9   10   >