NetBSD/sys/compat/linux/common
ad 63c4506184 Changes to make ktrace LKM friendly and reduce ifdef KTRACE. Proposed
on tech-kern.
2007-08-15 12:07:23 +00:00
..
linux_blkio.c Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
linux_blkio.h
linux_break.c Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
linux_cdrom.c Use the new CDIOCREADSUBCHANNEL_BUF and CDIOREADTOCENTRIES_BUF ioctls to 2007-06-30 22:18:17 +00:00
linux_cdrom.h
linux_dirent.h
linux_emuldata.h Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
linux_errno.c
linux_errno.h
linux_exec.c Change the way that emulations locate files within the emulation root to 2007-04-22 08:29:55 +00:00
linux_exec.h Fix Linux compat on amd64. 2007-02-15 15:13:33 +00:00
linux_exec_aout.c Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
linux_exec_elf32.c Change the way that emulations locate files within the emulation root to 2007-04-22 08:29:55 +00:00
linux_exec_elf64.c
linux_fcntl.h
linux_fdio.c Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
linux_fdio.h Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
linux_file.c Split the fcntl locking code out from its copyin/out. 2007-05-12 23:02:49 +00:00
linux_file64.c Split the fcntl locking code out from its copyin/out. 2007-05-12 23:02:49 +00:00
linux_futex.c typo 2006-07-24 19:01:49 +00:00
linux_futex.h
linux_hdio.c Fix LINUX_HDIO_GET_IDENTITY so that it returns the entire 512 byte buffer. 2007-07-01 09:54:16 +00:00
linux_hdio.h
linux_ioctl.c Delete stuff in comment about use of stackgap. 2007-06-16 19:54:02 +00:00
linux_ioctl.h
linux_ipc.c Do the sysv ipc calls without the stackgap. 2007-06-17 18:17:46 +00:00
linux_ipc.h
linux_ipccall.c Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
linux_ipccall.h
linux_limit.h
linux_llseek.c Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
linux_machdep.h - linux uname -m on x86 returns i{3,4,5,6}86 make it so. 2007-05-10 21:30:14 +00:00
linux_misc.c Add native mremap system call based on the UVM implementation for 2007-07-17 17:42:07 +00:00
linux_misc.h Split sys_wait4() so that compat code can fiddle with the returned 'status' 2007-05-07 16:53:17 +00:00
linux_misc_notalpha.c Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
linux_mmap.h
linux_msg.h
linux_mtio.c Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
linux_mtio.h
linux_oldmmap.c Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
linux_oldmmap.h
linux_oldolduname.c - linux uname -m on x86 returns i{3,4,5,6}86 make it so. 2007-05-10 21:30:14 +00:00
linux_oldolduname.h
linux_oldselect.c Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
linux_oldselect.h
linux_olduname.c - linux uname -m on x86 returns i{3,4,5,6}86 make it so. 2007-05-10 21:30:14 +00:00
linux_olduname.h
linux_pipe.c Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
linux_prctl.h s/independant/independent/, from Zafer. 2006-11-24 22:04:21 +00:00
linux_ptrace.h
linux_reboot.h
linux_sched.c Count the number of CPUs at boot and stash in 'ncpu'. Eventually should 2007-02-15 20:32:47 +00:00
linux_sched.h
linux_sem.h
linux_sg.c Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
linux_sg.h
linux_shm.h
linux_sig_notalpha.c Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
linux_sigaction.c Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
linux_sigevent.h
linux_siginfo.h
linux_signal.c Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
linux_signal.h Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
linux_signo.c
linux_socket.c Changes to make ktrace LKM friendly and reduce ifdef KTRACE. Proposed 2007-08-15 12:07:23 +00:00
linux_socket.h Fix long-term breakage in the definition of 'control' data for linux. 2007-07-01 18:45:36 +00:00
linux_socketcall.c Changes to make ktrace LKM friendly and reduce ifdef KTRACE. Proposed 2007-08-15 12:07:23 +00:00
linux_socketcall.h Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
linux_sockio.h
linux_statfs.h - Add compat amd64 linux32 statfs support, adapted from PR/35956. 2007-04-11 11:45:55 +00:00
linux_sysctl.c Changes to make ktrace LKM friendly and reduce ifdef KTRACE. Proposed 2007-08-15 12:07:23 +00:00
linux_sysctl.h
linux_termios.c This is deja vu - I fixed this earlier.... 2007-05-13 16:04:00 +00:00
linux_termios.h
linux_time.c Stop using the stackgap for time functions. 2007-05-13 11:04:11 +00:00
linux_types.h implement emul.linux.kern.machine, which can be set to "i686", like 2007-03-23 04:16:13 +00:00
linux_uselib.c Remove some unused calls to stackgap_init() 2007-04-30 09:20:18 +00:00
linux_util.h