summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* In assembler mode, clang defaulted to DWARF3, if only -g was specified.dim2015-12-031-1/+1
* Ensure that outgoing streams get reset when they run dry.tuexen2015-12-034-3/+24
* Convert the mlxen driver to use the BUSDMA(9) APIs instead ofhselasky2015-12-035-671/+625
* urtwn(4): add error handling for urtwn_write_X() functions.avos2015-12-031-97/+241
* Avoid -Wmissing-initializerfanf2015-12-031-14/+14
* Update to upstream version 2.11fanf2015-12-033-31/+149
* urtwn(4): move duplicate code from urtwn_(r92c/r88e)_dma_init()avos2015-12-031-22/+16
* Updated the mlx4 and mlxen drivers to the latest version, v2.1.6:hselasky2015-12-0315-1886/+418
* Add some structures and defines which will be used when decoding smallhselasky2015-12-031-0/+19
* readelf: add Xen ELF notesemaste2015-12-031-0/+29
* newvers: Honour SOURCE_DATE_EPOCH as a build reproducibility measureemaste2015-12-031-1/+9
* Remove incorrect defines. The proper version of these macros ishselasky2015-12-031-4/+0
* Add support for a generic AHCI attachment. This allows us to attach to aandrew2015-12-032-0/+132
* For amd64 non-PCID machines, and for i386 machines with support forkib2015-12-039-402/+210
* In the SandyBridge x2APIC workaround detection code, only fetch thekib2015-12-031-27/+20
* Fix build for !TCP_OFFLOAD case.kib2015-12-031-1/+1
* Update the mlx5en(4) manual page.hselasky2015-12-031-1/+7
* Add glue driver for Amlogic Meson Gigabit Ethernet Controllerganbold2015-12-033-1/+100
* sfxge: regenerate MCDI headersarybchik2015-12-031-5/+433
* Fix a typo in a comment (spacial -> special)ngie2015-12-031-1/+1
* sfxge: remove internal register definitions that should not be used by host codearybchik2015-12-031-2489/+14
* sfxge: add markers for autogenerated definesarybchik2015-12-031-24/+37
* sfxge: sync TLV layout headers with firmwaresrc for event merging configarybchik2015-12-031-1/+39
* sfxge: add MCDI logging support to common codearybchik2015-12-036-48/+133
* Disable EEE(Energy Efficient Ethernet) for RTL8211F PHY.yongari2015-12-032-4/+46
* We need to zero out the union of pointers in a freed vnode structure.mckusick2015-12-031-0/+1
* Provide support for ELFv2 userland if using a newer compiler (recent clangnwhitehorn2015-12-037-16/+111
* Clean up PowerPC bootloader compiler flags to fix the build with GCC 5.2nwhitehorn2015-12-032-2/+1
* Fix build on GCC 5.2 where, at least on PPC64, the compiler would "optimize"nwhitehorn2015-12-031-2/+1
* Add support for configuring additional virtual interfaces (VIs) on a port.jhb2015-12-0312-980/+1544
* Minor cleanup. No functional change.tuexen2015-12-021-1/+1
* pw_checkname since the beginning if too strict on GECOS field,bapt2015-12-021-1/+2
* Fix handling of numeric-only names with pw lockbapt2015-12-022-9/+32
* Add initial support for 16Gbps FC QLogic chips.mav2015-12-024-85/+105
* The cdevpriv_dtr_t typedef was not able to be used in a function prototypejhb2015-12-023-6/+6
* Adjust the MTU when accepting an SCTP association usingtuexen2015-12-021-3/+7
* ARM: Define PCI_RES_BUS resource for platforms having NEW_PCIB enabled.mmel2015-12-021-0/+3
* ARM: Fix of detection of root interrupt controller.mmel2015-12-021-3/+13
* OFW: Move code for searching interrupt parent into separate function.mmel2015-12-022-13/+27
* Move RTF_PINNED handling to generic route code.melifaro2015-12-021-29/+27
* Add initial ar9300 HAL support for the spectral scan mode.adrian2015-12-025-10/+32
* Update arcmsr(4) to 1.30.00.00 in order to add support ofdelphij2015-12-022-356/+422
* META MODE: Connect MK_NAND directories.bdrewery2015-12-027-0/+110
* Add LIBNANDFS.bdrewery2015-12-021-0/+1
* Fix the memory leak that occurs when the nfscommon.ko module is unloaded.rmacklem2015-12-023-0/+52
* Fix the build for non-amd64.bdrewery2015-12-021-2/+2
* bsd.subdir.mk: Only recurse on called targets, rather than dependencies.bdrewery2015-12-022-53/+49
* Revert r291633. Some files were missed.bdrewery2015-12-021-36/+34
* bsd.subdir.mk: Only recurse on called targets, rather than dependencies.bdrewery2015-12-021-34/+36
* Add assertions that capture invalid configurations for new libraries.bdrewery2015-12-022-9/+73
OpenPOWER on IntegriCloud