freebsd-dev/lib/libc/compat-43
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
..
creat.2
creat.c Reduce the size of the interposing table and amount of 2015-01-11 22:16:31 +00:00
gethostid.3
gethostid.c
getwd.c
killpg.2 Update the kill(2) and killpg(2) man pages to the modern permission 2012-10-22 03:37:00 +00:00
killpg.c
Makefile.inc Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP} 2014-03-04 02:19:39 +00:00
sethostid.c
setpgrp.c
setrgid.c
setruid.3
setruid.c
sigcompat.c Verify return value of the sigset manipulation functions 2010-07-22 09:14:18 +00:00
sigpause.2 General mdoc(7) and typo fixes. 2012-05-08 18:56:21 +00:00
sigsetmask.2
sigvec.2
Symbol.map Reduce the size of the interposing table and amount of 2015-01-11 22:16:31 +00:00