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
/
miscfs
/
fifofs
Age
Commit message (
Expand
)
Author
2014-02-07
Change vnode operation lookup to return the resulting vnode *vpp unlocked.
hannken
2013-04-08
Remove some set but unused variables
skrll
2011-12-21
only set CANTRCVMORE if no error.
christos
2011-12-20
- Eliminate so_nbio and turn it into a bit SS_NBIO in so_state.
christos
2011-08-31
NULL does not need a cast
plunky
2010-06-24
Clean up vnode lock operations pass 2:
hannken
2010-03-29
Stop exposing fifofs internals and leave only fifo_vnodeop_p visible.
pooka
2010-03-27
Access fifoinfo only when it's non-NULL.
pooka
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-04-24
Fix locking in the fifo kqueue routines.
ad
2008-04-24
Merge the socket locking patch:
ad
2008-03-21
Catch up with descriptor handling changes. See kern_descrip.c revision
ad
2008-02-11
sprinkle KERNEL_LOCK for socket.
yamt
2008-02-06
Don't lock the socket to set/clear FNONBLOCK. Just set it atomically.
ad
2008-01-25
Remove VOP_LEASE. Discussed on tech-kern.
ad
2007-12-05
Do not "return 1" from kqfilter for errors. That value is passed
pooka
2007-11-26
Remove the "struct lwp *" argument from all VFS and VOP interfaces.
pooka
2006-11-16
__unused removal on arguments; approved by core.
christos
2006-10-12
- sprinkle __unused on function decls.
christos
2006-05-14
integrate kauth.
elad
2005-12-11
merge ktrace-lwp.
christos
2005-11-02
merge yamt-vop branch. remove following VOPs.
yamt
2005-08-30
Remove __P()
xtraeme
2005-02-26
nuke trailing whitespace
perry
2004-07-17
Clean up reader/writer counts for the revoke case in fifo_close().
mycroft
2004-06-16
Change fifo_{un,}lock and fifo_islocked to use the "real" lock
wrstuden
2004-05-22
Eliminate several uses of `curproc' from the socket-layer code and from NFS.
jonathan
2004-05-12
caddr_t -> void * and removal of some more casts.
jrf
2004-04-29
Removed remaining caddr_t casts we do not need in miscfs. Recompiled
jrf
2004-03-06
Handle the case of fifo_close() getting called from vclean(). In that
wrstuden
2003-11-29
Restore a change that made AF_LOCAL sockets block on connect(2) until
matt
2003-11-29
Revert a change that altered the semantics of AF_LOCAL sockets. Sadly
perry
2003-09-03
Change the behavor of AF_LOCAL connect() to sleep until the server has
matt
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-06-29
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
fvdl
2003-06-28
Pass lwp pointers throughtout the kernel, as required, so that the lwpid can
darrenr
2003-03-17
Fix a race condition where a writer could already have closed the fifo
martin
2003-03-02
use different wmesg for the reader and the writer
jdolecek
2002-11-26
si_ -> sel_
christos
2002-10-23
merge kqueue branch into -current
jdolecek
2002-08-26
Fix a signed/unsigned comparison warning from GCC 3.3.
thorpej
2002-07-27
we can't use the vnode's v_usecount to track how many times the vnode
chs
2001-12-06
add a VOP_PUTPAGES method for all the filesystems that don't have pages,
chs
2001-11-10
add RCSIDs
lukem
2001-09-22
Add fifo_putpages() placebo so that the vnode's uobj is unlocked.
sommerfeld
2001-02-27
convert to ansi knf
lukem
2001-01-22
make filesystem vnodeop, specop, fifoop and vnodeopv_* arrays const
jdolecek
2000-03-30
Register, begone!
augustss
1998-10-31
Use the so_send and so_receive funcptrs in the socket instead of calling
matt
1998-08-13
Per POSIX, fail with EINVAL if advisory locking is attempted on a file type
kleink
[next]