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
/
linux_commons.c
Age
Commit message (
Expand
)
Author
2021-10-12
fix various typos, mainly in comments.
andvar
2020-05-03
Always clear FUTEX_PRIVATE_FLAG for Linux processes. NetBSD-native futexes
thorpej
2011-05-31
Fix path for fadvise64 files.
njoly
2011-05-30
Add fadvise64 and fadvise64_64 syscalls to compat_linux and compat_linux32.
alnsn
2010-07-07
many changes for COMPAT_LINUX:
chs
2010-03-02
Nuke fs_lfs.h included for unknown reasons (if there was a reason
pooka
2008-11-19
Make the emulations, exec formats, coredump, NFS, and the NFS server
ad
2008-02-02
Extract the fcntl64() suppoort from linux_file64.c into linux_fcntl64.c
dsl
2008-01-15
compat linux (and linux32) uid16 functions cleanup and fixes.
njoly
2007-08-15
Changes to make ktrace LKM friendly and reduce ifdef KTRACE. Proposed
ad
2007-02-09
Merge newlock2 to head.
ad
2003-01-18
Merge the nathanw_sa branch.
thorpej
2002-02-17
linux_sys_break() is marked OBSOL, so don't include it.
bjh21
2002-01-14
Crude first cut at ARMLinux binary compatibility. Successfully runs
bjh21