summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/files.linux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove the Linux emulation code, no longer referenced by anythingnaddy2016-03-021-32/+0
|
* Add futex support for compat/linux.pirofti2011-09-181-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.deraadt2011-07-091-1/+2
| | | | ok guenther
* Add time related syscalls clock_gettime() and clock_getres().pirofti2011-02-101-1/+2
| | | | Okay miod@.
* linux_getcwd is the same as the system one.tedu2007-05-291-2/+1
| | | | discovered/ok beck
* Handle more Linux ioctls; from NetBSD. ok deraadt@tholo2001-04-091-1/+4
|
* On popular demand, the Linux-compatibility clone(2) implementation basedniklas2001-04-021-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 NetBSDjasoni2000-12-221-1/+2
|
* Change all UNIMPL and OBSOL syscalls to STD.jasoni2000-07-071-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 ugetrlimitniklas2000-06-071-3/+4
|
* Implement getcwd.jasoni2000-03-271-1/+2
|
* include syscallnames only if compiling w/ SYSCALL_DEBUG.mickey1999-11-101-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.provos1998-04-261-3/+2
|
* handle linux cdrom ioctls. not that i play quake that often but it wasprovos1997-12-071-1/+2
| | | | the only binary around.
* Added dummy mount/umount() syscalls for bogus Linux applications thatetheisen1996-04-281-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.mickey1996-04-171-0/+1
|
* From NetBSD:mickey1996-03-081-1/+3
| | | | linux compatibility changes.
* initial import of NetBSD treederaadt1995-10-181-0/+18