summaryrefslogtreecommitdiff
path: root/sys/compat/linux/arch/mips
AgeCommit message (Expand)Author
2003-12-04Dynamic sysctl.atatat
2003-09-26Fix "constify sendsig/trapsignal" fallout for non-siginfo'd archs. Testsimonb
2003-08-14remove the args from the macro.christos
2003-08-10regen - added wrapper for Linux ftruncate64()jdolecek
2003-08-10add Linux compat arg wrapper for ftruncate64(), and change linux compatjdolecek
2003-08-08- GC all the setup_stack functionschristos
2003-08-02use copyin()/copyout() instead of fubyte()/subyte()jdolecek
2003-07-26add LINUX_SO_PEERNAME, LINUX_SO_TIMESTAMP where it has been missingjdolecek
2003-06-23Regen.christos
2003-06-23PR/21937: Todd Vierling: Proper support for mmap2christos
2003-01-18Regen for correct RCS ID.thorpej
2003-01-18Merge the nathanw_sa branch.thorpej
2003-01-18Merge the nathanw_sa branch.thorpej
2002-11-26rename: s/sa_/<compat>sa/gchristos
2002-11-21g/c also mips-specific linux ELF copyargs function prototype andjdolecek
2002-11-21g/c local definition of LINUX_ELF_AUX_ENTRIESjdolecek
2002-11-13add generic linux compat ELF copyargs functionjdolecek
2002-11-01nsysent set to 256, and use linux_sys_nosys()jdolecek
2002-11-01add appropriate nsysent, and use linux_sys_nosys as sys_nosysjdolecek
2002-09-25Don't include <sys/map.h>.thorpej
2002-08-26Implement passing AT_{E,R}{U,G}ID in the elf aux vector, like solaris.christos
2002-08-15Pull changes done in rev. 1.7 of sys/compat/linux/arch/powerpc/linux_exec.henami
2002-07-04Add kernel support for having userland provide the signal trampoline:thorpej
2002-05-20whitespace fixesjdolecek
2002-04-15Do not restore SR on sigreturn: this could enable the user process to gainmanu
2002-04-10regenchristos
2002-04-10add getdents64christos
2002-03-31bring the reverse signal mapping array into linux_signo.cchristos
2002-03-31make signal array handling uniform, and put signal arrays in a separatechristos
2002-03-22regenchristos
2002-03-22add mprotect, nuke mmap2christos
2002-03-19- Now that RT-signals fit, fix the array to deliver them. [i386 only].christos
2002-02-19Add LINUX_SA_NOCLDWAIT, LINUX_SA_RESTORER, update LINUX_SA_ALLBITS. Linuxrafal
2002-02-18Regen: Use linux_sys_{g,s}setrlimit, remove linux_sys_ugetrlimit sincerafal
2002-02-17the MIPS stat64 struct doesn't have a separate ino64 field, but the ino fieldrafal
2002-02-17Use linux_sys_{g,s}etrlimit() since there's a common implementation now; butrafal
2002-02-17Adapt for changes to linux_to_native_sigset() and native_to_linux_sigset().rafal
2002-02-15Regenchristos
2002-02-15proper comment.christos
2002-02-15- add a real linux_sys___sysctl because the mib numbers are different.christos
2001-11-20Removed unused (commented out) codemanu
2001-11-20Fixed the Linux signal trampoline and linux_sys_sigreturn(). Linux signalmanu
2001-11-17Make it build again after recent MIPS cache code changesmanu
2001-11-17Fixed typosmanu
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-13add RCSIDs (including regeneration of files as appropriate)lukem
2001-10-14Fixed some mistakes in signal handling (this is still broken)manu
2001-10-06Added socket operations to Linux Mips emulationmanu
2001-10-06Implements ATOMIC_SET in linux_sys_sysmipsmanu
2001-09-30Implements parts of sysmips() and fctnl64() emulationmanu