created | 2018-11-30T05:16:03Z |
---|---|
begin | 2018-09-22T00:00:00Z |
end | 2018-09-23T00:00:00Z |
path | src/sys |
commits | 5 |
date | 2018-09-22T09:12:36Z | |||
---|---|---|---|---|
author | fcambus | |||
files | src/sys/kern/vfs_subr.c | log | diff | annotate |
message |
Harmonize spacing after ellipses in displayed messages. We were using spacing after ellipses in an inconsistent way in the installer. Standardize on using "... " everywhere and take into account the cursor position while we are waiting for the task to complete: the cursor is now always positioned after the last dot, and the space is added when displaying completion confirmation. While there, also take cursor position into account in vfs_shutdown(), and remove the extra leading space before ticks in dhclient. OK deraadt@ |
date | 2018-09-22T10:12:42Z | |||
---|---|---|---|---|
author | stsp | |||
files | src/sys/arch/macppc/conf/RAMDISK | log | diff | annotate |
message |
Enable USB bwfm(4) on macppc RAMDISK as well, matching GENERIC. Passes 'make release' build. |
date | 2018-09-22T13:55:55Z | |||
---|---|---|---|---|
author | stsp | |||
files | src/sys/dev/pci/if_iwm.c | log | diff | annotate |
message |
Back out the following if_iwm.c revisions: r1.232 Fix length checks in the receive path of iwm(4) r1.230 Add monitor mode support to iwm(4) r1.229 Implement Rx of multiple frames per interrupt in the iwm(4) driver There is an apparent block-ack problem (base.tgz takes 8 hours to download) which goes away when these changes are reverted. To be revisited after release. ok deraadt@ |
date | 2018-09-22T17:40:57Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/rasops/rasops.c | log | diff | annotate |
message |
Only clear the character backing store when the RI_CLEAR flag is set. ok deraadt@ |
date | 2018-09-22T17:41:52Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/amd64/amd64/efifb.c | log | diff | annotate |
src/sys/arch/amd64/amd64/mainbus.c | log | diff | annotate | |
src/sys/arch/amd64/include/efifbvar.h | log | diff | annotate | |
message |
Remap the UEFI buffer early such that we can use a write combining mapping which speeds things up considerably compared to an uncached mapping. ok deraadt@ |