1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-22 16:42:56 -08:00
OpenBSD
Go to file
claudio a1416996f1 Use imsg_get_fd()
As usual proc_forward_imsg() is never forwarding a file descriptor so
just use -1 there. This should be replaced by imsg_forward().
All other changes are simple conversions.

OK tb@
2024-01-17 10:01:24 +00:00
bin print flag 'l' for base program or ld.so being under pinsyscalls enforcement, 2024-01-16 19:08:37 +00:00
distrib sync 2023-12-29 19:15:52 +00:00
etc Zap trailing space. 2024-01-17 08:26:06 +00:00
games Fix format string warning in robots/score.c 2023-10-10 09:48:06 +00:00
gnu From "Lorenz (xha)" (me(at)xha.li): teach binutils how to assemble 2024-01-15 06:57:07 +00:00
include remove support for syscall(2) -- the "indirection system call" because 2023-12-12 15:30:55 +00:00
lib Make sure to return a proper string in ai_canonname. 2024-01-15 18:03:39 +00:00
libexec Read PT_OPENBSD_SYSCALLS in libc.so, and convert it to a table for 2024-01-16 19:07:31 +00:00
regress Cope with recent changes to pfctl output. 2024-01-16 06:40:07 +00:00
sbin Convert to use imsg_get_fd() 2024-01-17 08:25:02 +00:00
share add XKH 2024-01-11 07:59:43 +00:00
sys unstub i915_driver_hw_remove() 2024-01-17 06:28:15 +00:00
usr.bin Use imsg_get_fd() instead of direct access to imsg.fd 2024-01-16 13:09:11 +00:00
usr.sbin Use imsg_get_fd() 2024-01-17 10:01:24 +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