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
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
2003-04-08
fix pasto in smb_rq_setcallback(), mistakely used SMBRQ_SLOCK() instead
jdolecek
2003-04-08
FILE_USE()/FILE_UNUSE() file entry returned from fd_getfile() properly
jdolecek
2003-04-08
fix simplelock acquire/release in smb_co_rele()
jdolecek
2003-04-07
use pools instead of malloc(9) for allocation of smb request structures
jdolecek
2003-04-07
add support for asynchronous execution of SMB requests:
jdolecek
2003-04-07
add bunch of NT DIRECTORY CHANGE NOTIFY and NT CREATE AND X related constants
jdolecek
2003-04-05
add SMB_CAPS() macro, which returns session capabilities
jdolecek
2003-04-05
smb_iod_addrq(): change vc_maxmux check to #ifdef DIAGNOSTIC panic
jdolecek
[next]