summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-10Skip interfaces already claimed by other uaudio(4) instances.Alexandre Ratchov
2023-12-09Add basic write support for 'pax' format archivesJeremie Courreges-Anglas
2023-12-09Fix wrong call to slot->ops->exit() causing server to abort.Alexandre Ratchov
2023-12-09vio(4) add recv TCP/UDP checksum offloadingJan Klemkow
2023-12-09Following a failed fetch, use a previously cached and valid ManifestJob Snijders
2023-12-08Add spaces around '='. style(9) fix, no functional changes.Vitaliy Makkoveev
2023-12-08Introduce `sc_mtx' mutex(9) to protect the most of pflow_softcVitaliy Makkoveev
2023-12-08Make sure TIB_INIT correctly initializes tib_thread_flags; regressionMiod Vallat
2023-12-08PT_OPENBSD_SYSCALLS is an extension that points to non-LOAD sectionTheo de Raadt
2023-12-08locally us MAXIMUM() rather than MAX()Theo de Raadt
2023-12-08prevent leak in sshsig_match_principals; ok djm@Markus Friedl
2023-12-08Add regress coverage for OBJ_NAME_do_all*()Theo Buehler
2023-12-08New TEMPerHUM sensor; reported by Mikolaj Kucharski on bugs@Miod Vallat
2023-12-07Run bind(2) and connect(2) stress test also with IPv6.Alexander Bluhm
2023-12-07Collect .openbsd.syscalls sections into a new PT_OPENBSD_SYSCALLS segment.Mark Kettenis
2023-12-07Inpcb table mutex protects addr and port during bind(2) and connect(2).Alexander Bluhm
2023-12-07add services entries for Matter, a protocol for discovery and commsStuart Henderson
2023-12-07syncTheo de Raadt
2023-12-07Add a stub pinsyscalls() system call that simply returns 0 for now,Theo de Raadt
2023-12-07avoid bad register access in eephy_reset for Marvell Alaska 88E1512Uwe Stuehler
2023-12-06Add tests that create and delete cloned routes during connect(2).Alexander Bluhm
2023-12-06short circuit debug log processing early if we're not going toDamien Miller
2023-12-06Periodically reset constraint DNS info for constraints that failedOtto Moerbeek
2023-12-06Stress test bind(2) and connect(2) system calls in OpenBSD regress.Alexander Bluhm
2023-12-06Protect socket receive buffer in IP multicast routing.Alexander Bluhm
2023-12-06Move CALLSYS_NOERROR macro from <machine/asm.h> to libc, and expand it forMiod Vallat
2023-12-05Add more devices which may attach ukbd (and thus wskbd) but should never beMiod Vallat
2023-12-05Cast uvmexp.swpages to long before multiplying by 99 to avoid integerClaudio Jeker
2023-12-05timeout_del() the timer while stopping an interface so that no timeoutKevin Lo
2023-12-05reject headers that start with a space or tabOmar Polo
2023-12-05Remove "disable auto-negotiation" workaround for Marvell Alaska PHYsUwe Stuehler
2023-12-05boot_file was removed in arm64 machdep.c rev 1.55Jonathan Gray
2023-12-05last .Nm should not have a commaJonathan Gray
2023-12-04zap trailing whitespaceTheo Buehler
2023-12-04Remove unneeded symbols.Miod Vallat
2023-12-04Account for nkmempages as well in the pmap_growkernel() call duringClaudio Jeker
2023-12-04protect access to the gnu warning map with a mutex to avoid random crashesRobert Nagy
2023-12-04Save backtraces to show in leak dump. Depth of backtrace set byOtto Moerbeek
2023-12-04drm/i915: do not clean GT table on error pathJonathan Gray
2023-12-04Make the TEMPer{1,2} devices display minus degC. From the NetBSD driver.Marcus Glocker
2023-12-03Collect .openbsd.syscalls sections into a new PT_OPENBSD_SYSCALLS segment.Mark Kettenis
2023-12-03Rename all in6p local variables to inp.Alexander Bluhm
2023-12-03Use INP_IPV6 flag instead of sotopf().Alexander Bluhm
2023-12-03move to using updatedb annotation exclusivelyMarc Espie
2023-12-03add the `no-dsn' option to `listen on socket' tooOmar Polo
2023-12-03set the socket family too to mirror the LISTEN case; no-op in practiceOmar Polo
2023-12-03enable DSN (Delivery Status Notification) for the implicit socket tooOmar Polo
2023-12-03Remove misuse warnings for EVP_*Final()Theo Buehler
2023-12-03Make rtm_senddesync_timer() timeout(9) handler mpsafe. solock() protectsVitaliy Makkoveev
2023-12-03Make ipsp_ids_gc() timeout(9) handler mpsafe. `ipsec_flows_mtx' mutex(9)Vitaliy Makkoveev