summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge OpenSSL 1.0.2d.jkim2015-10-30909-24512/+129991
|\
| * Import OpenSSL 1.0.2d.jkim2015-10-23490-13179/+94368
* | Minor (and incomplete) style cleanup.kib2015-10-301-5/+8
* | Update ls -l tests to use mtime, not birthtimeemaste2015-10-301-6/+6
* | Also mark compat32 umtx op table as constant.kib2015-10-301-1/+1
* | Use C99 array initialization, which also makes the codekib2015-10-302-59/+61
* | Do not FALLTHROUGH for SIOC{ADD,DEL}MULTIsjg2015-10-301-1/+1
* | Not all targets support by clang have a tested or enabled ubsan yet.sbruno2015-10-301-0/+4
* | nvd, nvme: report stripesize through GEOM disk layerjimharris2015-10-303-0/+9
* | nvme: fix race condition in split bio completion pathjimharris2015-10-301-3/+6
* | After r290196, the kernel won't wait for stuff like gmirror nodestrasz2015-10-303-2/+67
* | Make root mount wait mechanism smarter, by making it wait only if the roottrasz2015-10-301-17/+50
* | Reduce the DWC OTG interrupt load by not reading all the host channelhselasky2015-10-301-6/+11
* | Use PCB/LR from PCB rather from stack on armv7-gdbzbb2015-10-301-7/+3
* | Workaround KGDB issues on ARM by ignoring ARM EABI version higher than 5zbb2015-10-301-0/+15
* | l2arc: do not call trim_map_free() for blocks with zero b_asizeavg2015-10-301-10/+21
* | Fix compiler warnings with open_to_operation.cngie2015-10-302-16/+13
* | The prefix for CLFLUSHOPT is 0x66. It was right on amd64.kib2015-10-301-1/+1
* | Make truss work for CloudABI processes on aarch64.ed2015-10-305-85/+247
* | Disable h_raw/h_read with gccngie2015-10-301-2/+7
* | Fix a set but not used variable warning flagged by gcc 4.9 withngie2015-10-301-2/+1
* | - Re-enable h_raw with clang 3.7.0+ngie2015-10-301-1/+2
* | Fix rtsold's usage messagengie2015-10-301-5/+5
* | Unbreak bsd.progs.mk with PROGS (but not PROGS_CXX) and when invoking thengie2015-10-301-1/+1
* | Follow up to roundup feature addition in r289203ngie2015-10-302-8/+13
* | Remove a set but unused variable in __getgroupmembership to fix a gcc 4.9+ wa...ngie2015-10-301-2/+1
* | Fix GOST engine cipher linkage by adding e_gost_err.c to SRCS so itngie2015-10-301-1/+2
* | Integrate contrib/netbsd-tests/lib/libc/rpc into the FreeBSD test suitengie2015-10-302-0/+3
* | Fix BULK read transfer if destination buffer is not cache line-aligned.gonzo2015-10-301-3/+23
* | cxgbe/tom: decide whether to shove segments or not only if there isnp2015-10-301-1/+1
* | In pw_userlock, set 'name' to NULL when we encounter an all number stringdelphij2015-10-301-2/+3
* | Use strlcpy().delphij2015-10-301-2/+1
* | Fix framebuffer compatibility with new RPi firmware. Framebuffer drivergonzo2015-10-302-2/+2
* | Remove unneeded NULL as this is initialized with M_ZERO.bdrewery2015-10-291-3/+0
* | Use memmove(3) to avoid overlapping copy.bdrewery2015-10-291-1/+1
* | Fix several memory leaks, and crashes, in iconvlist(3).bdrewery2015-10-291-18/+26
* | Fix LEAVE_HYP macro: spsr is not guaranteed to contain valid value at thisgonzo2015-10-291-2/+4
* | Install myself as src committer.skra2015-10-291-0/+2
* | Set the proper direction to check for policies in this one case.gnn2015-10-291-1/+1
* | Use movw instead of movl (or plain mov) when moving segment registersjhb2015-10-292-15/+15
* | Ignore per-mdN settings in mdconfig[2] startupdteske2015-10-292-0/+4
* | Add myself (jtl) and my mentor to the committers-src.dot file.jtl2015-10-291-0/+2
* | pf: Fix IPv6 checksums with route-to.kp2015-10-291-0/+7
* | Remove some unneeded code.mav2015-10-291-4/+0
* | Remove reset delays for which I see neither explanation nor need.mav2015-10-291-25/+7
* | ntb: Revert r290130 now that r290156 has landedcem2015-10-291-4/+0
* | Check archive_entry_new() result.bdrewery2015-10-291-0/+9
* | pmap_change_attr: Only fixup DMAP for DMAPed rangescem2015-10-291-4/+7
* | getnewbuf: Initialize bp to avoid uninitialized pointer dereference and brels...bdrewery2015-10-291-0/+1
* | Avoid passing an uninitialized 'i'. Currently nothing was depending on itbdrewery2015-10-291-1/+1
OpenPOWER on IntegriCloud