summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-10Make bn_to_string() staticTheo Buehler
2023-04-10bn_to_string no longer needs to be linked staticallyTheo Buehler
2023-04-10Rework the bn_to_string() to use public APITheo Buehler
2023-04-10Various wording tweaks for clarity and precision, and a few for conciseness.Ingo Schwarze
2023-04-10More deduplication: talk about environment variable in one place, not two.Ingo Schwarze
2023-04-10fix 'in in'Jonathan Gray
2023-04-10fix setting parity bitsJonathan Gray
2023-04-10spellingJonathan Gray
2023-04-09Treat symlinks better in $ORIGIN determination in ld.soGreg Steuck
2023-04-09So clang 13 miscompiles dev/usb/umass_scsi.c with the combination if -OzMark Kettenis
2023-04-09Move a few functions out of OPENSSL_NO_DEPRECATEDTheo Buehler
2023-04-09Remove some doubled empty linesTheo Buehler
2023-04-09Remove X9.31 support from openssl(1)Theo Buehler
2023-04-09Drop X9.31 support from libtlsTheo Buehler
2023-04-09don't attach temperature sensors for which there is no TMP# node inJoshua Stein
2023-04-09Minor code cleanupTheo Buehler
2023-04-09Refactor and simplify GPT menu selection logic.Kenneth R Westerback
2023-04-09Provide and use sha{224,384}_{update,final} functions.Joel Sing
2023-04-09Rename SHA functions to have sha{1,224,256,384,512}_ prefix.Joel Sing
2023-04-09Trim some redundant and a bit of misleading text:Ingo Schwarze
2023-04-09Explain what it means that an API function "requires event_init(3)"Ingo Schwarze
2023-04-09fix double wordsJonathan Gray
2023-04-08Return -1 on actual failureKlemens Nanni
2023-04-08bn_test: two minor style tweaksTheo Buehler
2023-04-08New manual page written by Ted Bullock <tbullock at comlore dot com>,Ingo Schwarze
2023-04-08A bit more guid vs uuid naming consistency.Kenneth R Westerback
2023-04-08Do not reload `inp' in gre_send(). The pointer to PCB of raw socket isVitaliy Makkoveev
2023-04-08Move rtm_ifannounce(IFAN_DEPARTURE) outside netlock within if_detach().Vitaliy Makkoveev
2023-04-08add missing write to XENON_EMMC_PHY_PAD_CONTROL2Jonathan Gray
2023-04-08correct write to MV_XLG_PORT_MAC_CTRL4_REGJonathan Gray
2023-04-08try and cope with not having the firmware/boot loader init the hardware.David Gwynne
2023-04-07bn_mont: fix typo in comment divisable -> divisibleTheo Buehler
2023-04-07print which gmac the dwqe driver is attaching to.David Gwynne
2023-04-07bn_test: rename rc into ret as per usualTheo Buehler
2023-04-07bn_test: pass BN_CTX into all functionsTheo Buehler
2023-04-07bn_test: drop a few braces that are now unnecessaryTheo Buehler
2023-04-07bn_test: move rc initialization to its own lineTheo Buehler
2023-04-07bn_test: keep the error stack cleanTheo Buehler
2023-04-07bn_test: use bn_copy() instead of BN_free/BN_dupTheo Buehler
2023-04-07bn_test: a few early return would leak. goto err insteadTheo Buehler
2023-04-07bn_test: rand_neg() is not only one of the most stupidly named functionsTheo Buehler
2023-04-07bn_test: handle rc consistentlyTheo Buehler
2023-04-07bn_test: inline the only use of lst[]Theo Buehler
2023-04-07Remove kernel locks from the ARP input path. Caller if_netisr()Alexander Bluhm
2023-04-07Improve some test failure reportingTheo Buehler
2023-04-07Oops. Missed files in last commit.Kenneth R Westerback
2023-04-07Ignore ten getter and setter control macros related to proxy BIOs.Ingo Schwarze
2023-04-07Two minor tweaks that are useful for processing bio.h, among other headers:Ingo Schwarze
2023-04-07Mark BIO_CB_return(), BIO_cb_pre(), and BIO_cb_post() as intentionallyIngo Schwarze
2023-04-07Add helper functions find_mbr_desc() and find_gpt_desc() to allowKenneth R Westerback