aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge from headBaptiste Daroussin2015-11-012142-110743/+203154
|\
| * Fix lladdr change propagation for on vlans on top of it.Alexander V. Chernikov2015-11-013-52/+89
| * drm/i915: Reduce diff with Linux 3.8Jean-Sébastien Pédron2015-11-011-43/+44
| * pfctl: Fix uninitialised veriableKristof Provost2015-11-011-0/+1
| * Install myself as src committer.Michal Meloun2015-11-011-0/+2
| * Microoptimize.Andrey A. Chernov2015-11-011-4/+3
| * Addition to prev. commit.Andrey A. Chernov2015-11-011-4/+6
| * Don't seek to the end if write buffer is empty (in append modes).Andrey A. Chernov2015-11-011-11/+12
| * ioat: Handle channel-fatal HW errors safelyConrad Meyer2015-10-316-56/+283
| * drm/i915: Reduce diff with Linux 3.8Jean-Sébastien Pédron2015-10-313-86/+89
| * We have long double on arm64, and the tests pass so enable them.Andrew Turner2015-10-311-1/+3
| * newsyslog: treat 'c' flag in the config as 'C'Baptiste Daroussin2015-10-311-14/+0
| * The error classification from lower layers is a poor indicator ofWarner Losh2015-10-311-5/+3
| * Rather than using the #define for path names, indirect through a char *Warner Losh2015-10-313-9/+24
| * Move all the paths into a new path.h to centralize them.Warner Losh2015-10-315-33/+67
| * Print unsigned memory sizes, to handle >2GB RAM on 32-bit powerpc.Justin Hibbits2015-10-311-4/+4
| * Don't hide stderr when checking ${CC} --version.Bryan Drewery2015-10-311-1/+1
| * mips: do mips_sync() on sync operations to uncachable memory.Adrian Chadd2015-10-311-4/+5
| * mips74k: use cache-writeback for memory, not writethrough.Adrian Chadd2015-10-311-1/+1
| * arge_mdio: fix barriers; correctly check MII indicator register.Adrian Chadd2015-10-301-21/+29
| * arge: fix barrier macro.Adrian Chadd2015-10-301-1/+1
| * arge: attempt to close a transmit race by only enabling the descriptor at the...Adrian Chadd2015-10-301-1/+22
| * arge: just use 1U since it's a 32 bit unsigned destination value.Adrian Chadd2015-10-301-1/+1
| * arge: do an explicit flush between updating the TX ring and starting transmit.Adrian Chadd2015-10-301-0/+3
| * arge_mdio: add explicit read barriers for MDIO_READs.Adrian Chadd2015-10-301-2/+7
| * arge: ensure there's enough space in the TX ring before attempting toAdrian Chadd2015-10-301-1/+1
| * arge: do a read-after-write on all arge register writes, not just MDIO writes.Adrian Chadd2015-10-301-4/+2
| * Remove unneeded _RECURSING_PROGS check.Bryan Drewery2015-10-301-2/+0
| * Merge OpenSSL 1.0.2d.Jung-uk Kim2015-10-30909-24512/+129991
| |\
| | * Import OpenSSL 1.0.2d.vendor/openssl/1.0.2dJung-uk Kim2015-10-23490-13179/+94368
| * | Minor (and incomplete) style cleanup.Konstantin Belousov2015-10-301-5/+8
| * | Update ls -l tests to use mtime, not birthtimeEd Maste2015-10-301-6/+6
| * | Also mark compat32 umtx op table as constant.Konstantin Belousov2015-10-301-1/+1
| * | Use C99 array initialization, which also makes the codeKonstantin Belousov2015-10-302-59/+61
| * | Do not FALLTHROUGH for SIOC{ADD,DEL}MULTISimon J. Gerraty2015-10-301-1/+1
| * | Not all targets support by clang have a tested or enabled ubsan yet.Sean Bruno2015-10-301-0/+4
| * | nvd, nvme: report stripesize through GEOM disk layerJim Harris2015-10-303-0/+9
| * | nvme: fix race condition in split bio completion pathJim Harris2015-10-301-3/+6
| * | After r290196, the kernel won't wait for stuff like gmirror nodesEdward Tomasz Napierala2015-10-303-2/+67
| * | Make root mount wait mechanism smarter, by making it wait only if the rootEdward Tomasz Napierala2015-10-301-17/+50
| * | Reduce the DWC OTG interrupt load by not reading all the host channelHans Petter Selasky2015-10-301-6/+11
| * | Use PCB/LR from PCB rather from stack on armv7-gdbZbigniew Bodek2015-10-301-7/+3
| * | Workaround KGDB issues on ARM by ignoring ARM EABI version higher than 5Zbigniew Bodek2015-10-301-0/+15
| * | l2arc: do not call trim_map_free() for blocks with zero b_asizeAndriy Gapon2015-10-301-10/+21
| * | Fix compiler warnings with open_to_operation.cEnji Cooper2015-10-302-16/+13
| * | The prefix for CLFLUSHOPT is 0x66. It was right on amd64.Konstantin Belousov2015-10-301-1/+1
| * | Make truss work for CloudABI processes on aarch64.Ed Schouten2015-10-305-85/+247
| * | Disable h_raw/h_read with gccEnji Cooper2015-10-301-2/+7
| * | Fix a set but not used variable warning flagged by gcc 4.9 withEnji Cooper2015-10-301-2/+1
| * | - Re-enable h_raw with clang 3.7.0+Enji Cooper2015-10-301-1/+2