summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2019-10-19Resolve mix of '|=' and SET() usage in favour of SET().Kenneth R Westerback
2019-10-19Unlock the vnode in vop_inactive of deadfs. The unlock operation isVisa Hankala
2019-10-18Don't check that the ipv6 source address of a neighbor advertisment isSebastian Benoit
2019-10-18Add support for dynamic queue allocation (DQA) to iwm(4).Stefan Sperling
2019-10-17Enable sxidog(4).Mark Kettenis
2019-10-17Avoid including an armv7 MD header.Mark Kettenis
2019-10-17drm/amd/display: num of sw i2c/aux engines less than num of connectorsJonathan Gray
2019-10-17Cache flush operations on arm64 were being incorrectly treated as writeDale Rahn
2019-10-17sgi: iockbc(4), mkbc(4): tsleep(9) -> tsleep_nsec(9); ok kn@ visa@cheloha
2019-10-17Use -1 to indicate an invalid uid/gid, not UID_MAX and GID_MAX.Todd C. Miller
2019-10-17in6_setsockaddr and in6_setpeeraddr can't fail, so let them return void.David Gwynne
2019-10-16Move sxidog(4) such that we can use it on arm64.Mark Kettenis
2019-10-16tsleep(9) -> tsleep_nsec(9)Martin Pieuchot
2019-10-16tsleep(9) -> tsleep_nsec(9)Martin Pieuchot
2019-10-16Add a few newer _OSI strings to the parser.Mike Larkin
2019-10-16regenMike Larkin
2019-10-16Fix a bunch of lines that had whitespace at the endMike Larkin
2019-10-16Remove trailing whitespace from a lineMike Larkin
2019-10-16Fix reversed gotos; CID 1453190.Daniel Dickman
2019-10-15Fix db_stack_dump() w/ custom addr & implement db_save_stack_trace().Martin Pieuchot
2019-10-15Reduce the number of places where `p_priority' and `p_stat' are set.Martin Pieuchot
2019-10-15Try to match the devid against the bootpath if link->port_wwn doesn'tJonathan Matthew
2019-10-15Fix compiler's view of the alignment of xhci structs. Because the structVisa Hankala
2019-10-14Convert tsleep(9) to tsleep_nsec(9).Martin Pieuchot
2019-10-14Add another quirk for the ALC285 on the X1C7 to avoid a clickingJoshua Stein
2019-10-14Rename AZ_QRK_WID_SPKR2_DAC and AZ_QRK_WID_DOLBY_ATMOS to make itJoshua Stein
2019-10-13Convert all tsleep(9) calls to tsleep_nsec(9) in wsdisplay(4).Frederic Cambus
2019-10-13Fix whitespace issue spotted by Krystian Lewandowski.Mark Kettenis
2019-10-13Add display brightness hooks.Mark Kettenis
2019-10-13Move ws_get_param/ws_set_param into wsdisplay code.Mark Kettenis
2019-10-13drm/radeon: Bail earlier when radeon.cik_/si_support=0 is passedJonathan Gray
2019-10-13drm/amdgpu: Check for valid number of registers to readJonathan Gray
2019-10-13drm/amdgpu: Fix KFD-related kernel oops on HawaiiJonathan Gray
2019-10-12renable POOL_DEBUGChristian Weisgerber
2019-10-12Print version number.Mark Kettenis
2019-10-12i386: apm(4), esm(4): tsleep(9) -> tsleep_nsec(9); ok kn@ visa@cheloha
2019-10-12sparc64: lom(4), sab(4), vldcp(4): tsleep -> tsleep_nsec(9); ok kn@ visa@cheloha
2019-10-12hppa: gsckbc(4), power(4): tsleep(9) -> tsleep_nsec(9); ok kn@ visa@cheloha
2019-10-12we are now hacking on 6.6-currentTheo de Raadt
2019-10-12Disable TSC debug printfs for release. They can be turned back on byMark Kettenis
2019-10-12Fix a use-after-free memory access in iwm's interrupt handler.Stefan Sperling
2019-10-11Probe responses are generally only seen after probe requests,Patrick Wildt
2019-10-11When available use "interrupt-names" to select the fdt idx for dwctwoJonathan Gray
2019-10-10Only set the IPv4 address in umb(4) if both MBIM_IPCONF_HAS_ADDRINFO andClaudio Jeker
2019-10-10Make reading past the end of an AML array not a panic.Mike Larkin
2019-10-10Remove trailing whitespaceMike Larkin
2019-10-09Restore BSS channel only when BSS was not changed in iee80211_input().tobhe
2019-10-09Restore BSS channel only when BSS was not changed in iee80211_intputm().tobhe
2019-10-08amd64: ensure %fs is loaded after final lgdtMike Larkin
2019-10-08macppc: mediabay(4), smu(4), xlights(4): tsleep(9) -> tsleep_nsec(9)cheloha