openbsd
2024-08-07 deraadtsync
2024-08-07 deraadtcrank to 7.6-beta, release date is vague
2024-08-07 tbadjust check_complete after recent-ish API and docs...
2024-08-07 yasuokaFix a typo
2024-08-07 jsgregen
2024-08-07 jsgadd devices seen on Lenovo ThinkCentre M75q Gen 5 with
2024-08-07 guentherasprintf() and vasprintf() are in POSIX-2024. Update...
2024-08-07 guentherwcslcpy() and wcslcat() are in POSIX-2024. Update...
2024-08-06 mvsUnlock `udpctl_vars'.
2024-08-06 mvsFor consistency with other similar sysctl(2) variables use
2024-08-06 mvsUse atomic_load_int(9) for unlocked read access to...
2024-08-06 claudioRevert the knote_processexit() bits of the diff. It...
2024-08-06 kettenisSome laptops will generate an EC event shortly after...
2024-08-06 kettenisSome Intel xhci(4) controllers don't fully power down...
2024-08-06 bluhmUnlock sysctl net.inet.ip.directed-broadcast.
2024-08-06 patrickOn the RK3588 eMMC controller it appears that after...
2024-08-06 mvsUnlock KERN_CLOCKRATE.
2024-08-06 kettenisThe devicetree spec says in section 2.4:
2024-08-06 claudioStop using KERNEL_LOCK to protect the per process kqueu...
2024-08-06 claudioDefine _LOCORE before including machine/ctlreg.h in...
2024-08-06 gnezdoReplace sys/time.h with proper includes for using localtime
2024-08-05 dlgrestrict the maximum wait time you can set via BIOCSWTI...
2024-08-05 dlgtimeout_add_nsec takes a uint64_t now.
2024-08-05 dlgchange the nsec argument to timeout_add_nsec from int...
2024-08-05 mvsUnlock KERN_BOOTTIME.
2024-08-05 kettenisAdjust for arm64_intr_get_parent() changes.
2024-08-05 kettenisFix reporting if critical battery state.
2024-08-05 kettenisAdd battery sensors.
2024-08-05 bluhmFix bridging IPv6 fragments with pf reassembly.
2024-08-05 mvsUnlock most of `kern_vars' variables.
2024-08-05 kettenisThe devicetree spec says in section 2.4:
2024-08-05 mvsTake `sysctl_lock' before kernel lock.
2024-08-05 tbsync with base
2024-08-05 tbsync with upstream (noop for openbsd)
2024-08-05 tbRemove bogus connect(s, NULL, 0) call
2024-08-05 antonAllow our linker warnings regarding misuse of libc...
2024-08-05 jsgdrm/i915/dp: Don't switch the LTTPR mode on an active...
2024-08-05 jsgdrm/i915/dp: Reset intel_dp->link_trained before retrai...
2024-08-05 jsgdrm/amd/amdgpu: Fix uninitialized variable warnings
2024-08-05 jsgdrm/amdgpu: reset vm state machine after gpu reset...
2024-08-05 jsgdrm/dp_mst: Fix all mstb marked as not probed after...
2024-08-05 jsgdrm/amdgpu/sdma5.2: Update wptr registers as well as...
2024-08-05 jsgdrm/i915/gt: Do not consider preemption during execlist...
2024-08-05 jsgdrm/amd/display: Check for NULL pointer
2024-08-05 jsgdrm/amdgpu: Remove GC HW IP 9.3.0 from noretry=1
2024-08-05 jsgdrm/amdgpu: Check if NBIO funcs are NULL in amdgpu_devi...
2024-08-05 jsgdrm/amdgpu: Fix memory range calculation
2024-08-05 jsgdrm/amd/pm: Fix aldebaran pcie speed reporting
2024-08-05 jsgdrm/amdkfd: Fix CU Masking for GFX 9.4.3
2024-08-04 guentherppoll() is in POSIX-2024. Update #include visibility...
2024-08-04 mglockerFix typo.
2024-08-04 phesslerbump datasize for armv7's pbuild user, some software...
2024-08-04 deraadtsync
2024-08-04 jmcadd intelpmc(4) entry;
2024-08-04 kettenisAdd battery status support for the x1e80100. This...
2024-08-04 kettenisintelpmc(4)
2024-08-04 kettenisThe devicetree spec says in section 2.4:
2024-08-04 kettenisAdd intelpmc(4), a driver for the power management...
2024-08-04 nicmMake a little effort to treate CRLF as LF in config...
2024-08-04 nicmThe Linux console has some bugs with bright colours...
2024-08-04 nicm-l should be before -r, pointed out by jmc a while...
2024-08-04 nicmAdjust the logic when deleting last buffer to better...
2024-08-04 nicmUse paste_is_empty to check if there are no buffers...
2024-08-04 tbx509_vfy.c: drop some unnecessary parentheses
2024-08-04 jmc- sort SEE ALSO
2024-08-04 yasuokaUse "module" for the modules. Add a link to radiusd_fi...
2024-08-03 guentherA dozen interfaces in <endian.h> were standardized...
2024-08-03 millertSet system ID field in the PVD to OpenBSD
2024-08-03 millertThe maximum count is SKEY_MAX_SEQ + 1 not SKEY_MAX_SEQ...
2024-08-03 millertUpdate awk to the July 28, 2024 version.
2024-08-03 guentherThe improbable occurred: strlcpy(3) and strlcat(3)...
2024-08-03 guenthermkostemp(3) and reallocarray(3) are in POSIX-2024:
2024-08-03 tbThe EC_KEY method should use the EC_KEY index, not RSA
2024-08-03 tbBump CRYPTO_EX_DATA_MAX_INDEX to 32
2024-08-03 tbUse proper size for allocating indexes
2024-08-03 tbDocument SSL_CTX_set_cert_store
2024-08-03 tbPrepare to provide SSL_CTX_set1_cert_store()
2024-08-02 guentherCode patch out the retpoline in the signal trampoline...
2024-08-02 guentherThe {get,set}res[ug]id(2) family are in POSIX-2024...
2024-08-02 jannc(1): remove useless function pointer dereferencing
2024-08-02 tbFix previous
2024-08-02 tbAdjust tls regress for protocol parsing fixes
2024-08-02 tblibtls: fix legacy protocol parsing
2024-08-02 mvsregen
2024-08-02 mvsPush kernel lock down to sysctl(2).
2024-08-02 tbfree class->indexes in CRYPTO_cleanup_all_ex_data()
2024-08-02 yasuokaBackout previous. It was incompleted and too early.
2024-08-02 jsingRewrite CRYPTO_EX_DATA.
2024-08-02 kettenisSwitch off unreferenced power resources in DVACT_POWERD...
2024-08-02 tbsync
2024-08-02 tbbump minor after yesterday's symbol addition
2024-08-02 tbPut exported symbols of libz under our own control
2024-08-02 guenthergetentropy(2) is in POSIX-2024, so adjust the #include...
2024-08-01 mglockerAdd qcgpio at fdt.
2024-08-01 bluhmRun socket splice idle timeout without kernel lock.
2024-08-01 ratchovBump libsndio pkg-config version to 1.10.0
2024-08-01 jmcbump posix spec from 2008 -> 2024;
2024-08-01 ratchovsndiod: Fix insufficent check of input from clients
2024-08-01 jmcbump posix spec 2008 -> 2024;
2024-08-01 jmcbump posix spec 2008 -> 2024;
next