CVS commit: src

2021-01-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Jan 14 07:42:31 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: msg_156.exp src/usr.bin/xlint/lint1: err.c tree.c Log Message: lint: add type details to message for enum type mismatch Before December 2020, it

CVS commit: src/usr.bin/xlint/lint1

2021-01-13 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Jan 14 07:34:48 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: scan.l Log Message: lint: fix enum type in the lexical analysis part Detected by Clang, reported by riastradh: > scan.l:144:29: error: implicit conversion

CVS commit: src/sys/dev/pci/ixgbe

2021-01-13 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Jan 14 05:47:35 UTC 2021 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Add "TX " to "Queue No Descriptor Available" to make it more understandable. To generate a diff of this commit: cvs rdiff -u -r1.277

CVS commit: src/tests/dev/fss

2021-01-13 Thread Simon Burge
Module Name:src Committed By: simonb Date: Thu Jan 14 04:30:40 UTC 2021 Modified Files: src/tests/dev/fss: t_fss.sh Log Message: Unmount and unconfigure in the reverse order that they were done. Fixes problem with leaving a dangling snapshot configured. To generate a

CVS commit: src/sys/compat/netbsd32

2021-01-13 Thread Simon Burge
Module Name:src Committed By: simonb Date: Thu Jan 14 02:51:52 UTC 2021 Modified Files: src/sys/compat/netbsd32: netbsd32_lwp.c Log Message: Handle rev 1.62 of kern/sys_lwp.c make _lwp_park return the remaining time to sleep in the "ts" argument if it is a relative

CVS commit: src/sys/compat/netbsd32

2021-01-13 Thread Simon Burge
Module Name:src Committed By: simonb Date: Thu Jan 14 02:43:04 UTC 2021 Modified Files: src/sys/compat/netbsd32: netbsd32_ioctl.h Log Message: Use netbsd32_* types instead of relying on __packed in the vnd ioctl structures. __packed didn't work on archs where 64-bit

CVS commit: src/sys/dev

2021-01-13 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Jan 13 23:54:21 UTC 2021 Modified Files: src/sys/dev: random.c Log Message: /dev/random: Fix nonblocking read. The flag passed to cdev_read is IO_NDELAY, not FNONBLOCK/O_NONBLOCK, and although the latter two coincide,

CVS commit: src/sys/kern

2021-01-13 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Jan 13 23:53:23 UTC 2021 Modified Files: src/sys/kern: kern_entropy.c Log Message: entropy: Use a separate condvar for rndsource list lock. Otherwise, two processes both waiting for entropy will dance around waking each

CVS commit: src/sys/dev/pci

2021-01-13 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Wed Jan 13 19:46:49 UTC 2021 Modified Files: src/sys/dev/pci: viomb.c Log Message: Fix for virtios viomb memory balloon driver. The inflate_done() and deflate_done() issued a wrong extent to bus_dmamap_sync() giving rise to

CVS commit: src/external/mpl/dhcp/dist/common

2021-01-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jan 13 17:01:31 UTC 2021 Modified Files: src/external/mpl/dhcp/dist/common: options.c Log Message: Reset options on every loop. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/arch/sparc/sparc

2021-01-13 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Wed Jan 13 16:42:17 UTC 2021 Modified Files: src/sys/arch/sparc/sparc: pmap.c Log Message: in pmap_writetext(), restore the context also when we return early. To generate a diff of this commit: cvs rdiff -u -r1.370 -r1.371

CVS commit: src/external/mpl/dhcp/dist/common

2021-01-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jan 13 15:51:49 UTC 2021 Modified Files: src/external/mpl/dhcp/dist/common: options.c Log Message: If an option is not found in the standard table, log it and don't try to dereference it. This prevents crashes from