summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Use the consistenly PHY-specific reset routine PHY_RESET() rather thankevlo2013-06-146-30/+22
* Fix a typo introduced in r213280. IFM_OPTIONS macro should seeyongari2013-06-141-1/+1
* Add support for non-virtualised hhook points, which are uniquely identified bylstewart2013-06-142-19/+23
* Initial AR9485/AR933x 1x1 LNA diversity work.adrian2013-06-142-43/+257
* sys/dev/xen/netfront/netfront.c:gibbs2013-06-141-1/+1
* Fix a potential NULL-pointer dereference that would trigger if the hhooklstewart2013-06-141-4/+3
* The functions are called pci_{msi,msix}_count(), not pci_count_{msi,msix}().markj2013-06-141-4/+4
* Remove unused macros PTESHIFT, PDESHIFT, PDPESHIFT and PML4ESHIFT.neel2013-06-143-9/+0
* All of Oxford/PLX OX16PCI954, OXm16PCI954 and OXu16PCI954 share themarius2013-06-131-1/+25
* Fix whitespace and normalize some entries.marius2013-06-131-22/+22
* Fix the vfp code to work with the 16 register variants of the VFP unit. Weandrew2013-06-132-35/+46
* - Convert the slab free item list from a linked array of indices to ajeff2013-06-133-295/+149
* - Add a BIT_FFS() macro and use it to replace cpusetffs_obj()jeff2013-06-1310-32/+27
* Bring the stdatomic for MIPS code slightly more in sync with the ARM version.ed2013-06-131-13/+18
* Add C11 atomic fallbacks for ARM.ed2013-06-132-0/+542
* Minor improvements to <stdatomic.h>.ed2013-06-131-2/+8
* Explain remedy for -J error from old makesjg2013-06-131-0/+17
* Add a missing comma.jkim2013-06-131-1/+1
* - Document GCC support for AMD Family 10h processors (amdfam10).jkim2013-06-131-5/+5
* Add a new CPUTYPE supported by Clang 3.3 for AMD Jaguar processors (btver2).jkim2013-06-131-0/+4
* Be more agressive about bootstrapping ctfmerge and ctfconvert sobrooks2013-06-131-2/+2
* Use portable string comparisonemaste2013-06-131-1/+1
* Fix two issues with the spin loops in the umtx(2) implementation.kib2013-06-131-2/+147
* Revert r251649:mav2013-06-132-6/+0
* Remove some duplicate code by making KHELP_DECLARE_MOD() a wrapper aroundlstewart2013-06-131-16/+3
* Improve locking strategy between keys hash and ID hash.glebius2013-06-131-21/+64
* Remove unused variable sc_tx_bufsz.kevlo2013-06-132-5/+0
* Revert revision 251648. style(9) requires an empty line here.grog2013-06-131-0/+1
* Relax some unnecessary unsigned type changes in ext2fs.pfg2013-06-132-10/+10
* Set the FreeBSD capability bit to indicate that LNA diversity is enabled.adrian2013-06-131-0/+7
* Return HAL_ANT_VARIABLE for now, until it's unstubbed.adrian2013-06-131-1/+1
* Fix a typo: s/KLSI/CATC/kevlo2013-06-131-1/+1
* Add PF_IEEE80211 definition.kevlo2013-06-131-0/+1
* Renumber clauses to reduce diffs to other versionsemaste2013-06-1328-28/+28
* Turn libc.so into an ld script rather than a symlink pointing to thejlh2013-06-122-0/+3
* Handle DW_TAG_unspecified_typeemaste2013-06-121-0/+26
* Handle DW_TAG_rvalue_reference_typeemaste2013-06-122-0/+5
* Fix build after r251654.mav2013-06-121-4/+4
*-. Upgrade our copy of llvm/clang to 3.3 release.dim2013-06-12941-19727/+52743
|\ \
| | * Vendor import of clang tags/RELEASE_33/final r183502 (effectively, 3.3dim2013-06-10940-8937/+34586
| * | Vendor import of llvm tags/RELEASE_33/final r183502 (effectively, 3.3dim2013-06-102476-24133/+107337
* | | Replicate r242422 from ata(4) to mvs(4):mav2013-06-121-3/+9
* | | Clean up swapfile memory disk on shutdowncrees2013-06-122-4/+40
* | | Use CAM_DIR_NONE for requests without data.mav2013-06-121-4/+4
* | | Turn DIAGNOSTICs to INVARIANTS in ext2fs.pfg2013-06-125-16/+16
* | | Tie in the LNA diversity configuration functions into the HAL.adrian2013-06-121-0/+6
* | | Set the antenna "config group" field.adrian2013-06-121-0/+1
* | | Migrate the LNA mixing diversity machinery from the AR9285 HAL to the driver.adrian2013-06-1214-659/+933
* | | Make CAM return and GEOM DISK pass through new GEOM::lunid attribute.mav2013-06-125-13/+132
* | | Add new script to run release builds. The script is heavily based upongjb2013-06-122-0/+234
OpenPOWER on IntegriCloud