summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2018-08-25As Intel(TM) cpus are discovered to have more bugs, more workaround MSRsTheo de Raadt
2018-08-25Don't treat UnicodeChar == 0 as a keyboard input. The same fix wasYASUOKA Masahiko
2018-08-24Add common Ethernet interface attributes to vio(4)'s build config.Visa Hankala
2018-08-24Remove all knotes from a file descriptor before closing the file inVisa Hankala
2018-08-24Include the list of multicast groups in the rx filter configuration.Jonathan Matthew
2018-08-24- cosmetic tweak to if_pfsync.cAlexandr Nedvedicky
2018-08-24print cpu family/model/stepping in dmesgJonathan Gray
2018-08-24Allocate framebuffer PCI BAR if left uninitialized by firmware.Mark Kettenis
2018-08-24set the rx mask to always accept all vlan tags, making vlan interfacesJonathan Matthew
2018-08-24Don't treat UnicodeChar == 0 as a keyboard input.YASUOKA Masahiko
2018-08-23Set the pointer to the EFI Runtime Services, otherwise we call intoPatrick Wildt
2018-08-23port the amd64 code for loading intel microcode on boot to i386Jonathan Gray
2018-08-23remove hwrm interface code for nvram reads and writes, firmware updates,Jonathan Matthew
2018-08-23rearrange txeof so it processes slots up to the index given in theJonathan Matthew
2018-08-23set interrupt aggregation parameters so we get around 10000 interruptsJonathan Matthew
2018-08-22Initialize bridge registers instead of relying on ppb(4) to do it for us.Mark Kettenis
2018-08-22frag6_slowtimo: push NET_LOCK into frag6_freef around icmp6_error.cheloha
2018-08-22Enable uscom(4) where uslcom(4) is already present.Martin Pieuchot
2018-08-22Work well with the Dynastream ANTUSB-m, from Jan Klemkow.Martin Pieuchot
2018-08-22regenMartin Pieuchot
2018-08-22Dynastream ANTUSB-m, from Jan Klemkow.Martin Pieuchot
2018-08-22Adding membar_xxx defines to userland.Kenji Aoyama
2018-08-21Implement address translation. Makes I/O space access work.Mark Kettenis
2018-08-21Perform mitigations for Intel L1TF screwup. There are three options:Theo de Raadt
2018-08-21Rework kcov kernel config. Instead of treating kcov as both an option and aanton
2018-08-21Fix alignment fault in switchd(8) on sparc64. Use memcpy to set oxm_value,akoshibe
2018-08-21Use explicit fd indexing to access fd_ofiles, to clarify the code.Visa Hankala
2018-08-21If a kernel thread was created by a user land system call, the userAlexander Bluhm
2018-08-21print rdtscp and xsave_ext cpuid bits on i386 as wellJonathan Gray
2018-08-21If the control message of IP_SENDSRCADDR did not fit into the socketAlexander Bluhm
2018-08-21print sefflags_edx cpuid bits on i386 as wellJonathan Gray
2018-08-20Implement bus_space_mmap(9).Mark Kettenis
2018-08-20Memory barriers for arm64. These are somewhat stronger than strictlyMark Kettenis
2018-08-20Add arm64 support. On ARM write-combining translates into the normal uncachedMark Kettenis
2018-08-20Attach bwfm(4) to Broadcom BCM4371.Patrick Wildt
2018-08-20regenPatrick Wildt
2018-08-20Add Broadcom BCM4371.Patrick Wildt
2018-08-20Enable I2C clocks in imxiic(4).Patrick Wildt
2018-08-20Add the i.MX8MQ eCSPI clocks.Patrick Wildt
2018-08-20Reorder checks in the read/write(2) family of syscalls to prepare makingMartin Pieuchot
2018-08-20Remove unused spllock().Visa Hankala
2018-08-20Make fnew() return a new file with only one reference. This makesVisa Hankala
2018-08-20Preparations for arm64 radeondrm(4) support.Mark Kettenis
2018-08-20drm_fourcc: Fix DRM_FORMAT_MOD_LINEAR #defineJonathan Gray
2018-08-20Cached tests moved from callers into ttm_io_prot() with linux 3.18Jonathan Gray
2018-08-20drm: Add DP PSR2 sink enable bitJonathan Gray
2018-08-20drm/atomic: Handling the case when setting old crtc for planeJonathan Gray
2018-08-20drm/radeon: fix mode_valid's return typeJonathan Gray
2018-08-19delete blank line not found in other archTheo de Raadt
2018-08-19pseudo-device must be file-flagged otherwise ramdisks cannot link.Theo de Raadt