openbsd
2024-02-19 gillesno need to be as strict with table formats on various...
2024-02-19 claudioFix a deadlock in openrsync when big files are synced...
2024-02-19 denisuse correct rtmsg member in sizeof()
2024-02-19 tbx509_asid: fix some KNF botches
2024-02-19 tbpk7_attr.c: tidy includes
2024-02-19 kettenisRevert the change that enabled retpoline thunks by...
2024-02-19 kettenisRemove "noretpolineplt" from the list of known -z flags...
2024-02-19 knAvoid passphrase in temporary file
2024-02-19 jobIANA assigned error 8 to draft-ietf-idr-sendholdtimer
2024-02-19 claudioIn cpu_fork() do not copy the register windows stashed...
2024-02-19 dtuckerAlways define puttysetup function.
2024-02-19 jsgregen
2024-02-19 jsgadd more Intel device ids
2024-02-19 kevloregen
2024-02-19 kevloadd Realtek 802.11ax ids
2024-02-19 jsgdrm/amd/display: Implement bounds check for stream...
2024-02-19 jsgdrm/amd/display: Add NULL test for 'timing generator...
2024-02-19 jsgdrm/amd/display: Fix 'panel_cntl' could be null in...
2024-02-19 jsgdrm/i915/gvt: Fix uninitialized variable in handle_mmio()
2024-02-18 tbasn1time: remove some debugging code
2024-02-18 miodFix format strings in TRAPDEBUG code and unbreak 88110_...
2024-02-18 antonPrevent ioctl(WSKBDIO_GETENCODINGS) NULL deference...
2024-02-18 tbsync
2024-02-18 tbTweak previous
2024-02-18 tbAdjust regress test for memset() requested by jsing...
2024-02-18 tbAdd regress coverage for the new API
2024-02-18 tbUpdate ASN1_TIME_set(3)
2024-02-18 tbAdd posix_time.h from BoringSSL
2024-02-18 tbAlign EVP_CIPHER_CTX_init() and _legacy_clear()
2024-02-18 tbHide EVP_{CIPHER,MD}_CTX_init() from internals
2024-02-18 tbUse EVP_MD_CTX_legacy_clear() internally
2024-02-18 tbUse EVP_CIPHER_CTX_legacy_clear() internally
2024-02-18 tbAdd EVP_MD_CTX_legacy_clear()
2024-02-18 tbAdd EVP_CIPHER_CTX_legacy_clear()
2024-02-18 guentherDon't call cpu_ucode_apply() and cpu_tsx_disable()...
2024-02-18 chelohadt(4): profile: remove clock interrupt staggering
2024-02-18 deraadtsync
2024-02-17 naddysync
2024-02-17 naddy7.6 packages key
2024-02-17 deraadtsync
2024-02-17 deraadtdelete old keys
2024-02-17 deraadtadd 7.6 base key, commiting myself to another 6 months
2024-02-17 deraadtmove to 7.5-beta
2024-02-17 jobAdd 'Send Hold Timer expired' BGP Error code
2024-02-17 jsingUse calloc() instead of malloc() in BIO_new().
2024-02-17 kettenisBindings for the rk3288/rk3328/rk3399 have landed in...
2024-02-17 kettenisAdd JH7100 I2C clocks.
2024-02-16 phesslerimplement qwx_init_task(), which will reset the hardwar...
2024-02-16 mglockerRe-introduce TSO support after we've implemented fixes...
2024-02-16 stspimprove PBL->SBL EE transition handling in preparation...
2024-02-16 tbRename fn into fileName to avoid name clash
2024-02-16 tbRename fn into file to avoid clash in upcoming diff
2024-02-16 tbRename rsc into rsc_asn1
2024-02-16 tbUse _asn1 suffix for some aspa/mft/roa/rsc/tak
2024-02-16 tbRemove struct parse from cert.c
2024-02-16 jsingInline and disable BIO_set().
2024-02-16 jsingUse 'bio' more consistently for function arguments.
2024-02-16 stspfix qwx(4) not coming up on first try if firmware was...
2024-02-16 stspremove high-level error messages that cause noise when...
2024-02-16 stspprevent memory leaks from duplicate/spurious qwx(4...
2024-02-16 tbfix whitespace
2024-02-16 tbZap extra ;
2024-02-16 stspFix wrong ifmedia check in intel wifi drivers.
2024-02-16 phesslerstart moving some developmental printfs to be DEBUG...
2024-02-16 tbMake it explicit that the EC_KEY setters don't check...
2024-02-16 tbFactor SKI calculation into a helper
2024-02-16 jsgNew sentence, new line. Use .Pa for /etc/login.conf.
2024-02-15 tobheIntroduce new IMSG_CTL_PROCREADY which is used to signa...
2024-02-15 tobheDelay enabling sockets until ikev2 process is ready.
2024-02-15 tobheRemove unused control_socks queue.
2024-02-15 teduchange permit to be more bits away from deny, because...
2024-02-15 deraadtqwx(4) works well enough to enable
2024-02-15 stspfix wrong tsleep waiting address in qwx_qmi_mem_seg_send()
2024-02-15 stspmake qwx(4) clean up ic_bss and set link down when...
2024-02-15 jmcsort sections;
2024-02-15 jmcsort the qwx(4) entry;
2024-02-15 stspfix wrong ifmedia macro used to check for IFM_AUTO
2024-02-15 deraadtsync
2024-02-15 deraadtinstall & Xr
2024-02-15 stspsome qwx(4) man page tweaks by me
2024-02-15 stspadd an initial qwx(4) man page; written by mpi@ some...
2024-02-15 janvmx(4): Add TCP/UDP Checksum Offloading for IPv4/6
2024-02-15 stspfix datapath Rx buffer management in qwx(4)
2024-02-15 mglockerFix bogus packet length calculation in the RX/LRO path...
2024-02-15 tbBIO_dump*() avoid signed integer overflow
2024-02-15 jsgreturn non-zero if drm_fb_helper_alloc_info() fails...
2024-02-15 tbEnsure that the FileAndHashes list in a mft has no...
2024-02-15 jsgfix fd leaks in error paths
2024-02-14 bluhmCheck IP length in ether_extract_headers().
2024-02-14 miodRemove spurious GET_CURPROC in copyout() mistakenly...
2024-02-14 claudioHide struct ip6q, struct ip6asfrag, struct ip6_moptions,
2024-02-14 miodRemove defines no longer needed in locore. NFC
2024-02-14 miodRemove never ever used cpu_exec() macro, apparently...
2024-02-14 stspmake qwx(4) work with custom MAC addresses set via...
2024-02-14 tbrpki-client: simplify x509_get_ski()
2024-02-14 claudioAdjust test after the change to struct bgpd_addr.
2024-02-14 miodEnable the pool gc thread on m88k MULTIPROCESSOR kernel...
2024-02-14 miodMake sure pmap_unmap_direct flushes dirty cache lines.
2024-02-14 jsgavoid use after free of frp and frp->tname
2024-02-14 jsgavoid use after free of q
next