CVS commit: src/sys/sys

2019-09-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Sep 15 23:55:23 UTC 2019 Modified Files: src/sys/sys: fcntl.h stat.h Log Message: more _INCOMPLETE_XOPEN_C063 (kamil) To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/sys/sys/fcntl.h cvs rdiff -u -r1.68 -r

CVS commit: src/sys/sys

2019-09-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Sep 15 23:55:23 UTC 2019 Modified Files: src/sys/sys: fcntl.h stat.h Log Message: more _INCOMPLETE_XOPEN_C063 (kamil) To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/sys/sys/fcntl.h cvs rdiff -u -r1.68 -r

CVS commit: src/sys/arch/i386/stand/lib

2019-09-15 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Sun Sep 15 23:55:26 UTC 2019 Modified Files: src/sys/arch/i386/stand/lib: exec_multiboot2.c Log Message: Remove debug define. It remained there unseen because it was misspelled! To generate a diff of this commit: cvs rdiff -u -r1

CVS commit: src/sys/arch/i386/stand/lib

2019-09-15 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Sun Sep 15 23:55:26 UTC 2019 Modified Files: src/sys/arch/i386/stand/lib: exec_multiboot2.c Log Message: Remove debug define. It remained there unseen because it was misspelled! To generate a diff of this commit: cvs rdiff -u -r1

CVS commit: src/bin/dd

2019-09-15 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Sep 15 23:58:31 UTC 2019 Modified Files: src/bin/dd: Makefile Log Message: Drop -D_INCOMPLETE_XOPEN_C063 from dd(1) To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/bin/dd/Makefile Please note that diffs are

CVS commit: src/bin/dd

2019-09-15 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Sep 15 23:58:31 UTC 2019 Modified Files: src/bin/dd: Makefile Log Message: Drop -D_INCOMPLETE_XOPEN_C063 from dd(1) To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/bin/dd/Makefile Please note that diffs are

Re: CVS commit: src/include

2019-09-15 Thread Christos Zoulas
Thanks, applied. christos > On Sep 15, 2019, at 7:51 PM, Kamil Rytarowski wrote: > > Signed PGP part > Thanks! > > Here is more cleanup of _INCOMPLETE_XOPEN_C063: > > http://netbsd.org/~kamil/patch-00149-_INCOMPLETE_XOPEN_C063.txt > > (not build tested) > > On 16.09.2019 01:41, Christos Zou

CVS commit: src/sys/kern

2019-09-15 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Sun Sep 15 23:59:33 UTC 2019 Modified Files: src/sys/kern: kern_subr.c Log Message: Rollback change to accept NAME=label root device specification As suggested by Michael van Elst, the operation should be done int getwedgename()

CVS commit: src/lib/librumphijack

2019-09-15 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Sep 16 00:00:57 UTC 2019 Modified Files: src/lib/librumphijack: Makefile Log Message: Stop passing -D_INCOMPLETE_XOPEN_C063 (obsolete define) To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/lib/librumphijack

CVS commit: src/sys/kern

2019-09-15 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Sun Sep 15 23:59:33 UTC 2019 Modified Files: src/sys/kern: kern_subr.c Log Message: Rollback change to accept NAME=label root device specification As suggested by Michael van Elst, the operation should be done int getwedgename()

CVS commit: src/sys/kern

2019-09-15 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Mon Sep 16 00:01:17 UTC 2019 Modified Files: src/sys/kern: kern_subr.c Log Message: Accept root device specification as NAME=label To generate a diff of this commit: cvs rdiff -u -r1.226 -r1.227 src/sys/kern/kern_subr.c Please no

CVS commit: src/sys/kern

2019-09-15 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Mon Sep 16 00:01:17 UTC 2019 Modified Files: src/sys/kern: kern_subr.c Log Message: Accept root device specification as NAME=label To generate a diff of this commit: cvs rdiff -u -r1.226 -r1.227 src/sys/kern/kern_subr.c Please no

CVS commit: src/lib/librumphijack

2019-09-15 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Sep 16 00:00:57 UTC 2019 Modified Files: src/lib/librumphijack: Makefile Log Message: Stop passing -D_INCOMPLETE_XOPEN_C063 (obsolete define) To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/lib/librumphijack

Re: Leak Sanitizer - how to suppress leaks

2019-09-15 Thread Robert Elz
Date:Sun, 15 Sep 2019 19:42:06 + From:David Holland Message-ID: <20190915194206.gb6...@netbsd.org> | There have been OSes in the past where memory not freed yet at process | exit is _not_ freed by the system, and there might be again, Please everyone, let's r

Re: Leak Sanitizer - how to suppress leaks

2019-09-15 Thread Kamil Rytarowski
On 16.09.2019 02:47, Robert Elz wrote: > Expecting any unix program (even the simplest) to simply compile and run > in a non-kernel environment is pointless, they simply won't work. As a non-trivial no-kernel example, nethack on rump unikernel: https://github.com/anttikantee/rumprun-nethack On 1

CVS commit: src/lib/libc/gen

2019-09-15 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Sep 16 01:25:16 UTC 2019 Modified Files: src/lib/libc/gen: utimens.c Log Message: Remove _INCOMPLETE_XOPEN_C063, no longer needed To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libc/gen/utimens.c Please

CVS commit: src/lib/libc/gen

2019-09-15 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Sep 16 01:25:16 UTC 2019 Modified Files: src/lib/libc/gen: utimens.c Log Message: Remove _INCOMPLETE_XOPEN_C063, no longer needed To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libc/gen/utimens.c Please

CVS commit: src/share/man/man8/man8.x86

2019-09-15 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Mon Sep 16 01:57:58 UTC 2019 Modified Files: src/share/man/man8/man8.x86: boot.8 Log Message: Remove obsoeolete BUGS note that UEFI bootloader does not support multiboot To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.2

CVS commit: src/share/man/man8/man8.x86

2019-09-15 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Mon Sep 16 01:57:58 UTC 2019 Modified Files: src/share/man/man8/man8.x86: boot.8 Log Message: Remove obsoeolete BUGS note that UEFI bootloader does not support multiboot To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.2

CVS commit: src/lib/libc/sys

2019-09-15 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Sep 16 04:49:46 UTC 2019 Modified Files: src/lib/libc/sys: fcntl.2 Log Message: Add missing word, fix typo, remove trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/lib/libc/sys/fcntl.2 Ple

CVS commit: src/lib/libc/sys

2019-09-15 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Sep 16 04:49:46 UTC 2019 Modified Files: src/lib/libc/sys: fcntl.2 Log Message: Add missing word, fix typo, remove trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/lib/libc/sys/fcntl.2 Ple

CVS commit: src/lib/libc/sys

2019-09-15 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Sep 16 04:54:23 UTC 2019 Modified Files: src/lib/libc/sys: execve.2 Log Message: Add missing word, add comma in enumeration. To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/lib/libc/sys/execve.2 Please note t

CVS commit: src/lib/libc/sys

2019-09-15 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Sep 16 04:54:23 UTC 2019 Modified Files: src/lib/libc/sys: execve.2 Log Message: Add missing word, add comma in enumeration. To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/lib/libc/sys/execve.2 Please note t

CVS commit: src/external/cddl/osnet/sbin/zfs

2019-09-15 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Sep 16 04:57:12 UTC 2019 Modified Files: src/external/cddl/osnet/sbin/zfs: mount_zfs.8 Log Message: Use more markup. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/cddl/osnet/sbin/zfs/mount_zfs.8 Plea

CVS commit: src/external/cddl/osnet/sbin/zfs

2019-09-15 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Sep 16 04:57:12 UTC 2019 Modified Files: src/external/cddl/osnet/sbin/zfs: mount_zfs.8 Log Message: Use more markup. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/cddl/osnet/sbin/zfs/mount_zfs.8 Plea

CVS commit: src/lib/libc/sys

2019-09-15 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Sep 16 04:59:33 UTC 2019 Modified Files: src/lib/libc/sys: open.2 Log Message: Sort errors. To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 src/lib/libc/sys/open.2 Please note that diffs are not public domain; th

CVS commit: src/lib/libc/sys

2019-09-15 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Sep 16 04:59:33 UTC 2019 Modified Files: src/lib/libc/sys: open.2 Log Message: Sort errors. To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 src/lib/libc/sys/open.2 Please note that diffs are not public domain; th

CVS commit: src/external/mit/xorg/tools/fc-cache

2019-09-15 Thread Maya Rashish
Module Name:src Committed By: maya Date: Mon Sep 16 06:16:42 UTC 2019 Modified Files: src/external/mit/xorg/tools/fc-cache: Makefile Log Message: Define XML_POOR_ENTROPY in preparation of importing a new expat. This is the tool fc-cache built as a native binary on the hos

CVS commit: src/external/mit/xorg/tools/fc-cache

2019-09-15 Thread Maya Rashish
Module Name:src Committed By: maya Date: Mon Sep 16 06:16:42 UTC 2019 Modified Files: src/external/mit/xorg/tools/fc-cache: Makefile Log Message: Define XML_POOR_ENTROPY in preparation of importing a new expat. This is the tool fc-cache built as a native binary on the hos

CVS import: src/external/mit/expat/dist

2019-09-15 Thread Maya Rashish
Module Name:src Committed By: maya Date: Mon Sep 16 06:22:33 UTC 2019 Update of /cvsroot/src/external/mit/expat/dist In directory ivanova.netbsd.org:/tmp/cvs-serv9502 Log Message: Import expat 2.2.8 Release 2.2.8 Fri Septemper 13 2019 Security fixes: #317 #318 CVE

CVS import: src/external/mit/expat/dist

2019-09-15 Thread Maya Rashish
Module Name:src Committed By: maya Date: Mon Sep 16 06:22:33 UTC 2019 Update of /cvsroot/src/external/mit/expat/dist In directory ivanova.netbsd.org:/tmp/cvs-serv9502 Log Message: Import expat 2.2.8 Release 2.2.8 Fri Septemper 13 2019 Security fixes: #317 #318 CVE

CVS commit: src/external/mit/expat/dist

2019-09-15 Thread Maya Rashish
Module Name:src Committed By: maya Date: Mon Sep 16 06:30:17 UTC 2019 Modified Files: src/external/mit/expat/dist/conftools: config.guess config.sub src/external/mit/expat/dist/lib: xmlparse.c xmltok.c xmltok.h xmltok_impl.c src/external/mit/expa

CVS commit: src/external/mit/expat/lib/libexpat

2019-09-15 Thread Maya Rashish
Module Name:src Committed By: maya Date: Mon Sep 16 06:34:43 UTC 2019 Modified Files: src/external/mit/expat/lib/libexpat: expat_config.h Log Message: Regenerate the output of expat configure. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/external/mit/e

CVS commit: src/external/mit/expat/lib/libexpat

2019-09-15 Thread Maya Rashish
Module Name:src Committed By: maya Date: Mon Sep 16 06:34:43 UTC 2019 Modified Files: src/external/mit/expat/lib/libexpat: expat_config.h Log Message: Regenerate the output of expat configure. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/external/mit/e

CVS commit: src/doc

2019-09-15 Thread Maya Rashish
Module Name:src Committed By: maya Date: Mon Sep 16 06:52:03 UTC 2019 Modified Files: src/doc: 3RDPARTY Log Message: Update expat entry To generate a diff of this commit: cvs rdiff -u -r1.1648 -r1.1649 src/doc/3RDPARTY Please note that diffs are not public domain; they

CVS commit: src/doc

2019-09-15 Thread Maya Rashish
Module Name:src Committed By: maya Date: Mon Sep 16 06:52:03 UTC 2019 Modified Files: src/doc: 3RDPARTY Log Message: Update expat entry To generate a diff of this commit: cvs rdiff -u -r1.1648 -r1.1649 src/doc/3RDPARTY Please note that diffs are not public domain; they

<    1   2