Pass more information down to the protocol-specific socket dispatch function
[dragonfly.git] / sys / kern / subr_bus.c
2004-04-20 Eirik NygaardMerge from vendor branch LESS:
2004-04-17 Eirik NygaardMerge from vendor branch AWK:
2004-04-15 Joerg SonnenbergerKObj extension stage IIIb/III
2004-04-13 Eirik NygaardMerge from vendor branch DIFFUTILS:
2004-04-01 Joerg SonnenbergerKObj extension stage I/III
2004-03-31 Joerg SonnenbergerM_NOWAIT => M_INTWAIT conversion. This subsystems are...
2004-03-13 Joerg SonnenbergerAdd convient functions for the bus interface: child_pre...
2004-03-01 Joerg SonnenbergerMake subr_bus.c more consistent with regard to style...
2004-02-21 Matthew DillonSynchronize a bunch of things from FreeBSD-5 in prepara...
2004-02-16 Joerg SonnenbergerAdd device_is_attached to allow a driver to check wethe...
2004-02-06 Joerg SonnenbergerAdjust infrastructure for NEWCARD
2004-02-02 Matthew DillonMerge from vendor branch BINUTILS:
2004-01-22 Joerg SonnenbergerMerge from vendor branch LIBSTDC++:
2003-11-18 Matthew DillonSync TAILQ_FOREACH work from 5.x. The closer we can...
2003-11-18 Matthew DillonUse M_ZERO instead of manually bzero()ing memory alloca...
2003-11-18 Matthew DillonCorrect several bugs. If we fail to add a device be...
2003-11-17 Jeroen Ruigrok/asmodaiFix misplacement of code. Due to additional DF code...
2003-11-17 Jeroen Ruigrok/asmodaiFactor out the object system from new-bus so that it...
2003-11-09 Matthew DillonCore integer types header file reorganization stage...
2003-07-06 Matthew DillonMP Implementation 1/2: Get the APIC code working again...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: