aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add ability to label md(4) devices.Maxim Sobolev2017-08-282-1/+18
* Fix blackhole detection.Michael Tuexen2017-08-281-7/+9
* Make _Static_assert() work with GCC in older C++ standards.Ed Schouten2017-08-281-1/+1
* cxgbe(4): vi_mac_funcs should include the base Ethernet function. It isNavdeep Parhar2017-08-281-1/+3
* cxgbe(4): Remove write only variable from t4_port_init.Navdeep Parhar2017-08-281-3/+0
* cxgbe(4): Fix some assertions during driver detach. The netmap queuesNavdeep Parhar2017-08-281-2/+8
* cxgbe(4): Verify that the driver accesses the firmware mailbox in aNavdeep Parhar2017-08-283-1/+14
* net80211: fix a typo (premable -> preamble).Andriy Voskoboinyk2017-08-271-1/+1
* Enhance debugibility of sysctl leaf re-use warningsConrad Meyer2017-08-271-2/+87
* rtwn(4): deduplicate r92c_write_txpower().Andriy Voskoboinyk2017-08-273-65/+6
* rtwn(4): change type for Tx power values (RTL8192C / RTL8188EU).Andriy Voskoboinyk2017-08-275-7/+7
* Let g_access() log the actual error number.Konstantin Belousov2017-08-271-2/+2
* Add PCI Id for MosChip MCS9900.Konstantin Belousov2017-08-271-0/+1
* Start overhauling debug printing in the MPS and MPR drivers. The focus of thisScott Long2017-08-2710-225/+318
* Improve scheduler performanceConrad Meyer2017-08-271-0/+9
* Eliminate redunant device path matching.Warner Losh2017-08-271-48/+1
* amd64: drop q suffix from rd[fg]sbase for gas compatibilityRyan Libby2017-08-262-4/+4
* Use efi_devpath_str for debug path info.Warner Losh2017-08-264-184/+29
* Link in libefi for boot1Warner Losh2017-08-264-13/+8
* Forward declare struct dsk to avoid warnings when building libi386.Warner Losh2017-08-261-0/+2
* Remove useless 'static' for an enum definition.Warner Losh2017-08-261-1/+1
* Fix warnings due to type mismatch.Warner Losh2017-08-261-3/+3
* _STAND is sometimes defined on the command line. Make the define here match.Warner Losh2017-08-261-1/+1
* No need for MK_ZFS around these: they are by their nature only activeWarner Losh2017-08-261-2/+0
* Use the loader.efi conventions for the various EFI tables.Warner Losh2017-08-264-36/+35
* Cleanup efi_main return typeWarner Losh2017-08-264-7/+6
* Move efi_main into efi/loaderWarner Losh2017-08-265-152/+191
* MFamd64 r322720, r322723:Konstantin Belousov2017-08-261-112/+107
* Remove unused code.Konstantin Belousov2017-08-261-10/+0
* MFamd64 r322718:Konstantin Belousov2017-08-261-7/+8
* MFamd64 r322719:Konstantin Belousov2017-08-261-2/+2
* Hide length of geli passphrase during boot.Mariusz Zaborski2017-08-266-101/+143
* Fix limits.h constants to have correct type on MIPSConrad Meyer2017-08-261-9/+15
* cxgbe(4): Dump the mailbox contents in the same format as CH_DUMP_MBOX.Navdeep Parhar2017-08-251-3/+3
* Replace global swhash in swap pager with per-object trie to track swapKonstantin Belousov2017-08-253-293/+290
* Don't grab SOCK_LOCK for soref() when queuing an AIO request.John Baldwin2017-08-251-4/+0
* Add a different #define for the maximum number of transmit andSean Bruno2017-08-252-6/+8
* Fill in reserved areas from NVMe spec in the IDENTIFY structureWarner Losh2017-08-251-4/+73
* NVME Namespace ID is 32-bits, so widen interface to reflect that.Warner Losh2017-08-254-7/+7
* Add feature codes from NVMe 1.3 specification:Warner Losh2017-08-251-1/+8
* Use counter(9) for PLPMTUD counters.Sean Bruno2017-08-253-29/+11
* Correct a regression in the previous change, r322459. Specifically, theAlan Cox2017-08-251-0/+2
* Make spinconsole platform independent and hook it up into EFI loader onMaxim Sobolev2017-08-254-18/+26
* Sync CloudABI compatibility against the latest upstream version (v0.13).Ed Schouten2017-08-2520-668/+173
* Fix bugs in (mostly) not-yet-activated parts of early/emergency output:Bruce Evans2017-08-251-6/+12
* Protect v_rdev dereference with the vnode interlock instead of theKonstantin Belousov2017-08-251-2/+2
* Support setting the colors of cursors for the VGA renderer.Bruce Evans2017-08-254-35/+62
* Use _Static_assertWarner Losh2017-08-252-19/+18
* Sanity check sizesWarner Losh2017-08-252-0/+37
* Enable bus mastering on the device before resetting the device. TheWarner Losh2017-08-251-2/+6