summaryrefslogtreecommitdiff
path: root/sys/compat/linux/arch/alpha/syscalls.master
AgeCommit message (Expand)Author
2001-09-08Removed a hack to make PowerPC mmap work. This could have side effects onmanu
2001-07-04modify to use linux_* wrappers for syscalls passing/fetching sockaddrjdolecek
2001-05-30use _KERNEL_OPT.mrg
2001-03-30Add new syscalls from Linux 2.4.3 to the lists. Not implemented ATM.jdolecek
2001-03-30Implement linux_sys_nosys() and use it instead of sys_nosys() forjdolecek
2000-12-29Don't pass through link(2) directly, as we need to do altpath checks.fvdl
2000-12-21Make an Alpha kernel with COMPAT_LINUX compile again.thorpej
2000-12-14add sysinfo()jdolecek
2000-12-11getuid -> getuid_with_euidmycroft
2000-12-11getpid -> getpid_with_ppidmycroft
2000-12-09add more unimplemented syscalls to listjdolecek
2000-12-09Add the %% separators.mycroft
2000-12-02add emulation of linux swapoff(2)jdolecek
2000-12-01replace compat_09_sys_setdomainname() with linux_sys_setdomainname(),jdolecek
2000-11-17Make the linux compatibilty code work on the alpha. (horay!) (at last!)erh
2000-11-08Update the names of some unimplemented syscalls to match what linux calls the...erh
2000-11-01support mlockall(), munlockall() - they are same as respective NetBSD syscallsjdolecek
2000-03-20sys_clone isn't MD on linux.erh
2000-03-18Fix the msgrcv prototype.erh
2000-03-18Use the new linux_sys_reboot and linux_sys_connect.erh
2000-03-18resync NOARGS lines with their definitions in kern/syscalls.master. resync S...erh
1999-12-16Add ptrace(2).tron
1999-12-05Fix incorrect system call number.tron
1999-12-05Add proper stub code to make emulation of Linux's pread(2) and pwrite(2)tron
1999-10-04Add emulation for scheduler related syscalls. Although they are dummiestron
1999-05-14Emulate the Linux vfork(2) (which is like OSF/1 vfork(2) and NetBSD'sthorpej
1999-05-13Emulate the Linux clone(2) system call.thorpej
1999-03-30Add poll() emulation.tron
1999-03-27Add emulation for Linux "getcwd" syscall.tron
1999-03-23Add support for emulating the Linux pread(2) and pwrite(2) system calls;thorpej
1998-12-10defopt COMPAT_43christos
1998-12-08Add mmap header.erh
1998-10-19Defopt SYSVMSG, SYSVSEM and SYSVSHM.tron
1998-10-07Change sys_mmap to NOARGS. (args defined in linux_sys_mmap.h). Typo: siginfo...erh
1998-10-03Attempt to fix the mess.christos
1998-09-30Initial support for linux compat on the alpha. Not quite working.erh