aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tinderbox/universe: Only show arm64 warning if it was in the TARGETS list.Bryan Drewery2016-06-151-2/+2
* WITH_META_MODE: Keep .MAKE.MODE/META_MODE cleanBryan Drewery2016-06-151-0/+4
* WITH_META_MODE: Don't expect a .meta file for side-effect generated files.Bryan Drewery2016-06-151-1/+1
* WITH_META_MODE: Do include headers for specific guessed dependenciesBryan Drewery2016-06-152-4/+8
* Convert to new FAST_DEPEND syntax for guessed dependencies.Bryan Drewery2016-06-152-37/+35
* Don't truncate OBJS_DEPEND_GUESS.target from MakefileBryan Drewery2016-06-152-5/+5
* Use sbused() instead of sbspace() to avoid signed issues.John Baldwin2016-06-151-5/+3
* Add a tool to decode ioctl commands.John Baldwin2016-06-152-0/+104
* Move backend-specific fields of kaiocb into a union.John Baldwin2016-06-154-30/+51
* Do not assume that we own the use reference on the covered vnode untilKonstantin Belousov2016-06-151-3/+18
* Another follow-up to r291460. Only access vp->v_rdev for VCHR vnodesKonstantin Belousov2016-06-151-13/+20
* sdt: annotate the probe test as likely to failMateusz Guzik2016-06-151-1/+1
* meta_oodate: set needOODATE if oodate due to missing .meta file.Simon J. Gerraty2016-06-141-0/+1
* cxgbe/t4_tom: Fix inverted assertion in r300895. It is RDMANavdeep Parhar2016-06-141-1/+1
* iw_cxgbe: Make sure that send_abort results in a TCP RST and not a FIN.Navdeep Parhar2016-06-141-2/+16
* Fix bug in iwcm that caused a panic in iw_cm_wq when krping is runNavdeep Parhar2016-06-141-2/+11
* Renegerate for WITH_META_MODE updates.Bryan Drewery2016-06-141-4/+11
* Fix makeman showing dependency of DIRDEPS_BUILD->META_MODE.Bryan Drewery2016-06-141-2/+2
* Fix build from stable/10 with fmake.Bryan Drewery2016-06-141-1/+1
* Bump __FreeBSD_version for r301602.Bryan Drewery2016-06-141-1/+1
* DIRDEPS_BUILD: Update dependenciesBryan Drewery2016-06-1411-1/+14
* Move the arm call to intr_pic_init_secondary earlier in the secondary CPUAndrew Turner2016-06-141-1/+3
* WITH_META_MODE: Enable printing of some of make's environment on error.Bryan Drewery2016-06-142-2/+17
* WITH_META_MODE: Lessen the filemon(4) requirement scope.Bryan Drewery2016-06-144-6/+23
* WITH_META_MODE: Whitelist targets that are meta-mode-safe.Bryan Drewery2016-06-141-6/+24
* WITH_META_MODE: Set MK_META_MODE=no with -B.Bryan Drewery2016-06-141-1/+6
* Add more missing .PHONYBryan Drewery2016-06-141-24/+24
* WITH_META_MODE: Fix rebuilding maketab outside of build-tools.Bryan Drewery2016-06-141-2/+4
* Define targets in same order as .ORDERBryan Drewery2016-06-141-1/+1
* WITH_META_MODE: Fix rescue rebuilding build-tools.Bryan Drewery2016-06-141-1/+1
* WITH_META_MODE: Fix bin/csh rebuilding tc.const.hBryan Drewery2016-06-141-1/+1
* WITH_META_MODE+WITH_DEBUG_FILES: Fix library symlinks causing bogus rebuilds.Bryan Drewery2016-06-141-1/+4
* makefs: Provide a -T option to set timestamps to a consistent valueEd Maste2016-06-148-54/+129
* [mips] Tidy up setting/clearing the hardfloat flag.Adrian Chadd2016-06-141-1/+6
* Add a missing error check for a malloc() call in idr_get().Mark Johnston2016-06-141-1/+2
* Add myself (mahrens) to calendar.freebsdMatthew Ahrens2016-06-131-0/+1
* Remove the SIOCSIFALIFETIME_IN6 ioctl.Pedro F. Giffuni2016-06-132-45/+0
* Fix usr.sbin/extattr testcases on tmpfsAlan Somers2016-06-131-0/+27
* l2arc: reset b_tmp_cdata to NULL in the case of unset b_daddrAndriy Gapon2016-06-131-0/+1
* Do not define __NO_STRICT_ALIGNMENT for armv6. While the requirementsIan Lepore2016-06-131-4/+0
* Add missing break in lock_partialfilelock(..) with NFS_RESERREnji Cooper2016-06-131-0/+1
* zfs_vptocnp: check for an invalid znodeAndriy Gapon2016-06-131-2/+10
* Change my given name from "Garrett" to "Ngie"Enji Cooper2016-06-133-3/+3
|\
| * Change my given name from "Garrett" to "Ngie"Enji Cooper2016-06-133-3/+3
* | Implement AUE_PREAD and AUE_PWRITE BSM conversion support, eliminatingRobert Watson2016-06-131-0/+2
* | Do not access pv_table array for fictitious pages, since the arrayKonstantin Belousov2016-06-131-15/+10
* | Fix inconsistent locking of the swap pager named objects list.Konstantin Belousov2016-06-131-63/+56
* | Explicitely initialize sw_alloc_sx. Currently it is not initializedKonstantin Belousov2016-06-131-0/+1
* | [mips] set hardfloat for fpu instruction generation for gcc/binutils 5.xAdrian Chadd2016-06-131-0/+1
* | Fix compile warning.Hans Petter Selasky2016-06-131-1/+1