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
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
2006-03-01
merge yamt-uio_vmspace branch.
yamt
2005-12-24
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
perry
2005-12-11
merge ktrace-lwp.
christos
2005-12-11
These headers are used by mount_smb.
christos
2005-12-11
Multiple inclusion protection, as suggested by christos@ on tech-kern@
elad
2005-06-28
PR/30303: Dave Huang: It is ok to unlock an unlocked file.
christos
2005-05-29
sprinkle const, remove casts.
christos
2005-05-29
Fix reversed arguments. Found by -Wcast-qual and removing stupid casts.
christos
2005-05-08
Panic strings should not end with \n.
christos
2005-02-26
nuke trailing whitespace
perry
2004-09-17
There's no need to pass a proc value when using UIO_SYSSPACE with
skrll
2004-06-24
fix some questionable pointer casts; gcc-3.4.x didn't
drochner
2004-05-28
remove debugging printf(), seems like mistakenly commited
itojun
2004-05-22
Eliminate several uses of `curproc' from the socket-layer code and from NFS.
jonathan
2004-04-25
Initialise (most) pools from a link set instead of explicit calls
simonb
2004-04-21
kill some strcpy
itojun
2004-03-22
align Extended file attributes defines
jdolecek
2004-03-21
follow FreeBSD and replace code using the try/catch paradigm
jdolecek
2004-02-24
parameter with two es. From Peter Postma.
wiz
2004-02-24
occured -> occurred. From Peter Postma.
wiz
2004-02-17
fix NT_OPEN_EXISTING to be really just 'open' and not include the 'create' bit
jdolecek
2003-10-30
Remove some assigned-to but otherwise unused variables.
simonb
2003-09-27
map ERRSRV:ERRbaduid to EAUTH
jdolecek
2003-07-03
"(u_short > 0xffff)" is never true, as gcc3 found out
drochner
2003-06-29
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
fvdl
2003-06-29
fix lwp lossage
itojun
2003-06-29
Fix small merge botch in previous.
martin
2003-06-29
struct proc -> struct lwp
martin
2003-06-28
Pass lwp pointers throughtout the kernel, as required, so that the lwpid can
darrenr
2003-06-02
Make it compile with DEBUG but no DIAGNOSTIC.
martin
2003-05-16
need dstlen to make it safe
itojun
2003-04-08
add a comment on SMB packet PID purpose to smb_rq_new()
jdolecek
[next]