CVS commit: src

2019-12-25 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Dec 26 04:53:12 UTC 2019 Modified Files: src/lib/librumpuser: rumpuser_dl.c src/sys/altq: altq_blue.c altq_red.c altq_rio.c src/sys/arch/arm/imx: imxecspireg.h src/sys/arch/ia64/include: bootinfo.h

CVS commit: src/sys/netinet

2019-12-25 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Dec 26 04:44:10 UTC 2019 Modified Files: src/sys/netinet: sctp_output.c sctp_pcb.c Log Message: Fix typo in comment. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/netinet/sctp_output.c cvs rdiff -u

CVS commit: src/sys/dev/pci

2019-12-25 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Thu Dec 26 03:55:00 UTC 2019 Modified Files: src/sys/dev/pci: if_ixl.c Log Message: Fix lack of of sysctl_teardown() in ixl(4) To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/dev/pci/if_ixl.c Please

CVS commit: src/sys/dev/pci

2019-12-25 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Thu Dec 26 03:17:01 UTC 2019 Modified Files: src/sys/dev/pci: if_ixl.c if_ixlvar.h Log Message: ixl(4) supports IFCAP_CSUM_*_Rx OKed by msaitoh@n.o. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/sys/dev/pci

2019-12-25 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Thu Dec 26 03:08:19 UTC 2019 Modified Files: src/sys/dev/pci: if_ixl.c Log Message: Improve DDPRINTF for ixl(4) To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/dev/pci/if_ixl.c Please note that diffs

CVS commit: src/share/man/man4

2019-12-25 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Dec 25 15:56:35 UTC 2019 Modified Files: src/share/man/man4: cas.4 Log Message: Update supported device list with part number. From FreeBSD. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/kern

2019-12-25 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Wed Dec 25 15:54:02 UTC 2019 Modified Files: src/sys/kern: sys_ptrace_common.c Log Message: Cast PTRACE_LWP_GETPRIVATE to (void *) through (intptr_t) Fixes sparc build. To generate a diff of this commit: cvs rdiff -u -r1.74

CVS commit: xsrc/external/mit/xf86-video-wsfb/dist/src

2019-12-25 Thread Izumi Tsutsui
Module Name:xsrc Committed By: tsutsui Date: Wed Dec 25 14:36:34 UTC 2019 Modified Files: xsrc/external/mit/xf86-video-wsfb/dist/src: wsfb_driver.c Log Message: Fix Xorg wsfb server "Rotate" corruption problem. PR xsrc/54167 Confirmed on zaurus SL-C1000, SL-C3000 (CW)

CVS commit: src/sys/dev/i2c

2019-12-25 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Dec 25 14:08:47 UTC 2019 Modified Files: src/sys/dev/i2c: gttwsi_core.c gttwsivar.h Log Message: Remove assertions that no longer make sense now that the bus acquire / release logic is handled by the upper layer. To

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

2019-12-25 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Dec 25 10:51:20 UTC 2019 Modified Files: src/sys/arch/evbarm/conf: GENERIC64 Log Message: Add EARLYCONS=bcm2711 example (commented out) To generate a diff of this commit: cvs rdiff -u -r1.118 -r1.119

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

2019-12-25 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Dec 25 10:49:29 UTC 2019 Modified Files: src/sys/arch/arm/broadcom: bcm2835_intr.c Log Message: Use PIC_IRQBASE_ALLOC and allow conditional attachment of interrupt handlers (for RPI4) To generate a diff of this commit: cvs