summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2022-05-19improve a comment explaining a particularly nasty hack; no code changeIngo Schwarze
2022-05-19Remove unused macro (log_debuginfo)Claudio Jeker
2022-05-19Now MULTIPROCESSOR kernel boots with CPU modules installed inKenji Aoyama
2022-05-19document what this file stands forMarc Espie
2022-05-19Document that imsg_add(3) frees its msg argument on failure.Stefan Sperling
2022-05-19Adjust or remove some stale commentsTheo Buehler
2022-05-19Add missing space between No macro and "authority".Theo Buehler
2022-05-19Deal with STACK_OF divergence between LibreSSL and OpenSSLTheo Buehler
2022-05-19Rewrite mft.c and roa.c with ASN.1 templatesTheo Buehler
2022-05-19Not so recent evolution of the PowerPC and POWER architectures have definedMiod Vallat
2022-05-19Revert "drm/amd/pm: keep the BACO feature enabled for suspend"Jonathan Gray
2022-05-19Force maximum payload size to 128 bytes for AR816X/AR817x as it triggersKevin Lo
2022-05-18document what PLIST_REPOSITORY does a bit betterMarc Espie
2022-05-18Remove #ifdef DDB specific includes, added in 1.968 but related code bitsMiod Vallat
2022-05-17Refactor asn1_d2i_ex_primitive()Joel Sing
2022-05-17document /etc/login.conf.d/Jason McIntyre
2022-05-17ditch most of the obsolete stuffMarc Espie
2022-05-17Move towards OpenIKED 7.1Tobias Heider
2022-05-17Refactor ASN.1 template functions before rewriting.Joel Sing
2022-05-17Use a higher match priority such that mvclock(4) wins from syscon(4).Mark Kettenis
2022-05-17Expose asn1_abs_set_unused_bits() in asn1_locl.hTheo Buehler
2022-05-17Rewrite make_addressRange() using CBSTheo Buehler