aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* vdev_geom may associate multiple vdevs per g_consumerAlan Somers2017-05-111-49/+65
* Improve error messages during command timeout for the mpr and mpsScott Long2017-05-112-9/+11
* Add LTO-8 density codes.Kenneth D. Merry2017-05-112-1/+3
* Improve build(7): add missing "buildkernel" and "installkernel"Edward Tomasz Napierala2017-05-111-5/+9
* cpio/tests/test_option_lz4: fix a use after free in the failure caseEnji Cooper2017-05-111-1/+1
* Mark all md tests as requiring unsafe AIO in order to functionEnji Cooper2017-05-111-0/+1
* procstat(1): also reference icmp(4) and sctp(4)Enji Cooper2017-05-111-0/+2
* procstat(1): document all possible `PRO` (network protocol) valuesEnji Cooper2017-05-111-1/+59
* Unconditionally install udp(4) and udplite(4) againEnji Cooper2017-05-112-4/+2
* Persistently store NIC's hardware MAC address, and add a way to retrive itRavi Pokala2017-05-111-1/+2
* procstat(1): clarify the Signal Disposition sectionEnji Cooper2017-05-111-3/+6
* procstat(1): fix a typo (it's -> its)Enji Cooper2017-05-111-2/+2
* Implement outputting of IPv6 addresses in the ippool debug list of treeCy Schubert2017-05-111-2/+24
* Fix uma_zcreate() align argument, now that the constraint is asserted.Justin Hibbits2017-05-111-2/+2
* Fix stack tracing in dtrace for powerpcJustin Hibbits2017-05-112-42/+29
* There is no good reason for TCP reassembly zone to be UMA_ZONE_NOFREE.Gleb Smirnoff2017-05-101-1/+1
* Merge bmake-20170510Simon J. Gerraty2017-05-1031-107/+407
|\
| * Import bmake-20170510Simon J. Gerraty2017-05-1032-110/+414
* | Ensure buf2 is in scopeSimon J. Gerraty2017-05-101-2/+1
* | Persistently store NIC's hardware MAC address, and add a way to retrive itRavi Pokala2017-05-105-1/+83
* | ipfw nat and natd support multiple aliasing instances with "nat global" featureEugene Grosbein2017-05-101-1/+3
* | Add several new media types to if_media.hEric Joyner2017-05-102-0/+16
* | Don't depend on assert(3) getting evaluatedAlan Somers2017-05-102-4/+6
* | strcpy => strlcpyAlan Somers2017-05-101-1/+3
* | libstand: NULL pointer dereference in rarpToomas Soome2017-05-101-1/+1
* | strcpy => strlcpyAlan Somers2017-05-101-1/+2
* | Revert to pre-r318116 wording to not give the false impressionEdward Tomasz Napierala2017-05-101-2/+2
* | mkimg: Add -C argument to specify maximum capacityEmmanuel Vadot2017-05-102-16/+53
* | hyperv/vmbus: Reorganize vmbus device treeSepherosa Ziehau2017-05-108-42/+329
* | Fix parsing of 'vmov Q<n>.F32,Q<n>.F32' instruction.Michal Meloun2017-05-101-8/+8
* | Fix the encoded instruction for FBT traps on powerpcJustin Hibbits2017-05-101-1/+1
* | Fix check for fbt_excluded() in powerpcJustin Hibbits2017-05-101-1/+1
* | llh_func_filter needs to be configured for 100GDavid C Somayajulu2017-05-101-10/+24
* | Adjust whitespace and fix a comment. No functional change.Navdeep Parhar2017-05-101-6/+6
* | ip6_output runs with the inp lock held, just like ip_output.Navdeep Parhar2017-05-101-0/+1
* | SUBDIR_OVERRIDE: Note how to restore historical behavior pre-r289725.Bryan Drewery2017-05-101-0/+5
* | Add a -DNO_LIBS to skip building the libraries phase as well.Bryan Drewery2017-05-092-0/+4
* | Random updates to resizewin(1) man page.Edward Tomasz Napierala2017-05-091-16/+24
* | Correct "first appeared in" entries for various drivers thatGlen Barber2017-05-095-10/+10
* | Remove unused constant (PATH_TEMPLATE)Enji Cooper2017-05-091-2/+0
* | Support -DWORLDFAST to skip all build steps up to 'libraries' and 'everything'.Bryan Drewery2017-05-092-1/+19
* | Support skipping 'make obj' tree-walk.Bryan Drewery2017-05-095-15/+38
* | style(9): move function definition curly braces to column 0Enji Cooper2017-05-091-3/+6
* | Print out when unsafe AIO is enabled to debugging purposesEnji Cooper2017-05-091-0/+2
* | Refactor ATF_REQUIRE_UNSAFE_AIO and PLAIN_REQUIRE_UNSAFE_AIOEnji Cooper2017-05-091-28/+41
* | Add a new SDHCI quirk, SDHCI_QUIRK_BROKEN_AUTO_STOP, to workaroundLuiz Otavio O Souza2017-05-092-6/+10
* | style(9): clean up trailing whitespaceEnji Cooper2017-05-091-1/+1
* | PROGS+META_MODE: Avoid rebuilding common sources when recursing.Bryan Drewery2017-05-091-5/+15
* | cxgbe(4): Do not assume that if_qflush is always followed by inteface-down.Navdeep Parhar2017-05-093-2/+13
* | Use const with some read-only buffers in opencrypto APIs.John Baldwin2017-05-092-13/+15