summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tweak the default target to not suggest 'all' since it really doesn't doBryan Drewery2015-10-161-2/+2
* Avoid warning race with creating 'ldscripts' directory during build.Bryan Drewery2015-10-161-2/+1
* Add entries for moved test symbols for r289355 and r289330.Bryan Drewery2015-10-161-0/+391
* Similar to r289355, /usr/tests is within the base system so put the symbolsBryan Drewery2015-10-161-1/+1
* Fix delete-old and check-old-files not removing old debug symbols.Bryan Drewery2015-10-161-0/+12
* Do not relocate extents to make them contiguous if the underlying drive can doWarner Losh2015-10-161-2/+12
* cxgbe(4): support for the kernel RSS option.Navdeep Parhar2015-10-162-5/+181
* Fix a panic when destroying a lagg interface.Hiroki Sato2015-10-161-1/+2
* Rename the /usr/share/doc/legal files to driver.LICENSE to work aroundBryan Drewery2015-10-1616-45/+53
* Sort new entry intel_iwn.Bryan Drewery2015-10-151-2/+2
* NTB: MFV ab760a0c: Add split BAR support for HaswellConrad Meyer2015-10-153-43/+132
* NTB: Add variable number MW, DB CB support codeConrad Meyer2015-10-153-39/+86
* Add missing /usr/share/doc/legal/realtek/ for share/doc/legal/realtek,Bryan Drewery2015-10-151-0/+2
* Add missing directory for /usr/share/doc/legal/intel_iwn/ used byBryan Drewery2015-10-151-0/+2
* Add more SUBDIR_PARALLEL.Bryan Drewery2015-10-1531-5/+67
* Make installing to a non-existent directory an error.Bryan Drewery2015-10-157-15/+15
* Fix buildworld with clean objdir after r289351.Bryan Drewery2015-10-151-0/+1
* libstdc++ also snook in incorrectly in r267511, despite not being a realBryan Drewery2015-10-151-1/+0
* Remove unneeded libg++ reference that came in with r267511 based on a removedBryan Drewery2015-10-151-1/+0
* Fix another ++= parsed as '+=', missed in r289384.Bryan Drewery2015-10-151-1/+1
* Let the SUBDIR_DEPEND*c++ variables actually work rather than being parsedBryan Drewery2015-10-151-2/+2
* Remove empty directory c++filt leftover from r286332.Bryan Drewery2015-10-150-0/+0
* Remove directories disconnected since r169718.Bryan Drewery2015-10-152-32/+0
* Mark sub-make targets as .MAKE and .PHONY to handle -n and always-build prope...Bryan Drewery2015-10-151-2/+2
* Revert r289302, invalid pages can be queued, e.g. by vfs_vmio_unwire().Konstantin Belousov2015-10-151-5/+5
* newfs_msdos: move mkfs_msdos to separate file for later use in makefsEd Maste2015-10-154-835/+918
* Fix wrong use of .for; the iteration variable is not used in the loop.Bryan Drewery2015-10-151-2/+2
* Remove excess .elseBryan Drewery2015-10-151-1/+0
* Properly set the return value for casueword to 0 upon success.Ed Schouten2015-10-151-0/+2
* ARM userspace accessors, e.g. {s,f}uword(9), copy{in,out}(9),Konstantin Belousov2015-10-156-48/+133
* newfs_msdos: rework option parsing to match NetBSDEd Maste2015-10-151-125/+162
* MFV r289312: 2605 want to resume interrupted zfs sendAlexander Motin2015-10-1526-294/+1538
|\
| * 2605 want to resume interrupted zfs sendAlexander Motin2015-10-1421-247/+1308
* | Consider top-level targets to be .PHONY as bmake won't build themBryan Drewery2015-10-152-2/+2
* | Add temporary workaround for .MAKE being applied to _worldtmp, since r251750.Bryan Drewery2015-10-151-1/+1
* | Add support for the BCM57765 card reader.Adrian Chadd2015-10-153-5/+42
* | /usr/tests is part of the base system (for *.debug files)Ed Maste2015-10-151-1/+1
* | 2nd try, after r289319:Bjoern A. Zeeb2015-10-151-1/+1
* | Add debug file extension to freebsd-update(8) after r288176Ed Maste2015-10-151-1/+1
* | Create /usr/tests *.debug file directory hierarchyEd Maste2015-10-153-0/+11
* | Hopefully also unbreak VIMAGE kernels replacing the &V_... withBjoern A. Zeeb2015-10-151-3/+3
* | mkimg: support fat16b partitions (MBR type 06h)Ed Maste2015-10-154-0/+10
* | NTB: MFV 1db97f25: Pull out platform detection logicConrad Meyer2015-10-141-31/+66
* | NTB: Abstract doorbell register accessConrad Meyer2015-10-141-48/+70
* | if_ntb: MFV 3cc5ba19: Add alignment check to meet hardware requirementConrad Meyer2015-10-141-2/+15
* | NTB: MFV a1413cfb: correct the spread of queues over mw'sConrad Meyer2015-10-141-2/+2
* | NTB: Remap MSI-X messages over available slotsConrad Meyer2015-10-141-4/+67
* | NTB: Reserve link event doorbell callback on XeonConrad Meyer2015-10-141-4/+13
* | NTB: MFV 53a788a7: Split ntb_setup_interrupts() into SOC, Xeon, and legacy ro...Conrad Meyer2015-10-141-65/+112
* | if_ntb: Cleanup styleConrad Meyer2015-10-141-9/+9