summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Report nvme(4) as a generic driver for NVMe devices if PCI class, subclassjimharris2012-09-191-5/+18
* Allow zfs jail and zfs unjail to use both jailnames and jailidbapt2012-09-193-7/+7
* Add constants for programming interfaces for NVM/solid state storagejimharris2012-09-191-0/+2
* Add PCI subclass for NVM Express devices.gavin2012-09-191-0/+1
* Switch some PCI register reads from using magic numbers to using the namesgavin2012-09-195-11/+11
* As a followup to r234501, ensure that the native ioctl path always allocatesjhb2012-09-191-6/+2
* Regen for r240690zeising2012-09-191-1/+7
* Add documentation for the WITHOUT_KDUMP switch.zeising2012-09-191-0/+5
* Do not install pf related man pages if WITHOUT_PF is set.zeising2012-09-192-5/+16
* Do not reference z_nodeflib for !objgiven case, thus fixing LD_PRELOADkib2012-09-191-4/+4
* Move major includes into /usr/share/bsdconfig for easy external access.dteske2012-09-1885-381/+455
* Add entries for two USB devices I have locally.gavin2012-09-181-0/+5
* if a file in plist starts with / then do not prefix it with "prefix" [1]bapt2012-09-188-30/+67
* Align the PCI Express #defines with the style used for the PCI-Xgavin2012-09-1816-267/+267
* Oops - take a copy of ath_tx_status from the buffer before the TX processingadrian2012-09-181-10/+19
* If caller specifies UMA_ZONE_OFFPAGE explicitly, then do not waste memoryglebius2012-09-181-1/+3
* Add #if 0 around nvme_async_event_cb() until NVMe AER functionalityjimharris2012-09-181-0/+6
* Add __aligned(4) to NVMe defined data structures.jimharris2012-09-181-3/+3
* Fix grammar in the portion about FIBs. Also, cross-referencebjk2012-09-181-9/+11
* Fix panics on attempt to dereference uninitizlized pointer, returned viamav2012-09-181-1/+1
* hwpmc amd_pcpu_fini: fix a bug in code locked under DEBUGavg2012-09-181-1/+1
* - Bump date.zont2012-09-181-1/+1
* Do more than r236298 did in the projects/pf branch: use M_NOWAIT inglebius2012-09-183-19/+11
* - Add 'dsiz' and 'ssiz' keywords to show data and stack size respectively.zont2012-09-182-0/+6
* Fix build, pass the pointy hat please.glebius2012-09-181-1/+1
* Provide kernel compile time option to make pf(4) default rule to drop.glebius2012-09-184-1/+19
* Make ruleset anchors in pf(4) reentrant. We've got two problems here:glebius2012-09-183-58/+92
* - Add $FreeBSD$ to allow modifications to this file.glebius2012-09-181-2/+2
* Implement my first cut at filtered frames in aggregation sessions.adrian2012-09-183-77/+510
* Fix DIOCNATLOOK: zero key padding before performing lookup.glebius2012-09-181-0/+1
* loader/i386: replace ugly inb/outb re-implementations with cpufunc.havg2012-09-181-18/+4
* acpi_cpu: explicitly notify userland about c-state changesavg2012-09-181-0/+2
* mdoc: remove superfluous paragraph macro.joel2012-09-181-1/+0
* zfs: correctly calculate dn_bonuslen for saving SAs to diskavg2012-09-181-1/+4
* zfs: allow both DEBUG and ZFS_DEBUG to be defined on command lineavg2012-09-181-0/+2
* Add missing breakkevlo2012-09-181-0/+1
* g_disk_flushcache definitely should not be traced under G_T_TOPOLOGYavg2012-09-181-1/+1
* Whitespace cleanup for ipfw.8 -- start each sentence on a new line,bjk2012-09-181-33/+58
* Remove bogus break statements.kevlo2012-09-182-2/+0
* Add a couple of accessor inline functions for state that exists in net80211.adrian2012-09-181-0/+31
* Remove namespace pollution in _rmlock.h by defining rm_queue structureattilio2012-09-182-23/+10
* Rename AH_MIMO_MAX_CHAINS to AH_MAX_CHAINS, for compatibility withadrian2012-09-173-8/+8
* yes(1) actually comes from V7.obrien2012-09-171-1/+1
* Integrate nvmecontrol(8) into the amd64 and i386 builds.jimharris2012-09-174-2/+6
* Add nvmecontrol(8) source code and beginnings of a man page to the tree.jimharris2012-09-173-0/+693
* Add nvme(4) and nvd(4) Makefiles to the tree.jimharris2012-09-172-0/+29
* Integrate nvme(4) and nvd(4) into the amd64 and i386 builds.jimharris2012-09-175-0/+36
* This is the first of several commits which will add NVM Express (NVMe)jimharris2012-09-1712-0/+4510
* Add UQ_UMS_IGNORE quirk.hselasky2012-09-174-2/+12
* Implement support for USB Audio v2.0. Remove some redundanthselasky2012-09-172-548/+1445
OpenPOWER on IntegriCloud