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
/
arm
/
syscalls.master
Age
Commit message (
Expand
)
Author
2003-08-10
add Linux compat arg wrapper for ftruncate64(), and change linux compat
jdolecek
2003-06-28
Need to include linux_mmap.h to get size of struct linux_sys_mmap2_args.
he
2003-06-23
PR/21937: Todd Vierling: Proper support for mmap2
christos
2003-01-18
Merge the nathanw_sa branch.
thorpej
2002-05-12
hook in remaining 64bit fs syscalls
jdolecek
2002-04-10
add getdents64
christos
2002-03-22
nuke mmap2 add mprotect
christos
2002-02-17
getrlimit and setrlimit now have Linux-specific implementations. Use them.
bjh21
2002-02-15
- add a real linux_sys___sysctl because the mib numbers are different.
christos
2002-01-27
Add support for breakpoints to ARMLinux emulation.
bjh21
2002-01-27
Make syscall 0 an explicit call of linux_sys_nosys, as it is on i386. This
bjh21
2002-01-23
Syscall 0 isn't syscall() on ARMLinux. Mark it UNIMPL instead.
bjh21
2002-01-23
Add support for the ARM-specific syscalls in ARMLinux. These are invoked
bjh21
2002-01-15
Shuffle uname calls around. It turns out we don't use the same names as
bjh21
2002-01-14
Crude first cut at ARMLinux binary compatibility. Successfully runs
bjh21