summaryrefslogtreecommitdiff
path: root/sys/compat/linux/arch/arm/syscalls.master
AgeCommit message (Expand)Author
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