AMD64 - Refactor uio_resid and size_t assumptions.
[dragonfly.git] / sys / netproto / smb / smb_trantcp.c
2009-08-19 Matthew DillonAMD64 - Refactor uio_resid and size_t assumptions.
2009-04-07 Sascha WildnerReplace all casts of NULL to something with NULL.
2008-01-05 Sascha WildnerFor kmalloc(), MALLOC() and contigmalloc(), use M_ZERO...
2007-05-18 Matthew DillonCleanup shutdown(2) usage and make it consistent. ...
2007-04-22 Matthew DillonGive the sockbuf structure its own header file and...
2007-04-20 Matthew DillonClean up the so_pru_soreceive() API a bit to make it...
2007-02-18 Simon Schubert1:1 Userland threading stage 2.14/4:
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-06-13 Matthew DillonAdd kernel syscall support for explicit blocking and...
2006-05-06 Matthew DillonThe thread/proc pointer argument in the VFS subsystem...
2005-12-08 Matthew DillonSB_NOINTR must be set for the socket to prevent nbssn_r...
2005-06-10 Matthew Dillonspl->critical section conversion.
2004-06-06 Matthew DillonRemove the canwait argument to dup_sockaddr(). Callers...
2004-06-02 Eirik NygaardChange mbug allocation flags from M_ to MB_ to avoid...
2004-03-05 Jeffrey HsuOnce we distribute socket protocol processing requests...
2004-03-04 Jeffrey HsuIntroduce access methods for making protocol requests.
2004-01-07 Matthew Dillontvtohz() was originally designed for tsleep() and timeo...
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-07-29 Hiten PandyaKernel Police:
2003-07-19 Matthew DillonRemove the priority part of the priority|flags argument...
2003-06-25 Matthew Dillonproc->thread stage 4: rework the VFS and DEVICE subsyst...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: