summaryrefslogtreecommitdiff
path: root/sys/compat/pecoff/syscalls.master
AgeCommit message (Collapse)Author
2007-11-10Remove the pecoff system table defines, they aren't needed since thedsl
emulation uses a user-space library and normal netbsd calls.
2007-11-09Add arguments to sys_syscall and sys___syscall.dsl
Use MI wrappers for them in netbsd32. Change prefix for constants from netbsd32 to NETBSD32 (used in #defines etc).
2007-07-14Change calls from sys_mount() to compat_40_sys_mount()dsl
2007-04-23Having removed all the CHECK_ALT_XXX() none of these syscall functionsdsl
do anything except call a standard function. Nuke them all.
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-09Merge newlock2 to head.ad
2006-09-01Don't conditionalize *sys_ptrace. The lack of sys_ptrace will be dealtmatt
with differently.
2006-08-31Update for options PTRACE.oki
2006-07-31Step 1 to make filehandles completely opaque to userlandmartin
2006-07-13Adapt to getfh versioningmartin
2006-06-29after sys_socket() versioning, add the new socket syscall.pavel
2006-06-29Add the new ntp_gettime syscall to match native syscalls.master.pavel
2006-06-26version the socket(2) syscall. for compat30 socket, we usemrg
EPROTONOSUPPORT instead of EAFNOSUPPORT. from pavel@ with a little bit of clean up from myself. XXX: netbsd32 (and perhaps other emulations) should be able XXX: to call the standard socket calls for this i think, but XXX: revisit this at another time.
2006-05-29Remove emulation of ntp_gettime. In preparation for "timecounters" wedrochner
will change "struct ntptimeval", so some translation would be necessary. ntp_gettine is considered dispensable, the only userland program known to use it is "ntptime".
2006-05-04fhstat needs to be versioned too (for ino_t). Pointed out by Izumi Tsutsuichristos
2006-02-26follow recent changes in sys/kern/syscalls.masterkent
2005-11-17need the non-compat version of shm.h too.christos
2005-11-10add the new compat header.christos
2005-10-20Conditionalize the sigreturn syscall inclusion; from Patrick Welchechristos
2005-08-1964 bit inode changes.christos
2004-05-08add fsync_range, uuidgen, getvfsstat, statvfs1, fstatvfs1, and fhstatvfs1.kent
2004-04-21Replace the statfs() family of system calls with statvfs().christos
Retain binary compatibility.
2004-03-26all ports define __HAVE_SIGINFO now, so remove the CPP conditionalsdrochner
2003-09-23catch up with sys___sigaction14 compat_16 renamecl
2003-09-12catch up with sigreturn changeschristos
2003-04-08Added missing syscalls from native syscalls.master.oki
2003-01-18Merge the nathanw_sa branch.thorpej
2002-07-07PECOFF version of stat13 and lstat13 couldn't look foroki
alternative path at first. Fixed it.
2002-05-03Use #if defined(_LP64) to determine if we're generating 64-bit binaries,eeh
not #if defined(alpha).
2002-03-29Exclude all compat syscalls.kent
2002-03-18Use /emul/pecoff as prefix to run PE/COFF binaries.oki