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