summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-14Turn automatic-rename back on if the rename escape sequence is used withNicholas Marriott
2019-10-14Some old tmux versions can sometimes generate layout strings which haveNicholas Marriott
2019-10-14Memory leaks, from Igor Wong in GitHub issue 1934.Nicholas Marriott
2019-10-14unpriv(): propagate error code to the caller instead of failing hard.Antoine Jacoutot
2019-10-14Better error message when we fail to fetch SHA256.sig.Antoine Jacoutot
2019-10-14memleak in error path; spotted by oss-fuzz, ok markus@Damien Miller
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-13name value to shorten codeMarc Espie
2019-10-13even in the empty case, use wantarray to properly return 0/an empty array.Marc Espie
2019-10-13- have a method explicitly return undef instead of falling off the endMarc Espie
2019-10-13Also close the server connection before retrying on a 503.Jeremie Courreges-Anglas
2019-10-13Factor out socket cleanup codeJeremie Courreges-Anglas
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-12handle version.bind / version.serverFlorian Obser
2019-10-12Carry the answer in the pending_query struct. Makes it clearer who isFlorian Obser
2019-10-12Be more strict with which queries to accept. Modeled afterFlorian Obser
2019-10-12Don't hand parse the query, libunbound has query_info_parse() for that.Florian Obser
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-12accidentally stated the MP kernel twice, leading the SHA256/SHA256.sigTheo de Raadt
2019-10-11use sizeof(struct) not sizeof(pointer) in calloc callJonathan Gray
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-11don't use sizeof(pointer) to represent buffer sizeJonathan Gray
2019-10-10bump internal version to 3.0.2Brent Cook
2019-10-10bump to 3.0.2Brent Cook
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-09On a 503, only retry if "Retry-After: 0" is present.Jeremie Courreges-Anglas
2019-10-09Use EVP_MAX_MD_SIZE instead of SHA_DIGEST_LENGTH and remove OPENSSL_NO_SHA*Joel Sing
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-09Revert previous. This introduces problems when requesting the base oid of aMartijn van Duren
2019-10-09Use snprintf instead of sprintf.Martijn van Duren
2019-10-09openssh-8.1Damien Miller
2019-10-09fix an unreachable integer overflow similar to the XMSS case, and someDamien Miller