openbsd
2022-07-27 hastingsEnumerate and shift PHY mode bits.
2022-07-27 danielretire Rise CPU identification code
2022-07-26 tbDo not pass input length <= 0 to the cipher handlers
2022-07-26 claudioNo need to check RB_REMOVE() return value if kif is...
2022-07-26 claudioMissing indirection. This version compiles.
2022-07-26 claudioRefactor nexthop tracking and remove all the kif_kr...
2022-07-26 jcaFor make obj, always the lldb* and llvm-ar directories
2022-07-26 jcaOnly build lldb support libraries on archs where lldb...
2022-07-26 deraadtOnly allow changing the domainname (from empty) before...
2022-07-26 deraadtOnly allow changing the domainname (from empty) before...
2022-07-26 visaRemove "select collisions" output from vmstat(8).
2022-07-26 krwAllow editing of an MBR of all zeros.
2022-07-26 krwDon't use echo "<blah>" | fdisk -e to create boot parti...
2022-07-26 tbminor tweaks: unwrap a line, tweak a comment and zap...
2022-07-26 claudioNo need to provide a dummy nexthop anymore, instead...
2022-07-26 chelohamoncontrol(3): remove hertz() fallback function
2022-07-26 knZap unused bridge command skipping
2022-07-26 knZap obsolete bridge section
2022-07-25 bluhmThe IPv4 reassembly code is MP safe, so we can run...
2022-07-25 millertRebase to 2022agtz from https://github.com/JodaOrg...
2022-07-25 guentherSimplify wctype() and wctype_l(): we have one set of...
2022-07-25 guentherRemove test of non-portable implementation details...
2022-07-25 tbAdd a regression test for bn_isqrt.c
2022-07-25 krwOnly MBR and GPT structures can be edited by fdisk.
2022-07-25 claudioProperly handle nexthop state changes in the decision...
2022-07-25 kettenisThe GPIO pin on Apple M1 systems is actually connected...
2022-07-25 schwarzeSeparate the macro for generating string test functions
2022-07-25 knPrint function name for context
2022-07-25 mvsDon't grab netlock within pppacioctl(). pipex(4) doesn...
2022-07-25 mvsRemove "Static" keyword from pipex(4) layer.
2022-07-25 visaFix annotation of smr_tqh_last
2022-07-25 visaReplace selwakeup() with KNOTE() in socket event activation
2022-07-25 dtuckerRestore missing "!" in TEST_SSH_ELAPSED_TIMES test.
2022-07-25 tbfix indent
2022-07-25 jsgIf a command or interface first appeared in PWB/UNIX...
2022-07-25 jsgnl(1) was first in System III not SVR2
2022-07-24 dtuckerTest TEST_SSH_ELAPSED_TIMES for empty string not execut...
2022-07-24 bluhmFix assertion for write netlock in rip6_input(). ip6_i...
2022-07-24 tbPlug leak in X509V3_add1_i2d()
2022-07-24 tbPrepare to resurrect TS_RESP_CTX_set_time_cb()
2022-07-24 tbPrepare to provide TS_VERIFY_CTX accessors
2022-07-24 tbPrepare to provide various TS_STATUS_INFO accessors
2022-07-24 tbAlign PKCS12_key_gen_uni() with OpenSSL
2022-07-24 tbMinor fixes in PKCS12_parse()
2022-07-24 tbPer RFC 7292, safeContentsBag is a SEQUENCE OF, not...
2022-07-24 tbClear key on exit in PKCS12_gen_mac()
2022-07-24 tbPlug a leak in PKCS12_setup_mac()
2022-07-24 knregen
2022-07-24 knUpdate Atheros AR928X pcidev string
2022-07-24 jsingMove cipher_id bsearch functions back to the bottom...
2022-07-24 jsingSet NULL BIOs for QUIC.
2022-07-24 jsingProvide record layer callbacks for QUIC.
2022-07-24 jsingMove tls13_phh_done_cb() after tl13_phh_received_cb().
2022-07-24 jsingProvide QUIC encryption levels.
2022-07-24 jmcdocument limit-item "anchors"; from martin vahlensieck
2022-07-24 mpiRevert simplification of the aiodone daemon it breaks...
2022-07-24 tbRely on tlsext_parse() to set a decode_error alert
2022-07-24 tbStart making ts opaque
2022-07-24 chelohamacppc, powerpc: retrigger deferred DEC interrupts...
2022-07-23 chelohatimecounting: use full 96-bit product when computing...
2022-07-23 chelohakernel: remove global "randompid" toggle
2022-07-23 florianDelete autoconf or temporary address if flag is removed.
2022-07-23 claudioRefactor and rename bgpd_filternexthop() to bgpd_oknext...
2022-07-23 florianLet the kernel delete the (default) route when we decon...
2022-07-23 florianSend an IFP to distinguish (default) routes over differ...
2022-07-23 florianDelete addresses when interface is no longer autoconf.
2022-07-23 claudioThere is no need to set kf.flags to F_KERNEL here.
2022-07-23 tbFix file names in comments.
2022-07-23 sdkDiscard relative movement packets outside of [-127...
2022-07-22 stspIn tcpdump(8), fix use of wrong index into 802.11 PMKID...
2022-07-22 stspIn tcpdump(8), fix printing of multiple 802.11 RSN...
2022-07-22 jmcadd missing full stop;
2022-07-22 knZap nd6_recalc_reachtm_interval indirection
2022-07-22 jsingConvert TLS transcript from BUF_MEM to tls_buffer.
2022-07-22 jsingExtend TLS buffer regress to cover read/write usage.
2022-07-22 jsingAdd read and write support to tls_buffer.
2022-07-22 claudioRevert previous commit. The RTP_MINE checks on struct...
2022-07-22 tobheInclude an OpenIKED Vendor ID payload in the initial...
2022-07-22 knLeftovers from florian's RS/NA purge from the kernel...
2022-07-22 tobheFix potential leak of reply in error case.
2022-07-22 tbSimplify tls13_server_encrypted_extensions_recv
2022-07-22 knZap dead store nd6_allocated
2022-07-22 knCall nd6_timer() without argument
2022-07-22 tbRemove redundant length checks in parse functions
2022-07-22 claudioRetire the F_KERNEL flag, it got superseded by route...
2022-07-22 jsgfix use after free in debug path
2022-07-22 nicmClear marks when the search string changes. From Anindy...
2022-07-22 jsgdrm/aperture: Run fbdev removal before internal helpers
2022-07-22 jsgdrm/amd/pm: Prevent divide by zero
2022-07-22 jsgdrm/amd/display: Only use depth 36 bpp linebuffers...
2022-07-22 jsgdrm/i915: Require the vm mutex for i915_vma_bind()
2022-07-22 jsgdrm/i915/uc: correctly track uc_fw init failure
2022-07-22 jsgdrm/i915/gt: Serialize TLB invalidates with GT resets
2022-07-22 jsgdrm/i915/gt: Serialize GRDOM access between multiple...
2022-07-22 jsgdrm/i915/dg2: Add Wa_22011100796
2022-07-22 jsgdrm/i915/selftests: fix a couple IS_ERR() vs NULL tests
2022-07-22 jsgdrm/i915/gvt: IS_ERR() vs NULL bug in intel_gvt_update_...
2022-07-22 jsgdrm/i915: fix a possible refcount leak in intel_dp_add_...
2022-07-22 jsgavoid use after free
2022-07-21 deraadtrepair error section; Martin Vahlensieck
next