NetBSD/sys/compat/linux/common
tron ea2517e20d Add proper stub code to make emulation of Linux's pread(2) and pwrite(2)
work. Fixes PR kern/8945 by Dave Sainty.
1999-12-05 21:24:28 +00:00
..
linux_break.c Assign my copyright to TNF. Merge with others were appropriate. 1998-10-04 00:02:23 +00:00
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 Assign my copyright to TNF. Merge with others were appropriate. 1998-10-04 00:02:23 +00:00
linux_emuldata.h At least make this compile. Add linux compat version of auxillary data eventually to be used to make the emulation work correctly. 1998-12-08 21:00:11 +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.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 const poisoning. 1999-02-09 20:37:19 +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 Split compat/linux/linux_exec.c into common, elf and a.out parts. 1998-10-01 03:11:33 +00:00
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 Slight code rearrangement and more defensive tests for the sequencer device. 1998-12-15 10:32:16 +00:00
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 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.c After linux_sys_clone() has been moved to "linux_sched.c" we don't need 1999-10-05 09:22:04 +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 Add emulation for Linux stime(2) required for MuPAD's X11 interface. 1999-08-16 19:06:29 +00:00
linux_mmap.h Added linux compat support on m68k ports. 1998-12-15 19:31:30 +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 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_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 Assign my copyright to TNF. Merge with others were appropriate. 1998-10-04 00:02:23 +00:00
linux_oldolduname.h Define structures needed for these functions. 1998-10-01 04:00:20 +00:00
linux_oldselect.c Assign my copyright to TNF. Merge with others were appropriate. 1998-10-04 00:02:23 +00:00
linux_oldselect.h Define structures needed for these functions. 1998-10-01 04:00:20 +00:00
linux_olduname.c This needs its defines. 1998-10-07 22:58:19 +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 Assign my copyright to TNF. Merge with others were appropriate. 1998-10-04 00:02:23 +00:00
linux_sched.c Allow signal numbers upto 63 in clone(2) emulation. 1999-12-04 21:58:05 +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 Fix typo in last commit. 1999-12-04 22:17:43 +00:00
linux_sigaction.c Add bound checks in emulation of sigaction(2). This fixes a part of 1999-12-04 22:21:12 +00:00
linux_siginfo.h Added linux compat support on m68k ports. 1998-12-15 19:31:30 +00:00
linux_signal.c Add bound checks in emulation of kill(2). This fixes the last part of 1999-12-04 22:26:52 +00:00
linux_signal.h Added linux compat support on m68k ports. 1998-12-15 19:31:30 +00:00
linux_socket.c implement emulation of SIOCGIFHWADDR, PR 7997 1999-07-17 22:03:55 +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 Assign my copyright to TNF. Merge with others were appropriate. 1998-10-04 00:02:23 +00:00
linux_termios.h Added linux compat support on m68k ports. 1998-12-15 19:31:30 +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_util.h Assign my copyright to TNF. Merge with others were appropriate. 1998-10-04 00:02:23 +00:00