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 XenServer
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 src/sys/
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 src/external/mpl/dhcp/dist/common/
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
panic
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 ot
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, IO_N
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 types
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 t
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 di
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 -r1.
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 fro
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
12 matches
Mail list logo