summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-21pinsyscall(2) is not just for dynamic binaries anymore, so make theTheo de Raadt
2023-02-21In static binaries, if WEAK execve can be found, use pinsyscall(2) toTheo de Raadt
2023-02-21create a stub for pinsyscall(2)Theo de Raadt
2023-02-21for process kills due to execve from non-pinned syscall address, exportTheo de Raadt
2023-02-21Attach Apollo Lake HD Audio device, enabling audio on machines with it.Brian Callahan
2023-02-21Have disk and string list helpers print trailing newlins consistentlyKlemens Nanni
2023-02-21perlasm: properly spell .rodata for macOS on intelTheo Buehler
2023-02-21remove extra argumentBrent Cook
2023-02-21Check all possible storage areas for a matching CRLJob Snijders
2023-02-21rpki-client: ensure there is no trailing garbage in signed objectsTheo Buehler
2023-02-21some nameserver proposal bits:Jason McIntyre
2023-02-21fseek to end of known_hosts before writing to it. POSIX and ANSI CDarren Tucker
2023-02-21Unifdef MONT_WORD.Joel Sing
2023-02-21syncTheo de Raadt
2023-02-21Set the current pmap in macppc's pmap_activateGeorge Koehler
2023-02-21syncTheo de Raadt
2023-02-21Remove conflict markers from perl testsAndrew Fresh
2023-02-21correct parameter typeTheo de Raadt
2023-02-21Don't install DebugWrap.1 manpageAndrew Fresh
2023-02-20sndiod(8) is the audio daemon now; from david demelierJason McIntyre
2023-02-20Rework/modernize verbiage in the "AUTOMATIC DISK ALLOCATION" andKenneth R Westerback
2023-02-20Rewrite the ROM walk logic to correctly iterate over non-STI ROMs (and skipMiod Vallat
2023-02-20Wrap all printf calls in sti_check_rom() in order to automagically cope withMiod Vallat
2023-02-20Disable strict bourne shell mode to get ksh behaviour in (S)hellKlemens Nanni
2023-02-20Adjust inline !libc check to match the intent in ld.soGreg Steuck
2023-02-20Unbreak RAMDISK build by adding a check for MULTIPROCESSOR.Patrick Wildt
2023-02-19Improve media disk question defaultKlemens Nanni
2023-02-19auth_getchallenge does not exist anymoreaisha
2023-02-19Make pinsyscall(2) always available for pledged processes. Needed by pledgeAnton Lindqvist
2023-02-19+openbsd-74-syspatch.pubRobert Nagy
2023-02-19add 7.4 syspatch public keyRobert Nagy
2023-02-19Add support for deep(er) idle states that can be entered using PSCI. ForMark Kettenis
2023-02-19describe what qcow2 is, in sufficient simple termsTheo de Raadt
2023-02-19Move BN_MONT_CTX back to bn_local.h for now. It's still used by bn_exp.cTheo Buehler
2023-02-19syncTheo de Raadt
2023-02-197.4 packages keyChristian Weisgerber
2023-02-19Remove non-existent make targets from ports(7) and bsd.port.mk(5)Stefan Hagen
2023-02-19Rewrite BN_MONT_CTX_set_locked()Joel Sing
2023-02-19First pass clean up of bn_mont.c.Joel Sing
2023-02-19Move BN_MONT_CTX_copy().Joel Sing
2023-02-19Move struct bn_mont_ctx_st from bn_local.h to bn_mont.c.Joel Sing
2023-02-19Do not let the iwx init task run in parallel to wakeup code during resume.Stefan Sperling
2023-02-19Disable tests using the preferred bsd.regress.mk technique.Anton Lindqvist
2023-02-18syncTheo de Raadt
2023-02-187.4 base keyTheo de Raadt
2023-02-18Missing spaceClaudio Jeker
2023-02-18Fix possibly uninitialized variable in editor_allocspace(); ok krw@Miod Vallat
2023-02-18acpipwrres(4): remove unused aml_value's.Dave Voutila
2023-02-18missing dot before macro; from josiah frentsosJason McIntyre
2023-02-18Put explicit ULL suffix to constants which won't fit in 32 bits.Miod Vallat