summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-07Fix typo in Tiger Lake H configuration.Mark Kettenis
2021-12-07Continue to delete emulation support: we only have one sigcode andPhilip Guenther
2021-12-07Delete an #if block that dates from rev 1.1 and hasn't been enabledPhilip Guenther
2021-12-07In ipo_tdb the flow contains a reference counted TDB cache. ThisAlexander Bluhm
2021-12-07Add test case for authentication with locally stored peer certificates.Tobias Heider
2021-12-07Fix locally stored peer certificates in /etc/iked/certs as documented inTobias Heider
2021-12-07be more specific which NETSCAPE stuff to ignore, and whyIngo Schwarze
2021-12-07Some improvements allowing to handle asn1.h and x509v3.h:Ingo Schwarze
2021-12-07print the failed method numberTheo de Raadt
2021-12-07Don't truncate the default OpenBSD partition at the end of theKenneth R Westerback
2021-12-07Add EVFILT_EXCEPT filter for pipesVisa Hankala
2021-12-07switch from tradcpp(1) to cpp(1); ok jsg@Robert Nagy
2021-12-07Improve the COMMAND SECTION section in multiple respects regardingIngo Schwarze
2021-12-07Use one common function to build the base directory path for repositories.Claudio Jeker
2021-12-07Fix parsing of SR_IRQ resource descriptors here as well.Mark Kettenis
2021-12-07Fix parsing of SR_IRQ resource descriptors.Mark Kettenis
2021-12-07Add missing kernel unlock in error path.Anton Lindqvist
2021-12-07Respond to OSC 4 query.Nicholas Marriott
2021-12-07Use four digits not two for RGB responses to match other terminals.Nicholas Marriott
2021-12-07Continue to delete emulation support: since we're Just ELF, the sizePhilip Guenther
2021-12-07Two of the umount -f are not neccessary, and only risk leavingTheo de Raadt
2021-12-07lsearch(3): append key to array with memmove(3) instead of memcpy(3)Scott Soule Cheloha
2021-12-07sleep.3: miscellanous cleanup, rewritesScott Soule Cheloha
2021-12-07uvn_reference(): correct printf(9) argument orderScott Soule Cheloha
2021-12-07Make `unp_msgcount' and `unp_file' protection with `unp_gc_lock'Vitaliy Makkoveev
2021-12-07sys/signal.h (or some master include) must happen before sys/proc.h, whichTheo de Raadt
2021-12-07Use PATH_MAX (the standard name) rather than MAXPATHLEN (from BSD sys/param.h)Theo de Raadt
2021-12-06Logging received addresses and DNS configuration only makes sense forTobias Heider
2021-12-06Start to delete emulation support: since we're Just ELF, makePhilip Guenther
2021-12-06Implement DMA address translation for "raw" loads as well.Mark Kettenis
2021-12-06In the next major bump, some BN macros will become functions.Ingo Schwarze
2021-12-06Implement DMA address translation for "raw" loads as well.Mark Kettenis
2021-12-06Add missing short-circuit in bcmpcie_dmamap_load_raw().Mark Kettenis
2021-12-06Clean up a bunch of dead code in s_server.c and s_socket.cTheo Buehler
2021-12-06Fix g/G keys to be in line with copy mode.Nicholas Marriott
2021-12-06Do not dereference NULL window when resizing client, GitHub issue 2982.Nicholas Marriott
2021-12-06zero correct var in cpu_dump()Jonathan Gray
2021-12-06fix odd check in pfi_kif_free()Alexandr Nedvedicky
2021-12-06Test poll/select with various I/O conditions; not hooked up yet.Visa Hankala
2021-12-06gettimeofday.2: miscellaneous manpage cleanupScott Soule Cheloha
2021-12-06time.3: miscellaneous manpage cleanupScott Soule Cheloha
2021-12-05sys/select.h is not needed, if howmany/NBBY are needed they will arriveTheo de Raadt
2021-12-05kbind(2): disable system call if not initialized before first __tfork(2)Scott Soule Cheloha
2021-12-05Add test case for policy matching on responder with multiple policies thatTobias Heider
2021-12-05libpcap parser uses a memory tracker to only free all objects at the end.Theo de Raadt
2021-12-05elf64_checkum->elf64_checksum; adapted from changes by saitoh masanobuJason McIntyre
2021-12-05sytle -> style; adapted from changes by saitoh masanobuJason McIntyre
2021-12-05add missing mtx_leave() calls in error pathsJonathan Gray
2021-12-05fix use after freeJonathan Gray
2021-12-05Allow libradius tests to compile with opaque HMAC_CTX.Theo Buehler