Age | Commit message (Expand) | Author |
2022-12-04 | systat(1): vmstat: measure elapsed time with clock_gettime(2) instead of ticks | Scott Soule Cheloha |
2022-12-04 | ld.so: Disable DT_MIPS_RLD_MAP_REL | Visa Hankala |
2022-12-04 | The next step for mimmutable(). ld.so figures out what regions of memory | Theo de Raadt |
2022-12-04 | Rename sun to s_un for portability. | Tobias Heider |
2022-12-04 | Remove duplicate includes. Patch from AtariDreams via github PR#364. | Darren Tucker |
2022-12-04 | Fix warnings about binding changed to STB_WEAK on i386 | Theo Buehler |
2022-12-04 | regen | Jonathan Gray |
2022-12-04 | add Intel DG1, DG2, ATS-M ids | Jonathan Gray |
2022-12-04 | Include endian.h for htobe32 | Tobias Heider |
2022-12-03 | Consistently use uintXX_t from <stdint.h> instead of u_intXX_t. | Tobias Heider |
2022-12-03 | Include endian.h where needed for betohXX functions. | Tobias Heider |
2022-12-03 | Use evcount_percpu(9) for clock interrupts | Jeremie Courreges-Anglas |
2022-12-03 | Add ENTRY_NB() and use it for brk.S and sbrk.S on riscv64 | Jeremie Courreges-Anglas |
2022-12-03 | Rework the RTKit code such that we don't spin forever if for some reason | Mark Kettenis |
2022-12-03 | The device tree bindings for aplcpu(4) changed once more, recycling the | Mark Kettenis |
2022-12-03 | skip rust-openssl-tests on sparc64 | Theo Buehler |
2022-12-03 | Modify vmt to use the buffer allocated in pvbus directly instead of | YASUOKA Masahiko |
2022-12-03 | Clean up makefile | Theo Buehler |
2022-12-03 | biotest needs bio_local.h now | Theo Buehler |
2022-12-03 | Test BIO_{push,pop}() along a linear chain | Theo Buehler |
2022-12-03 | More cleanup | Theo Buehler |
2022-12-03 | Refactor and fix bn_mod_exp test | Theo Buehler |
2022-12-03 | Add missing checks for BN_mod_exp_{non,}ct() | Theo Buehler |
2022-12-03 | Fix some ancient silliness with a random byte | Theo Buehler |
2022-12-03 | regen | Jonathan Gray |
2022-12-03 | add AMD family 19h model 61h (Raphael) ids | Jonathan Gray |
2022-10-20 | Provide a harness driving rust-openssl's regress tests | Theo Buehler |
2022-12-03 | drm/i915: fix TLB invalidation for Gen12 video and compute engines | Jonathan Gray |
2022-12-02 | Drop 'perhaps a little', plus grammar and spelling nits | Theo Buehler |
2022-12-02 | midicat(1): use err(3) everywhere | Scott Soule Cheloha |
2022-12-02 | midicat(1): set ifile/ofile to "stdin"/"stdout" if it is an en-dash ("-") | Scott Soule Cheloha |
2022-12-02 | midicat(1): add a usage() function | Scott Soule Cheloha |
2022-12-02 | Revert bio_prev removal | Theo Buehler |
2022-12-02 | bn_mod_exp.c: printing to stdout needs no BIO | Theo Buehler |
2022-12-02 | bn_mod_exp: we have a BN_CTX available... | Theo Buehler |
2022-12-02 | Check BN_rand() and BN_mod() return values | Theo Buehler |
2022-12-02 | Link new bn_mod_exp_zero test to build | Theo Buehler |
2022-12-02 | Rewrite the tests that various modular exponentiation functions | Theo Buehler |
2022-12-02 | Remove constant basereachable and retrans members from struct nd_ifinfo | Klemens Nanni |
2022-12-02 | Remove useless variable, simplify code | Klemens Nanni |
2022-12-02 | Unlock in6_ioctl_get() aka. SIOCGIF{DSTADDR,NETMASK,AFLAG,ALIFETIME}_IN6 | Klemens Nanni |
2022-12-02 | sync | Stuart Henderson |
2022-12-02 | Drop _C_LABEL() uses in riscv64-specific code | Jeremie Courreges-Anglas |
2022-12-02 | When checking if we're implied we must also check if we're working on a | Martijn van Duren |
2022-12-02 | libcrypto/bn: switch back to manual regress targets | Theo Buehler |
2022-12-02 | regen | Jonathan Gray |
2022-12-02 | add Intel Optane SSD DC P5800X | Jonathan Gray |
2022-12-02 | make struct sshbuf private and remove an unused field; ok dtucker | Damien Miller |
2022-12-02 | regres/libssl/unit: simplify Makefile | Theo Buehler |
2022-12-02 | Use regress framework rather than handrolling it | Theo Buehler |