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
/
common
/
linux_file.c
Age
Commit message (
Expand
)
Author
2022-08-03
Pull up following revision(s), all via patch
martin
2019-06-18
Drop unused retval pointer from do_sys_mknod{,at}()
kamil
2015-03-01
Add Linux specific fcntl(2) commands. Support F_DUPFD_CLOEXEC.
njoly
2014-11-09
Do not uselessly include <sys/malloc.h>.
maxv
2014-06-25
Add support for more open flags that have a native equivalent
njoly
2014-06-01
Cleanup pipe(2) flags, now that native handle them.
njoly
2014-05-18
Simplify dup3 emulation to call dodup() directly instead of
njoly
2014-05-06
linux_off_t -> off_t in pwrite() syscall args comment.
njoly
2014-05-04
Fix pread/pwrite syscalls which need a 64bit offset argument.
njoly
2013-12-08
Sprinkle a few more linux_umode_t where appropriate.
njoly
2013-12-08
Add missing syscall argument fd in comment.
njoly
2013-11-18
implement the *at() syscalls.
chs
2013-09-24
Add utimensat(2) for compat linux.
njoly
2011-10-14
Change the vnode locking protocol of VOP_GETATTR() to request at least
hannken
2011-04-14
move dup3 to a more appropriate place because pipe is "special". Gotta love
christos
2011-04-10
We have O_CLOEXEC now
christos
2010-11-19
Introduce struct pathbuf. This is an abstraction to hold a pathname
dholland
2010-09-21
implement O_DIRECTORY as standardized in POSIX-2008,
chs
2010-07-01
Remove pfind() and pgfind(), fix locking in various broken uses of these.
rmind
2009-08-09
Add enum uio_seg argument to do_sys_mknod and do_sys_mkdir so these functions
haad
2009-01-11
merge christos-time_t
christos
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-04-24
Network protocol interrupts can now block on locks, so merge the globals
ad
2008-04-23
- Use cdev_tty().
ad
2008-03-21
Catch up with descriptor handling changes. See kern_descrip.c revision
ad
2008-02-02
Fix the linux32 emulations of fcntl() locking.
dsl
2008-01-15
compat linux (and linux32) uid16 functions cleanup and fixes.
njoly
2007-12-20
Convert all the system call entry points from:
dsl
2007-12-08
Remove cn_lwp from struct componentname. curlwp should be used
pooka
2007-12-08
ANSIfy most of the function definitions in sys/compat (but not ndis).
dsl
2007-12-04
Remove all the __P
dsl
2007-11-26
Remove the "struct lwp *" argument from all VFS and VOP interfaces.
pooka
2007-11-16
Cleanup. Remove a few linux syscalls definitions, now identical to
njoly
2007-10-19
Add compat_linux and exec_linux_elf lkm support for amd64:
njoly
2007-05-12
Split the fcntl locking code out from its copyin/out.
dsl
2007-04-22
Change the way that emulations locate files within the emulation root to
dsl
2007-03-10
Update all the compat stuff to not use the 'stackgap' for processing
dsl
2007-03-09
- Make the proclist_lock a mutex. The write:read ratio is unfavourable,
ad
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2007-02-17
Acquire proclist_lock across the calls to p_find() and pg_find().
dsl
2007-02-09
Merge newlock2 to head.
ad
2006-11-16
__unused removal on arguments; approved by core.
christos
2006-10-12
- sprinkle __unused on function decls.
christos
2006-09-25
Replace homegrown tests for FIFO (... & S_IFIFO) by S_ISFIFO. The old code
pavel
2006-07-23
Use the LWP cached credentials where sane.
ad
2006-05-14
integrate kauth.
elad
2005-12-11
merge ktrace-lwp.
christos
2005-08-19
64 bit inode changes.
christos
2005-05-29
- sprinkle const.
christos
2005-05-16
Add *xattr functions (they all return EOPNOTSUPP).
fvdl
[next]