openbsd
2024-05-14 afresh1Apply local patches - perl-5.38.2
2024-05-14 afresh1Fix merge issues, remove excess files - match perl...
2024-05-14 afresh1Import perl-5.38.2
2024-05-14 schwarzeThe makewhatis(8) program already provided a "-T utf8...
2024-05-14 opoops, fix previous. wrong patch committed. was lackin...
2024-05-14 opinclude the filter protocol version in the handshake
2024-05-14 opsync smtpd and protocol version in smtpd-filters(7...
2024-05-14 opremove no-op methods from table_getpwnam; ok gilles@
2024-05-14 opuse C99 syntax for filling the table_backend structs...
2024-05-14 nicmAdd missing time.h to tty.c (from Ismail Donmez), also...
2024-05-14 bluhmSanity check for TSO payload length in TCP chopper.
2024-05-14 nicmRevert part of the change for GitHub issue 3675 because...
2024-05-14 jsgremove prototypes with no matching function
2024-05-14 nicmAdd a command-error hook when a command fails, from...
2024-05-14 nicmAdd an option to disable unwrapping lines for searching...
2024-05-14 tbx509_ext.c: remove unnecessary includes
2024-05-14 tbx509_ext.c: remove lots of extraneous parentheses
2024-05-14 nicmRestore previous behaviour or writing to stdout if...
2024-05-14 tbFix last sentence of CAVEATS which I got the wrong...
2024-05-14 jsgremove unneeded nfs_getreq() prototype
2024-05-14 jsgmake amdgpu_activate() return early when called during...
2024-05-14 guentherDelete the declaration of cpu_feature which has been...
2024-05-14 guentherInstead of enabling use of PCLMUL and AESNI iff cpu0...
2024-05-14 schwarzefix a char signedness bug such that this testing code...
2024-05-13 kettenisIgnore button events in the first 10 seconds after...
2024-05-13 nicmFix memory leak, from Fadi Afani.
2024-05-13 krwAdd bio(4) support to nvme(4). Provide information...
2024-05-13 semarievfs: VOP_REMOVE: move vnode unlocking and ref dropping...
2024-05-13 kettenisImplement hardware masking for MSI and MSI-X on amd64...
2024-05-13 jsgfix some leaks; ok op@
2024-05-13 jsgremove unneeded extern and struct; ok patrick@
2024-05-13 jsgremove prototypes with no matching function
2024-05-13 jsgremove some unused defines and externs
2024-05-12 kettenisAdd support for using the power button function of...
2024-05-12 knRerun installboot(8) after fw_update(8) to pick up...
2024-05-12 tbBe more specific about X509V3_ADD_APPEND and X509V3_ADD...
2024-05-12 semarievfs: reorder tmpfs_fifovops: isolate fifo_vops block
2024-05-12 semarievfs: struct vops: show all members, even if NULL
2024-05-12 guentherDelete the cpu_perf_e[abd]x and cpu_apmi_edx globals...
2024-05-12 tbTweak wording
2024-05-12 tbRemove a 'built-in' that was left in by accident
2024-05-12 mglockerIntroduce debugging levels, to make debugging a bit...
2024-05-12 tbsync
2024-05-12 tbInstall X509V3_EXT_get_nid.3
2024-05-12 tbAdd minimal manpage documenting the misnamed X509V3_EXT...
2024-05-12 jsgvm_page_zero_enable was removed in 2015
2024-05-12 jsgremove uvm_swprekeyprint extern for var we never had
2024-05-12 jsgremove ufs_hashlock extern for var we never had
2024-05-12 jsgnfs_procids was removed in 1996
2024-05-12 jsgpcic_isa_intr_list and npcic_isa_intr_list were removed...
2024-05-12 jsgrtw_host_rfio was removed in 2007
2024-05-12 jsgcomsiraddr was removed in 2016
2024-05-12 jsgsync_ifp and ticket_pabuf don't exist, remove externs
2024-05-12 jsgttybuf[] was removed in 2001, ttydefaults in 1988
2024-05-12 jsgdefaul -> default; ok jmc@ ratchov@
2024-05-12 tbAvoid .Xr to no longer public X509_LOOKUP_by_subject(3)
2024-05-11 jmcsync the cpu(4) pages for i386/amd64:
2024-05-11 guentherUse %b to format cpu flag info in dmesg, so we have...
2024-05-11 tbMove X509V3_add_standard_extensions out of the way
2024-05-11 tbMake two NULL checks more explicit
2024-05-11 tbUnwrap a line
2024-05-11 jsgfix prototype; iosf_i2c_relese -> iosf_i2c_release
2024-05-11 tbSync DSA_METHOD documentation with reality
2024-05-11 tbRemove unused DSA methods
2024-05-11 tbRemove unused PEM_USER and PEM_CTX
2024-05-10 krwRevert r1.108. An Intel 11th Gen i5 Framework laptop...
2024-05-10 millertpax: make list file handle line-buffered unless it...
2024-05-10 florianKeep probing upstream servers.
2024-05-10 mglockerMake the kernel compile also when turning on debugging.
2024-05-10 claudioRegen
2024-05-10 claudioThe ptsignal() race against p_sigmask changes by dosigs...
2024-05-10 asouCorrect display the details of COMMAND using the ps...
2024-05-10 mglockerFix broken debugging.
2024-05-10 tbAdd missing EC_KEY_free()
2024-05-10 tbRemove fixed nonce length information from algorithm2
2024-05-10 tbInline dsa_builtin_keygen() in DSA_generate_key()
2024-05-10 jsgmake pf_match_rule() prototype match the function
2024-05-09 tbMake the openssl_dsa_meth static const
2024-05-09 tbMove openssl_dsa_meth below the methods it uses
2024-05-09 tbMake the DH_METHOD static const
2024-05-09 tbMove public API and DH_METHOD to the bottom of the...
2024-05-09 jmcsync the SSL text; ok tb
2024-05-09 jmc- drop ref to non-installed g++(1) page
2024-05-09 mglockerEnable ufshci(4) on amd64.
2024-05-09 tbTiny style tweaks in X509_REQ_add_extension_nid()
2024-05-09 tbStreamline X509_REQ_check_private_key() a bit
2024-05-09 tbZap some extra parentheses in X509_REQ_get_pubkey()
2024-05-09 tbClean up X509_to_X509_REQ()
2024-05-09 tbFurther simplify X509_REQ_get_extensions()
2024-05-09 djmsimplify exit message handling, which was more complica...
2024-05-09 florianctime(3) and ctime_r(3) can fail when timestamps are...
2024-05-09 florianctime(3) and ctime_r(3) can fail when timestamps are...
2024-05-09 mglockerBack then I faced intermittent file-system corruptions...
2024-05-09 mglockerSprinkle some more DPRINTFs.
2024-05-09 mglockerPack hardware descriptor structures.
2024-05-09 mglockerParse the OCS response value for completed commands...
2024-05-09 mglockerPerform bus DMA synchronization to update the command...
2024-05-09 mglockerUse 1U for bit operations on 32-bit registers.
2024-05-09 mglockerDon't do math on KVA to get the required slot offset...
2024-05-09 mglockerDon't use the task id for UPIU commands. We don't...
next