summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Regen.kevlo2014-01-031-4/+28
* Add support for the MediaTek/Ralink RT3593 chipset.kevlo2014-01-035-146/+683
* Use pointer to struct sockaddr_in6 in lla_lookup() call.ae2014-01-031-1/+1
* Add IF_AFDATA_WLOCK_ASSERT() in case lla_lookup() is called withae2014-01-032-0/+2
* Fill in some more info about the (somewhat old) Samsung parts I haveimp2014-01-031-4/+4
* The HOT-E HL201 has 128MB Samsung SLC NAND, ID it properly.imp2014-01-031-0/+2
* Add an option to enable or disable the small RX packet copying thatadrian2014-01-023-2/+8
* Convert #defines to enums so that the values are visible in the debugger.gnn2014-01-021-120/+126
* Rework the DSDT generation code a bit to generate more accurate info aboutjhb2014-01-0212-115/+417
* Update the description for pmap_remove_pages() to match the modernkib2014-01-021-9/+31
* Assert that accounting for the pmap resident pages does not underflow.kib2014-01-021-0/+3
* Revert r260073; small diff reduction wrt gcc43 and Apple GCC.pfg2014-01-028-84/+41
* Revert r260165: Proper configuration of unmapped_buf_allowed should be usedzbb2014-01-021-8/+0
* Fix regression from r249894. Now we pass "gw" as argument to if_outputglebius2014-01-021-0/+6
* lla_lookup() does modification only when LLE_CREATE is specified.ae2014-01-023-11/+11
* Fix !INET6 build for various platforms.delphij2014-01-021-0/+2
* MFV r260155:delphij2014-01-025-9/+26
* Minor correction for the XHCI reset logic.hselasky2014-01-021-2/+2
* MFV r260154 + 260182:delphij2014-01-0234-280/+1676
|\
| * 4369 implement zfs bookmarksdelphij2014-01-0119-119/+904
| * 4121 vdev_label_init should treat request as succeeded when pooldelphij2014-01-011-1/+1
| * 4370 avoid transmitting holes during zfs sendavg2013-12-1030-337/+550
| * 4188 assertion failed in dmu_tx_hold_free(): dn_datablkshift != 0avg2013-12-041-1/+8
| * 3580 Want zvols to return volblocksize when queried for physical block sizeavg2013-12-041-31/+52
| * 4347 ZPL can use dmu_tx_assign(TXG_WAIT)avg2013-11-263-51/+20
| * 4322 ZFS deadlock on dp_config_rwlockavg2013-11-201-2/+4
| * 4128 disks in zpools never go away when pulledavg2013-11-202-18/+230
| * 3928 `tail -f ...` doesn't notice file truncationavg2013-11-203-1/+20
| * 4236 Internet Packet Disturberavg2013-11-201-0/+2
| * 4248 dtrace(1M) should never create DOF with empty probes sectionavg2013-11-201-3/+3
| * 4089 NULL pointer dereference in arc_read()avg2013-11-201-9/+11
| * 4088 use after free in arc_release()avg2013-11-201-1/+1
| * 3964 L2ARC should always compress metadata buffersavg2013-11-203-2/+6
| * 4166 EOF pcataavg2013-11-201-8/+0
| * 4171 clean up spa_feature_*() interfacesavg2013-11-2023-252/+305
| * 4168 ztest assertion failure in dbuf_undirtyavg2013-11-202-10/+0
| * fix a screw up in r258371avg2013-11-204-0/+255
| * 4101 metaslab_debug should allow for fine-grained controlavg2013-11-2018-1307/+2013
| * 4091 e1000g I217/I218 supportavg2013-11-201-9/+19
| * 3881 want device driver for HP SmartArray RAID controllersavg2013-11-201-0/+8
| * 3933 contract adoption can raceavg2013-11-201-4/+18
| * Update vendor-sys/illumos/dist to 14176:15e9457c12ec:delphij2013-09-051-0/+11
| * Update vendor-sys/illumos/dist to 14172:be36a38bac3d:delphij2013-09-052-2/+11
| * Update vendor-sys/illumos/dist to 14171:98413c8cf54d:delphij2013-09-054-8/+117
| * Update vendor/illumos/dist and vendor-sys/illumos/distdelphij2013-09-0534-703/+1365
* | Fix build on platforms where atomic_swap_64 is not available.delphij2014-01-021-0/+4
* | Make the comment match the code. Not sure why we calculate it thisimp2014-01-021-1/+1
* | Implement atomic_swap_<type>.marcel2014-01-011-0/+28
* | - Use counter(9) for node stats updated at a high rate.glebius2014-01-014-131/+135
* | Restructure the VMX code to enter and exit the guest. In large part this changeneel2014-01-017-413/+238
OpenPOWER on IntegriCloud