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
/
dev
/
dmover
Age
Commit message (
Expand
)
Author
2019-02-10
Introduce PR_ZERO to avoid open-coding memset()s everywhere. OK riastradh@.
christos
2017-11-30
add fo_name so we can identify the fileops in a simple way.
christos
2017-10-28
Add some #includes to make a few more header files compile.
riastradh
2017-01-07
kill alloca in favor of ssp
christos
2015-08-20
include "ioconf.h" to get the 'void <driver>attach(int count);' prototype.
christos
2014-07-25
Add d_discard to all struct cdevsw instances I could find.
dholland
2014-03-16
Change (mostly mechanically) every cdevsw/bdevsw I can find to use
dholland
2013-07-25
Clear struct stat correctly. Fixes PR#46373.
msaitoh
2011-05-14
Convert remaining simplelock usage in dmover(4) to a RUN_ONCE(9).
jakllsch
2011-05-14
Convert simplelock to mutex in this portion of dmover(4).
jakllsch
2011-05-14
Modernize simple_lock() and ltsleep() usage in dmover(4).
jakllsch
2010-11-13
dmover(4) really uses uvm(9). (Wasn't revealed by i386/ALL...)
uebayasi
2010-11-13
Don't pull in the whole uvm(9) API to access only PAGE_SIZE and
uebayasi
2009-12-20
If a multithreaded app closes an fd while another thread is blocked in
dsl
2009-12-09
Rename fo_drain() to fo_abort(), 'drain' is used to mean 'wait for output
dsl
2009-05-01
compile again.
nonaka
2009-04-11
Fix locking as Andy explained. Also fill in uid and gid like sys_pipe did.
christos
2009-04-11
Fix PR/37878 and PR/37550: Provide stat(2) for all devices and don't use
christos
2009-04-04
Add fileops::fo_drain(), to be called from fd_close() when there is more
ad
2008-03-26
Update dmover fileops to compile again. From he@.
ad
2008-03-01
Welcome to 4.99.55:
rmind
2008-01-05
Add #include <sys/simplelock.h>
matt
2008-01-04
Start detangling lock.h from intr.h. This is likely to cause short term
ad
2007-12-05
Match the docs: MUTEX_DRIVER/SPIN are now only for porting code written
ad
2007-11-12
Ensure that the 'pc' local variable is initialized, so that this builds again.
he
2007-11-08
pesky missing semicolons.
dogcow
2007-11-07
- Make it compile again.
ad
2007-11-07
Merge from vmlocking:
ad
2007-10-08
Use the softint API.
ad
2007-09-25
Use selinit() / seldestroy().
ad
2007-07-12
Implementation of per-CPU work-queues support for workqueue(9) interface.
rmind
2007-07-12
Make a minimal adaption to the new kthread_create() signature
he
2007-07-09
Merge some of the less invasive changes from the vmlocking branch:
ad
2007-03-12
Pass an ipl argument to pool_init/POOL_INIT to be used when initializing
ad
2007-03-12
Pass an ipl argument to pool_init/POOL_INIT to be used when initializing
ad
2007-01-13
Complete initializers so those files compile.
cube
2006-12-21
merge yamt-splraiseipl branch.
yamt
2006-07-28
Correct first arg to falloc().
ad
2006-05-14
integrate kauth.
elad
2006-03-01
merge yamt-uio_vmspace branch.
yamt
2006-01-17
dmoverioopen: add a missing simple_lock_init().
yamt
2005-12-24
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
perry
2005-12-11
merge ktrace-lwp.
christos
2005-02-27
nuke trailing whitespace
perry
2005-02-12
pass the flag to fdclone.
christos
2004-12-05
Correct a typo: it's fnullop_kqfilter and not fnullop_kqueue.
he
2004-11-30
Cloning cleanup:
christos
2004-11-28
Fix the fcntl entry points; cmd is a command, not the flags themselves.
thorpej
2003-11-07
Go ahead and define xor function names up to xor16.
briggs
2003-11-07
Fix another used-before-initialized bug that gcc uncovered.
briggs
[next]