freebsd-dev/sys/i386/linux
John Polstra 22d4b0fb41 Add provisions for variant core dump file formats, depending on the
object format of the executable being dumped.  This is the first
step toward producing ELF core dumps in the proper format.  I will
commit the code to generate the ELF core dumps Real Soon Now.  In
the meantime, ELF executables won't dump core at all.  That is
probably no less useful than dumping a.out-style core dumps as they
have done until now.

Submitted by:	Alex <garbanzo@hooked.net> (with very minor changes by me)
1998-09-14 05:36:51 +00:00
..
imgact_linux.c Use [u]intptr_t instead of [u_]long for casts between pointers and 1998-08-16 01:21:52 +00:00
linux_dummy.c Move the "retval" (3rd) parameter from all syscall functions and put 1997-11-06 19:29:57 +00:00
linux_file.c Fixed print format errors. 1998-07-29 16:43:00 +00:00
linux_genassym.c Fixed printf format errors. 1998-07-29 15:50:41 +00:00
linux_ioctl.c Argh! *Now* the correct 3.0 fix is committed. 1998-08-31 10:53:33 +00:00
linux_ipc.c ".. x11amp appears to be calling shmctl(id, IPC_RMID, 0) and the emulation 1998-06-02 12:38:31 +00:00
linux_locore.s
linux_misc.c Use [u]intptr_t instead of [u_]long for casts between pointers and 1998-08-16 01:21:52 +00:00
linux_proto.h Quick and dirty support for Linux's mremap. Not used by anything 1998-07-10 22:30:08 +00:00
linux_signal.c Oops, the previous fix confused Linux's sigset_t with a pointer type. 1998-08-15 22:29:43 +00:00
linux_socket.c Moved some #includes from <sys/param.h> nearer to where they are actually 1998-03-28 10:33:27 +00:00
linux_stats.c Move the "retval" (3rd) parameter from all syscall functions and put 1997-11-06 19:29:57 +00:00
linux_syscall.h Quick and dirty support for Linux's mremap. Not used by anything 1998-07-10 22:30:08 +00:00
linux_sysent.c Quick and dirty support for Linux's mremap. Not used by anything 1998-07-10 22:30:08 +00:00
linux_sysvec.c Add provisions for variant core dump file formats, depending on the 1998-09-14 05:36:51 +00:00
linux_util.c Removed unused #includes. 1997-07-20 16:06:08 +00:00
linux_util.h remove option LINUX as it did nothing, add DEBUG_LINUX to debug the 1998-06-30 08:40:33 +00:00
linux.h Initial support for using linux X servers under emulation - to use an 1998-08-31 06:55:02 +00:00
Makefile
syscalls.conf Added a null entry for sysmk that is generated by makesyscalls.sh. 1998-03-13 19:13:54 +00:00
syscalls.master Quick and dirty support for Linux's mremap. Not used by anything 1998-07-10 22:30:08 +00:00