| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | remove the Linux emulation code, no longer referenced by anything | 2016-03-02 | 1 | -32/+0 | |
| | | |||||
| * | Add futex support for compat/linux. | 2011-09-18 | 1 | -1/+2 | |
| | | | | | | | | | Based on Emmanuel Dreyfus work with additions, tricks and adaptations by me. Lots of help and reviewing by guenther@ and oga@. Okay guenther@. | ||||
| * | Remove COMPAT_25. The one piece moved by COMPAT_LINUX moves there. | 2011-07-09 | 1 | -1/+2 | |
| | | | | | ok guenther | ||||
| * | Add time related syscalls clock_gettime() and clock_getres(). | 2011-02-10 | 1 | -1/+2 | |
| | | | | | Okay miod@. | ||||
| * | linux_getcwd is the same as the system one. | 2007-05-29 | 1 | -2/+1 | |
| | | | | | discovered/ok beck | ||||
| * | Handle more Linux ioctls; from NetBSD. ok deraadt@ | 2001-04-09 | 1 | -1/+4 | |
| | | |||||
| * | On popular demand, the Linux-compatibility clone(2) implementation based | 2001-04-02 | 1 | -1/+2 | |
| | | | | | | on NetBSD's code, as well as some faked Posix RT extensions by me. This makes at least simple linuxthreads tests work. | ||||
| * | Implement truncate64, stat64, lstat64, fstat64; from NetBSD | 2000-12-22 | 1 | -1/+2 | |
| | | |||||
| * | Change all UNIMPL and OBSOL syscalls to STD. | 2000-07-07 | 1 | -1/+2 | |
| | | | | | | | Add these syscalls to linux_dummy.c where they return ENOSYS and display a friendler message which tells you what unimplemented syscall has been called. | ||||
| * | Fix linux [gs]etrlimit emulation + add their latest ugetrlimit | 2000-06-07 | 1 | -3/+4 | |
| | | |||||
| * | Implement getcwd. | 2000-03-27 | 1 | -1/+2 | |
| | | |||||
| * | include syscallnames only if compiling w/ SYSCALL_DEBUG. | 1999-11-10 | 1 | -2/+2 | |
| | | | | | | was already so for native and sunos, the rest was just wasting space on it. niels@ millert@ ok | ||||
| * | use osscompat for audio emulation. | 1998-04-26 | 1 | -3/+2 | |
| | | |||||
| * | handle linux cdrom ioctls. not that i play quake that often but it was | 1997-12-07 | 1 | -1/+2 | |
| | | | | | the only binary around. | ||||
| * | Added dummy mount/umount() syscalls for bogus Linux applications that | 1996-04-28 | 1 | -1/+2 | |
| | | | | | | blindly call mount(). These dummy calls always return EPERM. Fixed uncommented NetBSD tag problem encountered when using makesyscalls.sh. | ||||
| * | Good fixes and changes from latest Net. | 1996-04-17 | 1 | -0/+1 | |
| | | |||||
| * | From NetBSD: | 1996-03-08 | 1 | -1/+3 | |
| | | | | | linux compatibility changes. | ||||
| * | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+18 | |
