CVS commit: src

2019-02-25 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Feb 26 07:31:49 UTC 2019 Modified Files: src/distrib/sets/lists/base: mi src/distrib/sets/lists/man: mi src/external/zlib/pigz/bin/pigz: Makefile Log Message: Install unpigz(1). To generate a diff of this

CVS commit: src/sys/netipsec

2019-02-25 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue Feb 26 06:52:34 UTC 2019 Modified Files: src/sys/netipsec: keysock.c Log Message: Fix locking: it is fine if the lock is already key_so_mtx, this can happen in socketpair. In that case don't take it. Ok ozaki-r@ Reported-by:

CVS commit: src/sys/compat/netbsd32

2019-02-25 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Feb 26 06:28:43 UTC 2019 Modified Files: src/sys/compat/netbsd32: netbsd32_exec_elf32.c Log Message: Push AT_STACKBASE. Otherwise, pthread_attr_getstack(3) cannot find the stack address for initial thread (LID 1). Now, rust for

CVS commit: src/sys/dev/acpi

2019-02-25 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Feb 26 06:15:55 UTC 2019 Modified Files: src/sys/dev/acpi: com_acpi.c Log Message: Cast to same type as parameter. NFCI. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/sys/dev/acpi/com_acpi.c Please

CVS commit: src/sys/dev/mii

2019-02-25 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Feb 26 05:26:10 UTC 2019 Modified Files: src/sys/dev/mii: miivar.h rgephy.c Log Message: Add MI MII clause 45 MMD MDIO access macros via clause 22 indirect registers: DESCRIPTION static inline int

CVS commit: src/share/man/man9

2019-02-25 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Feb 25 21:43:00 UTC 2019 Modified Files: src/share/man/man9: localcount.9 Log Message: Add explicit cross-references to pserialize(9) for the sections about ensuring that a localcount doesn't disappear while in the process

CVS commit: src/usr.bin/menuc

2019-02-25 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Feb 25 20:47:37 UTC 2019 Modified Files: src/usr.bin/menuc: mdb.c mdb.h menu_sys.def menuc.1 parse.y scan.l src/usr.bin/menuc/testm: menus.mc Log Message: Add an option to supress the vertical space between menu title

CVS commit: src/external/gpl3

2019-02-25 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Feb 25 19:55:35 UTC 2019 Modified Files: src/external/gpl3/binutils.old/usr.bin/ld: Makefile src/external/gpl3/binutils/usr.bin/ld: Makefile Log Message: Properly extract the emulation path from the linker script

CVS commit: src/sys

2019-02-25 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Feb 25 19:30:17 UTC 2019 Modified Files: src/sys/arch/arm/amlogic: files.meson meson8b_clkc.c meson_clk.c meson_clk.h meson_clk_div.c meson_clk_gate.c meson_clk_mpll.c meson_clk_mux.c meson_clk_pll.c

CVS commit: src/sys/dev/fdt

2019-02-25 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Feb 25 19:28:36 UTC 2019 Modified Files: src/sys/dev/fdt: fdtbus.c syscon.c Log Message: Attach syscon to "simple-mfd" devices and fix a bug with fdt_find_with_property To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/sdmmc

2019-02-25 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Feb 25 19:28:01 UTC 2019 Modified Files: src/sys/dev/sdmmc: sdmmcvar.h Log Message: Add SCF_NEED_BOUNCE command flag. Can be used by a driver to keep track of which command(s) need data transfers to go through DMA bounce

CVS commit: src/sys/sys

2019-02-25 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Feb 25 13:19:14 UTC 2019 Modified Files: src/sys/sys: kcov.h Log Message: Fix typo in kcov.h Should fix i386. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/sys/kcov.h Please note that diffs are not

CVS commit: src/sys/netinet

2019-02-25 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Mon Feb 25 10:49:16 UTC 2019 Modified Files: src/sys/netinet: tcp_output.c Log Message: Improve panic messages. To generate a diff of this commit: cvs rdiff -u -r1.210 -r1.211 src/sys/netinet/tcp_output.c Please note that diffs

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

2019-02-25 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Feb 25 10:25:40 UTC 2019 Modified Files: src/distrib/sets/lists/comp: mi Log Message: Register missing CAT page spi.0 in distribution files To generate a diff of this commit: cvs rdiff -u -r1.2260 -r1.2261

CVS commit: src/tests/modules

2019-02-25 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Feb 25 10:23:01 UTC 2019 Modified Files: src/tests/modules: t_kcov.c Log Message: Fix build of t_kcov Correct the syntax that used to work in earlier uncommitted version. To generate a diff of this commit: cvs rdiff -u