kernel - fix sctp build (LINT)
[dragonfly.git] / sys / netinet / sctp_pcb.c
2010-01-16 Matthew Dillonkernel - fix sctp build (LINT)
2009-04-07 Sascha WildnerReplace all casts of NULL to something with NULL.
2009-03-27 Sascha WildnerFix a few typos.
2008-12-15 Michael Neumannsuser_* to priv_* conversion
2008-03-07 Sepherosa ZiehauParallelize ifnet.if_addrhead accessing by duplicating...
2008-01-06 Sascha WildnerRemove bogus checks after kmalloc(M_WAITOK) which never...
2007-04-22 Matthew DillonGive the sockbuf structure its own header file and...
2006-12-22 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-06-23 Eirik NygaardMake SCTP compile when IPSEC is enabled.
2006-06-13 Matthew DillonAdd kernel syscall support for explicit blocking and...
2006-01-14 Sascha Wildner* Remove (void) casts for discarded return values.
2005-07-15 Eirik NygaardCall suser() with the correct number of arguments.
2005-07-15 Eirik NygaardRemove forgotten debug printf.
2005-07-15 Eirik NygaardConvert spl* to critical sections.
2005-07-15 Eirik NygaardInitialize a few more timers.
2005-07-15 Eirik NygaardOur mbuf allocation flags are prefixed with MB_ not M_.
2005-07-15 Eirik NygaardAdd DragonFly to the #ifdef mess.
2005-07-15 Eirik NygaardCommit untouched SCTP files from KAME originally writte...