| Age | Commit message (Expand) | Author |
| 2009-11-24 | Update personality(2) to match Linux definition where the argument is an | njoly |
| 2009-06-08 | Update rt_queueinfo(2) definition, and kill a corresponding comment. | njoly |
| 2009-01-17 | Convert linux/linux32 wait(4) to use a compat50 rusage structure. | njoly |
| 2009-01-15 | Update some syscalls/arguments to use the new compat50 equivalents. | njoly |
| 2009-01-13 | Convert the syscalls.master to a format from which it is easier | pooka |
| 2009-01-13 | actually commit syscalls.master this time | rtr |
| 2008-11-19 | Make the emulations, exec formats, coredump, NFS, and the NFS server | ad |
| 2008-11-12 | Fix nanosleep(2) on 64-bit archs. Do not call native nanosleep | njoly |
| 2008-04-23 | -SYCALL_MPSAFE | ad |
| 2008-04-04 | Cleanup. Kill linux_sys_msync and use sys___msync13 instead. | njoly |
| 2008-01-15 | compat linux (and linux32) uid16 functions cleanup and fixes. | njoly |
| 2007-12-24 | Kill unneeded linux_sys_getpgid and use native sys_getpgid instead. | njoly |
| 2007-12-21 | - Fix setfsuid to return uid on success. | njoly |
| 2007-12-20 | Convert all the system call entry points from: | dsl |
| 2007-11-16 | Cleanup. Remove a few linux syscalls definitions, now identical to | njoly |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-09 | Merge newlock2 to head. | ad |
| 2006-09-01 | Don't conditionalize *sys_ptrace. The lack of sys_ptrace will be dealt | matt |
| 2006-08-30 | Update to deal with options PTRACE | matt |
| 2006-06-10 | linux getpriority is off-by-20 so use our own function. | christos |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-05-16 | Add clock_* POSIX functions. | fvdl |
| 2005-05-16 | Add *xattr functions (they all return EOPNOTSUPP). | fvdl |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2004-09-20 | implement support for Linux statfs64() syscall - 64bit variant of statfs() | jdolecek |
| 2004-09-08 | implement basic exit_group(2), which just terminates calling thread; | jdolecek |
| 2004-08-01 | add stub entries for syscalls added until Linux kernel 2.6.7 | jdolecek |
| 2004-08-01 | connect madvise(2) and mincore(2) - apparently the newer Linux libs | jdolecek |
| 2003-08-10 | add Linux compat arg wrapper for ftruncate64(), and change linux compat | jdolecek |
| 2003-06-28 | Need to include linux_mmap.h to get size of struct linux_sys_mmap2_args. | he |
| 2003-06-23 | PR/21937: Todd Vierling: Proper support for mmap2 | christos |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2002-05-12 | hook in remaining 64bit fs syscalls | jdolecek |
| 2002-04-10 | add getdents64 | christos |
| 2002-03-22 | nuke mmap2 add mprotect | christos |
| 2002-02-17 | getrlimit and setrlimit now have Linux-specific implementations. Use them. | bjh21 |
| 2002-02-15 | - add a real linux_sys___sysctl because the mib numbers are different. | christos |
| 2002-01-27 | Add support for breakpoints to ARMLinux emulation. | bjh21 |
| 2002-01-27 | Make syscall 0 an explicit call of linux_sys_nosys, as it is on i386. This | bjh21 |
| 2002-01-23 | Syscall 0 isn't syscall() on ARMLinux. Mark it UNIMPL instead. | bjh21 |
| 2002-01-23 | Add support for the ARM-specific syscalls in ARMLinux. These are invoked | bjh21 |
| 2002-01-15 | Shuffle uname calls around. It turns out we don't use the same names as | bjh21 |
| 2002-01-14 | Crude first cut at ARMLinux binary compatibility. Successfully runs | bjh21 |