created | 2018-11-30T02:37:15Z |
---|---|
begin | 2018-08-24T00:00:00Z |
end | 2018-08-25T00:00:00Z |
path | src/sys |
commits | 8 |
date | 2018-08-24T01:42:41Z | |||
---|---|---|---|---|
author | yasuoka | |||
files | src/sys/arch/amd64/stand/efiboot/efiboot.c | log | diff | annotate |
message |
Don't treat UnicodeChar == 0 as a keyboard input. This fixes the problem that which prevents typing the passpharase for softraid on boot. It happened at least with some external keyboards on ThinkPad X2{6,8}0. diff from Frank Groeneveld ok tb |
date | 2018-08-24T02:26:31Z | |||
---|---|---|---|---|
author | jmatthew | |||
files | src/sys/dev/pci/if_bnxt.c | log | diff | annotate |
message |
set the rx mask to always accept all vlan tags, making vlan interfaces on top of bnxt work properly. |
date | 2018-08-24T05:21:48Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/pci/drm/radeon/radeon_kms.c | log | diff | annotate |
message |
Allocate framebuffer PCI BAR if left uninitialized by firmware. ok mlarkin@ |
date | 2018-08-24T06:25:40Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/arch/amd64/amd64/identcpu.c | log | diff | annotate |
src/sys/arch/i386/i386/machdep.c | log | diff | annotate | |
message |
print cpu family/model/stepping in dmesg discussed with deraadt@ bluhm@ and sthen@ |
date | 2018-08-24T12:29:33Z | |||
---|---|---|---|---|
author | sashan | |||
files | src/sys/net/if_pfsync.c | log | diff | annotate |
message |
- cosmetic tweak to if_pfsync.c OK bluhm@, OK mpi@, henning@, jca@ |
date | 2018-08-24T12:35:10Z | |||
---|---|---|---|---|
author | jmatthew | |||
files | src/sys/dev/pci/if_bnxt.c | log | diff | annotate |
message |
Include the list of multicast groups in the rx filter configuration. The adapter reads this from host memory, so we allocate a new page for it. The rx filter code ends up looking a lot more like other drivers as a result. |
date | 2018-08-24T12:45:27Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/kern/kern_descrip.c | log | diff | annotate |
message |
Remove all knotes from a file descriptor before closing the file in fdfree(). This fixes a resource leak with cyclic kqueue references and prevents a kernel stack exhaustion scenario with long kqueue chains. OK mpi@ |
date | 2018-08-24T16:07:01Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/dev/pv/files.pv | log | diff | annotate |
message |
Add common Ethernet interface attributes to vio(4)'s build config. OK deraadt@ |