NetBSD/sys/compat/linux/common
thorpej 7b918b4088 New callout mechanism with two major improvements over the old
timeout()/untimeout() API:
- Clients supply callout handle storage, thus eliminating problems of
  resource allocation.
- Insertion and removal of callouts is constant time, important as
  this facility is used quite a lot in the kernel.

The old timeout()/untimeout() API has been removed from the kernel.
2000-03-23 06:40:33 +00:00
..
linux_break.c
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
linux_emuldata.h
linux_errno.c
linux_errno.h
linux_exec.c
linux_exec.h
linux_exec_aout.c
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
linux_fcntl.h
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
linux_ioctl.h
linux_ipc.c Update for new msgctl()/semctl()/shmctl() calls. 1999-08-25 04:52:06 +00:00
linux_ipc.h
linux_ipccall.c
linux_ipccall.h
linux_llseek.c
linux_machdep.h
linux_misc.c Add linux_sys_reboot. 2000-03-18 22:23:13 +00:00
linux_misc.h
linux_misc_notalpha.c New callout mechanism with two major improvements over the old 2000-03-23 06:40:33 +00:00
linux_mmap.h
linux_msg.h
linux_oldmmap.c
linux_oldmmap.h
linux_oldolduname.c Fix doubled 'the's in comments. 2000-03-13 23:52:25 +00:00
linux_oldolduname.h
linux_oldselect.c
linux_oldselect.h
linux_olduname.c Fix doubled 'the's in comments. 2000-03-13 23:52:25 +00:00
linux_olduname.h
linux_pipe.c
linux_ptrace.h Move MI parts of ptrace(2) emulation to "linux_misc.c". 1999-12-16 15:09:49 +00:00
linux_reboot.h Add defines for linux_sys_reboot. 2000-03-18 22:01:02 +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
linux_shm.h
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
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
linux_socket.c Improve emulation of SIOCGIFHWADDR ioctl: 2000-01-12 17:19:11 +00:00
linux_socket.h
linux_socketcall.c
linux_socketcall.h
linux_sockio.h
linux_termios.c
linux_termios.h
linux_types.h
linux_util.h