1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-22 16:42:56 -08:00
OpenBSD
Go to file
deraadt 2bde29b351 Fix the SIGHUP signal race. ed's "event loop" operates a getchar(); check
the hup flag before and after that call, when the buffer structures are stable
for write_file() to work.  Remove the hup handling from the SPL0() macro,
because this is run in at least one place during structure instability.
The SIGINT handler, which uses siglongjmp(), is also trusting the SPL1/SPL0
dance more than it should.
ok millert
2024-07-16 05:01:10 +00:00
bin Fix the SIGHUP signal race. ed's "event loop" operates a getchar(); check 2024-07-16 05:01:10 +00:00
distrib Sync sets after elf_aux_info(3) and wcsnlen(3) additions + libc bump 2024-07-14 09:57:11 +00:00
etc Add /usr/X11R6/include/va. ok tb@ 2024-07-14 09:39:15 +00:00
games Fix input handling wrt redrawing. The new version of curses does 2024-06-03 09:43:10 +00:00
gnu Implement investigate kernel corefile to lldb. 2024-07-13 07:25:38 +00:00
include Add wcsnlen(3) declaration, missed in previous. 2024-07-14 10:04:17 +00:00
lib Switch the EVP_PKEY_*attr* API to LCRYPTO_UNUSED() 2024-07-15 18:50:42 +00:00
libexec Allow pfIfTable to have more than 64 entries. 2024-07-10 20:33:31 +00:00
regress fix signature of main() 2024-07-15 10:11:56 +00:00
sbin Add e2fs_fsmnt, and the newly defined e2fs_kbytes_written to the list of 2024-07-15 13:32:50 +00:00
share Mention nvme(4) and gdt(4) as devices that register with bio(4). 2024-07-13 15:28:42 +00:00
sys match on Atom C3000 2024-07-16 01:14:23 +00:00
usr.bin fix double word; ok dtucker@ 2024-07-14 10:19:23 +00:00
usr.sbin fix SEE ALSO and a word tweak; 2024-07-14 18:11:18 +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