summaryrefslogtreecommitdiff
path: root/sys/compat/linux/arch/mips/syscalls.master
AgeCommit message (Collapse)Author
2003-08-10add Linux compat arg wrapper for ftruncate64(), and change linux compatjdolecek
truncate64() wrapper to translate args structure NetBSD truncate() and ftrucate() have hidden 'pad' argument, so we have to do the argument translation Problem found and patch supplied in PR kern/22360 by Ales Krenek This is the last of syscalls with hidden 'pad' arg we didn't have wrapper for; all the others (lseek, mmap, pwrite, pread) already had wrapper before.
2003-06-23PR/21937: Todd Vierling: Proper support for mmap2christos
2003-01-18Merge the nathanw_sa branch.thorpej
2002-04-10add getdents64christos
2002-03-22add mprotect, nuke mmap2christos
2002-02-17Use linux_sys_{g,s}etrlimit() since there's a common implementation now; butrafal
MIPS has no sys_ugetrlimit, so don't declare it (209 is UNIMPL in the OSS Linux-mips tree)
2002-02-15proper comment.christos
2002-02-15- add a real linux_sys___sysctl because the mib numbers are different.christos
implement only the kernel version getting entries. - make the signal conversion functions consistent; dest is arg 1. - make linux_fakedev deal with block and char devices differently. - add linux_sys_ugetrlimit, and flesh out the regular get/setrlimit so that they work properly. - add linux_mmap2 [untested]. - bump kernel to 2.4.18, and make the date be valentine's day :-) - linux_sys_*stat64 family was totally busted. Fix it. tested only on i386. Status: gdb, telnet, work jdk-1.4.0 extractor works, jdk still coredumps. christos
2001-11-20Fixed the Linux signal trampoline and linux_sys_sigreturn(). Linux signalmanu
delivery now seems fully functionnal.
2001-10-06Added socket operations to Linux Mips emulationmanu
2001-09-30Implements parts of sysmips() and fctnl64() emulationmanu
2001-09-22More work on Linux compat for Mips: system calls mapping.manu