Age | Commit message (Expand) | Author |
2022-11-10 | Continue migrating to one source file per line. | joshua |
2022-11-10 | Downgrade test to C++98 to fix build on GCC archs | Klemens Nanni |
2022-11-10 | Port EVP raw key API from OpenSSL. | Joel Sing |
2022-11-10 | Add a mutex to pf_state structure. Mutex retain a consistency | Alexandr Nedvedicky |
2022-11-10 | Add suspend/resume support to control the power domain. | Mark Kettenis |
2022-11-10 | Indicate compliance with work-in-progress spec for ROA objects | Job Snijders |
2022-11-10 | Port ASN1_buf_print() from OpenSSL 1.1. | Joel Sing |
2022-11-10 | qcpon(4), qcpwm(4), qcrtc(4) | Patrick Wildt |
2022-11-10 | update for consistency | Patrick Wildt |
2022-11-10 | qcpmic(4), qcpmicgpio(4), qcspmi(4) | Patrick Wildt |
2022-11-10 | Continue migrating to one source file per line. | joshua |
2022-11-10 | typofix; ok dlg | Klemens Nanni |
2022-11-10 | cope with recent route output changes | Anton Lindqvist |
2022-11-10 | qcpdc(4) | Patrick Wildt |
2022-11-10 | Use /tmp as opposed of /var/tmp as the default directory for temporary | Anton Lindqvist |
2022-11-10 | Fix a few more leaks in *_print() functions. | Tobias Heider |
2022-11-10 | Move manpages for Qualcomm devices over to the MI directory. kettenis@ put | Patrick Wildt |
2022-11-10 | Remove hack that uses a timeout to fake interrupts now that qcpdc(4) allows | Patrick Wildt |
2022-11-10 | We need to turn a few more things on in the resume path. This makes it | Mark Kettenis |
2022-11-10 | Enable qcpdc(4) | Patrick Wildt |
2022-11-10 | Add qcpdc(4), a driver for the Qualcomm Power Domain controller found on | Patrick Wildt |
2022-11-10 | Move the code handling brightness keys into a task, since with | Matthieu Herrb |
2022-11-10 | vmd(8): import mmio decode and emulation, disabled for now. | Dave Voutila |
2022-11-10 | Make the power button function as a wakeup button during suspend. | Mark Kettenis |
2022-11-10 | iWe must be careful to only disable power domains that are no longer in | Mark Kettenis |
2022-11-10 | arm64 can suspend without PSCI support now | Mark Kettenis |
2022-11-10 | Regen | Kenneth R Westerback |
2022-11-10 | A theoretical path exists where ext.data1 is not initialized by | Moritz Buhl |
2022-11-10 | Put CPUs in the lowest P-state just before the final suspend step. The | Mark Kettenis |
2022-11-10 | Move bn_prime.h to the public domain. | Theo Buehler |
2022-11-10 | Nuke Vax (ra,rx) and HP-300 (hd) devices. | Kenneth R Westerback |
2022-11-10 | Convert amd64 clock and ipi event counters to per-cpu | Jonathan Matthew |
2022-11-10 | change default output to -a format; ok tb | Theo de Raadt |
2022-11-10 | Convert sparc64 clock event counter to per-cpu and increment using | Jonathan Matthew |
2022-11-10 | Add support for per-cpu event counters, to be used for clock and IPI | Jonathan Matthew |
2022-11-10 | Return error number instead of call panic(). | ASOU Masato |
2022-11-10 | In case RSA_meth_new fails, errstr would be passed to fatalx without | Moritz Buhl |
2022-11-10 | fix build after 1.298 | Jonathan Gray |
2022-11-10 | always call va_end. | Moritz Buhl |
2022-11-09 | Start migrating to one source file per line. | joshua |
2022-11-09 | Remove prime_t remnant and link bn_primes test statically | Theo Buehler |
2022-11-09 | Sync CBS_strdup() documentation update from libcrypto. | Joel Sing |
2022-11-09 | simplify expiration of 'once' rules. | Alexandr Nedvedicky |
2022-11-09 | Hook up gpiobl(4) to the screen burner instead of wsdisplay(4) brightness | Tobias Heider |
2022-11-09 | Move table in bn_primes.h to a .c file and get rid of prime_t | Theo Buehler |
2022-11-09 | Remove kernel lock here since msleep() with PCATCH no longer requires it. | Claudio Jeker |
2022-11-09 | No more xd/xy devs. | Kenneth R Westerback |
2022-11-09 | Some limited setsockopt/getsockopt are allowed in pledge "stdio". | Theo de Raadt |
2022-11-09 | Regen | Kenneth R Westerback |
2022-11-09 | revert r1.673: replace SRP with SMR in the if_idxmap. | David Gwynne |