created | 2018-11-29T22:40:12Z |
---|---|
begin | 2018-06-24T00:00:00Z |
end | 2018-06-25T00:00:00Z |
path | src/sys |
commits | 4 |
date | 2018-06-24T00:49:25Z | |||
---|---|---|---|---|
author | guenther | |||
files | src/sys/arch/amd64/amd64/fpu.c | log | diff | annotate |
src/sys/arch/amd64/amd64/trap.c | log | diff | annotate | |
src/sys/arch/amd64/include/fpu.h | log | diff | annotate | |
message | Move signal generation from fputrap() to where it's called in trap() |
date | 2018-06-24T05:58:05Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/kern/kern_descrip.c | log | diff | annotate |
message |
Use atomic operations for updating `numfiles'. This makes the file count tracking work without locks. OK kettenis@, deraadt@ |
date | 2018-06-24T10:38:44Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/arm64/dev/efi.c | log | diff | annotate |
src/sys/dev/acpi/efi.h | log | diff | annotate | |
message |
If ACPI tables are present, set a global variable to point at their (physical) address such that acpidump(8) can read it and dump the tables on arm64 systems. ok deraadt@ |
date | 2018-06-24T23:54:22Z | |||
---|---|---|---|---|
author | ratchov | |||
files | src/sys/dev/audio.c | log | diff | annotate |
message |
Save all mixer elements in the suspend/resume array instead of only enum, sets, and values. This is simpler and less error prone. This fixes the record.enable elements replacing the last few hardware mixer controls. Help from Laurence Tratt, tested by landry@ |