1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-03 06:45:37 -08:00
OpenBSD
Go to file
claudio 4cbd027d54 Revert the new rwlock implementation for now.
vfs_busy() uses RW_SLEEPFAIL in a broken way. It is possible that the
object holding the rwlock is freed while other processes are sleeping
on this lock. This worked before by luck and no longer does now since
part of the struct needs to be updated after the sleep.
vfs_busy() needs to be fixed but that will take a bit of time.
OK dlg@
2024-12-03 12:50:16 +00:00
bin use a more readable explanation of directory creation; 2024-11-30 06:59:12 +00:00
distrib sync 2024-11-27 04:05:47 +00:00
etc Import regenerated moduli. 2024-11-29 00:13:36 +00:00
games Emit a warning if all fortunes in the file are too short or too long 2024-10-21 06:39:03 +00:00
gnu Add support for read/write of xmm/ymm registers to lldb. 2024-11-29 18:54:39 +00:00
include a.out is no longer the commonly encountered binary file format, the world has 2024-10-16 18:47:47 +00:00
lib Meant to split the sentence in two 2024-11-30 21:21:40 +00:00
libexec gettytab's dx flag is supposed to set decctlq, which is the opposite of 2024-11-09 11:22:18 +00:00
regress Mark six EVP_PKEY control constants as intentionally undocumented 2024-11-29 10:19:37 +00:00
sbin unwind: support wildcard in blacklist 2024-11-24 11:33:34 +00:00
share upd(4): add PercentLoad sensor 2024-12-01 09:05:05 +00:00
sys Revert the new rwlock implementation for now. 2024-12-03 12:50:16 +00:00
usr.bin M-1 to M-7 for 7 preset layouts; from bunkmate 2024-12-03 11:18:34 +00:00
usr.sbin Add /rib/in and /rib/out as endpoints to query the Adj-RIB-In and Adj-RIB-Out 2024-12-03 10:38:06 +00:00
.gitignore Ignore CVS directories for easier git + CVS coexistence. 2023-07-07 15:44:54 +00:00
Makefile minor cranking of libraries exposes a problem, details too long to explain. 2020-04-05 20:14:14 +00:00
Makefile.cross riscv64 is a LP64_ARCH, list it as such. 2021-05-03 00:04:31 +00:00