summaryrefslogtreecommitdiff
path: root/sys/netsmb
AgeCommit message (Expand)Author
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
2003-04-08fix pasto in smb_rq_setcallback(), mistakely used SMBRQ_SLOCK() insteadjdolecek
2003-04-08FILE_USE()/FILE_UNUSE() file entry returned from fd_getfile() properlyjdolecek
2003-04-08fix simplelock acquire/release in smb_co_rele()jdolecek
2003-04-07use pools instead of malloc(9) for allocation of smb request structuresjdolecek
2003-04-07add support for asynchronous execution of SMB requests:jdolecek
2003-04-07add bunch of NT DIRECTORY CHANGE NOTIFY and NT CREATE AND X related constantsjdolecek
2003-04-05add SMB_CAPS() macro, which returns session capabilitiesjdolecek
2003-04-05smb_iod_addrq(): change vc_maxmux check to #ifdef DIAGNOSTIC panicjdolecek