| Commit message (Expand) | Author | Age | Files | Lines |
* | fix size_to_bin | sam | 2005-04-02 | 1 | -1/+1 |
* | nuke unintentional use of HAL_BOOL type | sam | 2005-04-02 | 4 | -8/+8 |
* | nVidia AGP chipsets beyond nForce2 are AMD64-specific. | obrien | 2005-04-02 | 2 | -1/+3 |
* | fix misspelling of 0x30... | jmg | 2005-04-01 | 1 | -1/+1 |
* | Make life easier on those trying to use the asr utilities by automatically | scottl | 2005-04-01 | 1 | -0/+1 |
* | - Change the vm_mmap() function to accept an objtype_t parameter specifying | jhb | 2005-04-01 | 1 | -5/+1 |
* | move the statement about switching power states to just before we do it, so | jmg | 2005-04-01 | 1 | -5/+7 |
* | arcmsr_make_timespec, and arcmsr_getcmos_time appear to be unused, and | imp | 2005-04-01 | 1 | -0/+4 |
* | plug resource leak | sam | 2005-03-31 | 1 | -2/+4 |
* | fix potential null ptr deref | sam | 2005-03-31 | 1 | -1/+1 |
* | avoid null ptr deref | sam | 2005-03-31 | 1 | -1/+1 |
* | Always free the returned env pointer even it doesn't indicate we're in | njl | 2005-03-31 | 1 | -2/+3 |
* | Add the Areca SATA RAID driver (arcmsr). This supports the ARC-11xx and 12xx | scottl | 2005-03-31 | 2 | -0/+7525 |
* | If resource allocation fails, we could wind up freeing the cdev without it | scottl | 2005-03-31 | 1 | -1/+2 |
* | reclaim mbufs in failure cases | sam | 2005-03-31 | 1 | -0/+2 |
* | Change the ata_* methods to use a channel device instead of a | sos | 2005-03-31 | 11 | -142/+141 |
* | Explicitly hold a reference to the cdev we have just cloned. This | phk | 2005-03-31 | 6 | -3/+12 |
* | Correct the PCI ID for the SiS 965, and add support for the SATA part | sos | 2005-03-31 | 2 | -3/+5 |
* | check copyin return value (and while we're at it copyout too) | sam | 2005-03-31 | 1 | -8/+14 |
* | remove useless ptr check; cur_column can never be null | sam | 2005-03-31 | 1 | -1/+1 |
* | handle potential null ptr | sam | 2005-03-31 | 1 | -1/+3 |
* | close unlikely race | sam | 2005-03-30 | 1 | -2/+2 |
* | correct comment | sam | 2005-03-30 | 1 | -3/+3 |
* | o fix bug where rate wouldn't lift off lowest setting when operating as | sam | 2005-03-30 | 1 | -24/+47 |
* | rev rate control api to pass the both the first+last tx descriptors | sam | 2005-03-30 | 4 | -6/+6 |
* | o extend cts to cover packet burst when operating in 11g w/ protection | sam | 2005-03-30 | 3 | -29/+70 |
* | Use a taskqueue for led-handling to prevent a potential panic. | philip | 2005-03-30 | 1 | -8/+34 |
* | Whoops, this got left out from the megacommit | sos | 2005-03-30 | 1 | -0/+75 |
* | This is the much rumoured ATA mkIII update that I've been working on. | sos | 2005-03-30 | 22 | -5861/+8140 |
* | Use the usb_callout_* API instead of timeout()/untimeout() in order | iedowse | 2005-03-30 | 1 | -6/+5 |
* | Fixing kernel build on amd64 machines. | avatar | 2005-03-30 | 1 | -3/+3 |
* | extend the timestamp from the rx descriptor to calculate the tsf to | sam | 2005-03-29 | 1 | -7/+24 |
* | forgot to merge this bit from p4 | sam | 2005-03-29 | 1 | -1/+2 |
* | sync rates for any associated stations or neighbors on state transition | sam | 2005-03-29 | 1 | -1/+16 |
* | simplify callback | sam | 2005-03-29 | 2 | -4/+8 |
* | replace m_defrag with something more suitable | sam | 2005-03-29 | 1 | -3/+88 |
* | Revert to the more correct array size, and correct a KASSERT to | markm | 2005-03-29 | 1 | -2/+2 |
* | There's really no need to have this be #ifdef PC98, so remove one more | imp | 2005-03-29 | 1 | -3/+5 |
* | plug resource leak | sam | 2005-03-29 | 1 | -0/+3 |
* | fix potential null ptr deref | sam | 2005-03-29 | 1 | -4/+4 |
* | handle ciss_lookup failure | sam | 2005-03-29 | 1 | -0/+5 |
* | Remove the last vestiges of the "wait for link down event" hack. | wpaul | 2005-03-28 | 1 | -4/+0 |
* | check copyin/copyout return values | sam | 2005-03-28 | 1 | -14/+24 |
* | fix null ptr deref when nge_newbuf is called with an existing mbuf | sam | 2005-03-28 | 1 | -8/+6 |
* | Clean up resources properly if acpi_perf fails to attach. First, change | njl | 2005-03-27 | 2 | -8/+20 |
* | Serialize task queue by starting only one thread instead of three. This | njl | 2005-03-27 | 1 | -1/+1 |
* | Fix copy&paste error in my previous commit. | mux | 2005-03-27 | 1 | -2/+2 |
* | Unbreak style(9) breakage from last commit. We try to avoid defining | imp | 2005-03-27 | 1 | -4/+2 |
* | Fix a bunch of bugs I came accross when looking at the ixgb(4) driver, | mux | 2005-03-27 | 3 | -41/+9 |
* | Unbreak LINT. | pjd | 2005-03-27 | 1 | -0/+3 |