If softupdates or some other entity re-dirties a buffer, make sure
[dragonfly.git] / sys / netproto /
2006-04-23 Matthew DillonFix an incorrect header length comparison for IPSEC...
2006-04-23 Matthew DillonRemove the now unused interlock argument to the lockmgr...
2006-04-23 Matthew DillonRemove all remaining support for LK_DRAIN lockmgr locks...
2006-04-23 Matthew DillonGet rid of LK_DRAIN, rely on nc_lwant to interlock...
2006-04-23 Matthew DillonGet rid of LK_DRAIN and LK_INTERLOCK interactions....
2006-04-23 Matthew DillonRun the lockmgr() call independant of the KASSERT(...
2006-04-12 Sascha WildnerMerge from vendor branch BINUTILS:
2006-03-29 Joerg SonnenbergerAdd missing callout_init.
2006-03-22 David RhodusAdd missing code needed for the detection of IPSec...
2006-03-22 Gregory Neil ShapiroMerge from vendor branch SENDMAIL:
2006-03-02 Matthew DillonPass LK_PCATCH instead of trying to store tsleep flags...
2006-02-13 Simon SchubertMerge from vendor branch OPENSSH:
2006-01-22 Sascha WildnerInitialize variable.
2006-01-14 Sascha Wildner* Remove (void) casts for discarded return values.
2006-01-11 Simon SchubertMerge from vendor branch GDB:
2005-12-08 Matthew DillonSB_NOINTR must be set for the socket to prevent nbssn_r...
2005-12-08 Matthew DillonClean up more spinlock conversion issues and fix relate...
2005-12-07 Simon SchubertMerge from vendor branch CVS:
2005-12-06 Matthew DillonThe new lockmgr() function requires spinlocks, not...
2005-12-03 Matthew DillonFix a bogus proc0 test that is no longer accurate....
2005-12-03 Simon SchubertMerge from vendor branch OPENSSL:
2005-12-03 Simon SchubertMerge from vendor branch CVS:
2005-11-30 Sepherosa Ziehauunbreak LINT building
2005-11-28 Matthew DillonMake all network interrupt service routines MPSAFE...
2005-11-25 Matthew DillonAssert that he mbuf type is correct rather then blindin...
2005-11-14 Matthew DillonMake tsleep/wakeup() MP SAFE for kernel threads and...
2005-11-13 Simon SchubertMerge from vendor branch LUKEMFTP:
2005-10-11 Simon Schubert1:1 Userland threading stage 2.8/4:
2005-10-01 Simon SchubertMerge from vendor branch GDB:
2005-09-11 Simon SchubertMerge from vendor branch GCC:
2005-09-11 Sascha WildnerRemove custom 'load' and 'unload' targets.
2005-09-09 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-09-06 Joerg SonnenbergerMerge from vendor branch OPENSSH:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch TEXINFO:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch TEXINFO:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch NCURSES:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GCC:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch CVS:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch BINUTILS:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch BIND:
2005-08-15 Matthew DillonConvert RANDOM_IP_ID into a sysctl.
2005-08-10 Joerg SonnenbergerMerge from vendor branch GCC:
2005-08-01 Joerg SonnenbergerMerge from vendor branch OPENPAM:
2005-07-21 Joerg SonnenbergerMerge from vendor branch ZLIB:
2005-07-14 Joerg SonnenbergerMerge from vendor branch OPENSSH:
2005-07-12 Simon SchubertMerge from vendor branch OPENSSH:
2005-07-11 Simon SchubertMerge from vendor branch OPENSSH:
2005-07-08 Joerg SonnenbergerMerge from vendor branch OPENPAM:
2005-07-07 Simon SchubertMerge from vendor branch OPENSSL:
2005-07-06 Joerg SonnenbergerMerge from vendor branch FILE:
2005-06-29 Simon SchubertMerge from vendor branch BZIP:
2005-06-22 Matthew DillonFile descriptor cleanup stage 2, remove the separate...
2005-06-19 Joerg SonnenbergerMerge from vendor branch GCC:
2005-06-17 Matthew DillonAbstract out the location of an m_tag's data by adding...
2005-06-13 Simon SchubertMerge from vendor branch CVS:
2005-06-10 Matthew Dillonspl->critical section conversion, plus remove some...
2005-06-10 Matthew Dillonspl->critical section conversion.
2005-06-10 Matthew Dillonspl->critical section conversion.
2005-06-09 Jeffrey HsuThe header type of a mbuf doesn't change when appended...
2005-06-08 Jeffrey HsuShould have allocated a mbuf packet header to begin...
2005-06-06 Gregory Neil ShapiroMerge from vendor branch SENDMAIL:
2005-06-05 Simon SchubertMerge from vendor branch GCC:
2005-06-03 Joerg SonnenbergerAdd a new macro IF_LLSOCKADDR which maps a ifnet pointe...
2005-06-03 Hiten PandyaCovert netproto/ipsec into using critical sections...
2005-06-02 Hiten PandyaCorrect typo in comment for vshiftl().
2005-06-02 Matthew DillonRemove spl*() calls from the netproto/atm driver, repla...
2005-06-02 Matthew DillonRemove spl*() calls from the atm code, replacing them...
2005-06-01 Joerg SonnenbergerMerge from vendor branch FILE:
2005-05-31 Joerg SonnenbergerRemove M_EXT_OLD, rename m_ext.ext_nref.new to m_ext...
2005-05-26 Jeffrey HsuFix typo with last commit.
2005-05-25 Jeffrey HsuRemove redundant assignment.
2005-05-24 Joerg SonnenbergerMerge from vendor branch GCC:
2005-05-24 Joerg SonnenbergerMerge from vendor branch GCC:
2005-05-11 Joerg SonnenbergerMerge from vendor branch GCC:
2005-05-03 Joerg SonnenbergerMerge from vendor branch LIBARCHIVE:
2005-05-03 Joerg SonnenbergerMerge from vendor branch BSDTAR:
2005-04-21 Jeroen Ruigrok/asmodaiMerge from vendor branch GPERF:
2005-04-21 Jeroen Ruigrok/asmodaiMerge from vendor branch CVS:
2005-04-19 Sascha WildnerFix a buildkernel warning by properly initializing...
2005-04-19 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-04-19 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-04-18 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-04-14 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-03-29 David RhodusMerge from vendor branch HEIMDAL:
2005-03-28 David RhodusMerge from vendor branch HEIMDAL:
2005-03-12 Eirik NygaardMerge from vendor branch NCURSES:
2005-03-08 Simon SchubertMerge from vendor branch CVS:
2005-03-04 Jeffrey HsuConvert the struct domain next pointer to an SLIST.
2005-03-02 Matthew DillonPHOLD is a throwback to FreeBSD that we don't actually...
2005-03-02 Eirik NygaardMerge from vendor branch NCURSES:
2005-03-02 Joerg SonnenbergerMerge from vendor branch GCC:
2005-02-28 Joerg SonnenbergerAdd some consts.
2005-02-25 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-02-18 Simon SchubertAdd support for building modules with configured kernel...
2005-02-17 Joerg SonnenbergerGCC supports two pseudo variables to get the function...
2005-02-15 Joerg SonnenbergerMake the second argument to ncp_conn_asssert a const...
next