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