Age | Commit message (Expand) | Author |
2021-10-08 | Add tags for command aliases | Klemens Nanni |
2021-10-07 | honor objdir | Anton Lindqvist |
2021-10-07 | Print the name of the symbol that can't be resolved when using | Joshua Stein |
2021-10-07 | remove quirks for ALC887 because they were only causing trouble on my | Robert Nagy |
2021-10-07 | Use correct index variable. | Mark Kettenis |
2021-10-07 | Remove unused TLB routines. | Visa Hankala |
2021-10-07 | Make sure BGPsec router certs don't have a SIA | Job Snijders |
2021-10-07 | Remove struct members that were used by the R4000 EoP workaround. | Visa Hankala |
2021-10-07 | Use tabs instead of spaces. | Visa Hankala |
2021-10-07 | Remove a stale comment. | Visa Hankala |
2021-10-07 | Send a probe request to our new AP when we are about to roam to it. | Stefan Sperling |
2021-10-07 | Call normalize_dn() on the newly added namespace so that later compares | Claudio Jeker |
2021-10-07 | Change host() error check to the more simple for of != 1. | Claudio Jeker |
2021-10-07 | Clarify error message | Job Snijders |
2021-10-07 | Replace the ugly openssl11 hack for the missing ASN1_time_parse() and | Claudio Jeker |
2021-10-07 | Remove the assertion that `curproc' must be SONPROC if found on the sleepqueue. | Martin Pieuchot |
2021-10-07 | Rework X509 verification a bit. Remove the store and instead pass in | Claudio Jeker |
2021-10-07 | Add x509_get_expire() to extract the not-after time from a certificate | Claudio Jeker |
2021-10-07 | mktime() may not properly set errno on error. Just use errx() instead. | Claudio Jeker |
2021-10-07 | trapsignal() can be called without KERNEL_LOCK, adjust code accordingly. | Claudio Jeker |
2021-10-07 | Make our old BSSID available to iwm_newstate() when roaming. | Stefan Sperling |
2021-10-07 | Add a missing El, from Alexis Hildebrandt in GitHub issue 2918. | Nicholas Marriott |
2021-10-07 | Handle splitw -I correctly when used from an attached client, GitHub | Nicholas Marriott |
2021-10-07 | drm/i915/request: fix early tracepoints | Jonathan Gray |
2021-10-07 | drm/amdgpu: correct initial cp_hqd_quantum for gfx9 | Jonathan Gray |
2021-10-07 | drm/amd/display: Pass PCI deviceid into DC | Jonathan Gray |
2021-10-06 | This regress uses vnd devices to create a softraid volume. Raid levels | Alexander Bluhm |
2021-10-06 | Remove Ruby 2.6 mentions | Jeremy Evans |
2021-10-06 | Change sendsig() interface so that the MD code does not need to access | Claudio Jeker |
2021-10-06 | sync | Theo de Raadt |
2021-10-06 | we now pass that test | Marc Espie |
2021-10-06 | fix for the XXX-warning warning... have the test be a bit more specific | Marc Espie |
2021-10-06 | Allow AUTH->AUTH state transitions in the iwm(4) and iwx(4) drivers again. | Stefan Sperling |
2021-10-06 | Make sure iwm(4) uses the HT frame format only for data frames. | Stefan Sperling |
2021-10-06 | Add openbsd,dma-constraint property to /chosen node on armv7 | Visa Hankala |
2021-10-06 | GCC 4.2.1 does not support nullptr, use traditional NULL. | Alexander Bluhm |
2021-10-06 | Do not reset cursor to default if it has never been changed, fixes | Nicholas Marriott |
2021-10-06 | X509_STORE_CTX_init() allows the store to be NULL on init. Add checks | Claudio Jeker |
2021-10-06 | Remove autoconfprivacy deprecation warning. | Florian Obser |
2021-10-06 | use libc SHA256 functions; make this work when compiled !WITH_OPENSSL | Damien Miller |
2021-10-06 | annotate sys/param.h uses as required, and pull in standard userland | Theo de Raadt |
2021-10-06 | annotate all required sys/param.h uses with what they bring into scope, | Theo de Raadt |
2021-10-05 | Fix some warnings. | Nicholas Marriott |
2021-10-05 | sync | Theo de Raadt |
2021-10-05 | wd(4) support | Theo de Raadt |
2021-10-05 | cleanup conf.c, and bring in wd(4) support | Theo de Raadt |
2021-10-05 | add missing sudo | Anton Lindqvist |
2021-10-05 | fix stderr redirect | Anton Lindqvist |
2021-10-05 | add missing sudo and handle arguments | Anton Lindqvist |
2021-10-05 | Set mouse_x and mouse_y on the status line, GitHub issue 2913. | Nicholas Marriott |