summaryrefslogtreecommitdiff
path: root/sys/compat/sunos32
AgeCommit message (Expand)Author
2001-11-29SUNOS_M_NATIVE is now a macro that takes an arg, not a constant.briggs
2001-11-13add RCSIDs (including regeneration of files as appropriate)lukem
2001-09-20Add sunos32_setregs(), thus making sunos32 compile again.thorpej
2001-09-18Make the setregs hook emulation-specific, rather than executablejdolecek
2001-06-18Add an e_trapsignal member to struct emul, so that emulated processes canchristos
2001-06-16Removed obsoletes EMUL_NO_BSD_ASYNCIO_PIPE and EMUL_NO_SIGIO_ON_READ flags.manu
2001-06-14Fix a partial construction problem that can cause race conditionsthorpej
2001-06-04fix lint exposed by GCC 3.0 20010604 (prerelease).mrg
2001-05-30use _KERNEL_OPT.mrg
2001-05-07Changed EMUL_BSD_ASYNCIO_PIPE to EMUL_NO_BSD_ASYNCIO_PIPE, so thatmanu
2001-05-06Added two flags to emulation packages:manu
2001-02-08header is struct netbsd32_execmrg
2001-02-07use the standard alt check for creat.mrg
2001-02-06regenmrg
2001-02-06oops, use netbsd32_select().mrg
2001-02-06add from NetBSD Id.mrg
2001-02-06use struct sunos32_dirent. now getwd() works.mrg
2001-02-06stat/lstat must use netbsd32_stat43 not stat43.mrg
2001-02-05regenmrg
2001-02-05s/sunos_sendsig/sunos32_sendsig/mrg
2001-02-05use sunos32_sys_sigreturnmrg
2001-02-05s/long/netbsd32_long/ in various places. call netbsd32_fcntl, not sys_fcntl.mrg
2001-02-05make sunos32_sys_stime() & sunos32_sys_sigvec() work.mrg
2001-02-04we don't #include ../sunos/sunos_ioctl.c anymore...sighmrg
2001-02-04clean up sunos32_sys_mmap(), modelling it more like netbsd32_mmap()mrg
2001-02-04regenmrg
2001-02-04s/long/netbsd32_long/ in sunos32_sys_mmap(). noted by chuq.mrg
2001-02-02implement stat & fstat properly.mrg
2001-02-02generate.mrg
2001-02-02initial support for sunos binaries running on a 64 bit sparc64 kernel.mrg