summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-29Mention installation using the framebuffer console on armv7.Frederic Cambus
2022-08-29Dynamically link these /sbin daemons: dhcpleased, mountd, nfsd, pflogd,Theo de Raadt
2022-08-29If ld.so loading fails inside execve, uprintf a message to report thisTheo de Raadt
2022-08-29Switch the DB of communities collections to a RB tree instead of anClaudio Jeker
2022-08-29Switch rde_aspath to a RB tree instead of a hash table.Claudio Jeker
2022-08-29merge updatesStuart Henderson
2022-08-29import unbound 1.16.2, ok florian@ tb@ also tested by Alex HolstStuart Henderson
2022-08-29Work around MSI and INTx issues on Qualcomm SC8280XP. This makes the NVMeMark Kettenis
2022-08-29regenMark Kettenis
2022-08-29Add Qualcomm SC8280XP PCIe.Mark Kettenis
2022-08-29report pending update and withdraw routes in the show neighbor output.Claudio Jeker
2022-08-29Export pending update and withdraw as part of struct peer_stats.Claudio Jeker
2022-08-29Do not calculate the output protocol checksum in the IP input path.Alexander Bluhm
2022-08-29When there are two overlapping regions handled by the same backend we mightMartijn van Duren
2022-08-29When a backend disappears while handling a request, make sure that theMartijn van Duren
2022-08-29Let snmpd check a response package against the requested searchrange end.Martijn van Duren
2022-08-29Fix a case where EndOfMibView wasn't honoured.Martijn van Duren
2022-08-29mount /usr earlier, to satisfy dynamically-linked daemons in /sbin betterTheo de Raadt
2022-08-29Use a rwlock and a mutex to serialize access to global swap variables.Martin Pieuchot
2022-08-29Sendmsg could crash in tcp_output due to a missing check after theMoritz Buhl
2022-08-29Move PRU_RCVOOB request to (*pru_rcvoob)().Vitaliy Makkoveev
2022-08-29Use struct refcnt for interface address reference counting.Alexander Bluhm
2022-08-29remove unused macppc headersJonathan Gray
2022-08-29Print warning when an MBR partition starts or extends past theKenneth R Westerback
2022-08-29Provide ERR_R_INIT_FAIL.Joel Sing
2022-08-29Provide ASN1_R_TYPE_NOT_PRIMITIVE.Joel Sing
2022-08-29static const, not const staticJonathan Gray
2022-08-29syncJonathan Gray
2022-08-29update libfido2 to 1.11.0, taking in just over a year of upstreamDamien Miller
2022-08-29static inline, not inline staticJonathan Gray
2022-08-29use ansi volatile keyword, not __volatile__Jonathan Gray
2022-08-29use ansi volatile keyword, not __volatileJonathan Gray
2022-08-29Support full GICD SPI interrupt count for REG32/REG16.Dale Rahn
2022-08-28Move PRU_SENSE request to (*pru_sense)().Vitaliy Makkoveev
2022-08-28Since we have no raw_usrreq anymore, remove pr_output indirection.Alexander Bluhm
2022-08-28Move PRU_ABORT request to (*pru_abort)().Vitaliy Makkoveev
2022-08-28Don't check `so_pcb' with PR_WANTRCVD flag. tcp(4) sockets are the onlyVitaliy Makkoveev
2022-08-28Make a few error messages match the actually failing function.Theo Buehler
2022-08-28Plug memory leak in CMS_add_simple_smimecap() in the unlikely event thatTheo Buehler
2022-08-28Add regress test for the encoding of an ASN1_INTEGER with NULL data.Joel Sing
2022-08-28Set the X.509 request version number.Joel Sing
2022-08-28Encode an ASN.1 INTEGER with NULL data to value of zero.Joel Sing
2022-08-28Replace ugly .sp requests with normal .Pp macros.Ingo Schwarze
2022-08-28Adjust desired output after tbl_term.c rev. 1.66 (stop skippingIngo Schwarze
2022-08-28Vertical spacing changes around tables in man_term.c rev. 1.194Ingo Schwarze
2022-08-28remove unused blowfish inline definesJonathan Gray
2022-08-28Stop skipping vertical space after boxed tables.Ingo Schwarze
2022-08-28Stop unconditionally emitting vertical space before .TS (table start).Ingo Schwarze
2022-08-28directly use ansi volatile keyword in local drm filesJonathan Gray
2022-08-27Remove unused mutex.Marcus Glocker