Add support for Xircom X3201
[dragonfly.git] / sys /
2005-12-30 Sepherosa ZiehauAdd support for Xircom X3201
2005-12-28 Matthew DillonMake wait*() behave the same as it did before we moved...
2005-12-28 Sepherosa ZiehauIn fxp_detach(), disable interrupts after fxp_stop...
2005-12-28 YONETANI TomokazuDo not try to detach when successfully attached.
2005-12-27 Matthew DillonAfter much hair pulling the problem with dual BGE inter...
2005-12-27 Matthew DillonFix a type-o that was causing the wrong mbuf's csum_dat...
2005-12-26 Sepherosa Ziehauhook rgephy
2005-12-26 Sepherosa Ziehauregen
2005-12-26 Sepherosa ZiehauAdd PHY module for re(4)
2005-12-24 Sascha Wildner* Ansify function definitions.
2005-12-23 Sascha WildnerFix parameter order in livelock message.
2005-12-23 Sascha Wildner* Ansify function definitions.
2005-12-23 Matthew Dillon1.4 Release branched, HEAD is now 1.5.
2005-12-23 Simon SchubertAccount for packets sent out via the bridge interface
2005-12-23 Simon SchubertBPF_MTAP at the right place so packets to the bridge...
2005-12-23 Matthew DillonBump us to 1.3.8 in preparation for pre-release tagging.
2005-12-23 Matthew DillonCleanup minor typeos.
2005-12-22 Simon SchubertAquire serializer before calling ioctl
2005-12-21 Simon SchubertBring in if_bridge from Open-/Net-/FreeBSD
2005-12-21 Simon SchubertBring in if_bridge from Open-/Net-/FreeBSD
2005-12-20 Matthew DillonClean up some minor typos in comments.
2005-12-19 Matthew DillonFix a number of panic conditions for network cardbus...
2005-12-19 Simon SchubertAdjust sources to accomodate for repo copy of our bridg...
2005-12-18 Sepherosa ZiehauAfter bus/pci/pcivar.h rev1.10, pcib_get_bus() should...
2005-12-18 Matthew DillonAdd KTR logging to the core tcp protocol loop.
2005-12-18 Sepherosa Ziehau- serialize iwi(4)
2005-12-17 Sepherosa Ziehau1) Add support for NIC found in Sony FS570 laptops
2005-12-16 Matthew DillonProperly integrate the now mandatory serializer into...
2005-12-14 Matthew DillonpfnStop() seems to take a flags argument which as far...
2005-12-12 Matthew DillonMove tsc_offsets[] to a new home to unbreak kernel...
2005-12-11 Sascha WildnerFix typo.
2005-12-11 Sascha Wildner* Ansify function definitions.
2005-12-11 Sascha Wildner* Ansify function definitions.
2005-12-10 Matthew DillonAdd a feature and a sysctl (debug.ktr.testipicnt) to...
2005-12-10 Matthew DillonFix another interesting bug. td_threadq is shared...
2005-12-10 Matthew DillonAdd KTR logging for IF_EM to measure interrupt overhead...
2005-12-10 Matthew DillonAdd KTR logging for tsleep entry/exit and wakeup entry...
2005-12-10 Matthew DillonMake the KTR test logging work for UP as well as SMP.
2005-12-10 Matthew DillonFix UP build issues. Move tsc_offsets[] from mp_machde...
2005-12-10 Matthew DillonBeef up error reporting for a particular assertion...
2005-12-10 Sascha WildnerAnsify function definitions.
2005-12-10 Sascha WildnerAnsify function definitions.
2005-12-10 Sascha WildnerFix some manlint nits and add .Dx where appropriate.
2005-12-08 Matthew DillonFix the directory scan code for SMBFS. It was losing...
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 Matthew DillonAdd additional KTR lines to allow us to characterize...
2005-12-07 Matthew DillonAdd KTR_TESTLOG and debug.ktr.testlogcnt, which issues...
2005-12-07 Simon SchubertMerge from vendor branch CVS:
2005-12-06 Matthew DillonSynchronize the TSC between all cpus on startup and...
2005-12-06 Sepherosa Ziehauminor style change
2005-12-06 Sepherosa Ziehauremove duplicated `use'
2005-12-06 Matthew DillonThe new lockmgr() function requires spinlocks, not...
2005-12-06 Matthew Dillondoreti and splz were improperly requiring that the...
2005-12-05 Matthew DillonDocument the nfs dirent conversion code. No functional...
2005-12-05 Matthew DillonFix a bug in our RB_SCAN calls. A critical section...
2005-12-05 Sascha WildnerAnsify function definitions.
2005-12-04 Matthew DillonAdd support for DLink 528(T) Gigabit cards.
2005-12-03 Matthew DillonFix a bogus proc0 test that is no longer accurate....
2005-12-03 Matthew DillonReduce SCSI_DELAY in GENERIC from 15 seconds to 5 seconds.
2005-12-03 Simon SchubertMerge from vendor branch OPENSSL:
2005-12-03 Simon SchubertMerge from vendor branch CVS:
2005-12-03 Joerg SonnenbergerSet POSIX feature test macros to the correct value...
2005-12-02 Matthew DillonFix a process exit/wait race. The wait*() code was...
2005-12-02 Matthew DillonFix a bug in the big tsleep/wakeup cleanup commit....
2005-12-02 Matthew Dilloncred may be NULL due to a prior error code. crhold...
2005-12-01 Matthew DillonDo not hold the ifnet serializer when entering tsleep...
2005-12-01 Matthew DillonFor MPSAFE syscall operation, CURSIG->__cursig->issigna...
2005-12-01 Matthew DillonThe primary mbuf cluster management code needs to be...
2005-12-01 Matthew Dillontsleep_interlock() must be called prior to testing...
2005-12-01 Matthew DillonGet rid of the p_stat SZOMB state. p_stat can now...
2005-11-30 Sepherosa Ziehauunbreak LINT building
2005-11-30 Sascha Wildner- Fix wrong table size (which resulted in the descripti...
2005-11-29 Matthew DillonJumbo mbuf mangement's extbuf callbacks must be MPSAFE...
2005-11-29 Matthew Dillonipw (is the only driver that) needs a working interrupt...
2005-11-29 Matthew DillonProperly serialize IPW.
2005-11-28 Matthew DillonMake all network interrupt service routines MPSAFE...
2005-11-26 Matthew Dillontcp_syncache.cache_limit is a per-cpu limit, reserve...
2005-11-26 Sepherosa ZiehauIn unregister_int():
2005-11-25 Matthew DillonFix a mbuf statistics bug.
2005-11-25 Matthew DillonAssert that he mbuf type is correct rather then blindin...
2005-11-24 Matthew DillonAdd the ips driver to GENERIC.
2005-11-24 YONETANI TomokazuFix LINT kernel; spin_lock function definitions have...
2005-11-23 Matthew DillonFix some minor bugs in lwkt_serialize_handler*() which...
2005-11-23 Matthew DillonAdd a lwkt_serialize_try() API function.
2005-11-22 Sascha WildnerMove ef.4 from sys/net/ef to share/man/man4.
2005-11-22 Matthew DillonConsolidate the initialization of td_mpcount into lwkt_...
2005-11-22 Matthew DillonDo not try to set up hardware vectors for software...
2005-11-22 Matthew DillonDocument the fact that the vm86 instruction emulator...
2005-11-22 Matthew DillonRemove unused label.
2005-11-22 Matthew DillonAdd a sysctl and tunable kern.trap_mpsafe which allows...
2005-11-22 Matthew DillonWrap psignal() and a few other places that require...
2005-11-22 Matthew DillonFix the design of ifq_dequeue/altq_dequeue by adding...
2005-11-21 Matthew DillonFollowup to last commit, cleanup some SMP/UP conditionals.
2005-11-21 Matthew DillonAdd a sysctl and tunable kern.syscall_mpsafe which...
2005-11-21 Matthew DillonStart working on making the printf() path MPSAFE, becau...
2005-11-21 Matthew DillonAdd a sysctl and tunable kern.intr_mpsafe which allows...
2005-11-21 Matthew DillonAdd a thread flag, TDF_MPSAFE, which is used during...
2005-11-21 Matthew DillonRemove inthand_add() and inthand_remove(). Instead...
2005-11-21 Sepherosa ZiehauThere are two possible causes which will make vr(4...
next