| Age | Commit message (Expand) | Author |
| 2013-12-10 | Add *at() syscalls like other arches. | njoly |
| 2013-12-08 | Sprinkle a few more linux_umode_t where appropriate. | njoly |
| 2013-11-07 | Fix dup/dup2/dup3 argument types (u_int -> int). | njoly |
| 2013-09-24 | Add utimensat(2) for compat linux. | njoly |
| 2013-08-11 | Linux treats the data parameter as a pointer/long too. The comments | pooka |
| 2013-08-11 | Use long instead of int for ptrace addr. This makes things compile | pooka |
| 2013-04-08 | support utimes on non-alpha linux platforms | pooka |
| 2012-09-19 | emulate ppoll which is essentially our pollts | pooka |
| 2011-11-18 | add sigtimedwait | christos |
| 2011-07-09 | the first argument of {g,s}etitimer() is int not u_int. | christos |
| 2011-05-31 | Small typo in fadvise64_64 args (advise -> advice). | njoly |
| 2011-05-30 | Add fadvise64 and fadvise64_64 syscalls to compat_linux and compat_linux32. | alnsn |
| 2011-04-15 | Add dup3() and pipe2() for these archs as well. | he |
| 2010-07-07 | many changes for COMPAT_LINUX: | chs |
| 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 |
| 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 |
| 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-10-18 | add the missing %% that confused joerg and the parser. | christos |
| 2005-10-18 | sys_uselib is needed by COMPAT_LINUX for EXEC_AOUT. Since it doesn't get | joerg |
| 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 | sync the syscall lists with 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-23 | PR/21937: Todd Vierling: Proper support for mmap2 | christos |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2002-05-19 | hook in truncate64(2) and ftruncate64(2) | jdolecek |
| 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-19 | Add linux_sys_{get,set}rlimit. | nathanw |