summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-03add aliases for arm eabi long long shift functionsJonathan Gray
2020-08-03add support for handling loads from BPF_RND.David Gwynne
2020-08-03add a BPF_RND load location that provides a random value.David Gwynne
2020-08-03syncTheo de Raadt
2020-08-03ensure that certificate extensions are lexically sorted. PreviouslyDamien Miller
2020-08-03allow -A to explicitly enable agent forwarding in scp and sftp. TheDamien Miller
2020-08-03clang -Wimplicit-fallthrough does not recognise /* FALLTHROUGH */Theo de Raadt
2020-08-03sync to upstream libcbor v0.7.0; some minor fixes, but a note majorDamien Miller
2020-08-03Split some code that gives clang10 heartburnTheo de Raadt
2020-08-03clang10 identifies an argv[] comparison against '\0' instead of NULL,Theo de Raadt
2020-08-02missing {} identified by clang10Theo de Raadt
2020-08-02The difference between vgone(9) and vgonel(9) has changed after theTim van der Molen
2020-08-02Squelch warning by using idiom from libc bcrypt(3)Theo Buehler
2020-08-02additional files from libkern will be needed by clang10Theo de Raadt
2020-08-02additional files from libkern will be needed by clang10Theo de Raadt
2020-08-02Add missing rtable(4) check in rip6_input()kn
2020-08-02Make iwx(4) match any AX200 device again.Stefan Sperling
2020-08-02Check the return value of tls1_enc() in the write path.Joel Sing
2020-08-02Catch up sysctl_int.9 to the updated signaturegnezdo
2020-08-01Move range check inside sysctl_int_arrgnezdo
2020-08-01Clean up/simplify more of the dtls1/ssl3 record writing code:Joel Sing
2020-08-01bump iwx;Jason McIntyre
2020-08-01Pull record version selection code up and pass it as an argument toJoel Sing
2020-08-01The iwm(4) 9560 is a CNVi device, not a regular M.2 device that will workStefan Sperling
2020-08-01document AX201 support in iwx(4) man page; mention the AX201 firmware fileStefan Sperling
2020-08-01Add support for AX201 devices to iwx(4).Stefan Sperling
2020-08-01tweak previous; ok antonJason McIntyre
2020-08-01Replace hostname underscore with hyphen in appstest.shKinichiro Inoguchi
2020-08-01add kcov remote coverage testsanton
2020-08-01syncanton
2020-08-01Add support for remote coverage to kcov. Remote coverage is collectedanton
2020-08-01update currency exchange rates;Jason McIntyre
2020-07-31Update Spleen kernel fonts to version 1.8.2, bringing the followingFrederic Cambus
2020-07-31In xhci_device_isoc_start() do first check if the transfer isMarcus Glocker
2020-07-31Document that video(4) also supports kqueue(2) now.Marcus Glocker
2020-07-31Skip making structure elements const, as it provides no benefit, andTheo de Raadt
2020-07-31like amd64:Theo de Raadt
2020-07-31Use consistent types in comparison to fix build with clang 10.Visa Hankala
2020-07-31Make sure bcmtmon(4) attaches even if it has a "syscon" compatible.Mark Kettenis
2020-07-31Ensure DECLINE messages always contain the address from the OFFER.Kenneth R Westerback
2020-07-31On sun4u systems that have the STICK register, clear the NPT bit of theMark Kettenis
2020-07-31Nuke all occurrences of usbd_abort_pipe() if it gets called rightMarcus Glocker
2020-07-31Replace warnc() with warnx() + strerror() since the first is less portable.Claudio Jeker
2020-07-31Make writes to the coverage buffer MP-safe using atomic operations.anton
2020-07-31Also compare username when checking for JumpHost loops. bz#3057, ok djm@Darren Tucker
2020-07-30route(8)'s "-T" takes an rtable, not an rdomainkn
2020-07-30bluhm@ has been pointing out for a long time that the mandoc test suiteIngo Schwarze
2020-07-30Remove the unused function canonicalize_host(), it was copied from relayd.Sebastian Benoit
2020-07-30some more information about invalid codepoints, bytes, and byte pairs;Ingo Schwarze
2020-07-30Don't print extra newlines on error before awk starts parsing.Todd C. Miller