summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add the add-stream capability. Still needs morerrs2009-02-2010-36/+281
* Fix a bug. The sending was being restricted improperly byrrs2009-02-201-2/+2
* Fix pc98 build error due to missing variable.mav2009-02-201-0/+1
* Don't make Linux stat() open character devices to resolve its name.ed2009-02-203-51/+63
* Handle nForce MCP67 and MCP73 SATA controllers as AHCI. They report itselfmav2009-02-202-1/+53
* Tell CAM that CISS logical devices support tagged queueing. This fixesscottl2009-02-201-2/+5
* Tell CAM that SPI disconnect works, which in turn will let it use tags.scottl2009-02-201-1/+2
* Add basic support for DDF, often found on Adaptec HostRAID controllers.scottl2009-02-203-1/+743
* Provide compatibility symlink for logical partitions:marcel2009-02-205-1/+87
* Fix an infinite loop created when the last logical partition ismarcel2009-02-201-3/+3
* Enable caching of negative pathname lookups in the NFS client. To avoidjhb2009-02-194-8/+73
* When fetching attributes for a file for NFSv3 mounts, do not perform anjhb2009-02-191-6/+0
* Don't clear the attribute cache of a file when it is closed. A subsequentjhb2009-02-191-7/+0
* Enable building of ficl on MIPS. It compiles, but needs more testing.imp2009-02-191-4/+0
* Add basic mips support. This has been compile tested only.imp2009-02-192-0/+533
* Squash some small bugs in pts(4).ed2009-02-191-6/+3
* use 1/2 and 1/4 rate phy types to simplify txtime calculationsam2009-02-191-81/+73
* style nit in r188815avg2009-02-191-1/+1
* fs/udf: fix incorrect error return (-1) when reading a large diravg2009-02-191-4/+3
* acpi_cpu: fixup for PIIX4E PCI config related to C2avg2009-02-191-1/+11
* Use channel driver's attach/detach routines instead of ata_attach()/mav2009-02-197-13/+58
* remove private support for IEEE80211_MODE_HALF and IEEE80211_MODE_QUARTERsam2009-02-192-9/+2
* Add modes for 1/2 and 1/4-width channels so we have separate roamingsam2009-02-199-8/+69
* o looseen abi dependencies on IEEE80211_MODE_MAX by accepting smallersam2009-02-191-49/+31
* use c99 initializerssam2009-02-192-112/+112
* o consolidate loops to eliminate assumptions about ordering of modessam2009-02-191-13/+10
* Change country ie construction to simplify forthcoming changes:sam2009-02-191-11/+17
* use c99 initializersam2009-02-191-10/+13
* simplify setting up the roaming parameters; writing default parameters onlysam2009-02-191-43/+29
* check ptr against NULLsam2009-02-191-1/+1
* instead of special casing lookups for the 11na/g legacy rate set, justsam2009-02-192-8/+4
* Cleanup ath_hal_computetxtime's handling of 1/2 and 1/4-width channels:sam2009-02-193-86/+74
* add phy types for 1/2 and 1/4-rate modessam2009-02-191-0/+2
* add HAL_DIAG_SETREGS to write registers via the diag apisam2009-02-192-4/+20
* whitespacesam2009-02-191-2/+2
* Quite mechanical ch_detach implementations for all atapci subdrivers.mav2009-02-1917-31/+171
* if_cx is currently disconnected from the build due to a dependence onrwatson2009-02-191-32/+10
* Mark these variables as __used too. Fix a style of previous commit.rdivacky2009-02-181-5/+6
* As soon as they called in only same one place (ata_pcichannel_attach()),mav2009-02-1816-103/+108
* - Add a function (fill_kinfo_aggregate()) which aggregates relevantattilio2009-02-181-22/+44
* Make ch->dma.free() called symmetrically to ch->dma.alloc().mav2009-02-182-3/+5
* Implement proper attach/detach routines for ISA driver.mav2009-02-181-5/+55
* Enhance debugging mode by storing the string "BB:TT:LL" once and usesbruno2009-02-181-150/+143
* Remove unused variable.mav2009-02-181-2/+1
* Mark these variables as __used as those are used in the asm block.rdivacky2009-02-181-4/+4
* Reindent a small bit of code that was not 8-space indented like the restjhb2009-02-181-6/+6
* Adapt linux emulation to use cv for vfork wait.kib2009-02-182-4/+4
* Switch over to usbdevs.h generated at compile time.thompsa2009-02-1889-13584/+89
* Bump __FreeBSD_version to 800063 after GENERIC changed to USB2.thompsa2009-02-181-1/+1
* use mii instead of miibus so we don't drag in all phy supportsam2009-02-182-2/+2
OpenPOWER on IntegriCloud