NetBSD/sys/compat/linux
augustss 9745684ebe Changes to the sudio system:
- It is now possible to handle devices that want "looping" DMA,
    e.g. the SoundBlaster correctly.  The WSS and SB drivers use this.
    To do this several new methods were introduced in audio_hw_if.
  - Different silence handling (forced by previous change).
  - The audio driver can now be mmap()-ed, but due to problems in
    the VM system only for writing for now.
  - The OSS (Linux) audio emulation takes advantage of some of the
    new features.
1997-07-27 01:16:32 +00:00
..
arch/i386 Use compat_12_sys_swapon(). 1997-06-13 17:30:19 +00:00
common Changes to the sudio system: 1997-07-27 01:16:32 +00:00
i386 Use compat_12_sys_swapon(). 1997-06-13 17:30:19 +00:00
include * Move the Linux audio emulation into its own directory and rename it 1997-04-04 15:35:54 +00:00
multiarch Changes to the sudio system: 1997-07-27 01:16:32 +00:00
Makefile
files.linux config.new => config 1997-07-20 20:33:08 +00:00
linux_dirent.h Prefix names of system call implementation functions with `sys_'. 1995-10-07 06:25:19 +00:00
linux_errno.h
linux_error.c
linux_exec.c catch up with Jason's exec.h inclusion. 1996-10-13 18:30:05 +00:00
linux_exec.h adapt ELF-using compat code to use new ELF definitions/code. At this point, 1996-09-26 20:52:42 +00:00
linux_fcntl.h
linux_file.c Use sys_posix_rename() instead of sys_rename() as it's the behaviour of the 1997-06-27 05:29:34 +00:00
linux_ioctl.c * Move the Linux audio emulation into its own directory and rename it 1997-04-04 15:35:54 +00:00
linux_ioctl.h * Move the Linux audio emulation into its own directory and rename it 1997-04-04 15:35:54 +00:00
linux_ipc.c Fixed copyin() argument botch in shmctl() IPC_STAT handling. 1997-05-08 14:33:11 +00:00
linux_ipc.h
linux_ipccall.h
linux_misc.c Changes to the sudio system: 1997-07-27 01:16:32 +00:00
linux_mmap.h
linux_msg.h
linux_sem.h
linux_shm.h
linux_signal.c - Add missing prototypes 1996-04-04 23:51:36 +00:00
linux_signal.h Add a hook for MD ioctl calls, plus a couple of more changes to make 1995-08-27 20:51:48 +00:00
linux_socket.c Make this compile again, including Politically Correct const handling. 1996-12-22 23:00:02 +00:00
linux_socket.h
linux_socketcall.h
linux_sockio.h Separate ioctl emulation by group. Add (minimal) audio emulation. 1996-03-08 04:55:59 +00:00
linux_syscall.h Regen: Use compat_12_sys_swapon(). 1997-06-13 17:31:37 +00:00
linux_syscallargs.h Regen: Use compat_12_sys_swapon(). 1997-06-13 17:31:37 +00:00
linux_syscalls.c Regen: Use compat_12_sys_swapon(). 1997-06-13 17:31:37 +00:00
linux_sysent.c Regen: Use compat_12_sys_swapon(). 1997-06-13 17:31:37 +00:00
linux_termios.c Prototyping changes. 1996-04-05 00:01:10 +00:00
linux_termios.h Separate ioctl emulation by group. Add (minimal) audio emulation. 1996-03-08 04:55:59 +00:00
linux_types.h Update list of Linux syscalls and implement the ones that are likely to be 1996-05-20 01:59:09 +00:00
linux_util.h
syscalls.conf
syscalls.master Use compat_12_sys_swapon(). 1997-06-13 17:30:19 +00:00