summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-13SKEEYSEED -> SKEYSEEDmbuhl
2022-02-13Some PCIe devices on the M1 and M1 Pro/Max need to be explicitly powered onMark Kettenis
2022-02-13Add basic GPIO support.Mark Kettenis
2022-02-13Add /usr/local/share/examples/login.conf.d to the default hierarchy.Antoine Jacoutot
2022-02-12use new libtls signer apiEric Faurot
2022-02-12wsdisplay checks are no longer needed hereTheo de Raadt
2022-02-12wsdisplay checks are no longer needed hereTheo de Raadt
2022-02-12add MP stubsTheo de Raadt
2022-02-12for non-SUSPEND kernel, put the ioctl pieces entirely inside #ifdefTheo de Raadt
2022-02-12Reduce code duplication in pipe event filtersVisa Hankala
2022-02-12Add test coverage for OBJ_txt2obj()/OBJ_obj2txt() with no_name == 0.Joel Sing
2022-02-12switch to using the common code in BaseStateMarc Espie
2022-02-12Avoid potential single byte overread in asn1_parse2().Joel Sing
2022-02-12Revise for OBJ_obj2txt() OID arc limits.Joel Sing
2022-02-12Limit OID text conversion to 64 bits per arc.Joel Sing
2022-02-11Fix length check of IP addresses for name constraintsTheo Buehler
2022-02-11Add missing error check for a2i_GENERAL_NAME()Theo Buehler
2022-02-11Fix a double free in v2i_NAME_CONSTRAINTS()Theo Buehler
2022-02-11adjust bsd.port.mk(5) manual for change to login.conf.d file handlingStuart Henderson
2022-02-11space needed between arg and punctuation;Jason McIntyre
2022-02-11Test OBJ_obj2nid() with an undefined (NID_undef) object.Joel Sing
2022-02-11Make OBJ_obj2nid() work correctly with NID_undef.Joel Sing
2022-02-11Add initial regress for objects.Joel Sing
2022-02-11tr(1): rename lookup tablesScott Soule Cheloha
2022-02-11be more consistent in packing-list usageMarc Espie
2022-02-11use packing-list consistentlyMarc Espie
2022-02-11Fix typo in comment for f_favail.Todd C. Miller
2022-02-11It's fw_update's job to say what went wrong.Florian Obser
2022-02-11describe LOGIN_CONF, help from espieStuart Henderson
2022-02-11Backout previous "Unwire with map lock held" (commitid: eQBvWUwShD91dN9Z)Klemens Nanni
2022-02-11Backout previous "Assert vm map locks" (commitid: sRNBfzX2dJrxFDmb)Klemens Nanni
2022-02-11Replace manual !klist_empty()+knote() with KNOTE().Visa Hankala
2022-02-11Check klist emptiness instead of NULL pointer in KNOTE()Visa Hankala
2022-02-11Inline klist_empty() for more economic machine code.Visa Hankala
2022-02-11the sleep_clocks() hook is not needed because the architectures whichTheo de Raadt
2022-02-11Lock the pkg db while runningAndrew Fresh
2022-02-11Always initialize delim before passing to hpdelim2 which might not set it.Darren Tucker
2022-02-11sleep_cpu/resume_cpu are part of an earlier MI split attemptTheo de Raadt
2022-02-10Casting a char pointer to struct ctf_header causes bus error onAlexander Bluhm
2022-02-10Use fdisk's -b to create boot partitions instead of -e scripts.Kenneth R Westerback
2022-02-10Fix regress after crl_print() addition so anton doesn't have to complainTheo Buehler
2022-02-10Improve free inodes check from fs.f_favail > 0 to fs.f_free > 0.Theo Buehler
2022-02-10syncTheo de Raadt
2022-02-10Fix serial number printing in crl_print() for large serials.Claudio Jeker
2022-02-10look for the login class in both login.conf and login.conf.d/${class}Robert Nagy
2022-02-10Duplicate "park disk" code, so that the SUSPEND case can be MI, it is onlyTheo de Raadt
2022-02-10Enable receive checksum offloading on ixl(4) network interfaces.Alexander Bluhm
2022-02-10Implement some code to print crls with -f.Claudio Jeker
2022-02-10Use fdisk's -b to create boot partitions instead of -e scripts.Kenneth R Westerback
2022-02-10Do not verify the cert or CA for a relay using opportunistic TLS.Todd C. Miller