]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
Zero mi_rotovp and coda_ctlvp immediately after calling vrele() on the
[FreeBSD/FreeBSD.git] / sys / dev /
2008-01-18 Jung-uk KimAdd a flag for Ethernet@WireSpeed capability and correc...
2008-01-18 Jung-uk KimFix mbuf pool watermark configuration (mismerged from...
2008-01-18 Doug AmbriskoStyle changes from avatar.
2008-01-18 Doug AmbriskoFirst real attempt at proper locking. The locking...
2008-01-18 Pyun YongHyeonUse m_collapse(9) to collapse mbuf chains instead of...
2008-01-17 John Baldwin- Retire npe_defrag(), gem_defrag(), msk_defrag(),...
2008-01-17 Kip Macy- remove bogus_imm counter
2008-01-17 Sam Lefflerpromote ath_defrag to m_collapse (and retire private...
2008-01-17 John BaldwinUse pause(9) instead of a tsleep() on a stack variable.
2008-01-16 Kip MacyFix lock ordering panic by not calling ether_ioctl...
2008-01-16 John BaldwinAdd a header containing constants for the various HPET...
2008-01-16 Remko LodderDont accidentally remove a filesocket which is still...
2008-01-16 Kip Macyremove superfluous debug printfs
2008-01-16 Kip MacyFix mbuf leak caused by freeing packet zone clusters...
2008-01-16 Kip Macyput tx queue size back to 1024
2008-01-15 John BaldwinUse '%zd' to print PIO_LEN since it involves a size_t...
2008-01-15 John BaldwinDon't cache the new-bus name of a PCI device in the...
2008-01-15 Andrew GallatinAdd optional support to mxge for MSI-X interrupts and...
2008-01-15 Maxim SobolevHide common prints under bootverbose.
2008-01-15 John BaldwinFix a few minor issues based on a bug report and readin...
2008-01-15 Andrew GallatinFix accidental swap of "const" for "static" in mxge...
2008-01-15 Andrew GallatinUpdate to firmware version 1.4.29 from 1.4.25. Relevan...
2008-01-15 Kip Macy- Simplify mb_free_ext_fast
2008-01-15 Pyun YongHyeonFix build.
2008-01-15 Kip Macy- move WR_LEN in to cxgb_adapter.h add PIO_LEN to make...
2008-01-15 Kip Macyremove superfluous locking from dequeue
2008-01-15 Pyun YongHyeonOverhaul re(4).
2008-01-14 Kip Macy- Assert that immpkt is not set
2008-01-14 Pyun YongHyeonImplement WOL capability.
2008-01-14 Kip Macy- Add more extensive sanity checks
2008-01-14 Kip MacyMake back pressure visible more quickly, particularly...
2008-01-14 Kip MacyAdd extensive sanity checking to buf_ring
2008-01-13 Kip MacyConvert over to using the multiqueue infrastructure...
2008-01-13 Kip MacyAdd buf_ring_full utility function, make sure dequeue...
2008-01-13 Kip Macyremove unused code
2008-01-13 Kip Macystyle nit
2008-01-13 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-01-13 Attilio RaoVOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are...
2008-01-13 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-01-12 Nate LawsonThis commit was generated by cvs2svn to compensate...
2008-01-12 Nate LawsonFix GPE livelock that occurs on HP/Compaq laptops,...
2008-01-12 Kip MacyMFp4 multiple queue support
2008-01-12 Maxim Konovalovo Add Moxa Technologies CP-104EL PCI Express 4 port...
2008-01-11 Konstantin BelousovThe wakeup() line from the rev. 1.319 is wrong and...
2008-01-11 Konstantin BelousovFix unload of the fdc.ko:
2008-01-11 Kip MacyBe more aggressive about tx cleaning - when multiples...
2008-01-10 Kip MacyIf we're not running with multiqueue enabled we need...
2008-01-10 John BaldwinWork around problems with the ppbus(4)'s interesting...
2008-01-10 Rui PauloDisable the check for errata AE18. On MacBooks (1...
2008-01-10 Kip MacyAdd support for selectively dumping the state of the...
2008-01-10 Kip Macyshould always free when refcount is 1
2008-01-10 Attilio Raovn_lock() is currently only used with the 'curthread...
2008-01-10 Kip Macy- make 9k clusters the default unless a tunable is set
2008-01-09 Scott LongFix a buffer overflow in the processing of various...
2008-01-09 Kip Macymake nqsets a uint32_t so that sysctl will work
2008-01-09 Kip Macydon't decrement ref count below 1 for EXT_PACKET
2008-01-09 Kip MacyEXT_PACKET is one of the valid mbuf types
2008-01-08 Attilio RaoRemove explicit calling of lockmgr() with the NULL...
2008-01-07 John BaldwinMake ftruncate a 'struct file' operation rather than...
2008-01-07 Weongyo JeongFix incorrect dependencies of zyd(4).
2008-01-07 Dag-Erling SmørgravAdd support for ICH8M.
2008-01-07 Kevin LoAdd the SparkLAN RT2573, found in HP s3200n
2008-01-07 Kip MacyFix mvec code to handle the case of the packet zone
2008-01-02 Poul-Henning KampIf the disk reports that it support the Compact Flash...
2008-01-02 Poul-Henning KampFollow the current fashion of gratuitously stomping...
2007-12-31 Julian ElischerDon't duplicate the whole of arpresolve to arpresolve...
2007-12-31 John BaldwinUse devclass_get_count() instead of devclass_get_maxuni...
2007-12-31 Dag-Erling SmørgravAdd device IDs for the ICH9 family.
2007-12-31 Dag-Erling SmørgravTabify.
2007-12-31 Warner LoshAdd Winbond W89C940F to the list. Also, stub in some...
2007-12-31 Warner LoshAdd missing 'sc->chip_type ==' to an ugly switch statem...
2007-12-30 Rong-En FanThis commit was generated by cvs2svn to compensate...
2007-12-30 Jeff RobersonRemove explicit locking of struct file.
2007-12-30 Marius Stroblo In preparation for basing a new driver on this one:
2007-12-30 Marius StroblCorrect the comments in am7990_intr() and am79900_intr...
2007-12-29 Wojciech A. KoszekReplace explicit calls to video methods with their...
2007-12-29 Wojciech A. KoszekRemove explicit calls to keyboard methods with their...
2007-12-26 Marius StroblFix some bugs in the FreeBSD 4/5/6 pci(4) IOCTLs compat...
2007-12-26 Rui PauloSync with rev 1.63 of NetBSD's ums.c:
2007-12-25 Remko LodderAdd support for the BMC5722.
2007-12-25 Robert WatsonAdd a new 'why' argument to kdb_enter(), and a set...
2007-12-24 Hajimu UMEMOTOAdd sysctl mibs for _TSP, _TC1 and _TC2 which is user...
2007-12-24 Konstantin BelousovMove the check for the snp device being already attache...
2007-12-21 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2007-12-20 Ed MasteAvoid holding the aac_io_lock over copyout.
2007-12-20 Pyun YongHyeonBy definition promiscuous mode should see all unicast...
2007-12-20 Marius StroblIn openprom_ioctl() ensure appropriate permissions...
2007-12-19 Marcel MoolenaarRedefine bus_space_tag_t on PowerPC from a 32-bit integ...
2007-12-19 Doug AmbriskoAdd Dell's sub-vendor id to identify PERC6 RAID control...
2007-12-19 Doug AmbriskoI incorrectly assumed the log buffer started from the...
2007-12-19 Ed MasteDo not recursively acquire aac_io_lock in aac_ioctl_event.
2007-12-18 Kip MacyDon't overload tcp_usrreqs unless the kernel doesn...
2007-12-17 Kip Macyonly include intr_machdep.h when it is needed for intr_bind
2007-12-17 Kip Macydisable update in place on transmit
2007-12-17 Kip MacyMake TCP offload work on HEAD (modulo negative interact...
2007-12-16 Kip MacyInclude cdefs.h and param.h for architectures with...
2007-12-16 Kip MacyUse the vm include convention of busdma
2007-12-16 Kip Macyneed M_IOVEC define
2007-12-16 Kip MacyDon't globally include mvec.h its only needed by cxgb_sge.c
2007-12-16 Stanislav Sedov- Add quirk for the TrendNet TU-S9 adapter, which uses...
next