openbsd
2023-12-16 tbFirst cleanup pass over EVP_EncryptUpdate()
2023-12-16 tbMove EVP_PBE_find() next to the tables
2023-12-16 tbRemove OBJ_bsearch_() usage from PBE
2023-12-16 tbUsing two different spellings of NULL in the same line...
2023-12-16 tbAnnotate incorrect value for ub_email_address
2023-12-16 tbNeuter the ASN1_STRING_TABLE modification API
2023-12-16 tbRemove call to ASN1_STRING_TABLE_cleanup()
2023-12-16 tbasn1.h: mark a type and a bunch of macros for removal
2023-12-16 tbsync
2023-12-16 tbRename ASN1_STRING_TABLE_add manual to _get
2023-12-16 tbRemove ASN1_STRING_TABLE_{add,cleanup}() documentation
2023-12-16 tbImplement and use a do_cipher() wrapper
2023-12-16 aoyamaFix phdr name in ld.script.
2023-12-15 tbRemove the string_table test
2023-12-15 tbRemove strings.h again
2023-12-15 jcaRun non-daemons services in a different process group...
2023-12-15 miodDrop no-longer-applicable comment.
2023-12-15 deraadtprovide the pieces for ktrace/kdump to observe pinsysca...
2023-12-15 tbRemove EVP_PBE_cleanup() from EVP_cleanup()
2023-12-15 tbMove all the neutered PBE API to the bottom of the...
2023-12-15 tbRemove unprotected global state from EVP_PBE
2023-12-15 tbFix a return value confusion in chacha20_poly1305_cipher()
2023-12-15 tbDisallow ciphers with EVP_CIPH_FLAG_CUSTOM_CIPHER in...
2023-12-15 tbDocument EVP_Cipher() in code
2023-12-15 tbMove EVP_Cipher() from evp_lib.c to evp_enc.c
2023-12-15 knNo interactive shell if -o is given
2023-12-15 miodSync limits with octeon.
2023-12-15 tbClean up includes
2023-12-15 tbNeuter EVP_PKEY_asn1_add{0,_alias}()
2023-12-15 jmatthewFor amd64 cdXX.iso and installXX.iso, create an EFI...
2023-12-15 tbHoist OBJ_sn2nid() over OBJ_ln2nid()
2023-12-15 tbCoverity rightly points out that an unsigned int is...
2023-12-15 bluhmUse inpcb table mutex to set addresses.
2023-12-14 tbOBJ_create: sorry Omar, aobj is a better name than op
2023-12-14 tbOBJ_create: use a nid variable to avoid nested function...
2023-12-14 tbOBJ_create: malloc() -> calloc()
2023-12-14 tbOBJ_create: test and assign as usual
2023-12-14 tbOBJ_create: initialize buf and turn function into singl...
2023-12-14 tbOBJ_create: rename ok to ret and make it last declaration
2023-12-14 tbOBJ_create(): rename i to len
2023-12-14 tbOBJ_create(): remove pointless parentheses
2023-12-14 tbOBJ_create(): remove useless cast
2023-12-14 tbOPENSSL_assert() that the passed nid is within range
2023-12-14 tbBump OPENSSL_showfatal() from LOG_INFO to LOG_CONS
2023-12-14 tbMove the txt to obj/nid conversions a bit down.
2023-12-14 tbDedup OBJ_nid2{obj,sn,ln}()
2023-12-14 claudioWorkaround for broken clang which has a broken -fno...
2023-12-14 tbSimplify OBJ_nid2obj()
2023-12-14 tbSimplify OBJ_nid2sn()
2023-12-14 tbSimplify OBJ_nid2ln()
2023-12-14 claudioMostly straightforward conversion to imsg_get_fd()...
2023-12-14 claudioThere is no more option NKMEMPAGES_MAX
2023-12-14 claudioNKMEMPAGES_MAX_DEFAULT is no longer used. Remove it...
2023-12-14 jobConstrain the AFRINIC TA further
2023-12-14 tbFix sk_deep_copy() implementation
2023-12-14 claudioBring default logic to set nkmempages into the 21st...
2023-12-14 claudioUse imsg_get_fd() to access the file descriptor passed...
2023-12-14 claudioUse imsg_get_fd() to access the file descriptor passed...
2023-12-14 claudioUse imsg_get_fd() to access the file descriptor passed...
2023-12-14 claudioRewrite send_packet to update the eigrp header without...
2023-12-14 claudioUse imsg_get_fd() to access the fd passed with the...
2023-12-14 claudioUse imsg_get_fd() to access the fd passed with the...
2023-12-14 claudioUse imsg_get_fd() to access the fd passed with the...
2023-12-14 jobFor historical reasons, APNIC ended up with a v6 block...
2023-12-14 tbrpki-client: make IP address block checks stricter
2023-12-14 jsgdrm/i915: Skip some timing checks on BXT/GLK DSI transc...
2023-12-14 jsgdrm/i915/sdvo: stop caching has_hdmi_monitor in struct...
2023-12-14 jsgdrm/i915/lvds: Use REG_BIT() & co.
2023-12-14 jsgdrm/i915/display: Drop check for doublescan mode in...
2023-12-14 jsgdrm/amdgpu: Update EEPROM I2C address for smu v13_0_0
2023-12-14 jsgdrm/amdgpu: Add I2C EEPROM support on smu v13_0_6
2023-12-14 jsgdrm/amdgpu: simplify amdgpu_ras_eeprom.c
2023-12-14 jsgdrm/amdgpu: Return from switch early for EEPROM I2C...
2023-12-14 jsgdrm/amdgpu: Remove second moot switch to set EEPROM...
2023-12-14 jsgdrm/amdgpu: Add support for RAS table at 0x40000
2023-12-14 jsgdrm/amdgpu: Decouple RAS EEPROM addresses from chips
2023-12-14 jsgdrm/amdgpu: Remove redundant I2C EEPROM address
2023-12-14 jsgdrm/amdgpu: Add EEPROM I2C address support for ip discovery
2023-12-14 jsgdrm/amdgpu: Update ras eeprom support for smu v13_0_0...
2023-12-14 jsgdrm/amdgpu: correct the amdgpu runtime dereference...
2023-12-14 jsgdrm/amd/amdgpu: Fix warnings in amdgpu/amdgpu_display.c
2023-12-14 jsgdrm/amdgpu: fix memory overflow in the IB test
2023-12-14 jsgdrm/amdgpu: correct chunk_ptr to a pointer to chunk.
2023-12-13 tbSimplify OBJ_ln2nid()
2023-12-13 tbSimplify OBJ_sn2nid()
2023-12-13 tbSimplify OBJ_obj2nid()
2023-12-13 jcaImplement per-CPU caching for the page table page ...
2023-12-13 ajacoutotMatch what reorder_kernel is doing and use kern.osversi...
2023-12-13 deraadtsync
2023-12-13 miodFix syscall number bounds check computations.
2023-12-13 claudioUse imsg_get_fd() to access the control fd.
2023-12-13 claudioUse imsg_get_fd() to access the control fd.
2023-12-13 miodUnbreak; looks like a not up-to-date diff was commited )-:
2023-12-13 knremove -o cases; reminded by anton
2023-12-13 jobImpose constraints on RPKI Trust Anchors
2023-12-13 miodPut back variable initialization mistakenly lost in...
2023-12-13 miodMove a large part of SYS.h defines to DEFS.h to match...
2023-12-13 deraadtOSF/1 placed alpha binaries above 4G. This affects...
2023-12-13 tbrfc3779: remove redundant const.
2023-12-13 jmcno more syscall.2;
next