| Commit message (Expand) | Author | Age | Files | Lines |
| * | remove the Linux emulation code, no longer referenced by anything |  naddy | 2016-03-02 | 1 | -144/+0 |
| * | Add dummies for the epoll and eventfd syscall families. |  pirofti | 2012-06-19 | 1 | -1/+9 |
| * | implement prctl() for COMPAT_LINUX |  robert | 2011-12-14 | 1 | -2/+1 |
| * | implement chown(2) in compat_linux which is needed by some antivirus software |  robert | 2011-11-25 | 1 | -5/+4 |
| * | Fix PID fetching -- noticed last night by guenther@. |  pirofti | 2011-04-05 | 1 | -2/+2 |
| * | Add support for sys_setre[ug]id, ok deraadt@ |  niklas | 2004-10-27 | 1 | -3/+1 |
| * | madvise works fine without translation, from Sam Smith. |  tedu | 2004-04-05 | 1 | -2/+1 |
| * | dummy xattr syscalls. ok deraadt@ |  tedu | 2003-09-04 | 1 | -1/+23 |
| * | set fadvise64 as dummy. some binaries compiled with a recent glibc |  fgsch | 2003-09-01 | 1 | -1/+2 |
| * | add sys_sysinfo. from marius aamodt eriksen. |  tedu | 2003-07-23 | 1 | -2/+1 |
| * | add mmap2 (mmap64, take your pick) and clean up some. use MAP_TRYFIXED |  tedu | 2003-07-03 | 1 | -2/+1 |
| * | Now that we have [gs]etres[ug]id() as a native system call, use it |  millert | 2002-10-30 | 1 | -4/+1 |
| * | getdents64 support, based on FreeBSD. |  fgsch | 2002-10-28 | 1 | -2/+1 |
| * | withough -> without |  deraadt | 2002-06-02 | 1 | -2/+2 |
| * | Turn the ptrace(2) syscall into a kernel compile option, option PTRACE in |  miod | 2002-03-14 | 1 | -1/+3 |
| * | fcntl64 support; okay deraadt@ |  provos | 2002-02-04 | 1 | -2/+1 |
| * | add new system calls as dummies, except for those which we already have |  jasoni | 2001-07-04 | 1 | -1/+15 |
| * | On popular demand, the Linux-compatibility clone(2) implementation based |  niklas | 2001-04-02 | 1 | -9/+1 |
| * | implement ftruncate64 |  jasoni | 2001-01-29 | 1 | -2/+1 |
| * | Implement truncate64, stat64, lstat64, fstat64; from NetBSD |  jasoni | 2000-12-22 | 1 | -5/+1 |
| * | Change all UNIMPL and OBSOL syscalls to STD. |  jasoni | 2000-07-07 | 1 | -0/+122 |