summaryrefslogtreecommitdiff
path: root/sys/compat/osf1
AgeCommit message (Expand)Author
2001-11-13add RCSIDs (including regeneration of files as appropriate)lukem
2001-09-23pull <sys/exec.h> to get setregs prototype.jdolecek
2001-09-18Make the setregs hook emulation-specific, rather than executablejdolecek
2001-09-17remove superfluous cpu_exec_ecoff_setregs() prototypejdolecek
2001-07-29Adjust to the new copyargs() footprint.christos
2001-07-18bzero -> memsetthorpej
2001-06-28Regen; new syscalls.simonb
2001-06-28Add some (unimplemented) syscalls from Tru64 Unix 5.1a.simonb
2001-06-28regen after adding COMPAT_OSF1 getitimer(2).dmcmahill
2001-06-28add COMPAT_OSF1 getitimer(2). Patch submitted by Kevin Schoedeldmcmahill
2001-06-23regen after adding flock.dmcmahill
2001-06-23Add entry for flock() syscall.dmcmahill
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-04Note that negative system call numbers no longer appear negative innathanw
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-04-26o IEEE 754 floating-point completion code.ross
2001-04-09Change the first arg to fileops fo_stat routine to struct file *, adjustjdolecek
2001-04-09also use fops fo_stat for osf1_sys_fstat2()jdolecek
2001-04-09Call file descriptor stat function via (*fp->f_ops->fo_stat) insteadjdolecek
2001-04-08Fix soo_stat() calls for the new parameter, even if the direct call isross
2001-04-04new syscallsross
2001-04-04prototypes and commentsross
2001-01-27Regen; add sy_flags.thorpej
2000-12-13Do the md_syscall, __HAVE_MINIMAL_EMUL and __HAVE_SYSCALL_INTERN thangs.mycroft
2000-12-13Regen.mycroft
2000-12-13Round up sysent[] table size.mycroft
2000-12-11Introduce 2 new flags in types.h:mycroft
2000-12-09always fill in e_syscall in respective emul_*; if the emulation doesn'tjdolecek
2000-12-09Regen.mycroft
2000-12-09Get rid of the damn EMUL_GET* flags.mycroft
2000-12-09Regen.mycroft
2000-12-09Add the %% separators.mycroft
2000-12-08put the ecoff specific code from osf1_exec.c to osf1_exec_ecoff.cjdolecek
2000-12-01make LKM safejdolecek
2000-12-01emul_osf1: add flags EMUL_GETPID_PASS_PPID|EMUL_GETID_PASS_EIDjdolecek
2000-12-01provide extern const struct emul emul_osf1jdolecek
2000-12-01add e_path (emulation path) to struct emul, which replaces emulation-specificjdolecek
2000-11-30LKMifyjdolecek
2000-11-29LKMifyjdolecek
2000-11-22Update for change of name of FPU synch routine.thorpej
2000-11-22more COMPAT_OSF1 fix (exec_conf.c conversion?)itojun
2000-11-22make COMPAT_OSF1 to compile. not tested (could someone review?).itojun
2000-11-21restructure struct emul and execsw, in preparation to make emulations LKMable:jdolecek
2000-11-17Make this compile again.thorpej
2000-11-17Don't need to extern ncpus - <sys/systm.h> has this.simonb
2000-11-17Regen.erh