summaryrefslogtreecommitdiff
path: root/sys/compat/irix
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-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-08more sysconf...manu
2001-12-08Implemented irix_sys_xstat(). This duplicates some code already presentmanu
2001-12-08Added IRIX signal deliverymanu
2001-12-04Fixed stack setup for argument passing. argc and **argv need to be alignedmanu
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-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-28On IRIX, the first 88 system calls are quite plain SVR4, and the 137manu
2001-11-26Removed an unused linemanu
2001-11-26Added code to match IRIX N32 binariesmanu
2001-11-13add RCSIDs (including regeneration of files as appropriate)lukem
2001-09-22Empty framework for upcoming work on IRIX_COMPATmanu