| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | remove the Linux emulation code, no longer referenced by anything | 2016-03-02 | 1 | -144/+0 | |
| | | |||||
| * | Add dummies for the epoll and eventfd syscall families. | 2012-06-19 | 1 | -1/+9 | |
| | | | | | Okay jasper@ | ||||
| * | implement prctl() for COMPAT_LINUX | 2011-12-14 | 1 | -2/+1 | |
| | | | | | ok pirofti@ | ||||
| * | implement chown(2) in compat_linux which is needed by some antivirus software | 2011-11-25 | 1 | -5/+4 | |
| | | | | | ok pirofti@ | ||||
| * | Fix PID fetching -- noticed last night by guenther@. | 2011-04-05 | 1 | -2/+2 | |
| | | |||||
| * | Add support for sys_setre[ug]id, ok deraadt@ | 2004-10-27 | 1 | -3/+1 | |
| | | |||||
| * | madvise works fine without translation, from Sam Smith. | 2004-04-05 | 1 | -2/+1 | |
| | | |||||
| * | dummy xattr syscalls. ok deraadt@ | 2003-09-04 | 1 | -1/+23 | |
| | | |||||
| * | set fadvise64 as dummy. some binaries compiled with a recent glibc | 2003-09-01 | 1 | -1/+2 | |
| | | | | | seems to require it; henning ok. | ||||
| * | add sys_sysinfo. from marius aamodt eriksen. | 2003-07-23 | 1 | -2/+1 | |
| | | | | | linux_misc.c: fvdl gave his copyright to tnf, adjust. | ||||
| * | add mmap2 (mmap64, take your pick) and clean up some. use MAP_TRYFIXED | 2003-07-03 | 1 | -2/+1 | |
| | | | | | | since that's the way linux works. no regressions by various ports testers, eyeballed by a few others. | ||||
| * | Now that we have [gs]etres[ug]id() as a native system call, use it | 2002-10-30 | 1 | -4/+1 | |
| | | | | | | | for HP-UX, FreeBSD, and Linux emulations. Note that Linux has two versions of these system calls. One for 16bit uids and another for 32bit uids. | ||||
| * | getdents64 support, based on FreeBSD. | 2002-10-28 | 1 | -2/+1 | |
| | | | | | thanks to jpmk@fibertel.com.ar for providing a testbed; jasoni ok. | ||||
| * | withough -> without | 2002-06-02 | 1 | -2/+2 | |
| | | |||||
| * | Turn the ptrace(2) syscall into a kernel compile option, option PTRACE in | 2002-03-14 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | your kernel configuration file. By default, GENERIC will enable this. When PTRACE is not enabled, several ptrace-like features of the procfs filesystem will be disabled as well (namely, the ability to read and write any process' registers, as well as attching, single stepping and detaching to/from processes). This should help paranoid people build better sandboxens, and us to build smaller ramdisks. | ||||
| * | fcntl64 support; okay deraadt@ | 2002-02-04 | 1 | -2/+1 | |
| | | |||||
| * | add new system calls as dummies, except for those which we already have | 2001-07-04 | 1 | -1/+15 | |
| | | | | | | an equivalent for; from netbsd ok niklas@ | ||||
| * | On popular demand, the Linux-compatibility clone(2) implementation based | 2001-04-02 | 1 | -9/+1 | |
| | | | | | | on NetBSD's code, as well as some faked Posix RT extensions by me. This makes at least simple linuxthreads tests work. | ||||
| * | implement ftruncate64 | 2001-01-29 | 1 | -2/+1 | |
| | | |||||
| * | Implement truncate64, stat64, lstat64, fstat64; from NetBSD | 2000-12-22 | 1 | -5/+1 | |
| | | |||||
| * | Change all UNIMPL and OBSOL syscalls to STD. | 2000-07-07 | 1 | -0/+122 | |
| 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. | |||||
