..
linux_break.c
Assign my copyright to TNF. Merge with others were appropriate.
1998-10-04 00:02:23 +00:00
linux_cdrom.c
Add some ioctls for harddisk, floppy disk and console handling.
2000-12-10 14:12:16 +00:00
linux_cdrom.h
Add some ioctls for harddisk, floppy disk and console handling.
2000-12-10 14:12:16 +00:00
linux_dirent.h
Assign my copyright to TNF. Merge with others were appropriate.
1998-10-04 00:02:23 +00:00
linux_emuldata.h
comment out ps_siginfo from struct emuldata for now, add int debugreg[8]
2000-11-21 12:21:43 +00:00
linux_errno.c
Change linux_error to native_to_linux_errno. Add some (unrelated) debugging printfs.
1998-10-23 03:53:18 +00:00
linux_errno.h
Allow kdump to compile again.
1998-10-24 19:03:53 +00:00
linux_exec_aout.c
put linux_sys_uselib() to separate file linux_uselib.c
2000-12-01 13:49:35 +00:00
linux_exec_elf32.c
add e_path (emulation path) to struct emul, which replaces emulation-specific
2000-12-01 12:28:30 +00:00
linux_exec_elf64.c
Split compat/linux/linux_exec.c into common, elf and a.out parts.
1998-10-01 03:11:33 +00:00
linux_exec.c
Introduce 2 new flags in types.h:
2000-12-11 05:28:59 +00:00
linux_exec.h
restructure struct emul and execsw, in preparation to make emulations LKMable:
2000-11-21 00:37:49 +00:00
linux_fcntl.h
Added linux compat support on m68k ports.
1998-12-15 19:31:30 +00:00
linux_fdio.c
Add some ioctls for harddisk, floppy disk and console handling.
2000-12-10 14:12:16 +00:00
linux_fdio.h
Add some ioctls for harddisk, floppy disk and console handling.
2000-12-10 14:12:16 +00:00
linux_file.c
add e_path (emulation path) to struct emul, which replaces emulation-specific
2000-12-01 12:28:30 +00:00
linux_hdio.c
Add some ioctls for harddisk, floppy disk and console handling.
2000-12-10 14:12:16 +00:00
linux_hdio.h
Add some ioctls for harddisk, floppy disk and console handling.
2000-12-10 14:12:16 +00:00
linux_ioctl.c
Add some ioctls for harddisk, floppy disk and console handling.
2000-12-10 14:12:16 +00:00
linux_ioctl.h
The gist of the Linux _IOX definitions was the same for all platforms;
2000-12-10 14:08:48 +00:00
linux_ipc.c
make LKM safe
2000-12-01 18:16:54 +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
Assign my copyright to TNF. Merge with others were appropriate.
1998-10-04 00:02:23 +00:00
linux_machdep.h
Added linux compat support on m68k ports.
1998-12-15 19:31:30 +00:00
linux_misc_notalpha.c
add e_path (emulation path) to struct emul, which replaces emulation-specific
2000-12-01 12:28:30 +00:00
linux_misc.c
add emulation of linux swapoff(2)
2000-12-02 16:43:50 +00:00
linux_misc.h
Define the flags used by the Linux wait4() system call.
1999-05-13 00:31:57 +00:00
linux_mmap.h
sparc -> __sparc__
2000-04-10 01:22:44 +00:00
linux_msg.h
Assign my copyright to TNF. Merge with others were appropriate.
1998-10-04 00:02:23 +00:00
linux_oldmmap.c
remove include of <vm/vm.h>
2000-06-29 02:40:37 +00:00
linux_oldmmap.h
Move linux_sys_mmap declarations to linux_mmap.h Make sure oldmmap.c includes oldmmap.h.
1998-10-07 23:06:17 +00:00
linux_oldolduname.c
remove include of <vm/vm.h>
2000-06-29 02:40:37 +00:00
linux_oldolduname.h
Define structures needed for these functions.
1998-10-01 04:00:20 +00:00
linux_oldselect.c
remove include of <vm/vm.h>
2000-06-29 02:40:37 +00:00
linux_oldselect.h
Define structures needed for these functions.
1998-10-01 04:00:20 +00:00
linux_olduname.c
remove include of <vm/vm.h>
2000-06-29 02:40:37 +00:00
linux_olduname.h
Assign my copyright to TNF. Merge with others were appropriate.
1998-10-04 00:02:23 +00:00
linux_pipe.c
remove include of <vm/vm.h>
2000-06-29 02:40:37 +00:00
linux_ptrace.h
move definition of LINUX_PTRACE_{SET|GET}(FP)REGS flags to
2000-11-01 21:02:08 +00:00
linux_reboot.h
Add defines for linux_sys_reboot.
2000-03-18 22:01:02 +00:00
linux_sched.c
Make need_resched() take a "struct cpu_info *" argument. This
2000-08-25 01:04:06 +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
Assign my copyright to TNF. Merge with others were appropriate.
1998-10-04 00:02:23 +00:00
linux_shm.h
Assign my copyright to TNF. Merge with others were appropriate.
1998-10-04 00:02:23 +00:00
linux_sig_notalpha.c
Kill register declarations.
2000-03-30 11:24:16 +00:00
linux_sigaction.c
Pretend to do something useful (just fill in oldsigaction with SIG_IGN and
2000-08-09 20:20:49 +00:00
linux_siginfo.h
Added linux compat support on m68k ports.
1998-12-15 19:31:30 +00:00
linux_signal.c
add support for sigaltstack(2) needed for jvm-1.3 support.
2000-08-23 17:02:18 +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
Add some ioctls for harddisk, floppy disk and console handling.
2000-12-10 14:12:16 +00:00
linux_termios.h
Add some ioctls for harddisk, floppy disk and console handling.
2000-12-10 14:12:16 +00:00
linux_types.h
Kill the linux_old*.h includes (which are only used in the corresponding linux_old*.c). Add linux_siginfo.h.
1998-10-07 23:11:13 +00:00
linux_uselib.c
put linux_sys_uselib() to separate file linux_uselib.c
2000-12-01 13:49:35 +00:00
linux_util.h
add e_path (emulation path) to struct emul, which replaces emulation-specific
2000-12-01 12:28:30 +00:00