freebsd-skq/sys/i386/ibcs2
peter 8465726bda Mega-commit for Linux emulator update.. This has been stress tested under
netscape-2.0 for Linux running all the Java stuff.  The scrollbars are now
working, at least on my machine. (whew! :-)

I'm uncomfortable with the size of this commit, but it's too
inter-dependant to easily seperate out.

The main changes:

COMPAT_LINUX is *GONE*.  Most of the code has been moved out of the i386
machine dependent section into the linux emulator itself.  The int 0x80
syscall code was almost identical to the lcall 7,0 code and a minor tweak
allows them to both be used with the same C code.  All kernels can now
just modload the lkm and it'll DTRT without having to rebuild the kernel
first.  Like IBCS2, you can statically compile it in with "options LINUX".

A pile of new syscalls implemented, including getdents(), llseek(),
readv(), writev(), msync(), personality().  The Linux-ELF libraries want
to use some of these.

linux_select() now obeys Linux semantics, ie: returns the time remaining
of the timeout value rather than leaving it the original value.

Quite a few bugs removed, including incorrect arguments being used in
syscalls..  eg:  mixups between passing the sigset as an int, vs passing
it as a pointer and doing a copyin(), missing return values, unhandled
cases, SIOC* ioctls, etc.

The build for the code has changed.  i386/conf/files now knows how
to build linux_genassym and generate linux_assym.h on the fly.

Supporting changes elsewhere in the kernel:

The user-mode signal trampoline has moved from the U area to immediately
below the top of the stack (below PS_STRINGS).  This allows the different
binary emulations to have their own signal trampoline code (which gets rid
of the hardwired syscall 103 (sigreturn on BSD, syslog on Linux)) and so
that the emulator can provide the exact "struct sigcontext *" argument to
the program's signal handlers.

The sigstack's "ss_flags" now uses SS_DISABLE and SS_ONSTACK flags, which
have the same values as the re-used SA_DISABLE and SA_ONSTACK which are
intended for sigaction only.  This enables the support of a SA_RESETHAND
flag to sigaction to implement the gross SYSV and Linux SA_ONESHOT signal
semantics where the signal handler is reset when it's triggered.

makesyscalls.sh no longer appends the struct sysentvec on the end of the
generated init_sysent.c code.  It's a lot saner to have it in a seperate
file rather than trying to update the structure inside the awk script. :-)

At exec time, the dozen bytes or so of signal trampoline code are copied
to the top of the user's stack, rather than obtaining the trampoline code
the old way by getting a clone of the parent's user area.  This allows
Linux and native binaries to freely exec each other without getting
trampolines mixed up.
1996-03-02 19:38:20 +00:00
..
coff.h Fix a bunch of spelling errors in the comment fields of 1996-01-30 23:02:38 +00:00
ibcs2_dirent.h Remove old files no longer needed. 1995-10-10 07:59:30 +00:00
ibcs2_errno.c Remove old files no longer needed. 1995-10-10 07:59:30 +00:00
ibcs2_errno.h Import of original NetBSD's ibcs2 emulator sources by Scott Bartram, 1995-10-10 07:27:24 +00:00
ibcs2_fcntl.c Added (null for the i386) conversions from ibcs2's bogus fcntl args 1995-11-12 04:42:58 +00:00
ibcs2_fcntl.h Remove old files no longer needed. 1995-10-10 07:59:30 +00:00
ibcs2_ioctl.c Remove old files no longer needed. 1995-10-10 07:59:30 +00:00
ibcs2_ioctl.h Remove old files no longer needed. 1995-10-10 07:59:30 +00:00
ibcs2_ipc.c reran makesyscalls 1996-01-08 04:34:54 +00:00
ibcs2_ipc.h Remove old files no longer needed. 1995-10-10 07:59:30 +00:00
ibcs2_isc_syscall.h reran makesyscalls 1996-01-08 04:34:54 +00:00
ibcs2_isc_sysent.c reran makesyscalls 1996-01-08 04:34:54 +00:00
ibcs2_isc.c Untangled the vm.h include file spaghetti. 1995-12-07 12:48:31 +00:00
ibcs2_misc.c Add code to properly translate signal returned in status argument of wait4() 1995-10-23 19:46:51 +00:00
ibcs2_mount.h Import of original NetBSD's ibcs2 emulator sources by Scott Bartram, 1995-10-10 07:27:24 +00:00
ibcs2_msg.c Remove old files no longer needed. 1995-10-10 07:59:30 +00:00
ibcs2_other.c Untangled the vm.h include file spaghetti. 1995-12-07 12:48:31 +00:00
ibcs2_poll.h Remove old files no longer needed. 1995-10-10 07:59:30 +00:00
ibcs2_proto.h Reran makesyscalls.sh.. 1996-01-08 05:27:29 +00:00
ibcs2_signal.c In bsd_to_ibcs2_sigaction(), flag for ibcs2 system should be 1995-10-21 20:33:43 +00:00
ibcs2_signal.h Fixed parentheses in macros. 1995-11-13 08:58:06 +00:00
ibcs2_socksys.c Remove old files no longer needed. 1995-10-10 07:59:30 +00:00
ibcs2_socksys.h Remove old files no longer needed. 1995-10-10 07:59:30 +00:00
ibcs2_stat.c Do a better fake for uname information returned in utssys() call. 1995-10-16 05:32:20 +00:00
ibcs2_stat.h Remove old files no longer needed. 1995-10-10 07:59:30 +00:00
ibcs2_statfs.h Import of original NetBSD's ibcs2 emulator sources by Scott Bartram, 1995-10-10 07:27:24 +00:00
ibcs2_stropts.h Import of original NetBSD's ibcs2 emulator sources by Scott Bartram, 1995-10-10 07:27:24 +00:00
ibcs2_syscall.h Reran makesyscalls.sh.. 1996-01-08 05:27:29 +00:00
ibcs2_sysent.c Reran makesyscalls.sh.. 1996-01-08 05:27:29 +00:00
ibcs2_sysi86.c Removed unnecessary #includes of <sys/user.h>. Some of these were just 1995-12-06 23:44:23 +00:00
ibcs2_sysvec.c Mega-commit for Linux emulator update.. This has been stress tested under 1996-03-02 19:38:20 +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 Import of original NetBSD's ibcs2 emulator sources by Scott Bartram, 1995-10-10 07:27:24 +00:00
ibcs2_unistd.h Import of original NetBSD's ibcs2 emulator sources by Scott Bartram, 1995-10-10 07:27:24 +00:00
ibcs2_ustat.h Remove old files no longer needed. 1995-10-10 07:59:30 +00:00
ibcs2_util.c Change alternate space base name from /emul/ibcs2 to /compat/ibcs2, 1995-10-10 17:33:19 +00:00
ibcs2_util.h Mega-commit for Linux emulator update.. This has been stress tested under 1996-03-02 19:38:20 +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 reran makesyscalls 1996-01-08 04:34:54 +00:00
ibcs2_xenix_sysent.c reran makesyscalls 1996-01-08 04:34:54 +00:00
ibcs2_xenix.c Remove old files no longer needed. 1995-10-10 07:59:30 +00:00
ibcs2_xenix.h reran makesyscalls 1996-01-08 04:34:54 +00:00
imgact_coff.c Fixed vm_map_find for new vm changes. 1996-01-19 23:00:38 +00:00
syscalls.conf Remove old files no longer needed. 1995-10-10 07:59:30 +00:00
syscalls.isc Remove old files no longer needed. 1995-10-10 07:59:30 +00:00
syscalls.isc.conf Remove old files no longer needed. 1995-10-10 07:59:30 +00:00
syscalls.master Oops. forgot to remove #include "opt_sysvipc.h" 1996-01-08 05:24:09 +00:00
syscalls.xenix Remove old files no longer needed. 1995-10-10 07:59:30 +00:00
syscalls.xenix.conf Remove old files no longer needed. 1995-10-10 07:59:30 +00:00