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