summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-27openssh 8.4Damien Miller
2020-09-26adjust dateTheo de Raadt
2020-09-26adjust dateTheo de Raadt
2020-09-26Do the NULL -> cpu_info_primary conversion in the interrupt controllerMark Kettenis
2020-09-26Cleanup msg_eap in ikev2_msg_cleanup().tobhe
2020-09-26Ensure leaf is set up on X509_STORE_CTX before verification.Joel Sing
2020-09-26Stop printing the extents for release.Mark Kettenis
2020-09-26Remove the PR_WAITOK flag from the ucred_pool. The pool items are smallMark Kettenis
2020-09-26Call dtls1_hm_fragment_free() from dtls1_drain_fragments()Joel Sing
2020-09-26Add support for POWER9P "Axone" CPUs.Mark Kettenis
2020-09-26Make kd_claim() accept an explicit argument representing the number ofanton
2020-09-26Read curproc once in kcov_remote_enter() and kcov_remote_leave().anton
2020-09-26KCOV_BUF_MAX_NMEMB is defined under _KERNEL in sys/kcov.h but only usedanton
2020-09-26Fix typo in comment.anton
2020-09-26Have dtls1_new() call dtls1_free() on failure.Joel Sing
2020-09-26Have dtls1_hm_fragment_new() call dtls1_hm_fragment_free() on failure.Joel Sing
2020-09-26Refactor dtls1_clear_queues()Theo Buehler
2020-09-26jumping into the x509 fray with a bunch of whitespace repairTheo de Raadt
2020-09-25syncTheo de Raadt
2020-09-25add 6.9 firmware keyStuart Henderson
2020-09-25setpriority(2): don't treat booleans as scalarscheloha
2020-09-25move test-tls13-finished.py from slow tests to normal tests.Theo Buehler
2020-09-25Sprinkle some .type statements to help btrace(4) pick function names.Mark Kettenis
2020-09-25Implement stacktrace_save_at().Mark Kettenis
2020-09-25miod notes T_USER needs to be a bit, it was not.Theo de Raadt
2020-09-25landisk has legacy global variable want_resched, rather than post-MPTheo de Raadt
2020-09-25Add missing calls to uvm_grow(9).Peter Hessler
2020-09-25documentation should say pool_init, not pmap_initTheo de Raadt
2020-09-25add uvm_map_isentry check for 88100, and alter the KERNEL_LOCKTheo de Raadt
2020-09-25bump to LibreSSL 3.2.2 ahead of lockBrent Cook
2020-09-25KNF for a few comments and indent a labelTheo Buehler
2020-09-25Remove some dangling elses for consistency with the rest of the fileTheo Buehler
2020-09-25Simplify UI_new_method()Theo Buehler
2020-09-25Move variable declaration to the top of UI_set_result and ditchTheo Buehler
2020-09-25The default branch of a switch somehow got moved inside of a pointlessTheo Buehler
2020-09-25Simplify call to ERR_print_errors_cb()Theo Buehler
2020-09-25Simplify RB_TREE cleanup loops.tobhe
2020-09-25Remove work around kcov_remote_leave() that no longer is needed sinceanton
2020-09-25test-tls13-finished.py has 70 failing tests that expect a "decode_error"Theo Buehler
2020-09-25Use KASSERT() instead of if(x) panic() for sanity checks.Martin Pieuchot
2020-09-25Add missing call to uvm_grow(9).Mark Kettenis
2020-09-25Add missing calls to uvm_grow(9).Mark Kettenis
2020-09-25delete a stale commentTheo Buehler
2020-09-25take us out of -betaTheo de Raadt
2020-09-25Add regression tests for oscpcheck.Bob Beck
2020-09-24The sparc64 pagefault vectors are directly to specific functions, andTheo de Raadt
2020-09-24an ugly white spaceTheo de Raadt
2020-09-24ast() was lacking refreshcreds(). That can sleep, and mi_ast() requiresTheo de Raadt
2020-09-24the legacy need_resched macro to access per-cpu value is no longer neededTheo de Raadt
2020-09-24mi_ast() should not use the old cpu, but the cpu (after potential sleepTheo de Raadt