summaryrefslogtreecommitdiff
path: root/sys/compat/ultrix
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-03Add a sigfilter emulation hook. It is used at the beginning of kpsignal2()manu
2003-11-15We have CVS; there is no reason to make .bak files when generating thethorpej
2003-10-27Fix bogus uninitialised warnings.simonb
2003-10-26Use ${HOST_SH} instead of `sh'.lukem
2003-08-24add support for non-executable mappings (where the hardware allows this)chs
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-29Fix 'struct lwp *' lossage.simonb
2003-06-29Fix 'struct lwp *' lossage.simonb
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-05-07sort the ioctl's so we can see what we've implemented and what we have not.christos
2003-03-21Change 'data' argument to fo_ioctl and fo_fcntl from 'caddr_t' to 'void *'.dsl
2003-01-29Cull unused variables. Sigh.atatat
2003-01-28No need to pick a "default address" for mmap in compat code, since weatatat
2003-01-18Regen for correct RCS ID.thorpej
2003-01-18Regen: Merge the nathanw_sa branch.thorpej
2003-01-18Merge the nathanw_sa branch.thorpej
2003-01-06compatibility, not compatiblity.wiz
2002-11-02retval is 'register_t *', not 'int *'jdolecek
2002-11-01set nsysent to 512 (oh well, just three syscalls too many for 256)jdolecek
2002-11-01set struct emul's nsysent to compat SYS_NSYSENT, not SYS_MAXSYSCALLjdolecek
2002-09-21- Introduce a e_fault field in struct proc to provide emulation specificmanu
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-07-04Add kernel support for having userland provide the signal trampoline:thorpej
2002-03-16get rid of STACKGAP* shit.christos
2002-03-16make the stackgap_{init,alloc} functions MP friendly (i.e. pass struct proc *christos
2001-11-13add RCSIDs (including regeneration of files as appropriate)lukem
2001-09-18Make the setregs hook emulation-specific, rather than executablejdolecek
2001-09-17g/c dead codejdolecek
2001-06-18Add an e_trapsignal member to struct emul, so that emulated processes canchristos
2001-06-14Fix a partial construction problem that can cause race conditionsthorpej
2001-05-30use _KERNEL_OPT.mrg
2001-05-03Use NULL instead of an explicit cast.matt
2001-01-27egen; getpid(2) is MP-safe.thorpej
2001-01-27getpid(2) is MP-safe.thorpej
2001-01-27Regen; add sy_flags.thorpej
2001-01-15Grok __HAVE_MINIMAL_EMUL and __HAVE_SYSCALL_INTERN.thorpej
2001-01-07Move prototypes for mips_user_cachectl() and mips_user_cacheflush()simonb
2000-12-16adapt to recent struct emul changesjdolecek
2000-12-09always fill in e_syscall in respective emul_*; if the emulation doesn'tjdolecek
2000-12-09split ecoff specific code to separate file ultrix_exec_ecoff.cjdolecek
2000-12-09Regen.mycroft
2000-12-09Add the %% separators.mycroft
2000-12-09Add the %% separators.mycroft
2000-12-01make LKM safejdolecek
2000-12-01add e_path (emulation path) to struct emul, which replaces emulation-specificjdolecek
2000-11-30LKMifyjdolecek