NetBSD/sys/compat/linux/common
thorpej e03e9e8086 Rather than starting init and creating kthreads by forking and then
doing a cpu_set_kpc(), just pass the entry point and argument all
the way down the fork path starting with fork1().  In order to
avoid special-casing the normal fork in every cpu_fork(), MI code
passes down child_return() and the child process pointer explicitly.

This fixes a race condition on multiprocessor systems; a CPU could
grab the newly created processes (which has been placed on a run queue)
before cpu_set_kpc() would be performed.
2000-05-28 05:48:59 +00:00
..
linux_break.c
linux_cdrom.c Emulate the Linux DVD_* ioctls(2). This gets us 90% of the way to running the 1999-10-29 15:02:56 +00:00
linux_cdrom.h Emulate the Linux DVD_* ioctls(2). This gets us 90% of the way to running the 1999-10-29 15:02:56 +00:00
linux_dirent.h
linux_emuldata.h
linux_errno.c
linux_errno.h
linux_exec.c const poisoning. 1999-02-09 20:37:19 +00:00
linux_exec.h Added linux compat support on m68k ports. 1998-12-15 19:31:30 +00:00
linux_exec_aout.c add a new function vn_marktext() for exec code to let others know 2000-04-11 04:37:47 +00:00
linux_exec_elf32.c Update to match new SVR4-style definition names in <sys/exec_elf.h>. 1999-10-25 13:55:06 +00:00
linux_exec_elf64.c
linux_fcntl.h Added linux compat support on m68k ports. 1998-12-15 19:31:30 +00:00
linux_file.c Add proper stub code to make emulation of Linux's pread(2) and pwrite(2) 1999-12-05 21:24:28 +00:00
linux_ioctl.c
linux_ioctl.h Added linux compat support on m68k ports. 1998-12-15 19:31:30 +00:00
linux_ipc.c Update for new msgctl()/semctl()/shmctl() calls. 1999-08-25 04:52:06 +00:00
linux_ipc.h Grab the sysv options. 1999-01-03 03:52:22 +00:00
linux_ipccall.c Revert last changes: 1999-01-10 15:05:36 +00:00
linux_ipccall.h Revert last changes: 1999-01-10 15:05:36 +00:00
linux_llseek.c
linux_machdep.h Added linux compat support on m68k ports. 1998-12-15 19:31:30 +00:00
linux_misc.c Kill register declarations. 2000-03-30 11:24:16 +00:00
linux_misc.h Define the flags used by the Linux wait4() system call. 1999-05-13 00:31:57 +00:00
linux_misc_notalpha.c New callout mechanism with two major improvements over the old 2000-03-23 06:40:33 +00:00
linux_mmap.h sparc -> __sparc__ 2000-04-10 01:22:44 +00:00
linux_msg.h
linux_oldmmap.c
linux_oldmmap.h
linux_oldolduname.c Centralise the declarations of cpu_model, machine, machine_arch, 2000-03-28 23:57:24 +00:00
linux_oldolduname.h
linux_oldselect.c
linux_oldselect.h
linux_olduname.c Centralise the declarations of cpu_model, machine, machine_arch, 2000-03-28 23:57:24 +00:00
linux_olduname.h
linux_pipe.c
linux_ptrace.h Move MI parts of ptrace(2) emulation to "linux_misc.c". 1999-12-16 15:09:49 +00:00
linux_reboot.h Add defines for linux_sys_reboot. 2000-03-18 22:01:02 +00:00
linux_sched.c Rather than starting init and creating kthreads by forking and then 2000-05-28 05:48:59 +00:00
linux_sched.h Add emulation for scheduler related syscalls. Although they are dummies 1999-10-04 16:55:54 +00:00
linux_sem.h
linux_shm.h
linux_sig_notalpha.c Kill register declarations. 2000-03-30 11:24:16 +00:00
linux_sigaction.c Kill register declarations. 2000-03-30 11:24:16 +00:00
linux_siginfo.h Added linux compat support on m68k ports. 1998-12-15 19:31:30 +00:00
linux_signal.c Kill register declarations. 2000-03-30 11:24:16 +00:00
linux_signal.h Added linux compat support on m68k ports. 1998-12-15 19:31:30 +00:00
linux_socket.c Remove junk after #undef. 2000-05-03 21:41:43 +00:00
linux_socket.h Added linux compat support on m68k ports. 1998-12-15 19:31:30 +00:00
linux_socketcall.c commit fix to PR7072: emulate linux non-blocking connect behavior more correctly 1999-03-25 04:26:45 +00:00
linux_socketcall.h commit fix to PR7072: emulate linux non-blocking connect behavior more correctly 1999-03-25 04:26:45 +00:00
linux_sockio.h add LINUX_SIOCGIFHWADDR 1999-07-17 21:46:28 +00:00
linux_termios.c Kill register declarations. 2000-03-30 11:24:16 +00:00
linux_termios.h Added linux compat support on m68k ports. 1998-12-15 19:31:30 +00:00
linux_types.h
linux_util.h