openbsd
2023-08-13 claudioFix P_WSLEEP handling when continuing SSTOP-ed processes
2023-08-13 dvbtrace(8): fix yacc reduce conflicts and undefined...
2023-08-13 tbsync with userland
2023-08-13 tbConditionally disable MSAN
2023-08-13 tbfix whitespace
2023-08-13 jsgRevert "drm/i915: Disable DC states for all commits"
2023-08-13 jsgdrm/amdgpu: Use apt name for FW reserved region
2023-08-13 jsgdrm/amdgpu: Remove unnecessary domain argument
2023-08-13 jsgdrm/amdgpu: add vram reservation based on vram_usagebyf...
2023-08-13 jsgdrm/amd/display: skip CLEAR_PAYLOAD_ID_TABLE if device...
2023-08-13 jsgdrm/amd/display: Ensure that planes are in the same...
2023-08-13 jsgdrm/i915/gt: Cleanup aux invalidation registers
2023-08-13 jmcsimplify previous;
2023-08-13 jsgdrm/i915: Fix premature release of request's reusable...
2023-08-13 jsgdrm/ttm: check null pointer before accessing when swapping
2023-08-13 mpiAdd support for storing builtin TID and PID in variables.
2023-08-13 mpiRegression test for the use-after-free in map insertion
2023-08-13 mpiPrevent user-after/double free in map insertion.
2023-08-13 visakevent: Add precision and abstimer flags for EVFILT_TIMER
2023-08-13 miodAdd modff()/modfl() inf/nan tests; from Willemijn Coene.
2023-08-13 miodExtent the modf() tests; from Willemijn Coene.
2023-08-13 miodMake sure modff() returns correct values for infinities.
2023-08-13 miodMake sure modf() returns correct values for infinities...
2023-08-13 jsgunifdef appeared in 4.1c before 2.9
2023-08-12 miodMention recent developments.
2023-08-12 miodBetter uwacom(4) support for Intuos S and One S tablets...
2023-08-12 miodRegen
2023-08-12 miodAnother Wacom tablet; from Vladimir Meshcheriakov ...
2023-08-12 schwarzedocument return values of the control function in EVP_M...
2023-08-12 schwarzefirst batch of intentionally undocumented EVP constants:
2023-08-12 schwarze1. Tweak the descriptions of EVP_MD_CTX_ctrl(3), EVP_MD...
2023-08-12 tbFix bug when gzungetc() is used immediately after gzopen().
2023-08-12 tbfix typo
2023-08-12 gnezdoCheck for a full read, avoid warn when errno might...
2023-08-12 miodRepair compilability for non-MULTIPROCESSOR kernels.
2023-08-12 kettenisDon't power down if the device is already opened. ...
2023-08-12 tbRemove a blatant lie about DSA_dup_DH
2023-08-12 tbThe int_ prefix also leaves the ec_ameth mess
2023-08-12 tbRSA's _free and _size also lose their int_ prefix
2023-08-12 tbDrop silly int_ prefix from _free() and _size()
2023-08-12 tbFree {priv,pub}_key before assigning to it
2023-08-12 tbReadability tweak for key parameters in DSA
2023-08-12 tbSimplify and unify missing_parameters() for DH and DSA
2023-08-12 mpiAdd sanity checks in uvm_pagelookup().
2023-08-12 tbNow that the DH is sensibly called dh instead of a...
2023-08-12 miodFix comments regarding pcb_onfault maintainence. No...
2023-08-12 tba is a silly name for a DH
2023-08-12 tbUse printf for consistency
2023-08-12 tbCheck that {DH,DSA}_get0_engine() returns NULL if OPENS...
2023-08-12 tbConvert {DH,DSA}_new_method() to using calloc()
2023-08-11 tbAdd regress coverage for DH and for DSA parameters
2023-08-11 chelohahardclock(9), roundrobin: make roundrobin() an independ...
2023-08-11 schwarzeMerge various improvements from the OpenSSL 1.1 branch,
2023-08-11 mpiKill unused variable in uvm_aio_aiodone_pages().
2023-08-11 nicmDo not crash if in buffer mode and the last buffer...
2023-08-11 jsingStop including md32_common.h.
2023-08-11 jsingDemacro sha256.
2023-08-11 tbImprove variable names in {dh,dsa}_{pub,priv}_{de,en...
2023-08-11 tbUse params{,_len} in {dh,dsa}_params_{en,de}code()
2023-08-11 tbUse key/key_len in old_dsa_priv_{en,de}code()
2023-08-11 tbAdd back an empty line that I didn't really want to...
2023-08-11 tbAlign dh and dsa decoding functions with encoding
2023-08-11 tobheAdd iked support for route based sec(4) tunnels.
2023-08-11 claudioMove the single_thread_check() to the start of userret().
2023-08-11 tbRename env_md{,_ctx}_st to evp_md{,_ctx}_st
2023-08-11 guentherStop down-converting to a timeval when comparing and...
2023-08-11 guentherSwitch rcs_{get,set}_mtime() from returning and taking...
2023-08-11 tbUse EVP_MD in HKDF() and HKDF_extract() prototypes
2023-08-11 guenthermsdosfs_times() doesn't need to copy timespecs onto...
2023-08-11 guenthercvs_file_copy() used futimes(), but only set the tv_sec...
2023-08-11 tbMove EC_KEY and EC_KEY_METHOD typedefs to ossl_typ.h
2023-08-11 guentherReplace use of the old BSD st_*timespec members in...
2023-08-11 guentherWhen used by itself, replace use of the old BSD st_mtim...
2023-08-11 dlgenable sec(4) so people can try it out
2023-08-11 dlgbetter support queuing (hfsc) on sec(4)
2023-08-11 chelohaagtimer(4/arm64): call CPU_BUSY_CYCLE() during spin...
2023-08-10 djmbetter debug logging of sessions' exit status
2023-08-10 chelohaagtimer(4/arm64): agtimer_delay: compute cycle count...
2023-08-10 kettenisTake advantage of the fact that the WFI instruction...
2023-08-10 claudioAdd some KASSERT on the proc p_stat in sleep_finish()
2023-08-10 kettenisThe Lenovo X13s has broken firmware that makes it impos...
2023-08-10 knAlways create new softraid CRYPTO volume, do not reuse...
2023-08-10 tbConvert {dh,dsa}_{pub,priv}_encode() to single exit
2023-08-10 sashanTable persistent flag (PFR_TFLAG_PERSIST) won't get set
2023-08-10 schwarzeAdd the missing ".Nm X509_STORE_CTX_check_issued_fn...
2023-08-10 sashanAllow libpcap to read files with some additional link...
2023-08-10 tbClean up {dh,dsa}_pub_encode()
2023-08-10 tbFix a leak in rsa_pub_encode()
2023-08-10 naddydrop a wayward comma, ok jmc@
2023-08-10 schwarzeIn x509_vfy.h rev. 1.60 and rev. 1.62 (April 2023)...
2023-08-10 jsingRemove now unnecessary 'do {} while (0);' and move...
2023-08-10 jsingExpand HASH_MAKE_STRING.
2023-08-10 jsingRemove MD32_XARRAY remnants.
2023-08-10 jsingReorder functions.
2023-08-10 jsingImplement MD5_{Update,Transform,Final}() directly in...
2023-08-10 jsingTidy includes.
2023-08-10 jsingTidy includes.
2023-08-10 jsingMop up the last MD32_XARRAY.
2023-08-10 jsingInline the remaining 10 lines from rmdconst.h.
2023-08-10 jsingInline X variables definitions.
next