summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-12-17aplefuse(4)Mark Kettenis
2022-12-17Add aplefuse(4), a driver for the eFuses on Apple Silicon SoCs.Mark Kettenis
2022-12-17Make nvmem_read_cell() and nvmem_write_cell() work for hardware thatMark Kettenis
2022-12-16In bio.h rev. 1.54, jsing@ and tb@ provided BIO_callback_fn_ex(3),Ingo Schwarze
2022-12-16qcpdc(4)'s establish routine needs to return the wrapped cookie, not thePatrick Wildt
2022-12-16Document extension caching of X509_check_purpose()Theo Buehler
2022-12-16zap double space and needless line breakKlemens Nanni
2022-12-16drop a total of 93 trailing spaces from three linesTheo Buehler
2022-12-16add a CAVEATS section warning the user to not create cycles;Ingo Schwarze
2022-12-16top(1): always recount number of online CPUsScott Soule Cheloha
2022-12-16Prevent KASSERT in iwm(4) if firmware image is missing or corrupt.Stefan Sperling
2022-12-16Revert BIO_push(3) cycle prevention (bio_lib.c rev. 1.42).Ingo Schwarze
2022-12-16Downgrade riscv64-specific LTO error to a warningJeremie Courreges-Anglas
2022-12-16Do not escape tabs in output (iTerm2 needs them). GitHub issue 3414.Nicholas Marriott
2020-08-03Import LLVM 10.0.0 release including clang, lld and lldb.Patrick Wildt
2022-12-16Make U+FE0F VARIATION SELECTOR-16 change the width from 1 to 2. GitHubNicholas Marriott
2022-12-16Add send-keys -K to handle keys directly as if typed (so look up in keyNicholas Marriott
2022-12-16Mention that scp uses the SFTP protocol and remove reference toDamien Miller
2022-12-16Clear signal mask early in main(); sshd may have been started withDamien Miller
2022-12-16add -X to usage();Jason McIntyre
2022-12-16Prioritize lladdr over name/unit in hostname.if processingAndrew Fresh
2022-12-16add a -X option to both scp(1) and sftp(1) to allow control overDamien Miller
2022-12-16delete // debug comment chunks. If anyone wants to debug ld.so and runsTheo de Raadt
2022-12-16always keep pf_state_keys attached to pf_states.David Gwynne
2022-12-15priv_validgroup: do not read more than IF_NAMESIZE chars of nameTodd C. Miller
2022-12-15The idiomatic way of coping with signed char vs unsigned char (whichTheo de Raadt
2022-12-15acme-client: use timegm() instead of mktime()Theo Buehler
2022-12-15In curve25519.h rev. 1.4 to 1.7, tb@ and jsing@ providedIngo Schwarze
2022-12-15acme-client: use ASN1_TIME_to_tm()Theo Buehler
2022-12-15Add explicit casts to ctype functions in vmd(8).Dave Voutila
2022-12-15Add shim functions for repo code introduced by the pre repo stats.Claudio Jeker
2022-12-15Rework statistic collection to be per repository and add metric output optionClaudio Jeker
2022-12-15The argument to ctype functions must be EOF or representable as anFlorian Obser
2022-12-15The argument to ctype functions must be EOF or representable as anFlorian Obser
2022-12-15rework the text describing interface name;Jason McIntyre
2022-12-15syncTheo de Raadt
2022-12-14add __ctzdi2 to sparc64 kernelJonathan Gray
2022-12-14regenJonathan Gray
2022-12-14add id for Navi 31, Radeon RX 7900 XT/XTX (gfx1100, GC 11.0.0)Jonathan Gray
2022-12-14In evp.h rev. 1.109 and 1.112, jsing@ and tb@ providedIngo Schwarze
2022-12-14In asn1.h rev. 1.71 and 1.72, jsing@ and tb@ provided ASN1_buf_print(3).Ingo Schwarze
2022-12-14The argument to ctype functions must be EOF or representable as anFlorian Obser
2022-12-14Continue loop if no match found; avoids an OOB write. ok florian@ tb@Otto Moerbeek
2022-12-14Optimize io_buf_read() a bit by calling read() again after the initalClaudio Jeker
2022-12-14Plug leak of ECDSA_SIGTheo Buehler
2022-12-14Do the IPv4 specific MP capability check only once per update/withdrawClaudio Jeker
2022-12-14Put an splhigh() at the start of cpu_configure() to prevent splassertsMark Kettenis
2022-12-14Move some basic accessors of aspath to rde.h and make them static inline.Claudio Jeker
2022-12-14Add missing type for OMT_INFO.Claudio Jeker
2022-12-14Always initialize b64szJob Snijders