summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-24Address the clang 13 "changed binding to STB_WEAK" warning on arm (32bit):Philip Guenther
2022-05-24fix some dobeep_msgs callsop
2022-05-24automatically delete trailing whitespaces on RET in c-mode andop
2022-05-24While not strictly required clear all pfds in the poll loop and not justClaudio Jeker
2022-05-24Introduce MAX_HTTP_REQUESTS and MAX_RSYNC_REQUESTS.Claudio Jeker
2022-05-24Recent changes to truncate(2) swapped the ordering of some validationsAnton Lindqvist
2022-05-23Neither macppc nor the retired loongson have any remaining usefulKenneth R Westerback
2022-05-23Respect RLIMIT_FSIZE when extending a file via truncat(2)/ftruncate(2).Todd C. Miller
2022-05-23Improve #ifdefs for STACK_OF() helpers.Theo Buehler
2022-05-23whitespaces found when I went checking for something elseTheo de Raadt
2022-05-23There is no need to be quiet by default anymore and also stdout isClaudio Jeker
2022-05-23add support for the ehci controller on marvell 3720 boards.David Gwynne
2022-05-23In pf the kernel paniced if IP options in packet within ICMP payloadAlexander Bluhm
2022-05-23Fix white space.Alexander Bluhm
2022-05-22Convert KVA allocation to km_alloc(9).Mark Kettenis
2022-05-22Lock kernel in nfsrv_rcv() because NFS subsystem is not MP-safe yet.Visa Hankala
2022-05-21Convert KVA allocation to km_alloc(9).Mark Kettenis
2022-05-21Document rc_exec.Antoine Jacoutot
2022-05-21Repair a leak of a FILE. The FILE contains a fd via fdopen(), theTheo de Raadt
2022-05-21Remove some unhelpful comments and spell NULL correctly.Joel Sing
2022-05-21Factor out ASN1_ITYPE_EXTERN handling.Joel Sing
2022-05-21${rcexec} -> rc_execAntoine Jacoutot
2022-05-21Use 'at' for ASN1_TEMPLATE variable names rather than 'tt'.Joel Sing
2022-05-21Remove _ex_ from all of the internal function names.Joel Sing
2022-05-21Replace the $rcexec variable by an rc_exec function.Antoine Jacoutot
2022-05-21No need for true(1).Antoine Jacoutot
2022-05-21repair a few more backwards compares that create headachesTheo de Raadt
2022-05-21system(3) should ignore SIGINT and SIGQUIT until the shell exits.Todd C. Miller
2022-05-20vmm: remove spinout paranoiaDave Voutila
2022-05-20vmm: load the vmcs before reading vcpu registersDave Voutila
2022-05-20use correct logging or error callsDave Voutila
2022-05-20as promised, extend the precaching using quirks stems extension.Marc Espie
2022-05-20Add expected failures for octeon and riscv64.mbuhl
2022-05-20Re-classify the roff(7) \r (reverse line feed) escape sequenceIngo Schwarze
2022-05-20Test the handling of some additional one-character escape sequencesIngo Schwarze
2022-05-20fold some of the useful "obsolete" information into the main textMarc Espie
2022-05-20Add RFC 7318Job Snijders
2022-05-20New ldapsearch does not support -h and -p for host and port, butAlexander Bluhm
2022-05-20Drop *out == NULL check in ASN1_STRING_to_UTF8()Theo Buehler
2022-05-20Don't pass uninitialized pointer to ASN1_STRING_to_UTF8()Theo Buehler
2022-05-20Don't pass uninitialized pointer to ASN1_STRING_to_UTF8()Theo Buehler
2022-05-20Rename hid_none to hid_all as it represents all possible hid kinds byAnton Lindqvist
2022-05-20uhid_maxrepid() is currently not able to observe all report IDs as itAnton Lindqvist
2022-05-19Reorder functions within file.Joel Sing
2022-05-19Rewrite the asn1_template_*() functions with CBS.Joel Sing
2022-05-19following the fixed parsing direction of roff_expand() in roff.c rev. 1.260,Ingo Schwarze
2022-05-19Adjust a column number in an error messageIngo Schwarze
2022-05-19fix a wrong column number that got fixed as a side effectIngo Schwarze
2022-05-19remove a bogus warning that went away as a side effectIngo Schwarze
2022-05-19Make roff_expand() parse left-to-right rather than right-to-left.Ingo Schwarze