summaryrefslogtreecommitdiff
path: root/sys/compat/osf1/syscalls.master
AgeCommit message (Expand)Author
2003-01-18Merge the nathanw_sa branch.thorpej
2001-06-28Add some (unimplemented) syscalls from Tru64 Unix 5.1a.simonb
2001-06-28add COMPAT_OSF1 getitimer(2). Patch submitted by Kevin Schoedeldmcmahill
2001-06-23Add entry for flock() syscall.dmcmahill
2001-05-30use _KERNEL_OPT.mrg
2001-04-04prototypes and commentsross
2000-12-09Get rid of the damn EMUL_GET* flags.mycroft
2000-12-09Add the %% separators.mycroft
2000-11-30LKMifyjdolecek
2000-11-17Port FreeBSD's osf1_sys_getsysinfo() and fill in setsysinfo. These areerh
1999-05-10start at (new) sendmsg and recvmsg. right now, the former doesn'tcgd
1999-05-10old accept -> compat_43_sys_acceptcgd
1999-05-10listen is the same as nativecgd
1999-05-10plink, plink.... socketpair!cgd
1999-05-04stub classcntl(). for now, it returns ENOSYS. (a stub for classcntl()cgd
1999-05-04emulate shm*(), but only so far as to return ENOSYS for now (untilcgd
1999-05-04pathconf/fpathconfcgd
1999-04-30emulate wait4, clean up sigreturn args, emulate {get,set}domainnamecgd
1999-04-29need to emulate setitimer and sysinfocgd
1999-04-29Add entry for set_program_attributes().thorpej
1999-04-29emulate access() and mprotect(), hook into COMPAT_43 get{peer,sock}namecgd
1999-04-28more timeval-related lossage. fixed some fns, added settimeofday & utimescgd
1999-04-28emulate select(), to get the timeval right.cgd
1999-04-28can't use system gettimeofday, and need to implement unamecgd
1999-04-27fix madvise argscgd
1999-04-27fix getrusage argscgd
1999-04-23const poisoning for strings, and minor cleanupcgd
1999-02-09const poisoning.christos
1998-12-10Defopt COMPAT_43christos
1998-07-01Add a bunch more system calls from Digital UNIX 4.0D.thorpej
1998-05-20make this compile again.chs
1998-02-19Change a comment to reflect new makesyscalls.sh behavior.thorpej
1998-02-14* Use sys___posix_{chown,fchown}() instead of sys_{chown,fchown}().kleink
1998-02-14We now have a native getsid(2), so there's no need to implement it here;thorpej
1997-06-27Use sys_posix_rename() instead of sys_rename() as it's the behaviour of thekleink
1996-09-07Modify poll(2) prototype.mycroft
1996-09-07Implement poll(2).mycroft
1996-09-03Define execv() and execve() consistently across emulations.mycroft
1995-10-07Prefix names of system call implementation functions with `sys_'.mycroft
1995-02-13Initial support for DEC OSF/1 AXP binaries. May be applicable to other OSF/1cgd