openbsd
2024-01-19 jmatthewAdd TSO support. Previous commit fixed up a bug that...
2024-01-19 bluhmUnify inpcb API for inet and inet6.
2024-01-19 bluhmBackout priterator() for walking allprocess list.
2024-01-18 deraadtthe warning about syscall going away is a bit dated...
2024-01-18 tbec_point_conversion: zap an empty line
2024-01-18 tbSwitch from EVP_CIPHER_type() to EVP_CIPHER_nid()
2024-01-18 espiefix macro to look more like a function, remove extraneous ;
2024-01-18 claudioConvert IMSG_UPDATE and session_update() to new imsg...
2024-01-18 claudioUse imsg_get_fd() in vmd.
2024-01-18 claudioConvert the simple imsgs to use imsg_get_data().
2024-01-18 jobThe CRL's purported signing time actually is called...
2024-01-18 claudioMove the rtable_exists() check into in_pcbset_rtableid().
2024-01-18 claudioConvert privsep imsg code to use imsg_get_fd().
2024-01-18 claudioFix IMSG_RECONF_ASPA handling. The rde did not expect...
2024-01-18 jsgreduce diff to linux
2024-01-18 mvsUse solock() instead of netlock within fill_file()...
2024-01-18 mvsUse `nowake' as tsleep_nsec(9) ident. It has no corresp...
2024-01-18 jsgremove duplicate defines, merge error from local patches
2024-01-18 jsgremove duplicate steam deck block, merge error from...
2024-01-18 jsgInstead of skipping the call to hdcp_destroy(), use...
2024-01-17 kurtFix core file writing when a file map into memory has...
2024-01-17 deraadtSince pinsyscalls(2) applies to all system calls and...
2024-01-17 deraadtvery ugly whitespaces
2024-01-17 claudioUse imsg_get_fd()
2024-01-17 claudioUse imsg_get_fd() and a local variable.
2024-01-17 ajacoutotZap trailing space.
2024-01-17 claudioConvert to use imsg_get_fd()
2024-01-17 claudioConvert to use imsg_get_fd() since proc_forward_imsg...
2024-01-17 claudioGet all variable-length values for the parent server...
2024-01-17 jsgunstub i915_driver_hw_remove()
2024-01-16 jsgupdate drm to linux 6.6.12
2024-01-16 jobUpdate standards reference
2024-01-16 deraadtprint flag 'l' for base program or ld.so being under...
2024-01-16 deraadtRead PT_OPENBSD_SYSCALLS in libc.so, and convert it...
2024-01-16 deraadtThe kernel will now read pinsyscall tables out of PT_OP...
2024-01-16 claudioHandle variable names (things strating with $ or @...
2024-01-16 claudioConvert to imsg_get_fd() and remove unused proc_forward...
2024-01-16 claudioSwitch session_notification() over to use a struct...
2024-01-16 claudioUse imsg_get_fd() instead of direct access to imsg.fd
2024-01-16 claudioUse imsg_get_fd() and adjust cleanup code accordingly.
2024-01-16 kevloFix clang warning about possible unaligned access on...
2024-01-16 antonCope with recent changes to pfctl output.
2024-01-15 janAdd debug message for no policy found.
2024-01-15 florianMake sure to return a proper string in ai_canonname.
2024-01-15 kettenisAdd support for bringing up RTKit while !cold.
2024-01-15 mvsIntroduce priterator(), the `ps_list' iterator. Some...
2024-01-15 claudioConvert the simple bits of imsg handling over to the...
2024-01-15 tobheInclude cert_partial_chain in iked_static instead of...
2024-01-15 tbRun the pkey cleanup test also for {Ed,X}25519
2024-01-15 tbSwitch to EVP_CIPHER_do_all() now that snaps are availa...
2024-01-15 kettenisFetch touchpad dimensions from firmware instead of...
2024-01-15 kettenisWe can't call kstat_create(9) when bringing up the...
2024-01-15 claudioA cache can send a 'NO_DATA_AVAILABLE' error during...
2024-01-15 jmatthewThe maximum number of ring slots a tx packet can use...
2024-01-15 sashanCurrently 'pfctl -a "*" -sr' recursively walks anchor...
2024-01-15 guentherFrom "Lorenz (xha)" (me(at)xha.li): teach binutils...
2024-01-15 antonIncrease wait until threshold. Should hopefully make...
2024-01-15 dvvio(4): poll device status after issuing device reset.
2024-01-15 chelohaclockintr: move CLST_IGNORE_REQUESTS from cl_flags...
2024-01-14 tbTidy a few more includes in cms/
2024-01-14 chelohasys/sched.h: conceal <sys/queue.h> inclusion from userspace
2024-01-14 chelohasys/sched.h: conceal struct schedstate_percpu definitio...
2024-01-14 kettenisWhenever we have a libc major bump, we run the risk...
2024-01-13 tbPrepare for removing most of the X509_TRUST API
2024-01-13 tbRemove check{,obj_cleanup}_defer documentation
2024-01-13 tbRemove mention of a refcount bug
2024-01-13 tbBIO_f_ssl.3: Remove explicit library initialization
2024-01-13 tbRemove calls to OpenSSL_add_all_{ciphers,digests}()
2024-01-13 tbMove errno.h inclusion where it belongs
2024-01-13 joshuaClean up EVP_MD_CTX_init() usage in ASN1_item_sign()
2024-01-13 tbPrepare to remove the EVP_PKEY_meth_* API
2024-01-13 tbThe OBJ_NAME API joins the party in evp_names.c
2024-01-13 tbMove EVP_add_{cipher,digest}() to the trashcan
2024-01-13 tbOpen a garbage bin at the bottom of evp_names.c
2024-01-13 tbRemove obj_cleanup_defer
2024-01-13 tbGarbage collect check_defer()
2024-01-13 tbNeuter EVP_add_{cipher,digest}()
2024-01-13 tbRemove most of EVP_add_{cipher,digest}() internals
2024-01-13 tbRemove OBJ_NAME_cleanup() calls from EVP_cleanup()
2024-01-13 tbRemove the guts of the OBJ_NAME API
2024-01-13 tbStub out {OpenSSL,OPENSSL}_add*
2024-01-13 tbReimplement EVP_get_{cipher,digest}byname()
2024-01-13 tbReimplement {EVP_CIPHER,EVP_MD,OBJ_NAME}_do_all{,_sorte...
2024-01-13 tbAdd a table of digest names, digests and aliases
2024-01-13 tbAdd a table of cipher names, ciphers and aliases
2024-01-13 kettenisProvide a more complete implementation of the "componen...
2024-01-12 mlarkinClarify some behaviour for 'vmctl start' and 'vmctl...
2024-01-12 jsgadd license; ok kettenis@
2024-01-12 tbRemove X509_STORE_CTX_purpose_inherit(3) documentation
2024-01-12 tbappstest: Zap a trailing tab added in previous
2024-01-12 jobAdd -force_pubkey -multivalue-rdn -set_issuer -set_subj...
2024-01-12 claudioConvert the simple IMSG calls in session.c to the new...
2024-01-12 bluhmSend UDP packets in parallel.
2024-01-12 ratchovnfssvc: When the client disconnects, close the socket...
2024-01-11 miodSince no system call takes more than 6 arguments, and...
2024-01-11 janifconfig.8: reorder hwfeature list
2024-01-11 janfix build with VMM_DEBUG option
2024-01-11 tbRemove the evp_pkey_method() test
2024-01-11 claudiorename field ibuf to imsgbuf in struct ctl_conn
2024-01-11 claudioClear the last errors after receiving a RTR_EVNT_END_OF...
next