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

2020-06-19 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sat Jun 20 02:27:55 UTC 2020 Modified Files: src/sys/arch/evbmips/cavium: autoconf.c machdep.c Log Message: Add some rudimentary boot args parsing. Can handle "root=" as well normal -1adsqvxz flags. "root=" is limited to cnmacN

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

2020-06-19 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sat Jun 20 02:01:56 UTC 2020 Modified Files: src/sys/arch/evbmips/cavium: octeon_uboot.h Log Message: Add the structure of the CVMX boot descriptor. Extend the U-boot bootinfo descriptor with latest members, add a few comments.

CVS commit: src/common/lib/libprop

2020-06-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jun 20 00:16:51 UTC 2020 Modified Files: src/common/lib/libprop: prop_string.c Log Message: Fix lint To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/common/lib/libprop/prop_string.c Please note that

CVS commit: src/usr.bin/make

2020-06-19 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Fri Jun 19 21:17:48 UTC 2020 Modified Files: src/usr.bin/make: job.c main.c make.h Log Message: Avoid unnecessary noise when sub-make or sibling dies When analyzing a build log, the first 'stopped' output from make, is the end of

CVS commit: src/sys/dev/raidframe

2020-06-19 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Fri Jun 19 19:32:03 UTC 2020 Modified Files: src/sys/dev/raidframe: rf_diskqueue.c Log Message: remove unnnecessary splbio() in rf_FreeDiskQueueData() To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58

CVS commit: src/sys/dev/raidframe

2020-06-19 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Fri Jun 19 19:29:39 UTC 2020 Modified Files: src/sys/dev/raidframe: rf_dag.h rf_dagfuncs.c rf_diskqueue.c rf_diskqueue.h rf_netbsd.h rf_netbsdkintf.c Log Message: pass down b_flags B_PHYS|B_RAW|B_MEDIA_FLAGS from

CVS commit: src/sys/arch/mac68k/mac68k

2020-06-19 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri Jun 19 16:30:31 UTC 2020 Modified Files: src/sys/arch/mac68k/mac68k: pram.c Log Message: KNF. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/arch/mac68k/mac68k/pram.c Please note that diffs are not

CVS commit: src/sys/arch/x86

2020-06-19 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Fri Jun 19 16:20:22 UTC 2020 Modified Files: src/sys/arch/x86/include: cpu.h sysarch.h src/sys/arch/x86/x86: sys_machdep.c Log Message: localify To generate a diff of this commit: cvs rdiff -u -r1.125 -r1.126

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

2020-06-19 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Jun 19 16:11:15 UTC 2020 Modified Files: src/sys/arch/arm/imx: imx6_ccm.c imx6_ccmvar.h Log Message: Spell GENERIC correctly. NFCI. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19

CVS commit: src/sys/netinet6

2020-06-19 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Fri Jun 19 16:08:06 UTC 2020 Modified Files: src/sys/netinet6: ip6_input.c ip6_var.h Log Message: localify To generate a diff of this commit: cvs rdiff -u -r1.216 -r1.217 src/sys/netinet6/ip6_input.c cvs rdiff -u -r1.83 -r1.84

CVS commit: src/external/cddl/osnet/dist/uts/common/fs/zfs

2020-06-19 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Fri Jun 19 14:13:23 UTC 2020 Modified Files: src/external/cddl/osnet/dist/uts/common/fs/zfs: zio.c Log Message: use pool_cache for (meta)data buffers also on NetBSD this should generally slightly improve performance on MP

CVS commit: src/sys/sys

2020-06-19 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Fri Jun 19 13:52:40 UTC 2020 Modified Files: src/sys/sys: param.h Log Message: bump version - maximum item size for pool_init()/pool_cache_init() changed PR kern/55397 To generate a diff of this commit: cvs rdiff -u -r1.670

CVS commit: src/sys/kern

2020-06-19 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Fri Jun 19 13:49:38 UTC 2020 Modified Files: src/sys/kern: subr_pool.c Log Message: bump the limit on max item size for pool_init()/pool_cache_init() up to 1 << 24, so that the pools can be used for ZFS block allocations, which

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

2020-06-19 Thread Simon Burge
Module Name:src Committed By: simonb Date: Fri Jun 19 12:38:54 UTC 2020 Modified Files: src/sys/arch/evbmips/cavium: machdep.c Log Message: Don't include now non-existant "opt_cavium.h". To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

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

2020-06-19 Thread Simon Burge
Module Name:src Committed By: simonb Date: Fri Jun 19 12:24:39 UTC 2020 Modified Files: src/sys/arch/evbmips/conf: files.octeon Log Message: OCTEON_MEMSIZE isn't used now, remove declaration. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/dev/usb

2020-06-19 Thread Felix Deichmann
Module Name:src Committed By: flxd Date: Fri Jun 19 11:52:42 UTC 2020 Modified Files: src/sys/dev/usb: umass_quirks.c usbdevs Log Message: Add umass quirk for Alcor AU6366 multi-card reader. To generate a diff of this commit: cvs rdiff -u -r1.101 -r1.102

CVS commit: src/sys/arch/sun3/conf

2020-06-19 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri Jun 19 10:35:11 UTC 2020 Modified Files: src/sys/arch/sun3/conf: DISKLESS DISKLESS3X GENERIC GENERIC3X INSTALL INSTALL3X RAMDISK RAMDISK3X Log Message: Use "-fno-unwind-tables" to shrink binaries more. sun3

CVS commit: src/sys/dev/scsipi

2020-06-19 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Fri Jun 19 10:30:27 UTC 2020 Modified Files: src/sys/dev/scsipi: if_se.c Log Message: First pass at making this work again. Remove spl and add some locking around network access (needs more work). Make sure that we consistently use

CVS commit: src/sys/arch/amiga/amiga

2020-06-19 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Jun 19 07:43:38 UTC 2020 Modified Files: src/sys/arch/amiga/amiga: locore.s Log Message: Keep the top of stack zero as other m68k ports do (and required by System V ABI). To generate a diff of this commit: cvs rdiff -u -r1.157

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

2020-06-19 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Jun 19 07:31:59 UTC 2020 Modified Files: src/sys/arch/powerpc/ibm4xx: copyinstr.c copyoutstr.c pmap.c trap.c Log Message: Try to sanitize usage of isync and sync instructions. According to reference manuals of 4xx, isync is

CVS commit: src/share/man/man9

2020-06-19 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Jun 19 07:25:20 UTC 2020 Modified Files: src/share/man/man9: kmem.9 Log Message: Remove trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/share/man/man9/kmem.9 Please note that diffs are

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

2020-06-19 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Jun 19 07:24:41 UTC 2020 Modified Files: src/sys/arch/powerpc/ibm4xx: trap.c Log Message: Return correct signo and si_code to userland when page fault. Taken from powerpc/trap.c. Found by tests in lib/libc/sys. To generate a

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

2020-06-19 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Jun 19 07:19:19 UTC 2020 Modified Files: src/sys/arch/powerpc/ibm4xx: trap.c Log Message: Return error code from uvm layer on fault, instead of hard-coded 1. Found by some tests in tests/lib/libc/sys. To generate a diff of

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

2020-06-19 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Jun 19 07:15:21 UTC 2020 Modified Files: src/sys/arch/powerpc/ibm4xx: pmap.c Log Message: Oops, commit log was missing. It should be: Revert rev 1.85:

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

2020-06-19 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Jun 19 07:14:20 UTC 2020 Modified Files: src/sys/arch/powerpc/ibm4xx: pmap.c To generate a diff of this commit: cvs rdiff -u -r1.85 -r1.86 src/sys/arch/powerpc/ibm4xx/pmap.c Please note that diffs are not public domain; they