summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Make tx(4) MPSAFEjhb2008-06-102-117/+134
* Add support for the P212, P410, P410i, P411, and P812 HP Smart Arrayps2008-06-101-0/+5
* 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
* Since we create a DMA tag "mtag" for TX map with bus_dmamap_create(),wkoszek2008-06-091-2/+2
* Provide the mutual exclusion between the nfs export list modificationskib2008-06-093-0/+7
* Remove sicontrol(8)'s "ttystat".ed2008-06-092-6/+0
* Remove some sparc-specific stuff from my earlier sun4v work in p4.jb2008-06-091-2/+0
* Remove sa1_cache_clean_addrkevlo2008-06-091-2/+0
* Unify arminit() and clean upkevlo2008-06-091-58/+1
* Remove checks against DDB, which isn't used in this file.wkoszek2008-06-081-5/+0
* The change to add subversion ID has two problems. The first is that whendougb2008-06-081-2/+11
* Fix typo in comment.rpaulo2008-06-081-1/+1
* d_ino member of linux_dirent structure should be unsigned long.rdivacky2008-06-081-2/+2
* Fix spelling of "virtual".wkoszek2008-06-082-5/+5
* Ethernet hardware address stored in DC_AL_PAR0/DC_AL_PAR1 registeryongari2008-06-081-6/+14
* Move bm(4) from the sys/conf/NOTES to sys/powerpc/conf/NOTES.marcel2008-06-082-2/+1
* Add support for the Apple Big Mac (BMAC) Ethernet controller,marcel2008-06-079-0/+1780
* Add support for Apple's Descriptor-Based DMA (DBDMA) engine. The DMAmarcel2008-06-074-0/+552
* Change the calling convention for ic_node_alloc to deal withsam2008-06-0711-27/+42
* Split ieee80211_notify_erp into locked and unlocked variantssam2008-06-071-4/+12
* Fix node cleanup issues when the last reference is held bysam2008-06-071-16/+27
* correct code returned in AsssocResp; the previous code is spec'd for usesam2008-06-071-2/+1
* If we can find it, include SVN version number in kernel version strings.phk2008-06-071-2/+9
OpenPOWER on IntegriCloud