ow'/>
summaryrefslogtreecommitdiff
path: root/sys/compat/irix/irix_exec.h
AgeCommit message (Expand)Author
2011-04-26Remove IRIX emulationjoerg
2009-12-14Merge from matt-nb5-mips64matt
2009-12-10Change u_long to vaddr_t/vsize_t in exec code where appropriate (mostlymatt
2008-11-19Make the emulations, exec formats, coredump, NFS, and the NFS serverad
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-12-06lockmgr -> rwlockad
2007-12-04Remove all the __Pdsl
2005-12-11merge ktrace-lwp.christos
2005-02-26nuke trailing whitespaceperry
2003-08-24add support for non-executable mappings (where the hardware allows this)chs
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-01-22Mechanical LWP'ification of IRIX compat code; untested as of right now.rafal
2002-11-30move ELF-specific items from irix_exec.c to irix_exec_elf32.cjdolecek
2002-10-14Implement MAP_LOCAL option to mmap, which enable the mapping of regionsmanu
2002-08-26Implement passing AT_{E,R}{U,G}ID in the elf aux vector, like solaris.christos
2002-08-25- add locks to structures used by the /dev/usema driver and themanu
2002-08-02Introduce a shared group structure, and make the sproc implementationmanu
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-06-02Now support per-signal signal trampolines.manu
2002-05-28- the signal trampoline address is now copied during a fork(). This avoidsmanu
2002-04-20The IRIX usinit(3) function expects a page of memory to be available atmanu
2002-04-14IRIX provide a signal trampoline in libc, we now use it.manu
2002-02-21Reworked the o32/n32 matching scheme. IRIX uses some e_flags in the ELFmanu
2002-01-07Added code to match and launch n32 binaries (there is no N32 support in themanu
2001-12-04Fixed stack setup for argument passing. argc and **argv need to be alignedmanu
2001-11-26Added code to match IRIX N32 binariesmanu
2001-09-22Empty framework for upcoming work on IRIX_COMPATmanu