freebsd-dev/sys/i386/ibcs2
Marcel Moolenaar 956d3333ca sigset_t change (part 4 of 5)
-----------------------------

The compatibility code and/or emulators have been updated:

iBCS2 now mostly uses the older syscalls. SVR4 now properly
handles all signals. This has been achieved by using the
new sigset_t throughout the emulator. The Linuxulator has
been severely updated. Internally the new Linux sigset_t is
made the default. These are then mapped to and from the
new FreeBSD sigset_t.

Also, rt_sigsuspend has been implemented in the Linuxulator.
Implementing this syscall basicly caused all this sigset_t
changing in the first place and the syscall has been used
throughout the change as a means for testing. It basicly is
too much work to undo the implementation so that it can
later be added again.

A special note on the use of sv_sigtbl and sv_sigsize in
struct sysentvec:
Every signal larger than sv_sigsize is not translated and is
passed on to the signal handler unmodified. Signals in the
range 1 upto and including sv_sigsize are translated.
The rationale is that only the system defined signals need to
be translated.

The emulators also have been updated so that the translation
tables are only indexed for valid (system defined) signals.
This change also fixes the translation bug already in the
SVR4 emulator.
1999-09-29 15:12:18 +00:00
..
coff.h $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
ibcs2_dirent.h Remove old files no longer needed. 1995-10-10 07:59:30 +00:00
ibcs2_errno.c Added 3 new errno values, requred by various standards: EOVERFLOW, 1998-12-14 18:54:04 +00:00
ibcs2_errno.h
ibcs2_fcntl.c This is what was "fdfix2.patch," a fix for fd sharing. It's pretty 1999-09-19 17:00:25 +00:00
ibcs2_fcntl.h Remove old files no longer needed. 1995-10-10 07:59:30 +00:00
ibcs2_ioctl.c This is what was "fdfix2.patch," a fix for fd sharing. It's pretty 1999-09-19 17:00:25 +00:00
ibcs2_ioctl.h Remove old files no longer needed. 1995-10-10 07:59:30 +00:00
ibcs2_ipc.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
ibcs2_ipc.h $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
ibcs2_isc_syscall.h Regen after Id->FreeBSD 1999-08-28 02:35:56 +00:00
ibcs2_isc_sysent.c Regen after Id->FreeBSD 1999-08-28 02:35:56 +00:00
ibcs2_isc.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
ibcs2_misc.c sigset_t change (part 4 of 5) 1999-09-29 15:12:18 +00:00
ibcs2_mount.h
ibcs2_msg.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
ibcs2_other.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
ibcs2_poll.h $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
ibcs2_proto.h Regen after Id->FreeBSD 1999-08-28 02:35:56 +00:00
ibcs2_signal.c sigset_t change (part 4 of 5) 1999-09-29 15:12:18 +00:00
ibcs2_signal.h sigset_t change (part 4 of 5) 1999-09-29 15:12:18 +00:00
ibcs2_socksys.c Suser() simplification: 1999-04-27 11:18:52 +00:00
ibcs2_socksys.h Move the "retval" (3rd) parameter from all syscall functions and put 1997-11-06 19:29:57 +00:00
ibcs2_stat.c Fix warnings in preparation for adding -Wall -Wcast-qual to the 1999-01-28 01:59:53 +00:00
ibcs2_stat.h Remove old files no longer needed. 1995-10-10 07:59:30 +00:00
ibcs2_statfs.h
ibcs2_stropts.h
ibcs2_syscall.h Regen after Id->FreeBSD 1999-08-28 02:35:56 +00:00
ibcs2_sysent.c Regen after Id->FreeBSD 1999-08-28 02:35:56 +00:00
ibcs2_sysi86.c Suser() simplification: 1999-04-27 11:18:52 +00:00
ibcs2_sysvec.c sigset_t change (part 4 of 5) 1999-09-29 15:12:18 +00:00
ibcs2_termios.h Remove old files no longer needed. 1995-10-10 07:59:30 +00:00
ibcs2_time.h Remove old files no longer needed. 1995-10-10 07:59:30 +00:00
ibcs2_types.h
ibcs2_unistd.h
ibcs2_ustat.h Remove old files no longer needed. 1995-10-10 07:59:30 +00:00
ibcs2_util.c Removed unused #includes. 1997-07-20 09:39:51 +00:00
ibcs2_util.h Removed the cast to a pointer in the definition of PS_STRINGS and 1998-12-16 16:28:58 +00:00
ibcs2_utime.h Remove old files no longer needed. 1995-10-10 07:59:30 +00:00
ibcs2_utsname.h Do a better fake for uname information returned in utssys() call. 1995-10-16 05:32:20 +00:00
ibcs2_xenix_syscall.h Regen after Id->FreeBSD 1999-08-28 02:35:56 +00:00
ibcs2_xenix_sysent.c Regen after Id->FreeBSD 1999-08-28 02:35:56 +00:00
ibcs2_xenix.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
ibcs2_xenix.h Regen after Id->FreeBSD 1999-08-28 02:35:56 +00:00
imgact_coff.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
Makefile $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
syscalls.conf $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
syscalls.isc $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
syscalls.isc.conf $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
syscalls.master $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
syscalls.xenix $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
syscalls.xenix.conf $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00