summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-11Mark pw_error as __dead in prototype to match the function definition.Todd C. Miller
2022-05-11fix quirks timestamp display: it's done somewhat early, before we decideMarc Espie
2022-05-11Cache X509v3 extensions as soon as we have a certTheo Buehler
2022-05-11In filemode check whether ROA & RSC resources are properly containedJob Snijders
2022-05-11tweak headerMarc Espie
2022-05-11locate yields information in sorted order (of course)Marc Espie
2022-05-11gc old stats code I no longer useMarc Espie
2022-05-11Fix doc comment of sbgp_asrange()Theo Buehler
2022-05-11Move sbgp_addr() down to the other sbgp_addr_* functions.Theo Buehler
2022-05-11Deserialize ASIdentifiers in libcryptoTheo Buehler
2022-05-11move a bit of code in a separate sub, fix indentation, add some commentsMarc Espie
2022-05-11Use hardware routine for PHY reset and always accept the PHY that's present.Kevin Lo
2022-05-10move memory allocations in pfr_add_tables() out ofAlexandr Nedvedicky
2022-05-10make the CPU frequency scaling duration relative to the loadSolene Rapenne
2022-05-10Prevent out-of-bounds array access with binaries that use unsupportedMark Kettenis
2022-05-10Add a BUGS section to describe the problem of potential lies andTheo Buehler
2022-05-10X509_check_ca() has 5 return values but still can't failTheo Buehler
2022-05-10If Ruby 3.1 isn't available, try to fall back to Ruby 3.0 so thatTheo Buehler
2022-05-10Rewrite asn1_item_ex_d2i() using CBS.Joel Sing
2022-05-10Convert KVA allocation to km_alloc(9).Mark Kettenis
2022-05-10Our read/write lock implementation was not fair to writers. WhenAlexander Bluhm
2022-05-10Fix a couple of typos in doc comments, bunch of KNF (whitespace) tweaksTheo Buehler
2022-05-10Deserialize IPAddrBlocks in libcryptoTheo Buehler
2022-05-10Fix leaks due to incorrect early returns rather than proper cleanup.Theo Buehler
2022-05-10Confirm the absense of the Basic Constraints extension in non-CA certsJob Snijders
2022-05-10The tests no-symlink and oldlib2 pass now. Do not expect failure.Alexander Bluhm
2022-05-10Fix reading of the MAC address on AX210 devices.Stefan Sperling
2022-05-10Make run(4) attach to RT5372 devices.Stefan Sperling
2022-05-10regenStefan Sperling
2022-05-10add USB device ID of RT5372 for run(4); patch by molotov31337 on tech@Stefan Sperling
2022-05-10Validate RSC filenamesTheo Buehler
2022-05-10Improve control flow readability by removing 'else if' stanzasJob Snijders
2022-05-10update the iwx entry;Jason McIntyre
2022-05-10spellingJonathan Gray
2022-05-10Remove ASN.1 combining.Joel Sing
2022-05-10Align fdisk with the logic used in the kernel and allow theKenneth R Westerback
2022-05-09delete ftplist2 (the old ftplist IP address). We've talked loudly about aTheo de Raadt
2022-05-09In a couple places, use set -m to cause subshells to gain processTheo de Raadt
2022-05-09update iwx(4) man page in light of AX210/AX211 supportStefan Sperling
2022-05-09Add support for AX210/AX211 devices to iwx(4).Stefan Sperling
2022-05-09Mention in the "proto icmp" section that standard stateful rules (i.e. theStuart Henderson
2022-05-09pf.conf(5) should mention impact of sloppy state handling on ICMPAlexandr Nedvedicky
2022-05-09Protect sbappendaddr() in divert_packet() with kernel lock. WithAlexander Bluhm
2022-05-09Simplify X509_ATTRIBUTE ASN.1 encoding.Joel Sing
2022-05-09Add RSC regress bitsJob Snijders
2022-05-09Drop prototype of currently nonexistent function.Theo Buehler
2022-05-09Commit file missed in previous.Theo Buehler
2022-05-09Add preliminary support for decoding RSC objects in filemodeJob Snijders
2022-05-09Replace a stray 0xA6 with DOSPTYP_OPENBSD. Tweak a ">= 2" to moreKenneth R Westerback
2022-05-09Revert "Replace selwakeup() with KNOTE() in pipe and socket event activation."Visa Hankala