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