summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-08finger/mail: two trivial functions were missed in earlier ansi passesTheo Buehler
2023-02-08telnet: fix prototypes for two signal handlers to make clang 15 happyTheo Buehler
2023-02-08usr.sbin: missing void to appease clang 15's -Wstrict-prototype.Theo Buehler
2023-02-08sed: add missing void to avoid -Wstrict-prototype with clang 15Theo Buehler
2023-02-08ssh-agent doesn't actually take -v, so the recently-added ones willDarren Tucker
2023-02-08isakmpd: add missing void to a function definitionTheo Buehler
2023-02-08unwind: add two missing void to function definitionsTheo Buehler
2023-02-08openssl(1) pkcs7 avoid crash on malformed filesTheo Buehler
2023-02-07internal representation of icmp type/code in pfctl(8)/pf(4) does notAlexandr Nedvedicky
2023-02-07home.arpa is a special-use domain, internally answered by libunbound.Florian Obser
2023-02-07remove seatbeltTheo de Raadt
2023-02-07Remove needless #ifdef INET6 from struct ether_extracted field inAlexander Bluhm
2023-02-07Fix arbitrary memory read in GENERAL_NAME_cmp()Theo Buehler
2023-02-07switch to new simplified disklabel template format.Kenneth R Westerback
2023-02-07switch to new simplified disklabel template formatKlemens Nanni
2023-02-07Extend template parsing to allow "[mount point] *" as the specification forKenneth R Westerback
2023-02-07Since we override CFLAGS here, don't forget to put -Oz in there so as to compileMiod Vallat
2023-02-07Remove old buffer when renaming rather than complaining, GitHub issueNicholas Marriott
2023-02-07Add an L modifier like P, W, S to loop over clients. Also fix some longNicholas Marriott
2023-02-07libcrypto/ec: another missing point-on-curve checkTheo Buehler
2023-02-07regenKevin Lo
2023-02-07Add ASMedia ASM2142 xhciKevin Lo
2023-02-06match on another Elkhart Lake idJonathan Gray
2023-02-06vmd(8): scan pci bus to determine bootorder strings.Dave Voutila
2023-02-06consolidate mbuf header parsing on device driver layerJan Klemkow
2023-02-06smtpd(8) could abort due to a connection from a local, scoped ipv6 address.Sebastien Marie
2023-02-06Accept netstat-style address.port syntax too.Todd C. Miller
2023-02-06Unifdef -U _PMAP_MAY_USE_PROM_CONSOLE. This code hasn't been needed in yearsMiod Vallat
2023-02-06Add -f to list-clients like the other list commands, from Andy Walker inNicholas Marriott
2023-02-06Add space after comma in MD "No * partition in *,try again." repliesKlemens Nanni
2023-02-06Add missing check for pg != NULLGeorge Koehler
2023-02-05Do not allow multiple line separators in a row.Nicholas Marriott
2023-02-05Extend display-message to work for control clients. GitHub issue 3449.Nicholas Marriott
2023-02-05remove --no-execute-only seatbeltTheo de Raadt
2023-02-05default __mips64__ to execute onlyTheo de Raadt
2023-02-05Switch the mips64 linker scripts over to the templates that order .rodataMark Kettenis
2023-02-05syncTheo de Raadt
2023-02-05Implement usertc corresponding to the Allwinner A64 agtimer(4) errata.Mark Kettenis
2023-02-05writev() appeared in 4.1c before 4.2Jonathan Gray
2023-02-05getpagesize() appeared in 4.1c before 4.2Jonathan Gray
2023-02-05add ufshci(4);Jason McIntyre
2023-02-05match on Elkhart LakeJonathan Gray
2023-02-05regenJonathan Gray
2023-02-05add Intel Elkhart Lake idsJonathan Gray
2023-02-04powerpc64: dec_rearm: don't disable interrupts around atomic operationsScott Soule Cheloha
2023-02-04macppc: dec_rearm: don't disable interrupts around atomic operationsScott Soule Cheloha
2023-02-04Initial driver for Universal Flash Storage (UFS) Host Controllers.Marcus Glocker
2023-02-04Make ld.bfd default to --execute-only on amd64.Mark Kettenis
2023-02-04Set default volume to -30 dB instead of using the hardware default of 0 dBMark Kettenis
2023-02-04kernel: stathz is always non-zero after cpu_initclocks()Scott Soule Cheloha