summaryrefslogtreecommitdiff
path: root/sys/compat
AgeCommit message (Expand)Author
2001-12-27Added symlink, rename and readlinkmanu
2001-12-27getpgid implementedmanu
2001-12-26Reworked irix_syssgi_mapelf. It now uses elf_load_psection, and thismanu
2001-12-26integrated a copy of svr4_waitsys(), which should be merged later.manu
2001-12-26Updated copyright (getdents code is from Christos, written in 1994)manu
2001-12-25Added accept, bind, connect, getpeername, getsockname, listen, recv, recvfrom,manu
2001-12-25Added getcontext/setcontext. This has not been fully tested, but it seems tomanu
2001-12-25Added irix_sys_lseek64()manu
2001-12-24Make SNDCTL_DSP_POST a nop. It's explicitly *not* supposed to sleep, and asmycroft
2001-12-23more UNIMPL IRIX system calls in the table...manu
2001-12-23Added getdents/ngetdents.manu
2001-12-22implemented enough of getmountid to make commands using IRIX Universal Namemanu
2001-12-22implemented fxstat and lxstat. Fixed a bug in xstat (ino_t was wrong)manu
2001-12-22More TrustedIRIX stuff (not emulated, but we don't return EINVAL anymore)manu
2001-12-19Add some missing ioctl()s. From Tommy Bohlin in PR kern/14414.augustss
2001-12-18Fixed compiler warnings that would occur if DEBUG_MACH was not defined.elric
2001-12-12MKfoo=no -> NOfootv
2001-12-10I can't win today -- make this link.thorpej
2001-12-10Move the code that walks the process's VM map during a coredumpthorpej
2001-12-09Fix compilation problems.thorpej
2001-12-09replace "vnode" and "vtext" with "file" and "exec" in uvmexp field names.chs
2001-12-08more sysconf...manu
2001-12-08Implemented irix_sys_xstat(). This duplicates some code already presentmanu
2001-12-08Added IRIX signal deliverymanu
2001-12-08Make the coredump routine exec-format/emulation specific. Splitthorpej
2001-12-04Fixed stack setup for argument passing. argc and **argv need to be alignedmanu
2001-12-03pecoff_copyargs(): Fix incorrect pointer type of the variable `ap'.kent
2001-12-02One more thread related command in prctl to make dynamic linking happymanu
2001-12-02Added errno translationmanu
2001-12-02Added enough of prctl emulation so that program do not crash on exitmanu
2001-12-02Added SGI_USE_FP_BCOPY and SGI_TOSSTSAVE commands that are also neededmanu
2001-12-02Uses svr4_mmap for mmap32 emulation. This will not implement all themanu
2001-12-02Added a bit of sysmp() emulation necessary for dynamic linking.manu
2001-12-02nuke the #include "opt_compat_irix.h", toojdolecek
2001-12-02Don't define COMPAT_SUNOS here. It is defined in opt_compat_sunos.htsutsui
2001-12-01Fixed a typomanu
2001-12-01Fixed a bug in vmcmdset reuse. IRIX binaries seems to pass syssgi(ELFMAP)manu
2001-11-30First implementation of syssgi(SGI_ELFMAP).manu
2001-11-29SUNOS_M_NATIVE is now a macro that takes an arg, not a constant.briggs
2001-11-28include ioctl_compat.h unconditionally.christos
2001-11-28Need to include <sys/ioctl_compat.h> to build this with COMPAT_IRIX.manu
2001-11-28On IRIX, the first 88 system calls are quite plain SVR4, and the 137manu
2001-11-27Fixed forgot map .idata section for some binaries.oki
2001-11-26Removed an unused linemanu
2001-11-26Added code to match IRIX N32 binariesmanu
2001-11-26Added support for running 68010 SunOS executables.fredette
2001-11-23if the LKM support is not compiled in, don't bother using exec_lockjdolecek
2001-11-20Removed unused (commented out) codemanu
2001-11-20Fixed the Linux signal trampoline and linux_sys_sigreturn(). Linux signalmanu
2001-11-18add appropriate cast to debug printfjdolecek