CVS commit: src/sys/arch/x68k/stand/boot_ufs

2020-01-13 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Tue Jan 14 04:00:41 UTC 2020 Modified Files: src/sys/arch/x68k/stand/boot_ufs: boot.S boot_ufs.h Log Message: Clean up. - B_KEYINP is no longer called from C. - B_COLOR is no longer used. To generate a diff of this commit: cvs

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

2020-01-13 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Tue Jan 14 03:48:10 UTC 2020 Modified Files: src/sys/arch/x68k/stand/boot: boot.c Log Message: consio_init() should be done before printf(). To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31

CVS commit: src/sys/arch/x86/x86

2020-01-13 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Jan 14 01:41:37 UTC 2020 Modified Files: src/sys/arch/x86/x86: cpu.c Log Message: If "application processors" were skipped/disabled at boot time (due to RB_MD1 being set), don't try to examine the featurebus info, since it

CVS commit: src/share/man/man4

2020-01-13 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Mon Jan 13 21:43:38 UTC 2020 Modified Files: src/share/man/man4: wd.4 Log Message: bump date for previous change To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/share/man/man4/wd.4 Please note that diffs

CVS commit: src/share/man/man4

2020-01-13 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Mon Jan 13 21:43:06 UTC 2020 Modified Files: src/share/man/man4: wd.4 Log Message: document the wd(4) sysctl nodes, and add the note about the Sumsung EVO drives part of fix for PR kern/54790 and PR kern/54855 To generate a

CVS commit: src/sys/dev/ata

2020-01-13 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Mon Jan 13 21:20:17 UTC 2020 Modified Files: src/sys/dev/ata: wd.c Log Message: disable NCQ by default for "Samsung SSD 860 EVO 1TB" and "Samsung SSD 860 EVO 500GB" - these drives have known broken NCQ support particularly when

CVS commit: src/sys/arch/arm/include/arm32

2020-01-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 13 20:36:44 UTC 2020 Modified Files: src/sys/arch/arm/include/arm32: vmparam.h Log Message: Revert previous; we don't want arm to have variable page size. Instead nick@ is fixing the cache pages issue to use a separate

CVS commit: src/sys/kern

2020-01-13 Thread Andrew Doran
Module Name:src Committed By: ad Date: Mon Jan 13 20:30:08 UTC 2020 Modified Files: src/sys/kern: subr_cpu.c Log Message: Fix some more bugs in the topo stuff, that prevented it from working properly with fake topo info + MP. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/arch/xen/x86

2020-01-13 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Mon Jan 13 20:15:01 UTC 2020 Modified Files: src/sys/arch/xen/x86: cpu.c Log Message: Don't call cpu_switchto() before idle_loop(), it should not be needed any more. While there, assume (and KASSERT) that curlwp ==

CVS commit: src/lib/libc/stdlib

2020-01-13 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Jan 13 19:14:02 UTC 2020 Modified Files: src/lib/libc/stdlib: jemalloc.c Log Message: Fix aarch64 definition in old jemalloc There is no platform-specific reason for avoiding TLS. The tiny allocations should be aligned the

CVS commit: src/lib/libc/stdlib

2020-01-13 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Jan 13 19:14:38 UTC 2020 Modified Files: src/lib/libc/stdlib: jemalloc.c Log Message: Fix atfork malloc handling to include all the locks in old jemalloc. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48

CVS commit: src/tools/pkg_install/lib

2020-01-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 13 19:03:03 UTC 2020 Modified Files: src/tools/pkg_install/lib: Makefile Log Message: use the host compiler To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tools/pkg_install/lib/Makefile Please note

CVS commit: src/lib/libpthread

2020-01-13 Thread Andrew Doran
Module Name:src Committed By: ad Date: Mon Jan 13 18:22:56 UTC 2020 Modified Files: src/lib/libpthread: pthread.c pthread_cond.c pthread_int.h pthread_misc.c pthread_mutex.c pthread_rwlock.c Log Message: Rip out some very ambitious optimisations around

CVS commit: src/sys/arch/aarch64/aarch64

2020-01-13 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Mon Jan 13 17:23:07 UTC 2020 Modified Files: src/sys/arch/aarch64/aarch64: bus_space_asm_generic.S Log Message: Fix mis-incrementing pointer size in bus_space_read_region_{4,8} pointed out by jmcneill@. thanks. To generate a diff

CVS commit: src/share/man/man3

2020-01-13 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Jan 13 16:11:54 UTC 2020 Modified Files: src/share/man/man3: bitops.3 Log Message: Sort the list. Minor markup and wording tweaks. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/share/man/man3/bitops.3

CVS commit: src/share/man/man3

2020-01-13 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Jan 13 16:01:37 UTC 2020 Modified Files: src/share/man/man3: dlfcn.3 Log Message: Oops. Restore the dot lost in -width ".Dv ..." To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/share/man/man3/dlfcn.3 Please

CVS commit: src/share/man/man3

2020-01-13 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Jan 13 15:59:12 UTC 2020 Modified Files: src/share/man/man3: dlfcn.3 Log Message: Fix -width in the tagged list of special "handle" values. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38

CVS commit: src/share/man/man3

2020-01-13 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Jan 13 15:54:48 UTC 2020 Modified Files: src/share/man/man3: dlfcn.3 Log Message: Minor tweaks. Use same -indent for lists of values that are OR'ed as one argument. Use consistent markup for dli_* member names. Untabify Dl_info

CVS commit: src/share/man/man3

2020-01-13 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Jan 13 14:25:06 UTC 2020 Modified Files: src/share/man/man3: dlinfo.3 Log Message: Fix a typo To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/share/man/man3/dlinfo.3 Please note that diffs are not public

CVS commit: src/share/man/man3

2020-01-13 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Jan 13 14:24:16 UTC 2020 Modified Files: src/share/man/man3: dlinfo.3 Log Message: Correct the authorship note of dlinfo(3) To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/share/man/man3/dlinfo.3 Please note

CVS commit: src/share/man/man3

2020-01-13 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Jan 13 14:10:52 UTC 2020 Modified Files: src/share/man/man3: dlinfo.3 Log Message: Miscellaneous fixes. No space after asterisk in "type *arg". There's no "-width indent", use something relevant instead. Do not document the

CVS commit: src/sys/dev/i2c

2020-01-13 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Jan 13 12:53:46 UTC 2020 Modified Files: src/sys/dev/i2c: gttwsi_core.c Log Message: Fix silly mistake in rev 1.12. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/dev/i2c/gttwsi_core.c Please note

CVS commit: src/sys/arch/i386/i386

2020-01-13 Thread Andrew Doran
Module Name:src Committed By: ad Date: Mon Jan 13 12:03:42 UTC 2020 Modified Files: src/sys/arch/i386/i386: locore.S Log Message: It looks like Xen cpu_hatch() calls cpu_switchto() with prevlwp=NULL, instead of calling idle_loop() directly. I can't test a change to

CVS commit: src/sys/kern

2020-01-13 Thread Andrew Doran
Module Name:src Committed By: ad Date: Mon Jan 13 11:53:25 UTC 2020 Modified Files: src/sys/kern: kern_runq.c Log Message: - Fix an inverted test that could have prevented LWPs running on helper CPUs to teleport somewhere better during preempt(). - Fix a comment. To

CVS commit: src/share/man/man3

2020-01-13 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Jan 13 11:47:06 UTC 2020 Modified Files: src/share/man/man3: dlinfo.3 Log Message: Add missing El. Fix grammar. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/man/man3/dlinfo.3 Please note that diffs

CVS commit: src/share/man/man3

2020-01-13 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Jan 13 11:44:02 UTC 2020 Modified Files: src/share/man/man3: dlfcn.3 Log Message: Clean up dash use. Remove superfluous Pp. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/share/man/man3/dlfcn.3 Please note

CVS commit: src/sys/arch/amd64/amd64

2020-01-13 Thread Andrew Doran
Module Name:src Committed By: ad Date: Mon Jan 13 11:40:15 UTC 2020 Modified Files: src/sys/arch/amd64/amd64: locore.S Log Message: It looks like Xen cpu_hatch() calls cpu_switchto() with prevlwp=NULL, instead of calling idle_loop() directly. I can't test a change to

CVS commit: src/sys/dev/i2c

2020-01-13 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Jan 13 09:53:54 UTC 2020 Modified Files: src/sys/dev/i2c: gttwsi_core.c Log Message: Fix debug printf formats. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/dev/i2c/gttwsi_core.c Please note that

CVS commit: src/share/man/man3

2020-01-13 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Jan 13 09:00:59 UTC 2020 Modified Files: src/share/man/man3: dlfcn.3 Log Message: Bump date in dlfcn(3) To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/share/man/man3/dlfcn.3 Please note that diffs are not

CVS commit: src/share/man/man3

2020-01-13 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Jan 13 09:00:20 UTC 2020 Modified Files: src/share/man/man3: dlinfo.3 Log Message: Bump date in dlinfo(3) To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/man/man3/dlinfo.3 Please note that diffs are

CVS commit: [ad-namecache] src/sys

2020-01-13 Thread Andrew Doran
Module Name:src Committed By: ad Date: Mon Jan 13 08:51:07 UTC 2020 Modified Files: src/sys/kern [ad-namecache]: vfs_cache.c src/sys/sys [ad-namecache]: namei.src vnode_impl.h Log Message: Make the per-directory lock a rwlock. To generate a diff of this commit:

CVS commit: src/share/man/man3

2020-01-13 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Jan 13 08:29:05 UTC 2020 Modified Files: src/share/man/man3: dlfcn.3 Log Message: Cross-Link from dlfcn(3) to dlinfo(3) To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/share/man/man3/dlfcn.3 Please note

CVS commit: src

2020-01-13 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Jan 13 08:25:02 UTC 2020 Modified Files: src/distrib/sets/lists/comp: mi src/share/man/man3: Makefile Added Files: src/share/man/man3: dlinfo.3 Log Message: Document dlinfo(3) Man-page taken from FreeBSD. To