| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-01-08 | Fix boot-time crash on sparc64 |  visa | 1 | -4/+15 |
| 2021-01-08 | Missed from last commit. |  nicm | 1 | -1/+2 |
| 2021-01-08 | Revert "Implement select(2) and pselect(2) on top of kqueue." |  visa | 1 | -148/+58 |
| 2021-01-08 | Simplify the entity queue processing. There is no need to keep the entity |  claudio | 1 | -74/+42 |
| 2021-01-08 | With incremental search, start empty and only repeat the previous search |  nicm | 2 | -17/+37 |
| 2021-01-08 | Start using the ibuf API (ibuf_dynamic, ibuf_add, ibuf_close) for writing |  claudio | 10 | -238/+246 |
| 2021-01-08 | make CheckHostIP default to 'no'. It doesn't provide any perceptible |  djm | 2 | -6/+6 |
| 2021-01-08 | search the intermediates only after searching the root certs, clarify |  beck | 1 | -11/+15 |
| 2021-01-08 | If a signature operation on a FIDO key fails with a "incorrect PIN" |  djm | 1 | -3/+12 |
| 2021-01-08 | don't try to use timespeccmp(3) directly as a qsort(3) comparison |  djm | 1 | -4/+7 |
| 2021-01-08 | Update the sntrup761 creation script and generated code: |  dtucker | 3 | -121/+49 |
| 2021-01-08 | mention that DisableForwarding is valid in a sshd_config Match block |  djm | 1 | -2/+3 |
| 2021-01-07 | add a xenodm login class and bump openfiles to 512 to avoid running out |  robert | 14 | -14/+70 |
| 2021-01-07 | Fix typo in comment. |  kettenis | 1 | -2/+2 |
| 2021-01-07 | bump VM shutdown event timeout ok mlarkin@ stsp@ florian@ |  tracey | 1 | -2/+2 |
| 2021-01-07 | Rename two local variables ssl to s for consistency |  tb | 2 | -11/+11 |
| 2021-01-07 | Make tls12_record_layer_free() NULL safe. |  jsing | 1 | -1/+5 |
| 2021-01-07 | Move the read MAC key into the TLSv1.2 record layer. |  jsing | 4 | -23/+20 |
| 2021-01-07 | sleep(3): don't bypass nanosleep(2) if seconds is zero |  cheloha | 1 | -4/+1 |
| 2021-01-07 | Extend IP_ADD_MEMBERSHIP to also support struct ip_mreqn. |  claudio | 2 | -64/+87 |
| 2021-01-07 | Adjust comment about klist_invalidate() |  visa | 1 | -5/+8 |
| 2021-01-07 | Fix multiple shift/reduce conflicts in the parser because of the dependon |  claudio | 1 | -13/+15 |
| 2021-01-06 | if getting the vpd data fails, don't try and parse the vpd data. |  dlg | 1 | -2/+4 |
| 2021-01-06 | Use tls13_secret_{init,cleanup}() for the finished_key |  tb | 2 | -10/+10 |
| 2021-01-06 | Fix two issues related to thread private data in asr. |  otto | 4 | -20/+49 |
| 2021-01-06 | Let a process open a video(4) device multiple times |  jca | 1 | -7/+12 |
| 2021-01-06 | double word fix; from sean davies |  jmc | 1 | -3/+3 |
| 2021-01-06 | do not call log_addr() when the address is NULL |  anton | 2 | -4/+6 |
| 2021-01-06 | Bump default datasize-max and datasize-cur since clang now seems to |  kettenis | 1 | -3/+3 |
| 2021-01-06 | Mark a layer 2 address as expired by setting the length to 0 when the |  florian | 1 | -1/+3 |
| 2021-01-06 | Add dt(4) TRACEPOINTs for pool_get() and pool_put(), this is simmilar to the |  claudio | 2 | -2/+11 |
| 2021-01-06 | Insert joined pane before the target pane with -b, like for split. From |  nicm | 1 | -2/+5 |
| 2021-01-06 | Remove unused variable, from Ben Boeckel. |  nicm | 1 | -7/+2 |
| 2021-01-06 | Allocate pages for the F00F bug fix using km_alloc(9) instead of |  jmatthew | 1 | -2/+2 |
| 2021-01-05 | pppoeintr() is no more |  kn | 1 | -2/+1 |
| 2021-01-05 | unwrap a line |  tb | 1 | -3/+2 |
| 2021-01-05 | Avoid local variable in tls13_secret_init(). |  tb | 1 | -6/+2 |
| 2021-01-05 | Refactor how traphandler verifies the code. |  martijn | 1 | -93/+206 |
| 2021-01-05 | Convert tls13_record_layer.c to tls13_secret_{init,cleanup}() |  tb | 1 | -21/+11 |
| 2021-01-05 | Convert tls13_exporter() to tls13_secret_{init,cleanup}() |  tb | 1 | -8/+5 |
| 2021-01-05 | Use KNF for licence comment |  tb | 1 | -2/+3 |
| 2021-01-05 | Move tls13_secrets_destroy() below _create() |  tb | 1 | -29/+29 |
| 2021-01-05 | Convert tls13_secrets_{create,destroy}() to tls13_secret_{init,cleanup}() |  tb | 1 | -70/+33 |
| 2021-01-05 | Add tls13_secret_{init,cleanup}() |  tb | 2 | -2/+29 |
| 2021-01-05 | Fix indent. |  jsing | 1 | -2/+2 |
| 2021-01-05 | Use consistent names in tls13_{client,server}_finished_{recv,send}(). |  jsing | 2 | -12/+12 |
| 2021-01-05 | Use legacy verifier when building auto chains. |  jsing | 2 | -2/+6 |
| 2021-01-05 | Handle X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE in new verifier. |  jsing | 1 | -1/+4 |
| 2021-01-05 | Gracefully handle root certificates being both trusted and untrusted. |  jsing | 2 | -4/+16 |
| 2021-01-05 | Remove memset that was made redundant with the ASN1_time_parse() |  tb | 1 | -4/+1 |