CVS commit: src/doc

2020-05-03 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon May 4 06:55:12 UTC 2020 Modified Files: src/doc: CHANGES Log Message: Note hp425e EVRX framebuffer bitmap ops support. To generate a diff of this commit: cvs rdiff -u -r1.2683 -r1.2684 src/doc/CHANGES Please note that dif

CVS commit: src/sys

2020-05-03 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon May 4 06:52:53 UTC 2020 Modified Files: src/sys/arch/hp300/dev: sti_sgc.c src/sys/dev/ic: sti.c stivar.h Log Message: Add bitmap access ops support for EVRX framebuffer on HP9000/425e. 8bpp Xorg wsfb server and mlte

CVS commit: src/lib/libc/arch/hppa/gen

2020-05-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon May 4 06:42:11 UTC 2020 Modified Files: src/lib/libc/arch/hppa/gen: __setjmp14.S _setjmp.S Log Message: Remove unnecesary #define/#undef _LOCORE To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/lib/libc/arch/h

CVS commit: src/crypto/external/bsd/netpgp/dist/src/netpgpverify

2020-05-03 Thread Alistair G. Crooks
zlib.h Log Message: Bring over changes from source of truth in pkgsrc - bump version to 20200503 Update netpgpverify and libnetpgpverify to version 20200503 ensure all exported functions use a unique prfix, so that they don't conflict with symbols (both data and tex

CVS commit: src/crypto/external/bsd/netpgp/lib/verify

2020-05-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun May 3 21:46:37 UTC 2020 Modified Files: src/crypto/external/bsd/netpgp/lib/verify: Makefile Added Files: src/crypto/external/bsd/netpgp/lib/verify: verify.map Log Message: Add a linker map to hide all the symbols th

CVS commit: src/sys/arch/zaurus/stand/zboot

2020-05-03 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sun May 3 21:02:24 UTC 2020 Modified Files: src/sys/arch/zaurus/stand/zboot: boot.h Log Message: Avoid common symbol declarations. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/zaurus/stand/zboot/boot.

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

2020-05-03 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sun May 3 17:56:19 UTC 2020 Modified Files: src/sys/arch/xen/xen: xennetback_xenbus.c Log Message: add support for scatter-gather also for frontend Rx path (backend -> frontend) enable ETHERCAP_JUMBO_MTU and feature-sg To ge

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

2020-05-03 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sun May 3 17:54:28 UTC 2020 Modified Files: src/sys/arch/xen/xen: xbd_xenbus.c Log Message: reduce buffer size for format_number() so that xbd(4) would show the size in KB/GB/TB instead of bytes again; the '9' matches what xbd(

CVS commit: src/sys

2020-05-03 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun May 3 17:36:33 UTC 2020 Modified Files: src/sys/kern: kern_condvar.c subr_time.c src/sys/sys: timevar.h Log Message: Move timedwaitclock_begin() and timedwaitclock_end() to subr_time.c so they can be used by other th

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

2020-05-03 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun May 3 17:24:11 UTC 2020 Modified Files: src/sys/arch/xen/xen: hypervisor.c Log Message: For PVH and HVM, copy hvm_start_info.flags to xen_start_info.flags To generate a diff of this commit: cvs rdiff -u -r1.79 -r1.80 src/sy

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

2020-05-03 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun May 3 17:23:14 UTC 2020 Modified Files: src/sys/arch/xen/x86: pvh_consinit.c Log Message: Hanble dom0 console. This one doesn't need a ring to be mapped, and can be used earlier. To generate a diff of this commit: cvs rdiff

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

2020-05-03 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun May 3 17:22:03 UTC 2020 Modified Files: src/sys/arch/x86/x86: x86_machdep.c Log Message: If hvm_start_info has no memmap_entries, fall back to XENMEM_memory_map hypercall. To generate a diff of this commit: cvs rdiff -u -r1

CVS commit: src/usr.bin/rlogin

2020-05-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun May 3 16:32:16 UTC 2020 Modified Files: src/usr.bin/rlogin: rlogin.c Log Message: PR/54435: Adjust for new kernel behavior of soreceive(9) clearing MSG_OOB when receiving the oob message. This made SIOCATMARK return always

CVS commit: src/usr.bin/rlogin

2020-05-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun May 3 16:11:06 UTC 2020 Modified Files: src/usr.bin/rlogin: rlogin.c Log Message: (foo *) 0 -> NULL int -> ssize_t/size_t To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/usr.bin/rlogin/rlogin.c Please n

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

2020-05-03 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sun May 3 16:10:26 UTC 2020 Modified Files: src/sys/arch/xen/xen: xennet_checksum.c Log Message: return EOPNOTSUPP for unknown IP protocol (same as unknown ethernet type), so that EINVAL is returned only when the packet is too

CVS commit: src/lib/libc/arch/hppa

2020-05-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun May 3 15:29:22 UTC 2020 Modified Files: src/lib/libc/arch/hppa/gen: __setjmp14.S src/lib/libc/arch/hppa/string: bzero.S ffs.S strlcpy.S src/lib/libc/arch/hppa/sys: brk.S Log Message: Even more trailing whitespa

CVS commit: src/lib/libc/compat/arch/hppa/sys

2020-05-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun May 3 15:27:06 UTC 2020 Modified Files: src/lib/libc/compat/arch/hppa/sys: compat_sigpending.S compat_sigreturn.S Log Message: More trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/external/bsd/drm2/dist/drm/i915

2020-05-03 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sun May 3 13:34:38 UTC 2020 Modified Files: src/sys/external/bsd/drm2/dist/drm/i915: intel_i2c.c Log Message: drm/i915: There's no real reason the user should care that we're about to fall back to bitbanging, so let's change the mes

CVS commit: src/distrib/i386/installimage

2020-05-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun May 3 13:29:04 UTC 2020 Modified Files: src/distrib/i386/installimage: Makefile Log Message: bump caused by the module debug sets To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/distrib/i386/installimage

CVS commit: src/usr.bin/make

2020-05-03 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun May 3 12:10:28 UTC 2020 Modified Files: src/usr.bin/make: str.c Log Message: usr.bin/make: refactor brk_string The variables are renamed to reflect to which memory region each pointer belongs. The variable "curlen" was alwa

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

2020-05-03 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun May 3 10:06:29 UTC 2020 Modified Files: src/sys/arch/amiga/conf: DRACO GENERIC INSTALL Log Message: Regen to disable amiga/efa(4) in GENERIC, accidentally enabled in the previous revision. efa_probe() seems broken and misdetect

CVS commit: src/lib/libc

2020-05-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun May 3 08:36:09 UTC 2020 Modified Files: src/lib/libc/arch/hppa/sys: __vfork14.S src/lib/libc/compat/arch/hppa/sys: compat_sigprocmask.S compat_sigsuspend.S Log Message: Trailing whitespace To generate a d

CVS commit: src/lib/libc/stdlib

2020-05-03 Thread matthew green
Module Name:src Committed By: mrg Date: Sun May 3 07:32:54 UTC 2020 Modified Files: src/lib/libc/stdlib: jemalloc.c Log Message: turn off TLS for mips on old jemalloc. it doesn't work. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/lib/libc/stdlib/je

CVS commit: src/external/gpl3/gdb/lib/libgdb

2020-05-03 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun May 3 07:10:27 UTC 2020 Modified Files: src/external/gpl3/gdb/lib/libgdb: Makefile Log Message: Remove hack for amiga introduced for 68060: http://cvsweb.netbsd.org/bsdweb.cgi/src/gnu/usr.bin/gdb6/libgdb/Attic/Makefile#rev1.9 N