summaryrefslogtreecommitdiff
path: root/sys/compat/linux/arch/mips
AgeCommit message (Expand)Author
2005-09-19MINSIGSTKSZ on linux is different depending on the platform and usuallychristos
2005-05-20Define linux_usertrap function, and set it in struct emul. For allfvdl
2005-05-16Regen.fvdl
2005-05-16Add clock_* POSIX functions.fvdl
2005-05-16Regen.fvdl
2005-05-16Add *xattr functions (they all return EOPNOTSUPP).fvdl
2005-02-26regenperry
2005-02-26regenperry
2005-02-26nuke trailing whitespaceperry
2004-09-20move definition of linux_fsid_t to common/linux_types.h - it's identicaljdolecek
2004-09-20regen:jdolecek
2004-09-20implement support for Linux statfs64() syscall - 64bit variant of statfs()jdolecek
2004-09-19move definition of struct linux_stafs to common/linux_types.h, and usejdolecek
2004-09-08regen: add exit_group(2)jdolecek
2004-09-08implement basic exit_group(2), which just terminates calling thread;jdolecek
2004-08-28g/c LINUX_MAP_IGNMASK define - it's not used anywherejdolecek
2004-08-01regen - sync syscall lists with Linux kernel 2.6.7jdolecek
2004-08-01sync the syscall lists with Linux kernel 2.6.7jdolecek
2004-08-01regen:jdolecek
2004-08-01connect madvise(2) and mincore(2) - apparently the newer Linux libsjdolecek
2004-06-19Fix a reversed errno issue for Linux binaries on mips. While we are there,manu
2004-06-19Build COMPAT_LINUX again on mips after the siginfo change.manu
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