Prefer m_getcl() to EPIC_MGETCLUSTER() which uses MGETHDR()+MCLGET()
[dragonfly.git] / sys /
2005-11-20 Sepherosa ZiehauPrefer m_getcl() to EPIC_MGETCLUSTER() which uses MGETH...
2005-11-20 Sepherosa Ziehau- Remove unnecessary ETHER_* macros
2005-11-20 Sepherosa ZiehauSync with FreeBSD dev/xe
2005-11-20 Sepherosa ZiehauANSIfy
2005-11-20 Matthew DillonFix a bug in the last commit. The proc pointer can...
2005-11-19 Matthew DillonProtect allproc scans with PHOLD/PRELE, in particular...
2005-11-19 Matthew DillonConvert the lockmgr interlock from a token to a spinloc...
2005-11-17 Matthew DillonRemove ancient interrupt handler hacks that are no...
2005-11-16 Matthew DillonIf a /dev/<disk> device node is fsynced at the same...
2005-11-16 Matthew DillonContinue work on our pluggable scheduler abstraction...
2005-11-14 Matthew DillonTemporarily check for and correct a race in getnewbuf...
2005-11-14 Matthew DillonMake tsleep/wakeup() MP SAFE for kernel threads and...
2005-11-14 Matthew DillonFix a broken array lookup in the old 4.3 BSD mmap compa...
2005-11-13 Simon SchubertMerge from vendor branch LUKEMFTP:
2005-11-11 Matthew DillonUSB mouse fix for certain mice, such as the Logitech...
2005-11-11 Sascha WildnerAdd missing CPU options and reorder a little bit.
2005-11-10 YONETANI TomokazuRename spin_lock()/spin_unlock() to spin_lock_quick...
2005-11-09 Matthew DillonRevert part of the last commit. We aren't ready for...
2005-11-09 YONETANI TomokazuCatch up with renaming of macros IRQn -> ICU_IRQn in...
2005-11-08 Matthew DillonTurn around the spinlock code to reduce the chance...
2005-11-08 Matthew DillonMake tsleep/wakeup MP SAFE part 1/2.
2005-11-08 Sepherosa ZiehauSync with Intel's em(4) driver version 3.2.15
2005-11-07 Matthew DillonAdjust the globaldata initialization code to accomodate...
2005-11-06 Matthew DillonDocument CPU_AMD64X2_INTR_SPAM in LINT.
2005-11-06 Matthew DillonClean up the CPU_AMD64X2_INTR_SPAM option to check...
2005-11-05 Sepherosa Ziehauin mii_layer/ruephy.c
2005-11-05 Matthew DillonWhen operating in SMP+ICU mode, try to disconnect the...
2005-11-05 Matthew DillonMake sure that the apic error, performance counter...
2005-11-04 Matthew DillonSolve the continuous stream of spurious IRQ 7's that...
2005-11-04 Matthew DillonICU/APIC cleanup part 11/many.
2005-11-04 Matthew DillonThe 'picmode' variable was mis-named. The MPTable...
2005-11-04 Matthew DillonMark our fine-grained interrupt timer as being INTR_MPS...
2005-11-04 Matthew DillonFix a comment. The slave is connected to IRQ 2 on...
2005-11-04 Matthew DillonFix the cpu the softclock thread(s) are created on...
2005-11-04 Matthew DillonSwitch to the BSP when doing a normal shutdown. ACPI...
2005-11-04 Matthew DillonFix a symbol not found problem by not including madt...
2005-11-04 Matthew DillonAllow 'options SMP' *WITHOUT* 'options APIC_IO'. That...
2005-11-04 Matthew DillonWe are already serialized when nv_ospackettx() is calle...
2005-11-04 Matthew DillonFix a bug in the last commit. The wrong argument was...
2005-11-04 Matthew DillonDisplay warnings for any configured IO APIC pins that...
2005-11-04 Matthew DillonICU/APIC cleanup part 10/many. Be a lot more careful...
2005-11-03 Matthew DillonICU/APIC cleanup part 9/many.
2005-11-03 Matthew DillonDe-confuse the IO APIC mapping code by creating a helpe...
2005-11-03 Matthew DillonAdd more documentation for the APIC registers and renam...
2005-11-03 Matthew DillonICU/APIC cleanup part 8/many.
2005-11-03 Matthew DillonReimplement IPI forwarding of FAST interrupts to the...
2005-11-02 Matthew DillonICU/APIC cleanup part 7/many.
2005-11-02 Matthew DillonICU/APIC cleanup part 6/many.
2005-11-02 Matthew DillonICU/APIC cleanup part 5/many.
2005-11-02 Matthew DillonICU/APIC cleanup part 4/many.
2005-11-02 Matthew DillonICU/APIC cleanup part 3/many.
2005-11-02 Matthew DillonICU/APIC cleanup part 2/many.
2005-11-02 Matthew DillonICU/APIC cleanup part 2/many.
2005-11-02 Matthew DillonICU/APIC cleanup part 1/many.
2005-11-01 Matthew Dillonadd an acpi_enabled() function, invert the "pci" logic...
2005-10-31 Matthew DillonAn exclusive lock on the vnode is required when running...
2005-10-31 Sepherosa Ziehau- hide ukphy_probe(), since it is not intended to be...
2005-10-31 Sepherosa Ziehau- In mii_anar(), turn on ANAR_CSMA at beginning instead...
2005-10-31 Sepherosa Ziehaunuke mii_data.mii_{readreg, writereg, statchg}, since...
2005-10-31 Sepherosa Ziehau- In rlphy_attach(), turn on BMCR_AUTOEN after mii_phy_...
2005-10-30 Sascha WildnerFix style(9) issue: move * to the line specifying the...
2005-10-30 Sascha WildnerFix style(9) issue: move * to the line specifying the...
2005-10-30 Matthew DillonAdd another parameter to BUS_ADD_CHILD to allow childre...
2005-10-30 YONETANI Tomokazu- kill `unused variable' warning pointed out by sephe@
2005-10-30 YONETANI TomokazuUnbreak `device pmtimer' for compiled-in acpi driver...
2005-10-28 Liam J. Foy- Update to new icmp_error signature
2005-10-28 Liam J. Foy- Dont pass a complete interface struct to icmp_error...
2005-10-28 Sascha WildnerRemove DEC Alpha support.
2005-10-28 Matthew DillonCleanup some of the newbus infrastructure.
2005-10-27 Sepherosa Ziehauremove getdec() declaration, since this static function...
2005-10-27 Sepherosa ZiehauKill most of the "unused variable" warning
2005-10-27 Sepherosa Ziehaubug fixing:
2005-10-27 Sepherosa Ziehau- convert {set, fill}_??regs() and ptrace_single_step...
2005-10-27 Matthew DillonIncrease the MSGBUF_SIZE from 32K to 64K, boot verbose...
2005-10-26 Matthew DillonAdd a redundant double-check in ffs_reallocblks and...
2005-10-26 Matthew DillonAssert that the vnode is locked when modifying an inode...
2005-10-26 Matthew DillonFix a bug in the ppbus code where an interrupt cookie...
2005-10-26 Sepherosa ZiehauWe have INTR_ENTROPY in sys/bus.h for ~20 months
2005-10-26 Sepherosa Ziehauadd forward declaration to shut up dev/usbmisc/umass...
2005-10-26 Sepherosa Ziehauunbreak kernel building by
2005-10-26 Matthew DillonFix a long-standing bug in the livelock code. An inter...
2005-10-26 Matthew DillonRedo the interrupt livelock code. Simplify the frequen...
2005-10-26 Matthew DillonTemporary hack until corecode can fix it. There is...
2005-10-25 Matthew DillonRemove the dummy IPI messaging routines for UP builds...
2005-10-24 Eirik NygaardBack out last change since Matt has issues will it...
2005-10-24 Eirik NygaardMake wakeup, tsleep and friends MP-safe.
2005-10-24 Matthew DillonAdd a missing BUF_UNLOCK in the last commit.
2005-10-24 Matthew DillonAvoid a recursive kernel fault and subsequent double...
2005-10-24 Matthew DillonDocument kern.emergency_intr_{enable,freq} in loader.8.
2005-10-24 Matthew DillonAdd two checks for potential buffer cache races.
2005-10-24 Matthew DillonPass mii_attach_args to mii_softc_init() rather then...
2005-10-24 Matthew DillonAdd an mii_flags field to the attach arguments, to...
2005-10-24 Matthew DillonOnly check GiGE related flags in the generic code when...
2005-10-24 Sepherosa Ziehau- Move DEVICE_POLLING from opt_global.h to opt_polling...
2005-10-21 Sepherosa Ziehau- polling(4) support
2005-10-20 Matthew DillonOops, fix the polling enable name, it's supposed to...
2005-10-19 Sepherosa ZiehauChange kqueue_scan() interface to take "thread" instead...
2005-10-18 Sepherosa ZiehauAdjust comment on DEVICE_POLLING option.
2005-10-18 Sepherosa ZiehauAdd brief comment on DEVICE_POLLING option. This comme...
2005-10-17 Sepherosa Ziehauadd DEVICE_POLLING option
next