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