summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-11drm/amd/display: Include udelay when waiting for INBOX0 ACKJonathan Gray
2023-12-11drm/amdgpu: Force order between a read and write to the same addressJonathan Gray
2023-12-11drm/amd: Enable PCIe PME from D3Jonathan Gray
2023-12-11add dma_fence_is_later_or_same() for 6.1.66 drmJonathan Gray
2023-12-11arm just had to be different and change the syntax for .pushsectionTheo de Raadt
2023-12-11Oops, wrong argument to macroTheo de Raadt
2023-12-11Report system call pinning violations.Theo de Raadt
2023-12-11Add an accounting flag for syscall pinning violations.Theo de Raadt
2023-12-11syncTheo de Raadt
2023-12-11document upcoming pinsyscalls(2) system callTheo de Raadt
2023-12-10vmm(4): flush EPTs after enabling VMX mode.Dave Voutila
2023-12-10evp_test: zap extra empty lineTheo Buehler
2023-12-10The new cinematic to get sensor information as soon as possible sometimesMiod Vallat
2023-12-10syncTheo de Raadt
2023-12-10pinsyscalls(2) 2nd argument can be "uint *" instead of "void *Theo de Raadt
2023-12-10Add a new label "sigcodecall" inside every sigtramp definition, directlyTheo de Raadt
2023-12-10Populate the non-LOAD openbsd.syscalls section (and PT_OPENBSD_SYSCALL)Theo de Raadt
2023-12-10Since errno isn't used here, use warnx() instead of warn()Job Snijders
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