CVS commit: src/doc

2018-09-03 Thread matthew green
RELEASE: <$Revision: 1.2438 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2439 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -218,3 +218,5 @@ Changes from NetBSD 8.0 to NetBSD 9.0: nsd: Import 4.1.24 [christos 20180903] unb

CVS commit: src/external/lgpl3

2018-09-03 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Sep 4 05:16:25 UTC 2018 Modified Files: src/external/lgpl3/mpc/lib/libmpc: Makefile config.h src/external/lgpl3/mpfr/lib/libmpfr: Makefile Log Message: build new libmpc and libmpfr files. define endianness as needed.

CVS import: src/external/lgpl3/mpfr/dist

2018-09-03 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Sep 4 05:02:06 UTC 2018 Update of /cvsroot/src/external/lgpl3/mpfr/dist In directory ivanova.netbsd.org:/tmp/cvs-serv28168 Log Message: import mpfr 4.0.1. main changes since 3.1.5 are: Changes from version 4.0.0 to version 4.0.1: -

CVS import: src/external/lgpl3/mpc/dist

2018-09-03 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Sep 4 04:28:14 UTC 2018 Update of /cvsroot/src/external/lgpl3/mpc/dist In directory ivanova.netbsd.org:/tmp/cvs-serv26949 Log Message: import MPC 1.1.0. from their NEWS: Changes in version 1.1.0: - Minimally required library

CVS commit: [pgoyette-compat] src/doc

2018-09-03 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Sep 4 02:24:03 UTC 2018 Modified Files: src/doc [pgoyette-compat]: COMPAT-branch-notes Log Message: Note that COMPAT_BSDPTY task is done. To generate a diff of this commit: cvs rdiff -u -r1.1.2.19 -r1.1.2.20

CVS commit: [pgoyette-compat] src/sys

2018-09-03 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Sep 4 02:21:59 UTC 2018 Modified Files: src/sys/compat/common [pgoyette-compat]: tty_60.c src/sys/compat/sys [pgoyette-compat]: ttycom.h src/sys/kern [pgoyette-compat]: tty.c tty_ptm.c src/sys/sys

CVS commit: src/usr.bin/printf

2018-09-03 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Sep 4 01:13:50 UTC 2018 Modified Files: src/usr.bin/printf: printf.c Log Message: Printf's that support \e for escape all seem to also support \E. Except us. Now we do as well. To generate a diff of this commit: cvs rdiff

CVS commit: src/bin/sh

2018-09-03 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Sep 4 01:09:29 UTC 2018 Modified Files: src/bin/sh: jobs.c Log Message: PR bin/38004 Save more characters of command in non-interactive jobs, in case of core dumps and similar (16 effective chars was a few too little).

CVS commit: src/share/man/man9

2018-09-03 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Sep 4 00:00:47 UTC 2018 Modified Files: src/share/man/man9: usbdi.9 Log Message: s/of/or/ To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/share/man/man9/usbdi.9 Please note that diffs are not public domain;

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

2018-09-03 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Sep 4 00:01:41 UTC 2018 Modified Files: src/sys/arch/mips/include: asm.h Log Message: mark STATIC_NESTED_NOPROFILE() functions as functions. To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55

CVS commit: src/sys/dev/fdt

2018-09-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Sep 3 23:19:01 UTC 2018 Modified Files: src/sys/dev/fdt: pl061gpio_fdt.c Log Message: Use PRIx64 (fixes 64-bit build) To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/fdt/pl061gpio_fdt.c Please

CVS commit: src/sys/dev/fdt

2018-09-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Sep 3 23:15:12 UTC 2018 Modified Files: src/sys/dev/fdt: files.fdt Added Files: src/sys/dev/fdt: ahcisata_fdt.c Log Message: Add generic AHCI SATA controller bus glue To generate a diff of this commit: cvs rdiff

CVS commit: src/external/gpl3/gcc.old/dist

2018-09-03 Thread Maya Rashish
Module Name:src Committed By: maya Date: Mon Sep 3 22:52:00 UTC 2018 Modified Files: src/external/gpl3/gcc.old/dist/config: tls.m4 src/external/gpl3/gcc.old/dist/libgcc: configure Log Message: Correct missing paren and regen for gcc.old, too. Now HAVE_CC_TLS

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

2018-09-03 Thread Maya Rashish
Module Name:src Committed By: maya Date: Mon Sep 3 22:41:01 UTC 2018 Modified Files: src/external/gpl3/gcc/dist/config: tls.m4 src/external/gpl3/gcc/dist/libgcc: configure Log Message: Correct extra parens, regen configure (selectively) Fixes root cause of PR

CVS commit: src/tests/usr.bin/cc

2018-09-03 Thread Maya Rashish
Module Name:src Committed By: maya Date: Mon Sep 3 21:54:57 UTC 2018 Modified Files: src/tests/usr.bin/cc: t_hello.sh Log Message: amend test case to also check for -fprofile-generate (clang also supports this flag) PR toolchain/53567 To generate a diff of this

CVS commit: src/sys/kern

2018-09-03 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Sep 3 21:29:30 UTC 2018 Modified Files: src/sys/kern: kern_clock.c Log Message: C99 initializers for intr_timecounter. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.137 -r1.138

CVS commit: src

2018-09-03 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Sep 3 21:26:19 UTC 2018 Modified Files: src/distrib/sets/lists/comp: mi src/external/bsd/libpcap/lib: Makefile Log Message: Yet another pcap include. To generate a diff of this commit: cvs rdiff -u -r1.2224 -r1.2225

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

2018-09-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 3 21:17:09 UTC 2018 Modified Files: src/distrib/sets/lists/comp: mi Log Message: more includes for pcap To generate a diff of this commit: cvs rdiff -u -r1.2223 -r1.2224 src/distrib/sets/lists/comp/mi Please note

CVS commit: src/external/bsd/libpcap/lib

2018-09-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 3 21:03:07 UTC 2018 Modified Files: src/external/bsd/libpcap/lib: Makefile Log Message: fix includes To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/external/bsd/libpcap/lib/Makefile Please note

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

2018-09-03 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Sep 3 19:38:54 UTC 2018 Modified Files: src/distrib/sets/lists/comp: mi Log Message: Update for removal of pcap/export-defs.h To generate a diff of this commit: cvs rdiff -u -r1. -r1.2223 src/distrib/sets/lists/comp/mi

CVS commit: src/external/bsd/libpcap/lib

2018-09-03 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Sep 3 19:32:58 UTC 2018 Modified Files: src/external/bsd/libpcap/lib: Makefile Log Message: pcap/export-defs.h no longer exists, so don't attempt to install it. Allows builds after libpcap update to get further, if there is

CVS commit: src/sys/lib/libkern

2018-09-03 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Sep 3 18:52:34 UTC 2018 Modified Files: src/sys/lib/libkern: rngtest.c Log Message: We have popcount; no need to reimplement it. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/lib/libkern/rngtest.c

CVS commit: src/sys/arch/arm/amlogic

2018-09-03 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Sep 3 18:51:30 UTC 2018 Modified Files: src/sys/arch/arm/amlogic: amlogic_rng.c Log Message: Simplify amlogic rng. Compile-tested only, but this is basically the same as a bunch of other RNG driver simplifications I made

CVS commit: src/sys/external/bsd/drm2/linux

2018-09-03 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Sep 3 18:02:11 UTC 2018 Modified Files: src/sys/external/bsd/drm2/linux: linux_reservation.c Log Message: Preserve signedness to return failure from fence_wait_timeout. >From mrg@. To generate a diff of this commit:

CVS commit: src/sys/sys

2018-09-03 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Sep 3 16:55:17 UTC 2018 Modified Files: src/sys/sys: param.h Log Message: Welcome to 8.99.25, courtesy of min/max ---> uimin/uimax. To generate a diff of this commit: cvs rdiff -u -r1.569 -r1.570 src/sys/sys/param.h

CVS commit: src/sys/lib/libkern

2018-09-03 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Sep 3 16:54:55 UTC 2018 Modified Files: src/sys/lib/libkern: Makefile.libkern src/sys/lib/libkern/arch/mips: Makefile.inc src/sys/lib/libkern/arch/usermode: Makefile.inc

CVS commit: src/doc

2018-09-03 Thread Christos Zoulas
e: This file does not mention every change made to the NetBSD source tree. @@ -216,4 +216,5 @@ Changes from NetBSD 8.0 to NetBSD 9.0: rkpmic(4): Add driver for Rockchip RK808 Power Management IC. [jmcneill 20180901] nsd: Import 4.1.24 [christos 20180903] - unbound: Import 1.7.23. [chris

CVS commit: src/distrib/sets/lists

2018-09-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 3 15:30:36 UTC 2018 Modified Files: src/distrib/sets/lists/base: shl.mi src/distrib/sets/lists/debug: shl.mi Log Message: bump libpcap To generate a diff of this commit: cvs rdiff -u -r1.846 -r1.847

CVS commit: src/usr.bin/xlint/lint1

2018-09-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 3 15:16:33 UTC 2018 Modified Files: src/usr.bin/xlint/lint1: cgram.y Log Message: support deprecated("string") for libpcap To generate a diff of this commit: cvs rdiff -u -r1.97 -r1.98 src/usr.bin/xlint/lint1/cgram.y

CVS commit: src/sys/net

2018-09-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 3 15:16:11 UTC 2018 Modified Files: src/sys/net: bpf.h Log Message: Add definitions from libpcap-1.9.0 To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73 src/sys/net/bpf.h Please note that diffs are not

CVS commit: src/sys/net

2018-09-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 3 14:58:04 UTC 2018 Modified Files: src/sys/net: dlt.h Log Message: sync with libpcap-1.9.0 To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/net/dlt.h Please note that diffs are not public

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

2018-09-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 3 14:44:33 UTC 2018 Update of /cvsroot/src/external/bsd/libpcap/dist In directory ivanova.netbsd.org:/tmp/cvs-serv Log Message: Import libpcap-1.9.0 Sunday, June 24, 2018, by m...@sandelman.ca Summary for 1.9.0 libpcap

CVS commit: src/doc

2018-09-03 Thread Christos Zoulas
80901] - nsd: import 4.1.24 [christos 20180903] + nsd: Import 4.1.24 [christos 20180903] + unbound: Import 1.7.23. [christos 20180205]

CVS commit: src/external/bsd/unbound

2018-09-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 3 14:36:04 UTC 2018 Modified Files: src/external/bsd/unbound/include: config-1.0.h config-1.1.h Removed Files: src/external/bsd/unbound/dist/testdata/ctrl_pipe.tdir: ._bad_control.key

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

2018-09-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 3 14:09:44 UTC 2018 Update of /cvsroot/src/external/bsd/unbound/dist In directory ivanova.netbsd.org:/tmp/cvs-serv25029 Log Message: Import unbound-1.7.3 19 June 2018: Wouter - Fix for unbound-control on Windows and

CVS commit: src/doc

2018-09-03 Thread Christos Zoulas
80901] + nsd: import 4.1.24 [christos 20180903]

CVS commit: src/external/bsd/nsd

2018-09-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 3 11:40:09 UTC 2018 Modified Files: src/external/bsd/nsd/include: config.h Removed Files: src/external/bsd/nsd/dist: configlexer.c configparser.c configparser.h zlexer.c zparser.c zparser.h Log

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

2018-09-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 3 11:29:37 UTC 2018 Update of /cvsroot/src/external/bsd/nsd/dist In directory ivanova.netbsd.org:/tmp/cvs-serv16350 Log Message: Import nsd-4.1.24 6 August 2018: Wouter - tag for 4.1.24 release. 30 July 2018: Wouter

CVS commit: src/sys/compat/svr4_32

2018-09-03 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 3 07:14:18 UTC 2018 Modified Files: src/sys/compat/svr4_32: svr4_32_net.c Log Message: as pointed out by riastradh@, i'll let this diff speak for itself: static const struct fileops svr4_32_netops = { - .fo_read =