AMD64 - Fix many compile-time warnings. int/ptr type mismatches, %llx, etc.
[dragonfly.git] / sys / kern / uipc_domain.c
2009-06-24 Matthew DillonAMD64 - Fix many compile-time warnings. int/ptr type...
2009-04-07 Sascha WildnerReplace all casts of NULL to something with NULL.
2008-12-27 Matthew DillonDeal with the netgraph NULL function dereference on...
2008-10-27 Sepherosa Ziehaupr_ctlinput is usually called when certains types of...
2008-08-15 Nicolas TheryAllocate socket structs with kmalloc() instead of zalloc.
2008-06-05 Sascha Wildner* Fix some cases where NULL was used but 0 was meant...
2008-05-27 Matthew Dillon* Implement SOCK_SEQPACKET sockets for local communicat...
2005-06-06 Matthew DillonRemove spl*() calls from kern, replacing them with...
2005-03-04 Jeffrey HsuConvert the struct domain next pointer to an SLIST.
2004-12-28 Jeffrey HsuClean up the networking code before I parallelize the...
2004-12-21 Jeffrey HsuFix whitespace.
2004-09-17 Joerg Sonnenbergertimeout/untimeout ==> callout_*
2003-08-26 Robert Garrett__P() removal
2003-07-26 Robert GarrettRegister keyword removal
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: