CVS commit: src/sys/arch/powerpc/ibm4xx

2020-06-28 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Jun 29 06:51:32 UTC 2020 Modified Files: src/sys/arch/powerpc/ibm4xx: pmap.c Log Message: Remove evcnt(9) counter for tlbhit; there's no way to observe TLB hits from kernel, and it just counted intersection b/w tlbmiss and tlbent

CVS commit: src/sys/dev/microcode/aic7xxx

2020-06-28 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Jun 29 06:39:38 UTC 2020 Modified Files: src/sys/dev/microcode/aic7xxx: Makefile Log Message: No longer depend on libl. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/dev/microcode/aic7xxx/Makefile Please

CVS commit: src/sys/dev/i2c

2020-06-28 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Jun 29 06:01:30 UTC 2020 Modified Files: src/sys/dev/i2c: sdtemp.c Log Message: KNF. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/sys/dev/i2c/sdtemp.c Please note that diffs are n

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

2020-06-28 Thread Sean Cole
Module Name:src Committed By: scole Date: Mon Jun 29 01:37:27 UTC 2020 Modified Files: src/sys/arch/ia64/include: mcontext.h setjmp.h Log Message: Allow kernel to compile by preventing "error: stack usage is ..." too-large errors. What was there previously was not correct

CVS commit: src/lib/libc/posix1e

2020-06-28 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Jun 28 21:37:05 UTC 2020 Modified Files: src/lib/libc/posix1e: posix1e.3 Log Message: Remove Xr to extattr(2) which we don't have. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/libc/posix1e/posix1e.3 Plea

CVS commit: src/lib/libc/posix1e

2020-06-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 28 18:23:01 UTC 2020 Modified Files: src/lib/libc/posix1e: posix1e.3 Log Message: reality check To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/lib/libc/posix1e/posix1e.3 Please note that diffs are not

CVS commit: src/sys/compat/common

2020-06-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 28 14:37:53 UTC 2020 Modified Files: src/sys/compat/common: vfs_syscalls_20.c Log Message: Fix struct entry size (thanks kre@) To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/sys/compat/common/vfs_sys

CVS commit: src

2020-06-28 Thread Frederic Cambus
Module Name:src Committed By: fcambus Date: Sun Jun 28 14:26:19 UTC 2020 Modified Files: src/distrib/sets/lists/base: mi src/share/wscons/fonts: COPYRIGHT Makefile Added Files: src/share/wscons/fonts: spleen-12x24.fnt.uue spleen-16x32.fnt.uue spl

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

2020-06-28 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sun Jun 28 13:33:06 UTC 2020 Modified Files: src/sys/arch/mips/mips: mips_machdep.c Log Message: Fix mm_md_kernacc() for 64 bit kernels (including n32): - FAULT for any physical address less than start of cached XKPHY address. -

CVS commit: src/sys

2020-06-28 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jun 28 12:43:00 UTC 2020 Modified Files: src/sys/arch/arm/ti: omap3_dss.c src/sys/dev/cadence: if_cemac.c Log Message: Use prop_data_value (not prop_data_data_nocopy) To generate a diff of this commit: cvs rdiff -u -r

CVS commit: src/sys/stand/efiboot

2020-06-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jun 28 11:39:50 UTC 2020 Modified Files: src/sys/stand/efiboot: Makefile.efiboot boot.c exec.c version Removed Files: src/sys/stand/efiboot: efienv.c efienv.h Log Message: Remove support for storing settings in EFI e

CVS commit: src/usr.bin/make

2020-06-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jun 28 11:06:27 UTC 2020 Modified Files: src/usr.bin/make: cond.c src/usr.bin/make/unit-tests: cond-short.exp cond-short.mk Log Message: make(1): fix evaluation of unreachable conditions Since 2015-10-11, make had eva

CVS commit: src

2020-06-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Jun 28 09:42:41 UTC 2020 Modified Files: src/distrib/sets/lists/tests: mi src/usr.bin/make/unit-tests: Makefile Added Files: src/usr.bin/make/unit-tests: cond-short.exp cond-short.mk Log Message: make(1): demon