]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
This commit was generated by cvs2svn to compensate for changes in r175296,
[FreeBSD/FreeBSD.git] / sys / dev /
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...
2007-12-16 Kip MacyDon't use old-style mbuf iovecs
2007-12-16 Kip MacyAdd driver for TCP offload
2007-12-16 Kip MacyUpdate the buffer management support code needed by...
2007-12-16 Kip MacySanitize of a routine that is going away
2007-12-16 Kip Macyoverlead mbuf fields for use by toe
2007-12-16 Kip MacyAdd system includes for mvec.h
2007-12-15 Kip MacyImport updated support code for the TOM (tcp offload...
2007-12-15 Scott LongAdd the 'hptrr' driver for supporting the following...
2007-12-14 Ariff AbdullahLimit total hardware playback channels to just 1. The...
2007-12-13 Ariff AbdullahAdd speaker/headphone controls for HP Compaq DC7700...
2007-12-13 Ariff Abdullahnid 28 for Acer @ ALC268 should be identified as analog...
2007-12-13 Søren SchmidtImplement a workaround of the datacorruption problem...
2007-12-12 Ariff AbdullahDisable AC97 microphone channel. Due to the channel...
2007-12-12 Scott LongRewrite the DMA code paths from being an impenitrable...
2007-12-11 David XuAdd quirks for Netac Onlydisk 2000 USB disk.
2007-12-11 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2007-12-09 Andrew Thompsonsc->ndis_tq variable is only initialized when a driver...
2007-12-09 Scott LongFix an incorrect FreeBSD version test.
2007-12-09 Scott LongModify locking so that a single version of the driver...
2007-12-08 Scott LongSupport new ARC120x family of controllers. Many thanks...
2007-12-08 Pyun YongHyeonAdd another RTL8168 revision 3 which is found on RTL811...
2007-12-07 Ed MasteMerge from Adaptec a 64 bit fix and a workaround for...
2007-12-07 Ed MasteAdd family support to allow the driver to attach to...
2007-12-07 Joseph KoshyAdd stub functions to unbreak LINT.
2007-12-07 Søren SchmidtFix speed report on Intel SATA chips in compat mode.
2007-12-07 Andrew ThompsonPreallocate some space to return the scan results,...
2007-12-07 Joseph KoshyKernel and hwpmc(4) support for callchain capture.
2007-12-07 Ed MasteAllow simultaneous opens of the device for issuing...
2007-12-06 Ed MasteAdd more PCI ID's from Adaptec's driver, including...
2007-12-06 Ed MasteAdd PCI IDs for additional cards:
2007-12-05 Philip PaepsFix a use-after-free.
2007-12-05 Philip PaepsPlug two potential (root-only, local) information leaks...
2007-12-05 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2007-12-05 Remko LodderBring in support for: Marvell Yukon 8039
2007-12-05 Julian ElischerStop serial console and gdb serial port from getting...
2007-12-04 Wojciech A. KoszekCast address of 'bssid' to uint8_t since printf() expec...
next