openbsd
2023-04-10 tbMake bn_to_string() static
2023-04-10 tbbn_to_string no longer needs to be linked statically
2023-04-10 tbRework the bn_to_string() to use public API
2023-04-10 schwarzeVarious wording tweaks for clarity and precision, and...
2023-04-10 schwarzeMore deduplication: talk about environment variable...
2023-04-10 jsgfix 'in in'
2023-04-10 jsgfix setting parity bits
2023-04-10 jsgspelling
2023-04-09 gnezdoTreat symlinks better in $ORIGIN determination in ld.so
2023-04-09 kettenisSo clang 13 miscompiles dev/usb/umass_scsi.c with the...
2023-04-09 tbMove a few functions out of OPENSSL_NO_DEPRECATED
2023-04-09 tbRemove some doubled empty lines
2023-04-09 tbRemove X9.31 support from openssl(1)
2023-04-09 tbDrop X9.31 support from libtls
2023-04-09 jcsdon't attach temperature sensors for which there is...
2023-04-09 tbMinor code cleanup
2023-04-09 krwRefactor and simplify GPT menu selection logic.
2023-04-09 jsingProvide and use sha{224,384}_{update,final} functions.
2023-04-09 jsingRename SHA functions to have sha{1,224,256,384,512...
2023-04-09 schwarzeTrim some redundant and a bit of misleading text:
2023-04-09 schwarzeExplain what it means that an API function "requires...
2023-04-09 jsgfix double words
2023-04-08 knReturn -1 on actual failure
2023-04-08 tbbn_test: two minor style tweaks
2023-04-08 schwarzeNew manual page written by Ted Bullock <tbullock at...
2023-04-08 krwA bit more guid vs uuid naming consistency.
2023-04-08 mvsDo not reload `inp' in gre_send(). The pointer to PCB...
2023-04-08 mvsMove rtm_ifannounce(IFAN_DEPARTURE) outside netlock...
2023-04-08 jsgadd missing write to XENON_EMMC_PHY_PAD_CONTROL2
2023-04-08 jsgcorrect write to MV_XLG_PORT_MAC_CTRL4_REG
2023-04-08 dlgtry and cope with not having the firmware/boot loader...
2023-04-07 tbbn_mont: fix typo in comment divisable -> divisible
2023-04-07 dlgprint which gmac the dwqe driver is attaching to.
2023-04-07 tbbn_test: rename rc into ret as per usual
2023-04-07 tbbn_test: pass BN_CTX into all functions
2023-04-07 tbbn_test: drop a few braces that are now unnecessary
2023-04-07 tbbn_test: move rc initialization to its own line
2023-04-07 tbbn_test: keep the error stack clean
2023-04-07 tbbn_test: use bn_copy() instead of BN_free/BN_dup
2023-04-07 tbbn_test: a few early return would leak. goto err instead
2023-04-07 tbbn_test: rand_neg() is not only one of the most stupidl...
2023-04-07 tbbn_test: handle rc consistently
2023-04-07 tbbn_test: inline the only use of lst[]
2023-04-07 bluhmRemove kernel locks from the ARP input path. Caller...
2023-04-07 tbImprove some test failure reporting
2023-04-07 krwOops. Missed files in last commit.
2023-04-07 schwarzeIgnore ten getter and setter control macros related...
2023-04-07 schwarzeTwo minor tweaks that are useful for processing bio...
2023-04-07 schwarzeMark BIO_CB_return(), BIO_cb_pre(), and BIO_cb_post...
2023-04-07 krwAdd helper functions find_mbr_desc() and find_gpt_desc...
2023-04-07 claudioPass a pt_entry pointer to rib_get() and rib_add().
2023-04-07 knDefault 'Is the disk partition alrady mounted?' to...
2023-04-07 tbFix whitespace on two lines
2023-04-07 knNail the root disk default in the guided disk encryptio...
2023-04-07 dlgregister a mapping of dwqe interfaces to ofw nodes...
2023-04-07 jsgavoid use of uninitialised memory
2023-04-07 kettenisDetermine PHY mode and pass the appropriate flags down...
2023-04-07 dlgregister a mapping of dwqe interfaces to ofw nodes...
2023-04-07 dlgfixed regulators could have a "gpios" or "gpio" property.
2023-04-07 jsgdrm/amdkfd: Get prange->offset after svm_range_vram_nod...
2023-04-07 jsgdrm/i915: Move CSC load back into .color_commit_arm...
2023-04-07 jsgdrm/i915: Disable DC states for all commits
2023-04-07 jsgdrm/i915/dpt: Treat the DPT BO as a framebuffer
2023-04-07 jsgdrm/i915/gem: Flush lmem contents after construction
2023-04-07 jsgdrm/amd/display: Take FEC Overhead into Timeslot Calcul...
2023-04-07 jsgdrm/amd/display: Add DSC Support for Synaptics Cascaded...
2023-04-07 jsgdrm/amdgpu: allow more APUs to do mode2 reset when...
2023-04-07 jsgdrm/i915/tc: Fix the ICL PHY ownership check in TC...
2023-04-07 jsgdrm/amdkfd: Fixed kfd_process cleanup on module exit.
2023-04-07 jsgdrm/amdkfd: fix potential kgd_mem UAFs
2023-04-07 jsgdrm/amdkfd: fix a potential double free in pqm_create_queue
2023-04-07 jsgdrm/amdkfd: Fix BO offset for multi-VMA page migration
2023-04-07 deraadtadd MLN
2023-04-06 kettenisAdd two more RK3568 clocks.
2023-04-06 schwarzeFix two documentation bugs:
2023-04-06 schwarzeDocument the effects that BIO_set_info_callback(3)...
2023-04-06 schwarzeProperly document BIO_set_info_callback(3) and BIO_get_...
2023-04-06 kettenisThe simplebus_attach() function already prints a newlin...
2023-04-06 tbUse RCS tag instead of an incorrect path.
2023-04-06 tbMove a comment to the proper place
2023-04-06 knMarkup route flags to get tags
2023-04-06 tbwycheproof: fix copy-paste error in previous
2023-04-06 tbwycheproof: use EVP_MD instead of importing "hash"
2023-04-06 tbCheck and assign on one line
2023-04-06 tbZap extra empty line
2023-04-06 djmsimplify sshsig_find_principals() similar to what happe...
2023-04-06 djmremove redundant ssh!=NULL check; we'd already derefere...
2023-04-06 djmmatch_user() shouldn't be called with user==NULL unless
2023-04-06 djmdon't care about glob() return value here.
2023-04-06 dlgbetter handle "phy-mode" properties, in particular...
2023-04-05 knPush kernel lock into nd6_resolve()
2023-04-05 bluhmARP has a sysctl to show the number of packets waiting...
2023-04-05 bluhmARP has a queue of packets that should be sent after...
2023-04-05 schwarzeImport the first of the new libevent manual pages
2023-04-05 mglockerEnable Force Unit Access (FUA) for write commands....
2023-04-05 krwAdd (inside #if 0 blocks) #define's and gpt_types[...
2023-04-05 bluhmIf ndp -d did not find a neigbor entry, it removed...
2023-04-05 knCall getuptime(9) once for consistency; OK bluhm
2023-04-05 tbAdd a few missing braces
2023-04-05 tbSet up the RSA's _method_mod_n before the initial blinding
next