summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add the raw partition type to the XML.marcel2008-06-121-4/+11
* Add the raw partition type to the XML.marcel2008-06-121-4/+10
* Add the raw partiton type to the XML.marcel2008-06-121-6/+14
* Add the raw partition type to the XML.marcel2008-06-121-4/+10
* Reverse the direction of pmap_promote_pde()'s traversal over the specifiedalc2008-06-121-11/+27
* Add the partition label and the raw partition type to the XML.marcel2008-06-121-5/+19
* Define APM_ENT_NAMELEN and APM_ENT_TYPELEN for general use.marcel2008-06-121-2/+5
* Return an error code rather than ENXIO when both rman_init() andkevlo2008-06-123-28/+33
* Fix a typo: i80321_pci_probe -> i81342_pci_probekevlo2008-06-121-1/+1
* Make sure we drain our taskqueues and stop our callouts in detach.benno2008-06-122-7/+37
* Change include to reflect tcp_lro.h move.jfv2008-06-111-1/+1
* Remove the tcp_lro.[ch] files as they are now in netinet.jfv2008-06-112-465/+0
* Remove compile of tcp_lro since its now in netinetjfv2008-06-111-1/+1
* Add generic TCP LOR into netinetjfv2008-06-112-0/+464
* Add LRO into kernel buildjfv2008-06-111-0/+1
* Duh, wrong directory, needed to be in netinetjfv2008-06-112-464/+0
* Add generic TCP LRO code, moved from the ixgbe driver into netjfv2008-06-112-0/+464
* Fix a typo in a comment.wkoszek2008-06-111-1/+1
* Don't enforce unique device minor number policy anymore.ed2008-06-1111-15/+22
* Document the AUTO_UPGRADE (-U) knob for .mergemasterrcdougb2008-06-111-0/+3
* Add man page for ixgbe driverjfv2008-06-111-0/+121
* Convert ndis_spinlock to ndis_mtx and start using the sleepablecokane2008-06-112-8/+5
* In cd9660_readdir vop, always initialize the idp->uio_off member.kib2008-06-111-0/+1
* Wait up to 1S for the TFD data to signal un-busy before fetching the signature.sos2008-06-111-3/+3
* fix a page fault that it occurred during ifp is NULL. This bug happensweongyo2008-06-111-2/+2
* Switch to using a normal mutex instead of a spin mutex.benno2008-06-112-22/+30
* Convert bus_space_{read,write}_* calls to bus_{read,write}_* calls.benno2008-06-112-30/+18
* Rearrange how to call dma.alloc() so that we have resources alloc'd when need...sos2008-06-112-6/+5
* Keep proper track of nsegs counter: sem_free is called for allgonzo2008-06-101-4/+3
* When the file-system containing the audit log file is running low onsimon2008-06-101-1/+3
* Add Belkin F5U257 to the mix.imp2008-06-101-0/+2
* Add Belkin F5U257 to the mix.imp2008-06-101-0/+2
* Use sysctl to fetch stats from the kernel instead of reading variablesjhb2008-06-102-48/+19
* Make tx(4) MPSAFEjhb2008-06-102-117/+134
* Add support for the P212, P410, P410i, P411, and P812 HP Smart Arrayps2008-06-102-0/+15
* In the error path through base_alloc(), release base_mtx [1].jasone2008-06-101-3/+7
* Add the pxa_teardown_intr() bus method function to de-associate thekevlo2008-06-101-10/+17
* Pull all the code to deal with bus space methods into a shared set ofkevlo2008-06-102-102/+7
* >From NetBSD:kevlo2008-06-102-46/+0
* - Fixed kern/123696 by increasing firmware timeout value from 100 to 1000.davidch2008-06-102-54/+193
* Mark "highaddr" and "lowaddr" appropriately. Change "dma" to "DMA".wkoszek2008-06-091-9/+18
* Since we create a DMA tag "mtag" for TX map with bus_dmamap_create(),wkoszek2008-06-091-2/+2
* Removal of gpt(8) and manpage.marcel2008-06-091-0/+3
* Note removal of gpt(8).marcel2008-06-091-0/+4
* Remove gpt(8). It's replaced by gpart(8).marcel2008-06-0915-3544/+0
* Use the -n flag to route(8) when calling "route get". Otherwise we hangbrooks2008-06-091-1/+1
* Disconnect gpt(8) from the build. gpt(8) is replaced by gpart(8).marcel2008-06-091-1/+0
* Don't store a pointer in "next" if we're never going to use it.cperciva2008-06-091-2/+2
* Make one-bit fields unsigned instead of signed. This has no effect,cperciva2008-06-091-1/+1
* Rework code to avoid using a pointer after freeing it. Aside from thecperciva2008-06-091-2/+4
OpenPOWER on IntegriCloud