summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove obselete PECOFF image activator support.wkoszek2008-06-1412-841/+1
* Turn sgtty into a binary-only compatibility interface.ed2008-06-145-151/+8
* - Macro-izes the packed declaration in all headers.rrs2008-06-1423-1197/+1352
* The TrustedBSD MAC Framework named struct ipq instances 'ipq', which is therwatson2008-06-138-74/+73
* Tweak the promotion test in pmap_promote_pde(). Specifically, test PG_Aalc2008-06-131-5/+4
* Make ex(4) MPSAFE:jhb2008-06-134-90/+101
* Add the D-Link DWA-111kevlo2008-06-132-0/+2
* - Added support for BCM5709 and BCM5716.davidch2008-06-131-9/+59
* - Added support for BCM5709 and BCM5716 controllers.davidch2008-06-133-6019/+16022
* Use callout_init_mtx to simplify locking somewhat. While we're here, rearrangebenno2008-06-132-35/+18
* Fix vm object creation locking to allow SHARED vnode locking for vnode_create...ups2008-06-121-6/+7
* Finish the support for partition labels and add it to the XML.marcel2008-06-121-10/+86
* Remove the $FreeBSD$ tag again, now I know fbsd:nokeywords exists.ed2008-06-121-2/+0
* Turn dev2unit(), minor(), unit2minor() and minor2unit() into macro's.ed2008-06-124-46/+8
* Add the raw partition type to the XML.marcel2008-06-121-6/+12
* 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
* 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
OpenPOWER on IntegriCloud