Module Name:src
Committed By: nonaka
Date: Fri Feb 15 08:54:02 UTC 2019
Modified Files:
src/sys/arch/amd64/amd64: genassym.cf vector.S
src/sys/arch/amd64/conf: GENERIC files.amd64
src/sys/arch/i386/conf: GENERIC files.i386
src/sys/arch/i386/i386: gen
Module Name:src
Committed By: maxv
Date: Fri Feb 15 13:17:05 UTC 2019
Modified Files:
src/sys/dev/nvmm/x86: nvmm_x86_svm.c nvmm_x86_vmx.c
Log Message:
Initialize the guest TSC to zero at VCPU creation time, and handle guest
writes to MSR_TSC at run time.
This is imprecise
Module Name:src
Committed By: rjs
Date: Fri Feb 15 14:13:32 UTC 2019
Modified Files:
src/sys/netinet: sctp_usrreq.c
Log Message:
This really was a missing break.
Spotted by Rin Okuyama.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/netinet/sctp_u
Module Name:src
Committed By: hannken
Date: Fri Feb 15 16:36:33 UTC 2019
Modified Files:
src/sys/arch/sparc64/sparc64: trap.c
Log Message:
Add /* FALLTHROUGH */ for DEBUG kernel.
To generate a diff of this commit:
cvs rdiff -u -r1.190 -r1.191 src/sys/arch/sparc64/sparc64
Module Name:src
Committed By: hannken
Date: Fri Feb 15 16:37:54 UTC 2019
Modified Files:
src/sys/dev/hyperv: vmbus.c
Log Message:
Add __diagused.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/hyperv/vmbus.c
Please note that diffs are not public
Module Name:src
Committed By: maxv
Date: Fri Feb 15 16:42:27 UTC 2019
Modified Files:
src/lib/libnvmm: libnvmm_x86.c
Log Message:
Remove the PSE check in the 32bit-PAE MMU. Setting CR4.PAE automatically
enables PSE regardless of whether CR4.PSE is set or not, so we should
Module Name:src
Committed By: mgorny
Date: Fri Feb 15 18:57:15 UTC 2019
Modified Files:
src/sys/kern: tty_pty.c
src/tests/kernel/kqueue/read: t_ttypty.c
Log Message:
Fix reporting EOF via kevent and add a test case
Fix the kernel pty driver to report closed slave
Module Name:src
Committed By: kamil
Date: Fri Feb 15 20:48:57 UTC 2019
Modified Files:
src/sys/dev/acpi/acpica: OsdHardware.c
Log Message:
Avoid UB in OsdHardware.c
UBSan: Undefined Behavior in src/sys/dev/acpi/acpica/OsdHardware.c:265:17,
left shift of 255 by 24 places c
Module Name:src
Committed By: rmind
Date: Fri Feb 15 22:49:24 UTC 2019
Modified Files:
src/sys/external/bsd/libnv/dist: nvpair.c
Log Message:
nvpair_remove_nvlist_array: revert part of the rev 1.4 change (it was applied
by mistake because the libnv upsteam code on Github h
Module Name:src
Committed By: christos
Date: Fri Feb 15 23:20:35 UTC 2019
Modified Files:
src/lib/libedit: readline.c terminal.c
src/lib/libedit/readline: readline.h
Log Message:
PR/53983: Jonathan Perkins: Fix types for readline compatibility
To generate a diff
Module Name:src
Committed By: isaki
Date: Sat Feb 16 06:50:14 UTC 2019
Modified Files:
src/share/man/man4: audio.4
Log Message:
Two minor fixes.
- Add missing AUDIO_PERROR (since 1996!)
- Sort AUDIO_GETFD.
To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 src
Module Name:src
Committed By: isaki
Date: Sat Feb 16 06:51:05 UTC 2019
Modified Files:
src/share/man/man9: audio.9
Log Message:
Two minor fixes.
- 0 -> NULL.
- avoid K&R and sync with reality.
To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/share/man/ma
Module Name:src
Committed By: wiz
Date: Sat Feb 16 07:00:56 UTC 2019
Modified Files:
src/share/man/man9: audio.9
Log Message:
Mark up NULL with Dv.
To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/share/man/man9/audio.9
Please note that diffs are not pu
Module Name:src
Committed By: gutteridge
Date: Sat Feb 16 07:41:13 UTC 2019
Modified Files:
src/usr.bin/make: make.1
Log Message:
make(1): minor grammar fixes in BUGS section
To generate a diff of this commit:
cvs rdiff -u -r1.273 -r1.274 src/usr.bin/make/make.1
Please
14 matches
Mail list logo