NetBSD/sys/compat/linux/common
christos f9ac5ff367 more defensive signal conversion, and fix a malloc sizeof(int) to sizeof(int *). 1998-12-16 10:21:50 +00:00
..
Makefile
linux_break.c Assign my copyright to TNF. Merge with others were appropriate. 1998-10-04 00:02:23 +00:00
linux_cdrom.c Remove stray debugging printfs 1998-10-03 20:28:03 +00:00
linux_cdrom.h Attempt to fix the mess. 1998-10-03 20:17:36 +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 The siginfo include line is not needed here anymore. 1998-10-07 22:17:57 +00:00
linux_exec.h Added linux compat support on m68k ports. 1998-12-15 19:31:30 +00:00
linux_exec_aout.c Include linux_errno.h to fix the recent error->errno losage. 1998-10-23 10:54:58 +00:00
linux_exec_elf32.c Make sure the interpreter string is long enough to check against. 1998-11-05 22:19:25 +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 The siginfo include line is not needed here anymore. 1998-10-07 22:17:57 +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 Defopt SYSVMSG, SYSVSEM and SYSVSHM. 1998-10-19 22:37:53 +00:00
linux_ipc.h Assign my copyright to TNF. Merge with others were appropriate. 1998-10-04 00:02:23 +00:00
linux_ipccall.c include missing SYSV option header - PR kern/6479 by Urban Boquist 1998-11-22 15:00:47 +00:00
linux_ipccall.h Assign my copyright to TNF. Merge with others were appropriate. 1998-10-04 00:02:23 +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 more defensive signal conversion, and fix a malloc sizeof(int) to sizeof(int *). 1998-12-16 10:21:50 +00:00
linux_misc.h Attempt to fix the mess. 1998-10-03 20:17:36 +00:00
linux_misc_notalpha.c Assign my copyright to TNF. Merge with others were appropriate. 1998-10-04 00:02:23 +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
linux_oldselect.c Assign my copyright to TNF. Merge with others were appropriate. 1998-10-04 00:02:23 +00:00
linux_oldselect.h
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_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 typos. 1998-10-07 23:05:09 +00:00
linux_sigaction.c This is used on the alpha. It is called osf_sigaction under linux because of the format of the sigaction structure but it acts the same. 1998-10-07 23:47:44 +00:00
linux_siginfo.h Added linux compat support on m68k ports. 1998-12-15 19:31:30 +00:00
linux_signal.c Added linux compat support on m68k ports. 1998-12-15 19:31:30 +00:00
linux_signal.h Added linux compat support on m68k ports. 1998-12-15 19:31:30 +00:00
linux_socket.c Assign my copyright to TNF. Merge with others were appropriate. 1998-10-04 00:02:23 +00:00
linux_socket.h Added linux compat support on m68k ports. 1998-12-15 19:31:30 +00:00
linux_socketcall.c Assign my copyright to TNF. Merge with others were appropriate. 1998-10-04 00:02:23 +00:00
linux_socketcall.h Assign my copyright to TNF. Merge with others were appropriate. 1998-10-04 00:02:23 +00:00
linux_sockio.h Assign my copyright to TNF. Merge with others were appropriate. 1998-10-04 00:02:23 +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