openbsd
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
2023-04-05 kettenisSprinkle a few BTI instructions into the arm64 assembly...
2023-04-05 tbbn_mod_sqrt: Improve a handful of comments and a printf
2023-04-05 kettenisCall dwpcie_link_config() when initializing the RK3568...
2023-04-05 tbImprove regress coverage for BN_mod_sqrt()
2023-04-05 kettenisImplement software control for the internal delays...
2023-04-05 knCall getuptime(9) once for consistency, sync with ARP
2023-04-05 jsgsync
2023-04-05 eddbsd.port.mk: Fix documentation on PATCHORIG.
2023-04-05 tbSimplify mod_sqrt_test() a bit
2023-04-05 claudioRefactor port definitions to also support service names...
2023-04-05 claudioRename family with af to follow pfctl/parse.y a bit...
2023-04-05 tbbn_mod_sqrt test: Use a #define rather than hard coded 100
2023-04-05 tbAdd coverage for the truly non-deterministic path of...
2023-04-05 ottoIntroduce variation in location of junked bytes; ok tb@
2023-04-05 chelohaclockintr: add clockintr_cancel()
2023-04-04 chelohaclockintr: add clockintr_cancel_locked()
2023-04-04 krwAdopt a more compact idiom when initializing gpt_types...
2023-04-04 bluhmRemove stylistic differences between arp(8) and ndp...
2023-04-04 antonA refactoring back in 2016 in which magic numbers where...
2023-04-04 schwarzeIn preparation for better documenting BIO info callback...
2023-04-04 claudioCleanup parse.y a bit. Move global defines a bit down...
2023-04-04 tbClean bn_mod_sqrt up a little
2023-04-04 bluhmWhen sending IP packets to userland with divert-packet...
2023-04-04 knEnable guided disk encryption support on arm64
2023-04-04 knMake root on softraid installations boot out of the...
2023-04-04 jsgSynopsis Designware -> Synopsys DesignWare
2023-04-03 tbCompress euclid() a little
2023-04-03 tbLink bn_gcd test to regress
2023-04-03 tbAdd regress coverage for BN_gcd() and BN_gcd_ct()
2023-04-03 miodFix stupid bug in previous.
2023-04-03 chelohaclockintr: clockintr_cpu_init(): isolate struct clockin...
2023-04-03 millertacpibtn_notify: ignore duplicate ACPI lid transitions
2023-04-03 claudioReduce indent in single_thread_check_locked() by invert...
next