NetBSD/sys/compat/linux/common
jdolecek 0c7b52a284 linux_sys_mknod(): if creating device file (i.e. !fifo case), mask
the passed device number to only contain lower 16 bits; older glibc
appears to pass some junk in upper bits sometimes, resulting in incorrect
device entries being created

Problem initially analyzed by Thor Lancelot Simon.
2002-12-11 19:30:39 +00:00
..
linux_blkio.c
linux_blkio.h
linux_break.c
linux_cdrom.c gc debugging printfs. 2002-03-22 17:14:18 +00:00
linux_cdrom.h
linux_dirent.h Add missing bracket arround macro argument reference. 2002-05-10 17:27:23 +00:00
linux_emuldata.h - add a real linux_sys___sysctl because the mib numbers are different. 2002-02-15 16:47:58 +00:00
linux_errno.c
linux_errno.h Include arch/arm/linux_errno.h for arm build. 2002-01-17 15:11:38 +00:00
linux_exec.c set struct emul's nsysent to compat SYS_NSYSENT, not SYS_MAXSYSCALL 2002-11-01 19:26:21 +00:00
linux_exec.h back previous off; port can only supply LINUX_ELF_AUX_ENTRIES if it also 2002-11-21 15:20:28 +00:00
linux_exec_aout.c count executable image pages as executable for vm-usage purposes. 2002-10-05 22:34:02 +00:00
linux_exec_elf32.c Get the dynamic interpreter location using emul_find_interp(), so that 2002-11-29 19:13:14 +00:00
linux_exec_elf64.c
linux_fcntl.h implement the locking calls for linux_file64. 2002-03-22 14:54:49 +00:00
linux_fdio.c
linux_fdio.h
linux_file.c linux_sys_mknod(): if creating device file (i.e. !fifo case), mask 2002-12-11 19:30:39 +00:00
linux_file64.c linux_sys_getdents64(): remove the oldcall bug workaround cruft, 2002-05-20 06:45:11 +00:00
linux_hdio.c make the stackgap_{init,alloc} functions MP friendly (i.e. pass struct proc * 2002-03-16 20:43:48 +00:00
linux_hdio.h
linux_ioctl.c Don't call cdevsw_lookup() with an uninitialised variable in 2002-10-22 11:55:10 +00:00
linux_ioctl.h
linux_ipc.c Use shmat1(), and tell it to find removed segments. 2002-04-03 11:54:37 +00:00
linux_ipc.h
linux_ipccall.c
linux_ipccall.h
linux_llseek.c
linux_machdep.h Add kernel support for having userland provide the signal trampoline: 2002-07-04 23:32:02 +00:00
linux_misc.c Add ULL to a 64-bit integer constant. 2002-11-25 02:11:23 +00:00
linux_misc.h proper statfs emulation... 2002-02-20 17:03:03 +00:00
linux_misc_notalpha.c Fix a cut and paste error in the emulation of getresgid(2): it returned 2002-04-03 14:28:36 +00:00
linux_mmap.h nuke mmap2, cleanup mmap, add mprotect 2002-03-22 15:21:28 +00:00
linux_msg.h
linux_oldmmap.c - #undef DPRINTF for files that are included from other files. 2002-03-29 20:49:40 +00:00
linux_oldmmap.h
linux_oldolduname.c
linux_oldolduname.h
linux_oldselect.c
linux_oldselect.h
linux_olduname.c
linux_olduname.h
linux_pipe.c
linux_ptrace.h Add support for PTRACE_GETREGS and PTRACE_SETREGS in ARMLinux emulation. 2002-01-27 15:11:38 +00:00
linux_reboot.h
linux_sched.c make signal array handling uniform, and put signal arrays in a separate 2002-03-31 22:22:43 +00:00
linux_sched.h
linux_sem.h
linux_shm.h
linux_sig_notalpha.c Add kernel support for having userland provide the signal trampoline: 2002-07-04 23:32:02 +00:00
linux_sigaction.c Add kernel support for having userland provide the signal trampoline: 2002-07-04 23:32:02 +00:00
linux_siginfo.h remove XXX: 2002-09-05 22:27:36 +00:00
linux_signal.c rename: s/sa_/<compat>sa/g 2002-11-26 18:43:20 +00:00
linux_signal.h Don't blow up if we don't have a machine dependend linux_signal.h. 2002-04-02 23:25:07 +00:00
linux_signo.c make this compile on archs that don't define linux signals. 2002-04-03 17:18:21 +00:00
linux_socket.c Patch that actually works for previous, from Jaromir Dolecek. 2002-11-29 14:32:27 +00:00
linux_socket.h
linux_socketcall.c - #undef DPRINTF for files that are included from other files. 2002-03-29 20:49:40 +00:00
linux_socketcall.h
linux_sockio.h
linux_sysctl.c Report ourselves as Linux 2.4.18 on powerpc, too. 2002-11-25 10:34:34 +00:00
linux_sysctl.h s/printf/uprintf/ 2002-02-15 20:02:56 +00:00
linux_termios.c
linux_termios.h
linux_time.c
linux_types.h Avoid collision with __unused in sys/cdefs.h. 2002-10-10 07:25:21 +00:00
linux_uselib.c count executable image pages as executable for vm-usage purposes. 2002-10-05 22:34:02 +00:00
linux_util.h