summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix spelling.thompsa2008-06-131-1/+1
* It's Friday the 13th, not the 10th and I can't travel in time. Yet.gonzo2008-06-131-1/+1
* Add "fast" versions of macros and functions to taskqueue(9) APIgonzo2008-06-131-5/+22
* 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
* Implement the -l and -r options for gpart show.marcel2008-06-131-6/+32
* Bring missing getsockopt(2) options: SO_LABEL SO_PEERLABEL SO_LISTENQLIMITwkoszek2008-06-121-2/+29
* Record my place in the universe.ivoras2008-06-121-0/+2
* Add myself to the calendar.ivoras2008-06-121-0/+1
* 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
* Document more tmpfs mount options that are alreadyremko2008-06-121-1/+17
* - add: Keep dependent packages too if -K is specified.flz2008-06-123-2/+4
* Fix build of fstat after minor() changes.ed2008-06-121-1/+1
* 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
* 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
OpenPOWER on IntegriCloud