summaryrefslogtreecommitdiff
path: root/sys/netsmb
AgeCommit message (Expand)Author
2007-07-10Don't exit an unheld mutex.ad
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-03-12Pass an ipl argument to pool_init/POOL_INIT to be used when initializingad
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-17Change the process/lwp flags seen by userland via sysctl back to thepavel
2007-02-09Merge 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-03add missing initializerchristos
2006-09-03add missing initializerchristos
2006-08-17Fix all the -D*DEBUG* code that it was rotting away and did not even compile.christos
2006-07-23Use the LWP cached credentials where sane.ad
2006-06-15Correct timeout computation. Fixes kern/33740.mlelstv
2006-06-07merge FreeBSD timecounters from branch simonb-timecounterskardel
2006-05-14integrate kauth.elad
2006-05-10quell GCC 4.1 uninitialised variable warnings.mrg
2006-04-12Coverity CID 609: Kill dead code! BANG!christos
2006-04-12Coverity CID 992: Avoid NULL deref.christos
2006-03-01merge yamt-uio_vmspace branch.yamt
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-11merge ktrace-lwp.christos
2005-12-11These headers are used by mount_smb.christos
2005-12-11Multiple inclusion protection, as suggested by christos@ on tech-kern@elad
2005-06-28PR/30303: Dave Huang: It is ok to unlock an unlocked file.christos
2005-05-29sprinkle const, remove casts.christos
2005-05-29Fix reversed arguments. Found by -Wcast-qual and removing stupid casts.christos
2005-05-08Panic strings should not end with \n.christos
2005-02-26nuke trailing whitespaceperry
2004-09-17There's no need to pass a proc value when using UIO_SYSSPACE withskrll
2004-06-24fix some questionable pointer casts; gcc-3.4.x didn'tdrochner
2004-05-28remove debugging printf(), seems like mistakenly commiteditojun
2004-05-22Eliminate several uses of `curproc' from the socket-layer code and from NFS.jonathan
2004-04-25Initialise (most) pools from a link set instead of explicit callssimonb
2004-04-21kill some strcpyitojun
2004-03-22align Extended file attributes definesjdolecek
2004-03-21follow FreeBSD and replace code using the try/catch paradigmjdolecek
2004-02-24parameter with two es. From Peter Postma.wiz
2004-02-24occured -> occurred. From Peter Postma.wiz
2004-02-17fix NT_OPEN_EXISTING to be really just 'open' and not include the 'create' bitjdolecek
2003-10-30Remove some assigned-to but otherwise unused variables.simonb
2003-09-27map ERRSRV:ERRbaduid to EAUTHjdolecek
2003-07-03"(u_short > 0xffff)" is never true, as gcc3 found outdrochner
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-29fix lwp lossageitojun
2003-06-29Fix small merge botch in previous.martin
2003-06-29struct proc -> struct lwpmartin
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-06-02Make it compile with DEBUG but no DIAGNOSTIC.martin
2003-05-16need dstlen to make it safeitojun
2003-04-08add a comment on SMB packet PID purpose to smb_rq_new()jdolecek