freebsd-dev/sys/amd64/linux
Dmitry Chagin 4ab7403bbd Rework signal code to allow using it by other modules, like linprocfs:
1. Linux sigset always 64 bit on all platforms. In order to move Linux
sigset code to the linux_common module define it as 64 bit int. Move
Linux sigset manipulation routines to the MI path.

2. Move Linux signal number definitions to the MI path. In general, they
are the same on all platforms except for a few signals.

3. Map Linux RT signals to the FreeBSD RT signals and hide signal conversion
tables to avoid conversion errors.

4. Emulate Linux SIGPWR signal via FreeBSD SIGRTMIN signal which is outside
of allowed on Linux signal numbers.

PR:		197216
2015-05-24 17:47:20 +00:00
..
linux_dummy.c Add preliminary fallocate system call implementation 2015-05-24 17:33:21 +00:00
linux_genassym.c
linux_ipc64.h
linux_locore.s Being exported through vdso the note.Linux section used by glibc 2015-05-24 16:25:44 +00:00
linux_machdep.c Rework signal code to allow using it by other modules, like linprocfs: 2015-05-24 17:47:20 +00:00
linux_proto.h Regen for r283467. 2015-05-24 17:39:18 +00:00
linux_support.s
linux_syscall.h Regen for r283467. 2015-05-24 17:39:18 +00:00
linux_syscalls.c Regen for r283467. 2015-05-24 17:39:18 +00:00
linux_sysent.c Regen for r283467. 2015-05-24 17:39:18 +00:00
linux_systrace_args.c Regen for r283465. 2015-05-24 17:35:42 +00:00
linux_sysvec.c Rework signal code to allow using it by other modules, like linprocfs: 2015-05-24 17:47:20 +00:00
linux_vdso.lds.s
linux.h Rework signal code to allow using it by other modules, like linprocfs: 2015-05-24 17:47:20 +00:00
Makefile
syscalls.conf
syscalls.master Call nosys in case when the incorrect syscall number is specified. 2015-05-24 17:38:02 +00:00