mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
cancellation-handling code in the libthr. Translate some syscalls into their more generic counterpart, and remove translated syscalls from the table. List of the affected syscalls: creat, open -> openat raise -> thr_kill sleep, usleep -> nanosleep pause -> sigsuspend wait, wait3, waitpid -> wait4 Suggested and reviewed by: jilles (previous version) Sponsored by: The FreeBSD Foundation MFC after: 1 week |
||
|---|---|---|
| .. | ||
| creat.2 | ||
| creat.c | ||
| gethostid.3 | ||
| gethostid.c | ||
| getwd.c | ||
| killpg.2 | ||
| killpg.c | ||
| Makefile.inc | ||
| sethostid.c | ||
| setpgrp.c | ||
| setrgid.c | ||
| setruid.3 | ||
| setruid.c | ||
| sigcompat.c | ||
| sigpause.2 | ||
| sigsetmask.2 | ||
| sigvec.2 | ||
| Symbol.map | ||