| Age | Commit message (Expand) | Author |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2002-10-05 | Added uname emulation so that IRIX's uname -s returns IRIX | manu |
| 2002-06-12 | When sproc is used to create a share group with shared memory, there is a | manu |
| 2002-06-05 | - Introduce irix_check_exec() to check if a given process is an IRIX one | manu |
| 2002-05-22 | First implementation of IRIX /dev/usemaclone functionnalities. This | manu |
| 2002-05-04 | bug for bug emulation of IRIX: on some device, including | manu |
| 2002-04-29 | Added a void framework for usync_cntl(), which is another undocumented IRIX | manu |
| 2002-04-28 | Added pread() and pwrite() | manu |
| 2002-04-28 | Implements IRIX sproc(2) and friends. | manu |
| 2002-04-23 | Added fchdir, fchown and fchmod system calls | manu |
| 2002-04-22 | - We now use irix_sys_mmap instead of svr4_sys_mmap | manu |
| 2002-04-20 | Added one more system call: msync | manu |
| 2002-04-16 | Added getpgrp/setpgrp. | manu |
| 2002-04-14 | IRIX provide a signal trampoline in libc, we now use it. | manu |
| 2002-04-12 | Reworked IRIX signal delivery so that ucontext is used instead of sigcontext | manu |
| 2002-04-02 | Added fsync | manu |
| 2002-04-02 | Added IRIX fcntl(F_GETBSDLK) and fcntl(F_GETBSDLKW) | manu |
| 2002-03-28 | Use irix_sys_sigprocmask instead of svr4_sys_sigprocmask to make use | manu |
| 2002-03-26 | Added truncate(2), ftruncate(2), truncate64() and ftruncate64(), the two latter | manu |
| 2002-03-16 | Added enough of swaptcl() command emulation to get swap -l working. This | manu |
| 2002-03-10 | Added statvfs/fstatvfs | manu |
| 2002-03-04 | Added setreuid/setregid | manu |
| 2002-03-03 | Implements SIOCNREAD ioctl (some kind of FIONREAD for sockets only). This | manu |
| 2002-02-21 | Added munmap() and mprotect() | manu |
| 2002-02-21 | Added gethostid/sethostid and the HOSTID command to systeminfo() | manu |
| 2002-02-17 | Implemented irix_sys_systeminfo() | manu |
| 2002-02-17 | reworked signal handling: | manu |
| 2002-02-04 | Added system calls: getdents64/ngetdents64 | manu |
| 2002-02-03 | Added system calls: gettimeofday, getitimer, setitimer | manu |
| 2002-02-03 | Added some system calls: gethostname, sethostname, getdomainname, | manu |
| 2001-12-27 | Added symlink, rename and readlink | manu |
| 2001-12-26 | integrated a copy of svr4_waitsys(), which should be merged later. | manu |
| 2001-12-25 | Added accept, bind, connect, getpeername, getsockname, listen, recv, recvfrom, | manu |
| 2001-12-25 | Added getcontext/setcontext. This has not been fully tested, but it seems to | manu |
| 2001-12-25 | Added irix_sys_lseek64() | manu |
| 2001-12-23 | more UNIMPL IRIX system calls in the table... | manu |
| 2001-12-23 | Added getdents/ngetdents. | manu |
| 2001-12-22 | implemented enough of getmountid to make commands using IRIX Universal Name | manu |
| 2001-12-22 | implemented fxstat and lxstat. Fixed a bug in xstat (ino_t was wrong) | manu |
| 2001-12-08 | Implemented irix_sys_xstat(). This duplicates some code already present | manu |
| 2001-12-08 | Added IRIX signal delivery | manu |
| 2001-12-02 | Added enough of prctl emulation so that program do not crash on exit | manu |
| 2001-12-02 | Uses svr4_mmap for mmap32 emulation. This will not implement all the | manu |
| 2001-12-02 | Added a bit of sysmp() emulation necessary for dynamic linking. | manu |
| 2001-11-28 | On IRIX, the first 88 system calls are quite plain SVR4, and the 137 | manu |
| 2001-11-26 | Added code to match IRIX N32 binaries | manu |
| 2001-09-22 | Empty framework for upcoming work on IRIX_COMPAT | manu |