WARNS6 cleanups
[dragonfly.git] / sys / dev /
2006-04-28 Matthew DillonGet rid of pbgetvp() and pbrelvp(). Instead fold the...
2006-04-28 Matthew DillonRemove the buffer cache's B_PHYS flag. This flag was...
2006-04-23 Matthew DillonRemove the now unused interlock argument to the lockmgr...
2006-04-22 Matthew DillonGet rid of LK_PCATCH in the agp lockmgr() calls. AGP...
2006-04-22 Matthew DillonMinor typing cleanups for aicasm.
2006-04-21 Sepherosa Ziehaum_free -> m_freem
2006-04-17 Matthew DillonBring in some small changes from FreeBSD.
2006-04-12 Sascha WildnerMerge from vendor branch BINUTILS:
2006-04-03 Matthew DillonA number of structures related to UFS and QUOTAS have...
2006-04-01 Sascha WildnerRemove owi(4) from build.
2006-04-01 Sascha WildnerRemove owi(4) (old wi) driver and adjust related bits.
2006-04-01 Sepherosa Ziehau- Import driver[acx(4)] for TI acx100/acx111 based...
2006-03-28 Matthew DillonAdd PCI IDs for Intel's ICH7 and ICH7M ATA/SATA hardwar...
2006-03-27 Matthew DillonChange *_pager_allocate() to take off_t instead of...
2006-03-26 Sascha Wildnerstruct buf's b_bcount field has been changed from long...
2006-03-25 Sepherosa Ziehau- Fix following bugs:
2006-03-24 Matthew DillonMajor BUF/BIO work commit. Make I/O BIO-centric and...
2006-03-23 Sepherosa ZiehauAdd a new tunable "hw.bge.fake_autoneg", get rid of...
2006-03-22 Gregory Neil ShapiroMerge from vendor branch SENDMAIL:
2006-03-19 Matthew DillonPrevent the driver from reinitializing the card when...
2006-03-10 Matthew DillonAdd missing block number assignment in ATA raid mirrori...
2006-03-08 Matthew DillonStruct buf's cannot simply be bcopy'd any more due...
2006-03-02 Matthew DillonPass LK_PCATCH instead of trying to store tsleep flags...
2006-02-28 Matthew DillonProperly check for buffered data in ukbd_check_char...
2006-02-19 Sascha Wildner* Remove unused SC_RENDER_DEBUG option.
2006-02-17 Matthew DillonMake the entire BUF/BIO system BIO-centric instead...
2006-02-13 Simon SchubertMerge from vendor branch OPENSSH:
2006-02-01 Simon SchubertSet proper termio flags for the sysmouse tty
2006-01-29 Simon SchubertSync nv with FreeBSD and update the binary driver to...
2006-01-29 Sepherosa Ziehau- Add NVIDIA nForce MCP12 support
2006-01-28 Sepherosa ZiehauPass serializer to bus_setup_intr()
2006-01-28 Sepherosa ZiehauIn ep_if_start(), restore 'm' after it is used to trave...
2006-01-25 Matthew DillonThe random number generator was not generating sufficie...
2006-01-20 Sepherosa ZiehauPass correct argument to lwkt_serialize_{enter, exit}()
2006-01-14 Sascha WildnerSet %bx register instead of %di register as specified...
2006-01-11 Simon SchubertMerge from vendor branch GDB:
2006-01-10 Sepherosa Ziehaudo not try to hold serializer in nge_rxeof(), since...
2006-01-01 YONETANI TomokazuSome of ServeRAID card may report an unusual status...
2005-12-31 Matthew DillonFinish fixing NDIS serialization. Wrap detach in the...
2005-12-31 Matthew DillonPreliminary ndis cleanup. The serializer has taken...
2005-12-31 Sepherosa ZiehauMove bus_teardown_intr() from wi_free() into wi_detach...
2005-12-31 Sepherosa Ziehau{ether,ieee80211}_ifdetach() can't be called with seria...
2005-12-30 Sepherosa ZiehauAdd support for Xircom X3201
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-26 Sepherosa Ziehauregen
2005-12-26 Sepherosa ZiehauAdd PHY module for re(4)
2005-12-24 Sascha Wildner* Ansify function definitions.
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 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-11 Sascha Wildner* Ansify function definitions.
2005-12-10 Matthew DillonAdd KTR logging for IF_EM to measure interrupt overhead...
2005-12-07 Simon SchubertMerge from vendor branch CVS:
2005-12-04 Matthew DillonAdd support for DLink 528(T) Gigabit cards.
2005-12-03 Simon SchubertMerge from vendor branch OPENSSL:
2005-12-03 Simon SchubertMerge from vendor branch CVS:
2005-11-30 Sepherosa Ziehauunbreak LINT building
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-22 Matthew DillonFix the design of ifq_dequeue/altq_dequeue by adding...
2005-11-21 Sepherosa ZiehauThere are two possible causes which will make vr(4...
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-19 Matthew DillonProtect allproc scans with PHOLD/PRELE, in particular...
2005-11-14 Matthew DillonMake tsleep/wakeup() MP SAFE for kernel threads and...
2005-11-13 Simon SchubertMerge from vendor branch LUKEMFTP:
2005-11-09 YONETANI TomokazuCatch up with renaming of macros IRQn -> ICU_IRQn in...
2005-11-08 Sepherosa ZiehauSync with Intel's em(4) driver version 3.2.15
2005-11-05 Sepherosa Ziehauin mii_layer/ruephy.c
2005-11-04 Matthew DillonFix a symbol not found problem by not including madt...
2005-11-04 Matthew DillonWe are already serialized when nv_ospackettx() is calle...
2005-11-02 Matthew DillonICU/APIC cleanup part 4/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 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-28 Matthew DillonCleanup some of the newbus infrastructure.
2005-10-27 Sepherosa ZiehauKill most of the "unused variable" warning
2005-10-27 Sepherosa Ziehaubug fixing:
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-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...
next