summaryrefslogtreecommitdiff
path: root/sys/compat/linux/arch/mips/linux_syscalls.c
AgeCommit message (Collapse)Author
2003-08-10regen - added wrapper for Linux ftruncate64()jdolecek
2003-06-23Regen.christos
2003-01-18Regen for correct RCS ID.thorpej
2003-01-18Merge the nathanw_sa branch.thorpej
2002-04-10regenchristos
2002-03-22regenchristos
2002-02-18Regen: Use linux_sys_{g,s}setrlimit, remove linux_sys_ugetrlimit sincerafal
linux/mips doesn't seem to have one.
2002-02-15Regenchristos
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-11-13add RCSIDs (including regeneration of files as appropriate)lukem
2001-10-14Fixed some mistakes in signal handling (this is still broken)manu
Added some code to set linux's uname kernel version to 2.4.0 (usefull for testing with glibc-2.2). This is currently guarded by a #if 0.
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