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
/
netsmb
Age
Commit message (
Expand
)
Author
2009-10-18
Fix cut & paste error spotted by Nicolas Joly.
tron
2009-10-18
Fix detection of SMB capabilities according to the CIFS spec:
tron
2009-09-21
Do not call smb_rqpool_fini() on device close. Otherwise, we'll crash
njoly
2009-09-12
Convert POOL_INITs to proper cons/destructors.
pooka
2009-09-04
add comment to previous stating periodic wakeups can be nuked
pooka
2009-09-04
defensive programming: wake up iod thread once a second "just in case"
pooka
2009-09-04
Send data for as long as there is new data available. Otherwise
pooka
2009-09-04
Grr. One last thing from the upcall-direction patch which I failed to
tls
2009-09-03
Install smb headers relevant for userspace and make mount_smbfs
pooka
2009-09-01
fix tybo
pooka
2009-07-06
Do initialise the callout when fetching a new request structure from
njoly
2009-07-01
Do not call callout_stop() unless the structure was previoulsy
njoly
2009-04-18
Remove extra whitespace added by a stupid tool.
tsutsui
2009-03-29
Move the internal poll/select related API's to use timespec instead
christos
2009-03-18
bcopy -> memcpy
cegger
2009-03-18
bzero -> memset
cegger
2009-03-18
bcmp -> memcmp
cegger
2009-01-21
restore the pre socket locking patch signal behaviour.
yamt
2008-12-19
use M_ZERO on malloc() and remove subsequent bzero().
cegger
2008-12-17
kill MALLOC and FREE macros.
cegger
2008-08-06
Convert socket options code to use a sockopt structure
plunky
2008-06-24
Make it compile.
ad
2008-06-24
Remove gcc variadic macros with comma elimination.
gmcgarry
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-04-24
Merge proc::p_mutex and proc::p_smutex into a single adaptive mutex, since
ad
2008-04-24
Merge the socket locking patch:
ad
2008-03-22
Commit the "per-CPU" select patch. This is the result of much work and
ad
2008-03-21
Catch up with descriptor handling changes. See kern_descrip.c revision
ad
2008-03-05
selclear() while exiting netsmb's custom copy of select(). PR kern/38123.
ad
2008-03-01
Welcome to 4.99.55:
rmind
2008-01-30
Replace crufty use of lockmgr.
ad
2008-01-02
Merge vmlocking2 to head.
ad
2007-07-10
Don't exit an unheld mutex.
ad
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-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2007-02-17
Change the process/lwp flags seen by userland via sysctl back to the
pavel
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-03
add missing initializer
christos
2006-09-03
add missing initializer
christos
2006-08-17
Fix all the -D*DEBUG* code that it was rotting away and did not even compile.
christos
2006-07-23
Use the LWP cached credentials where sane.
ad
2006-06-15
Correct timeout computation. Fixes kern/33740.
mlelstv
2006-06-07
merge FreeBSD timecounters from branch simonb-timecounters
kardel
2006-05-14
integrate kauth.
elad
2006-05-10
quell GCC 4.1 uninitialised variable warnings.
mrg
2006-04-12
Coverity CID 609: Kill dead code! BANG!
christos
2006-04-12
Coverity CID 992: Avoid NULL deref.
christos
[next]