summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-10Continue migrating to one source file per line.joshua
2022-11-10typofix; ok dlgKlemens Nanni
2022-11-10cope with recent route output changesAnton Lindqvist
2022-11-10qcpdc(4)Patrick Wildt
2022-11-10Use /tmp as opposed of /var/tmp as the default directory for temporaryAnton Lindqvist
2022-11-10Fix a few more leaks in *_print() functions.Tobias Heider
2022-11-10Move manpages for Qualcomm devices over to the MI directory. kettenis@ putPatrick Wildt
2022-11-10Remove hack that uses a timeout to fake interrupts now that qcpdc(4) allowsPatrick Wildt
2022-11-10We need to turn a few more things on in the resume path. This makes itMark Kettenis
2022-11-10Enable qcpdc(4)Patrick Wildt
2022-11-10Add qcpdc(4), a driver for the Qualcomm Power Domain controller found onPatrick Wildt
2022-11-10Move the code handling brightness keys into a task, since withMatthieu Herrb
2022-11-10vmd(8): import mmio decode and emulation, disabled for now.Dave Voutila
2022-11-10Make the power button function as a wakeup button during suspend.Mark Kettenis
2022-11-10iWe must be careful to only disable power domains that are no longer inMark Kettenis
2022-11-10arm64 can suspend without PSCI support nowMark Kettenis
2022-11-10RegenKenneth R Westerback
2022-11-10A theoretical path exists where ext.data1 is not initialized byMoritz Buhl
2022-11-10Put CPUs in the lowest P-state just before the final suspend step. TheMark Kettenis
2022-11-10Move bn_prime.h to the public domain.Theo Buehler
2022-11-10Nuke Vax (ra,rx) and HP-300 (hd) devices.Kenneth R Westerback
2022-11-10Convert amd64 clock and ipi event counters to per-cpuJonathan Matthew
2022-11-10change default output to -a format; ok tbTheo de Raadt
2022-11-10Convert sparc64 clock event counter to per-cpu and increment usingJonathan Matthew
2022-11-10Add support for per-cpu event counters, to be used for clock and IPIJonathan Matthew
2022-11-10Return error number instead of call panic().ASOU Masato
2022-11-10In case RSA_meth_new fails, errstr would be passed to fatalx withoutMoritz Buhl
2022-11-10fix build after 1.298Jonathan Gray
2022-11-10always call va_end.Moritz Buhl
2022-11-09Start migrating to one source file per line.joshua
2022-11-09Remove prime_t remnant and link bn_primes test staticallyTheo Buehler
2022-11-09Sync CBS_strdup() documentation update from libcrypto.Joel Sing
2022-11-09simplify expiration of 'once' rules.Alexandr Nedvedicky
2022-11-09Hook up gpiobl(4) to the screen burner instead of wsdisplay(4) brightnessTobias Heider
2022-11-09Move table in bn_primes.h to a .c file and get rid of prime_tTheo Buehler
2022-11-09Remove kernel lock here since msleep() with PCATCH no longer requires it.Claudio Jeker
2022-11-09No more xd/xy devs.Kenneth R Westerback
2022-11-09Some limited setsockopt/getsockopt are allowed in pledge "stdio".Theo de Raadt
2022-11-09RegenKenneth R Westerback
2022-11-09revert r1.673: replace SRP with SMR in the if_idxmap.David Gwynne
2022-11-09Constify simplefb_formats[]; OK patrickKlemens Nanni
2022-11-09Enable qcpwm(4)Patrick Wildt
2022-11-09Add qcpwm(4), a driver for the PWM found on Qualcomm PMICs. This is usedPatrick Wildt
2022-11-09Now that dlopen() sets object->nodelete for RTLD_NODELETE, _dl_load_dep_libs()Theo de Raadt
2022-11-09Remove xy/xd. SMD left with sparc.Kenneth R Westerback
2022-11-09Move input/output configuration into the correct function.Patrick Wildt
2022-11-09Implement wakeup interrupt support. For now this is only implemented forMark Kettenis
2022-11-09Fix up indentation for EVP_PKEY_* defines.Joel Sing
2022-11-09nreq could leak a http get request in case a redirect withoutMoritz Buhl
2022-11-09Revise CBS_strdup() documentation.Joel Sing