summaryrefslogtreecommitdiff
path: root/sys/compat/darwin/syscalls.master
AgeCommit message (Expand)Author
2005-12-11merge ktrace-lwp.christos
2005-09-13compat code reorg.christos
2005-02-26nuke trailing whitespaceperry
2004-08-02Fix a build problem pointed out by wizmanu
2004-07-28Empty shell for Darwin audit APImanu
2004-07-28Added the utrace system callmanu
2004-07-21If struct sockaddr's sa_family must be transalted, then struct sockaddrmanu
2004-07-07no #ifdef __powerpc__ here.christos
2004-07-04MacOS X.3 introduces a new sigreturn for PowerPC, with a usercontextmanu
2003-12-31Added the getattrlist system call. That was annoying.manu
2003-12-16Darwin's sigprocmask is an hybrid between or modern sigprocmak (old setmanu
2003-12-04Add the kdebug_trace system call. It does nothing but dumping anything itmanu
2003-11-20Start to implement another strange feature: signals as Mach softwaremanu
2003-09-06Convert dev_t for mknodmanu
2003-09-06Correctly translate dev_t in stat/fstat/lstatmanu
2003-09-03Implement Darwin's FIODTYPE ioctl (get a file d_type)manu
2003-09-02correct translation for struct statfs in getfsstat, ststfs and fstatfsmanu
2003-06-05Search alternate /emul/* path for AF_LOCAL sockets at bind() time.manu
2003-04-20Fixed an ABI bug in lseek: NetBSD pads the syscallarg structure because ofmanu
2003-01-22regenchristos
2002-12-26Added the mysterious system call 331 (it does not seems to be in themanu
2002-12-24On Darwin, mach_init is the system bootstrap process. It is responsiblemanu
2002-12-08A working fork/vfork implementation. Darwin fork differs from our fork bymanu
2002-12-08Introduce BSD system calls with alternate patch checking (in /emul) inmanu
2002-11-25Added an empty shell for signal delivery. Now we just have to fill themanu
2002-11-23Add support for two Darwin sysctlmanu
2002-11-17Implement mach_sys_load_shared_file. This are not complete yet, especiallymanu
2002-11-16Change a syscal namemanu
2002-11-14Use FreeBSD emulation to get pathname lookups in /emul/darwin. These FreeBSDmanu
2002-11-12Darwin system calls skeletonmanu