summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Denote PCI-e endpoints that support FLR.jhb2012-09-132-4/+72
* - Add some registers defined in PCI 3.0 including new AER bits.jhb2012-09-131-11/+68
* Don't use AR_PHY_MODE to setup half/quarter rate.adrian2012-09-132-13/+4
* Remove scripts and tools which only functioned when src was using CVSeadler2012-09-1311-1080/+0
* Minor mdoc fix.joel2012-09-131-4/+4
* Introduce a new make variable COMPILER_TYPE that specifies whatbrooks2012-09-137-24/+59
* Ignore stop and continue signals sent to an exiting process. Stop signalsjhb2012-09-132-2/+13
* Define missing DEBUGOUT# macros. DEBUGOUT[45] are not yet used but areeadler2012-09-131-0/+5
* Add global and per-module sysctls/tunables to enable/disable metadata taste.mav2012-09-1314-32/+75
* The deadfs VOPs for vop_ioctl and vop_bmap call itself recursively,kib2012-09-131-41/+2
* - Fix a typo in debug message.zont2012-09-131-1/+1
* Document the *_chroot, *_user, *_group and *_nice knobs for services startedivoras2012-09-131-0/+16
* MFV of 240454, tzdata2012fedwin2012-09-1315-136/+267
* Rename the IVY_RNG option to RDRAND_RNG.kib2012-09-138-9/+9
* Install interrupt handlers early, during attach, for the reasonnp2012-09-131-41/+67
* Use native FreeBSD facilities everywhere except the shared code in common/np2012-09-134-32/+27
* Allow cxgbe to be built into a kernel with "device cxgbe."np2012-09-132-0/+35
* Rename __member2struct() to __containerof().ed2012-09-133-11/+23
* Enable fractional 5G mode on half/quarter rate channels.adrian2012-09-131-1/+11
* Flip on half/quarter rate support.adrian2012-09-131-3/+3
* Introduce an AR5416 flavour of the IFS and mac usec/timing configurationadrian2012-09-131-1/+140
* Call the ar5212SetCoverageClass() function for now.adrian2012-09-131-1/+2
* Add register defintions for the AR5416 TX/RX latency fields.adrian2012-09-131-0/+6
* Compensate for half/quarter rate differences in MAC clock speed.adrian2012-09-131-0/+7
* Update interface to firmware 1.6.2 and include the firmware in the driver.np2012-09-134-22/+7706
* Simplify the kernel pmap locking in pmap_enter_pv(). While I'm here, tidyalc2012-09-131-17/+10
* No need to leak these into the includer's namespace.grehan2012-09-131-0/+6
* Relax requirement of certain mb()sgrehan2012-09-131-2/+2
* Correctness: use __member2struct() on the correct fields.ed2012-09-121-2/+2
* Switch batch to an SLIST.ed2012-09-121-11/+9
* Improve check coverage about idle threads.attilio2012-09-126-1/+41
* Tweak the commit message in case of panic for sleeping from threadsattilio2012-09-121-1/+2
* Implement LIST_PREV().ed2012-09-125-9/+35
* Make pxe device in lsdev really include device name, looking like this:mav2012-09-122-20/+4
* Remove some trailing whitespace.jimharris2012-09-123-4/+4
* Fix TX FIFO sizes. Correct FIFO handling in Host mode.hselasky2012-09-122-66/+84
* Merge recent zfs vendor changes, sync code and adjust userland DEBUG.mm2012-09-1243-667/+699
* According to a clarification at http://austingroupbugs.net/view.php?id=503emaste2012-09-122-4/+3
* Avoid mapping ENOENT to ENOTDIR for non-existent path components.emaste2012-09-121-2/+0
* Add documentation for IPv6 supporteadler2012-09-121-1/+9
* Remove needless (int) casts of write(2)'s 3rd argument.obrien2012-09-122-5/+5
* Simply printf-like strings and outdent strings so that it is easy to seeobrien2012-09-121-20/+18
* Add MK_KDUMP.obrien2012-09-122-2/+9
* Not all Pmake derivatives silently handle empty shell output, so ensure thereobrien2012-09-122-2/+2
* Remove duplication and centralize testing of various config(8)ed features.obrien2012-09-124-6/+5
* Not all Pmake derived makes quietly tolerate assignment from shell commandsobrien2012-09-123-5/+5
* Replace a bare use of 'objcopy' with ${OBJCOPY} for easier cross compilationobrien2012-09-122-2/+2
* - Fix detaching under some circumstances.zont2012-09-123-14/+37
* In NAT-T transport mode, allow a client to open a new connection just aftervanhu2012-09-121-3/+5
* Fix IEC / SI binary prefixes (Ki, Mi, Gi, etc) production by humanize_number(3)bapt2012-09-121-1/+1
OpenPOWER on IntegriCloud