summaryrefslogtreecommitdiff
path: root/sys/compat/irix
AgeCommit message (Expand)Author
2003-12-20Put back Emmanuel's sigfilter hooks, as decided by Core.fvdl
2003-12-20Introduce lwp_emuldata and the associated hooks. No hook is provided for themanu
2003-12-05back the sigfilter emulation hook change offjdolecek
2003-12-04Dynamic sysctl.atatat
2003-12-03Add a sigfilter emulation hook. It is used at the beginning of kpsignal2()manu
2003-11-26Hide the register number constants behind an _R_ prefix, and alsohe
2003-11-15We have CVS; there is no reason to make .bak files when generating thethorpej
2003-11-13eliminate uvm_useracc() in favor of checking the return value ofchs
2003-11-08Make ngetdents working again, after the strcpy -> strlcpy move broke itmanu
2003-11-08Build again with SIGINFO, patches from Christopher Sekiya.manu
2003-11-08Warkaround warning for uninitalized variablesmanu
2003-11-08Restore COMPAT_IRIX signal delivery to an usable state. We provide amanu
2003-10-31-ELF_LINK_ADDR does now what irix_load_addr() did, so the latter candrochner
2003-10-26Use ${HOST_SH} instead of `sh'.lukem
2003-09-28Catch up with const sigset_t. From Christopher SEKIYA.tsutsui
2003-08-24add support for non-executable mappings (where the hardware allows this)chs
2003-08-06irix_elf32_probe is now responsible for finding interpreter's loadmanu
2003-07-29(void_cast_for_gcc_3_3_msg_goes_here *)mrg
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-06-28#ifdef _KERNEL_OPT police.he
2003-06-23Make sure to include opt_foo.h if a defflag option FOO is used.martin
2003-05-16use strlcpyitojun
2003-02-28in irix_syssgi_mapelf: use vn_marktext where necessary, and make surecgd
2003-02-14Use find_stopped_child() and proc_free() in compat wait() code todsl
2003-01-28lwpified sproc emulation so that it builds and works again. COMPAT_IRIXmanu
2003-01-22Last bit of LWP'ification of compat_irix; this is probably wrong, but atrafal
2003-01-22Mechanical LWP'ification of IRIX compat code; untested as of right now.rafal
2003-01-18Regen to get correct RCS ID.thorpej
2003-01-18Regen: Merge the nathanw_sa branch.thorpej
2003-01-18Merge the nathanw_sa branch.thorpej
2002-11-30move ELF-specific items from irix_exec.c to irix_exec_elf32.cjdolecek
2002-11-30make LKM friendlier by only including opt_* #ifdef _KERNEL_OPTjdolecek
2002-11-29Get the dynamic interpreter location using emul_find_interp(), so thatjdolecek
2002-11-09Added sysctl to change all IRIX kernel values reported by uname and systeminfo:manu
2002-11-01regen: bump nsysent to nearest p-o-2 (256)jdolecek
2002-11-01bump nsysent to nearest p-o-2jdolecek
2002-11-01set struct emul's nsysent to compat SYS_NSYSENT, not SYS_MAXSYSCALLjdolecek
2002-10-23Added a cleanup function for the (un)shared region list, so that it doesmanu
2002-10-23In mmap, use the address returned by sys_mmap to keep track of (un)sharedmanu
2002-10-23merge kqueue branch into -currentjdolecek
2002-10-14Implement MAP_LOCAL option to mmap, which enable the mapping of regionsmanu
2002-10-13Implement IRIX_SGI_NUM_MODULES and IRIX_SGI_MODULE_INFO syssgi() commands.manu
2002-10-13Return the hostid when equested HW_SERIAL (it seems it works like this)manu
2002-10-12Added SGI_RUSAGE command to syssgi (this is a BSD rusage)manu
2002-10-11replace irix_usemaFOO functions with noFOO/nullFOO as approprite in cdevsw,jdolecek
2002-10-05Added uname emulation so that IRIX's uname -s returns IRIXmanu
2002-10-05Fixed typo in a commentmanu
2002-10-05Added an ioctl emulation so that IRIX's tar is able to extract a file.manu
2002-09-27remove trailing \n in panic(). approved perry.provos