summaryrefslogtreecommitdiff
path: root/sys/compat/irix/syscalls.master
AgeCommit message (Expand)Author
2003-01-18Merge the nathanw_sa branch.thorpej
2002-10-05Added uname emulation so that IRIX's uname -s returns IRIXmanu
2002-06-12When sproc is used to create a share group with shared memory, there is amanu
2002-06-05- Introduce irix_check_exec() to check if a given process is an IRIX onemanu
2002-05-22First implementation of IRIX /dev/usemaclone functionnalities. Thismanu
2002-05-04bug for bug emulation of IRIX: on some device, includingmanu
2002-04-29Added a void framework for usync_cntl(), which is another undocumented IRIXmanu
2002-04-28Added pread() and pwrite()manu
2002-04-28Implements IRIX sproc(2) and friends.manu
2002-04-23Added fchdir, fchown and fchmod system callsmanu
2002-04-22- We now use irix_sys_mmap instead of svr4_sys_mmapmanu
2002-04-20Added one more system call: msyncmanu
2002-04-16Added getpgrp/setpgrp.manu
2002-04-14IRIX provide a signal trampoline in libc, we now use it.manu
2002-04-12Reworked IRIX signal delivery so that ucontext is used instead of sigcontextmanu
2002-04-02Added fsyncmanu
2002-04-02Added IRIX fcntl(F_GETBSDLK) and fcntl(F_GETBSDLKW)manu
2002-03-28Use irix_sys_sigprocmask instead of svr4_sys_sigprocmask to make usemanu
2002-03-26Added truncate(2), ftruncate(2), truncate64() and ftruncate64(), the two lattermanu
2002-03-16Added enough of swaptcl() command emulation to get swap -l working. Thismanu
2002-03-10Added statvfs/fstatvfsmanu
2002-03-04Added setreuid/setregidmanu
2002-03-03Implements SIOCNREAD ioctl (some kind of FIONREAD for sockets only). Thismanu
2002-02-21Added munmap() and mprotect()manu
2002-02-21Added gethostid/sethostid and the HOSTID command to systeminfo()manu
2002-02-17Implemented irix_sys_systeminfo()manu
2002-02-17reworked signal handling:manu
2002-02-04Added system calls: getdents64/ngetdents64manu
2002-02-03Added system calls: gettimeofday, getitimer, setitimermanu
2002-02-03Added some system calls: gethostname, sethostname, getdomainname,manu
2001-12-27Added symlink, rename and readlinkmanu
2001-12-26integrated a copy of svr4_waitsys(), which should be merged later.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-08Implemented irix_sys_xstat(). This duplicates some code already presentmanu
2001-12-08Added IRIX signal deliverymanu
2001-12-02Added enough of prctl emulation so that program do not crash on exitmanu
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-11-28On IRIX, the first 88 system calls are quite plain SVR4, and the 137manu
2001-11-26Added code to match IRIX N32 binariesmanu
2001-09-22Empty framework for upcoming work on IRIX_COMPATmanu