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_termios.c
Age
Commit message (
Expand
)
Author
2021-11-26
The changes on compat/linux/common/linux_termios.c should also
ryo
2019-08-23
Add a default case, don't call sys_ioctl() with an uninitialized 'com'
maxv
2008-11-19
Make the emulations, exec formats, coredump, NFS, and the NFS server
ad
2008-07-04
make LINUX_TCSBRK work. The code is mostly copied from
matthias
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-03-22
fdputfile -> fd_putfile
bjs
2008-03-21
Catch up with descriptor handling changes. See kern_descrip.c revision
ad
2007-12-20
Convert all the system call entry points from:
dsl
2007-05-13
This code is already set for directly calling a files ioctl fn with a
dsl
2007-03-26
Sync with recent compat linux termios changes.
njoly
2007-03-19
Fix TIOCGPTN ioctl.
njoly
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-08-25
netbsd32_sys_ioctl was called with improper syscall argument structure, this
manu
2006-02-15
- Move the BSD to Linux and Linux to BSD termio/termios conversion functions
manu