| Age | Commit message (Expand) | Author |
| 2001-12-27 | Added symlink, rename and readlink | manu |
| 2001-12-27 | getpgid implemented | manu |
| 2001-12-26 | Reworked irix_syssgi_mapelf. It now uses elf_load_psection, and this | manu |
| 2001-12-26 | integrated a copy of svr4_waitsys(), which should be merged later. | manu |
| 2001-12-26 | Updated copyright (getdents code is from Christos, written in 1994) | 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-24 | Make SNDCTL_DSP_POST a nop. It's explicitly *not* supposed to sleep, and as | mycroft |
| 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-22 | More TrustedIRIX stuff (not emulated, but we don't return EINVAL anymore) | manu |
| 2001-12-19 | Add some missing ioctl()s. From Tommy Bohlin in PR kern/14414. | augustss |
| 2001-12-18 | Fixed compiler warnings that would occur if DEBUG_MACH was not defined. | elric |
| 2001-12-12 | MKfoo=no -> NOfoo | tv |
| 2001-12-10 | I can't win today -- make this link. | thorpej |
| 2001-12-10 | Move the code that walks the process's VM map during a coredump | thorpej |
| 2001-12-09 | Fix compilation problems. | thorpej |
| 2001-12-09 | replace "vnode" and "vtext" with "file" and "exec" in uvmexp field names. | chs |
| 2001-12-08 | more sysconf... | 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-08 | Make the coredump routine exec-format/emulation specific. Split | thorpej |
| 2001-12-04 | Fixed stack setup for argument passing. argc and **argv need to be aligned | manu |
| 2001-12-03 | pecoff_copyargs(): Fix incorrect pointer type of the variable `ap'. | kent |
| 2001-12-02 | One more thread related command in prctl to make dynamic linking happy | manu |
| 2001-12-02 | Added errno translation | manu |
| 2001-12-02 | Added enough of prctl emulation so that program do not crash on exit | manu |
| 2001-12-02 | Added SGI_USE_FP_BCOPY and SGI_TOSSTSAVE commands that are also needed | 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-12-02 | nuke the #include "opt_compat_irix.h", too | jdolecek |
| 2001-12-02 | Don't define COMPAT_SUNOS here. It is defined in opt_compat_sunos.h | tsutsui |
| 2001-12-01 | Fixed a typo | manu |
| 2001-12-01 | Fixed a bug in vmcmdset reuse. IRIX binaries seems to pass syssgi(ELFMAP) | manu |
| 2001-11-30 | First implementation of syssgi(SGI_ELFMAP). | manu |
| 2001-11-29 | SUNOS_M_NATIVE is now a macro that takes an arg, not a constant. | briggs |
| 2001-11-28 | include ioctl_compat.h unconditionally. | christos |
| 2001-11-28 | Need to include <sys/ioctl_compat.h> to build this with COMPAT_IRIX. | manu |
| 2001-11-28 | On IRIX, the first 88 system calls are quite plain SVR4, and the 137 | manu |
| 2001-11-27 | Fixed forgot map .idata section for some binaries. | oki |
| 2001-11-26 | Removed an unused line | manu |
| 2001-11-26 | Added code to match IRIX N32 binaries | manu |
| 2001-11-26 | Added support for running 68010 SunOS executables. | fredette |
| 2001-11-23 | if the LKM support is not compiled in, don't bother using exec_lock | jdolecek |
| 2001-11-20 | Removed unused (commented out) code | manu |
| 2001-11-20 | Fixed the Linux signal trampoline and linux_sys_sigreturn(). Linux signal | manu |
| 2001-11-18 | add appropriate cast to debug printf | jdolecek |