summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-12-05Unbreak rust-openssl-tests on sparc64Theo Buehler
2022-12-05Revert and adjust the changes in ometric_set_state() from last commit.Claudio Jeker
2022-12-05Use evcount_percpu() with mips64 clock and ipi interrupt counters.Visa Hankala
2022-12-05Avoid event counter re-insert in evcount_percpu()Visa Hankala
2022-12-05Add linker script for hppa. The crucial bit is that hppa needs an extraMark Kettenis
2022-12-05Add support for the Backlight connector property like we already have forMark Kettenis
2022-12-05Trigger a kevent when we change the backlight. This gives the XorgMark Kettenis
2022-12-05Calculate the bit clock based on number of channels, bytes/sample andMark Kettenis
2022-12-05Treat all possible mprotect() failures as fatal.Anton Lindqvist
2022-12-05bn_mod_exp.c doesn't need <string.h>Theo Buehler
2022-12-04userspace: remove vestigial '?' cases from top-level getopt(3) loopsScott Soule Cheloha
2022-12-04zap weird spaces $EDITOR added in previousTheo Buehler
2022-12-04Print skipped while running on anything other than i386.Anton Lindqvist
2022-12-04systat(1): vmstat: measure elapsed time with clock_gettime(2) instead of ticksScott Soule Cheloha
2022-12-04ld.so: Disable DT_MIPS_RLD_MAP_RELVisa Hankala
2022-12-04The next step for mimmutable(). ld.so figures out what regions of memoryTheo de Raadt
2022-12-04Rename sun to s_un for portability.Tobias Heider
2022-12-04Remove duplicate includes. Patch from AtariDreams via github PR#364.Darren Tucker
2022-12-04Fix warnings about binding changed to STB_WEAK on i386Theo Buehler
2022-12-04regenJonathan Gray
2022-12-04add Intel DG1, DG2, ATS-M idsJonathan Gray
2022-12-04Include endian.h for htobe32Tobias Heider
2022-12-03Consistently use uintXX_t from <stdint.h> instead of u_intXX_t.Tobias Heider
2022-12-03Include endian.h where needed for betohXX functions.Tobias Heider
2022-12-03Use evcount_percpu(9) for clock interruptsJeremie Courreges-Anglas
2022-12-03Add ENTRY_NB() and use it for brk.S and sbrk.S on riscv64Jeremie Courreges-Anglas
2022-12-03Rework the RTKit code such that we don't spin forever if for some reasonMark Kettenis
2022-12-03The device tree bindings for aplcpu(4) changed once more, recycling theMark Kettenis
2022-12-03skip rust-openssl-tests on sparc64Theo Buehler
2022-12-03Modify vmt to use the buffer allocated in pvbus directly instead ofYASUOKA Masahiko
2022-12-03Clean up makefileTheo Buehler
2022-12-03biotest needs bio_local.h nowTheo Buehler
2022-12-03Test BIO_{push,pop}() along a linear chainTheo Buehler
2022-12-03More cleanupTheo Buehler
2022-12-03Refactor and fix bn_mod_exp testTheo Buehler
2022-12-03Add missing checks for BN_mod_exp_{non,}ct()Theo Buehler
2022-12-03Fix some ancient silliness with a random byteTheo Buehler
2022-12-03regenJonathan Gray
2022-12-03add AMD family 19h model 61h (Raphael) idsJonathan Gray
2022-10-20Provide a harness driving rust-openssl's regress testsTheo Buehler
2022-12-03drm/i915: fix TLB invalidation for Gen12 video and compute enginesJonathan Gray
2022-12-02Drop 'perhaps a little', plus grammar and spelling nitsTheo Buehler
2022-12-02midicat(1): use err(3) everywhereScott Soule Cheloha
2022-12-02midicat(1): set ifile/ofile to "stdin"/"stdout" if it is an en-dash ("-")Scott Soule Cheloha
2022-12-02midicat(1): add a usage() functionScott Soule Cheloha
2022-12-02Revert bio_prev removalTheo Buehler
2022-12-02bn_mod_exp.c: printing to stdout needs no BIOTheo Buehler
2022-12-02bn_mod_exp: we have a BN_CTX available...Theo Buehler
2022-12-02Check BN_rand() and BN_mod() return valuesTheo Buehler
2022-12-02Link new bn_mod_exp_zero test to buildTheo Buehler