Konstantin Belousov
397d851d66
Reduce the size of the interposing table and amount of
...
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
2015-01-11 22:16:31 +00:00
..
2014-06-09 21:35:36 +00:00
2015-01-08 20:11:38 +00:00
2014-06-23 08:25:03 +00:00
2015-01-11 22:16:31 +00:00
2014-03-06 07:44:45 +00:00
2014-03-04 02:19:39 +00:00
2015-01-11 22:16:31 +00:00
2014-03-04 02:19:39 +00:00
2014-06-09 21:35:36 +00:00
2015-01-04 12:49:24 +00:00
2015-01-11 22:16:31 +00:00
2014-08-12 12:36:06 +00:00
2014-08-12 12:36:06 +00:00
2014-12-27 08:31:52 +00:00
2014-08-12 12:25:56 +00:00
2014-11-21 20:02:06 +00:00
2014-08-20 14:58:25 +00:00
2014-12-21 12:36:36 +00:00
2014-03-04 02:19:39 +00:00
2014-12-21 12:36:36 +00:00
2015-01-06 03:50:43 +00:00
2015-01-06 03:50:43 +00:00
2014-10-01 08:26:51 +00:00
2014-12-29 13:50:59 +00:00
2014-08-12 12:36:06 +00:00
2014-12-27 08:31:52 +00:00
2014-03-04 02:19:39 +00:00
2014-04-05 17:54:43 +00:00
2014-12-10 08:18:22 +00:00
2015-01-03 18:38:46 +00:00
2014-10-07 06:34:05 +00:00
2014-12-21 12:36:36 +00:00
2015-01-11 22:16:31 +00:00
2015-01-02 22:49:05 +00:00
2014-03-04 02:19:39 +00:00
2014-07-07 00:27:09 +00:00
2014-03-04 02:19:39 +00:00
2013-11-17 22:52:17 +00:00
2015-01-03 18:38:46 +00:00
2014-11-04 00:56:25 +00:00
2014-11-04 00:56:25 +00:00
2014-04-03 17:31:38 +00:00