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
/
linux32
/
common
/
linux32_ioctl.c
Age
Commit message (
Expand
)
Author
2021-09-19
Add the timerfd syscalls to COMPAT_LINUX and COMPAT_LINUX32.
thorpej
2019-08-23
Put the printf under DEBUG_LINUX.
maxv
2009-08-18
add the video ioctls so that the 32 bit skype works with video
christos
2008-11-19
Make the emulations, exec formats, coredump, NFS, and the NFS server
ad
2008-06-19
an attempt at linux32_ioctl_socket().
christos
2008-01-22
Add ossaudio support for COMPAT_LINUX32, with help from mrg. With this
jmcneill
2007-12-20
Convert all the system call entry points from:
dsl
2007-12-08
ANSIfy most of the function definitions in sys/compat (but not ndis).
dsl
2007-03-18
Change all the NETBSD32PTR64(SCARG(uap, xxx))) to SCARG_P32(uap, xxx).
dsl
2007-03-16
remove all the double (and triple) casts used to convert 32bit userspace
dsl
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2006-09-13
Jumbo COMPAT_LINUX/COMPAT_LINUX32 bugfix, with the help of Nicolas Joly
manu
2006-08-25
Add support for socket ioctl.
manu
2006-02-15
- Move the BSD to Linux and Linux to BSD termio/termios conversion functions
manu
2006-02-09
Add initial (but unfinished) COMPAT_LINUX32 for amd64. This is good enough so
manu