CVS commit: src/lib/libpthread

2020-06-03 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Jun 4 04:40:01 UTC 2020 Modified Files: src/lib/libpthread: pthread_cond.c Log Message: Nix trailing whitespace. NFCI. To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 src/lib/libpthread/pthread_cond.c

CVS commit: src/sys/dev/acpi

2020-06-03 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Jun 4 03:14:36 UTC 2020 Modified Files: src/sys/dev/acpi: acpi_cpu_cstate.c Log Message: Nix trailing whitespace. NFCI. To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 src/sys/dev/acpi/acpi_cpu_cstate.c

CVS commit: src/sys/kern

2020-06-03 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Jun 4 03:12:26 UTC 2020 Modified Files: src/sys/kern: vfs_lookup.c Log Message: Nix trailing whitespace. NFCI. To generate a diff of this commit: cvs rdiff -u -r1.222 -r1.223 src/sys/kern/vfs_lookup.c Please note that

CVS commit: src/sys/arch/evbmips/cavium

2020-06-03 Thread Simon Burge
Module Name:src Committed By: simonb Date: Thu Jun 4 03:08:59 UTC 2020 Modified Files: src/sys/arch/evbmips/cavium: machdep.c Log Message: Only clear BSS up to "end" symbol, not all the way to mips_round_page(end). U-Boot puts some data immediately after the BSS section

CVS commit: src/sys/kern

2020-06-03 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Jun 4 03:08:33 UTC 2020 Modified Files: src/sys/kern: vfs_cache.c Log Message: Nix trailing whitespace. NFCI. To generate a diff of this commit: cvs rdiff -u -r1.146 -r1.147 src/sys/kern/vfs_cache.c Please note that

CVS commit: src

2020-06-03 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Jun 4 00:45:32 UTC 2020 Modified Files: src/external/bsd/jemalloc/dist/src: tsd.c src/external/bsd/jemalloc/include/jemalloc/internal: jemalloc_internal_defs.h src/lib/libpthread: pthread.c Log

CVS commit: src/sys/rump/librump/rumpkern

2020-06-03 Thread Andrew Doran
Module Name:src Committed By: ad Date: Wed Jun 3 22:25:49 UTC 2020 Modified Files: src/sys/rump/librump/rumpkern: vm.c Log Message: PR kern/55032 (rump/rumpkern/t_vm:uvmwait test case now fails) Work around issues with rump's pagedaemon emulation, including one that's

CVS commit: src/lib/libpthread

2020-06-03 Thread Andrew Doran
Module Name:src Committed By: ad Date: Wed Jun 3 22:10:24 UTC 2020 Modified Files: src/lib/libpthread: pthread.c pthread_cond.c pthread_mutex.c Log Message: Deal with a couple of problems with threads being awoken early due to timeouts or cancellation where: - The

CVS commit: src/sys/dev/fdt

2020-06-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Jun 3 19:55:13 UTC 2020 Modified Files: src/sys/dev/fdt: cpufreq_dt.c Log Message: Re-enable "set cpufreq at boot" code. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/dev/fdt/cpufreq_dt.c Please

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

2020-06-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Jun 3 19:16:23 UTC 2020 Modified Files: src/sys/arch/arm/ti: ti_motg.c Log Message: PR# port-evbarm/55263: BeagleBone Black too many interrupts on CPU when using 5V DC power cable Handle vbus status change events, and

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

2020-06-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Jun 3 18:26:06 UTC 2020 Modified Files: src/sys/arch/arm/ti: ti_dpll_clock.c Log Message: Fix dpll clock setting on am335x To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/ti/ti_dpll_clock.c

CVS commit: src/sys/dev/ic

2020-06-03 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Wed Jun 3 18:25:26 UTC 2020 Modified Files: src/sys/dev/ic: wdc.c Log Message: Don't print an error message on spurious interrupt. Way too noisy for Xen. To generate a diff of this commit: cvs rdiff -u -r1.302 -r1.303

CVS commit: src/tests/lib/libarchive

2020-06-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Jun 3 18:07:26 UTC 2020 Modified Files: src/tests/lib/libarchive: t_libarchive.sh Log Message: Skip this test on machines where it would cause serious swapping. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

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

2020-06-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Jun 3 18:02:03 UTC 2020 Modified Files: src/sys/arch/arm/ti: ti_cpufreq.c Log Message: Fix SoC revision detection. BeagleBone Black reports 1GHz as a supported frequency again. To generate a diff of this commit: cvs

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

2020-06-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Jun 3 16:00:00 UTC 2020 Modified Files: src/sys/arch/arm/ti: ti_gpio.c ti_iic.c Log Message: If we can't find a hwmod name, use the device type and mmio address To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

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

2020-06-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Jun 3 15:59:22 UTC 2020 Modified Files: src/sys/arch/arm/ti: ti_rng.c Log Message: Add a line break before rnd_attach_source so the "entropy: ready" announcement does not get mixed with device prints To generate a diff

CVS commit: src/sys/dev/fdt

2020-06-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Jun 3 15:47:23 UTC 2020 Modified Files: src/sys/dev/fdt: cpufreq_dt.c Log Message: Disable setting cpufreq at boot for now To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/dev/fdt/cpufreq_dt.c

CVS commit: src/sys/dev/fdt

2020-06-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Jun 3 15:44:45 UTC 2020 Modified Files: src/sys/dev/fdt: cpufreq_dt.c Log Message: Highest speed is first opp, not last To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/dev/fdt/cpufreq_dt.c Please

CVS commit: src/sys/dev/usb

2020-06-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Jun 3 15:38:02 UTC 2020 Modified Files: src/sys/dev/usb: ohci.c ohcireg.h Log Message: Convert ohcireg.h to __BITS. NFCI. To generate a diff of this commit: cvs rdiff -u -r1.309 -r1.310 src/sys/dev/usb/ohci.c cvs rdiff -u

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

2020-06-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Jun 3 14:56:10 UTC 2020 Modified Files: src/sys/arch/arm/ti: am3_prcm.c ti_prcm.c Log Message: Catch up to clock changes in last dts import. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/share/misc

2020-06-03 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Wed Jun 3 14:19:10 UTC 2020 Modified Files: src/share/misc: acronyms.comp Log Message: Add FHRP, GLBP, HSRP To generate a diff of this commit: cvs rdiff -u -r1.304 -r1.305 src/share/misc/acronyms.comp Please note that diffs

CVS commit: src/usr.bin/calendar/calendars

2020-06-03 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Wed Jun 3 14:10:56 UTC 2020 Modified Files: src/usr.bin/calendar/calendars: calendar.birthday Log Message: Add Allen Ginsberg To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44

CVS commit: src/sys/arch/arm/imx/fdt

2020-06-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Jun 3 13:14:01 UTC 2020 Modified Files: src/sys/arch/arm/imx/fdt: files.imx6 Log Message: defflag SOC_IMX6DL and SOC_IMX6Q To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/arm/imx/fdt/files.imx6

CVS commit: src/usr.sbin/postinstall

2020-06-03 Thread Roy Marples
Module Name:src Committed By: roy Date: Wed Jun 3 11:47:47 UTC 2020 Modified Files: src/usr.sbin/postinstall: postinstall.in Log Message: Ensure the dhcpcd log socket is removed. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23

CVS commit: src/sys/arch/arc/stand/boot

2020-06-03 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed Jun 3 11:33:38 UTC 2020 Modified Files: src/sys/arch/arc/stand/boot: Makefile Log Message: Explicitly strip debug info on calling objdump for ecoff boot binaries. As noted by martin@ on tech-toolchain@, release binaries

CVS commit: src/distrib/utils/x_gzip

2020-06-03 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Jun 3 07:06:18 UTC 2020 Modified Files: src/distrib/utils/x_gzip: Makefile Log Message: Manifest that we need liblzma only when USE_XZ_SETS is enabled. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/distrib/evbarm/instkernel/ramdisk

2020-06-03 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Jun 3 06:36:44 UTC 2020 Modified Files: src/distrib/evbarm/instkernel/ramdisk: list Log Message: x_gzip need liblzma for xz support. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28