aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Remove bunch of unused lun variables.Alexander Motin2014-11-211-15/+0
* Reduce race between LUN destruction and request arrival.Alexander Motin2014-11-211-3/+5
* Fix build for certain MIPS kernels hiding an unused variable under #ifndef.Bjoern A. Zeeb2014-11-211-0/+2
* Log errors for absent LUNs too.Alexander Motin2014-11-211-5/+3
* Partially reconstruct Active/Standby clusting.Alexander Motin2014-11-2111-58/+99
* Fix smbfs to not zero out statfs f_flags field. Previously, thisEdward Tomasz Napierala2014-11-211-2/+0
* Fix the powerpc64 build.Justin Hibbits2014-11-211-1/+1
* Use canonical __PIC__ flagEd Maste2014-11-216-7/+7
* Clamp too-large hwpmc callchaindepth to the maximumEd Maste2014-11-201-2/+3
* Lock the scsi_low code and the drivers which use it along with otherJohn Baldwin2014-11-2019-907/+573
* Lock spic(4) and mark it MPSAFE:John Baldwin2014-11-201-31/+39
* Various fixes for wl(4):John Baldwin2014-11-202-432/+420
* Remove residual xpt_release_device() call left after r272406 cleanup.Alexander Motin2014-11-201-17/+1
* Actually, that was a bad idea. Go back to MAXPARTITIONS.Warner Losh2014-11-201-1/+1
* Add L2-cache writeback/flush operations. Supported 32,128-byte line-size,Ruslan Bukin2014-11-206-13/+290
* The ranges parent bus address may just be a tag to the entry in the parentAndrew Turner2014-11-201-4/+87
* Set the current vnet inside the ioctl handler for ipfilter.Craig Rodrigues2014-11-201-0/+11
* cpudep_ap_early_bootstrap() takes no arguments, so no need to give it one.Justin Hibbits2014-11-202-2/+0
* * Add a random deviceAdrian Chadd2014-11-201-1/+2
* Include a random device.Adrian Chadd2014-11-201-0/+1
* Use db_printsym() instead of our own in backtracesJustin Hibbits2014-11-201-21/+4
* Add support for Power Button PMU events on non-ADB macs, such as aluminumJustin Hibbits2014-11-202-4/+5
* cxgbe(4): figure out the max payload size and save it for later.Navdeep Parhar2014-11-192-0/+3
* The number of BSD partitions is variable. Return the proper numberWarner Losh2014-11-191-1/+1
* Use __func__ in KASSERTs, since the code is about to be moved to other place.Gleb Smirnoff2014-11-191-6/+3
* In vnode_pager_generic_getpages() vp->v_mount is dereferenced in theGleb Smirnoff2014-11-191-4/+2
* Add BERI-specific virtio mmio "platform" device.Ruslan Bukin2014-11-192-0/+262
* Do not allocate zero-length mbuf in sosend_generic().Gleb Smirnoff2014-11-191-1/+1
* Stop using early_putc immediately after configuring console with cninit()Zbigniew Bodek2014-11-191-0/+7
* pf(4) needs to have a correct checksum during its processing.Ermal Luçi2014-11-191-6/+6
* Fix build without INVARIANTS, broken by r274675.Alexander Motin2014-11-192-5/+4
* Revert r274635 as it's completely wrong.Dmitry Chagin2014-11-191-1/+3
* Fix typo.Edward Tomasz Napierala2014-11-191-1/+1
* Fix the following -Werror warning from clang 3.5.0, while buildingDimitry Andric2014-11-191-12/+11
* Fix the following -Werror warning from clang 3.5.0, while building cddl/lib/l...Dimitry Andric2014-11-191-0/+2
* Add Trendnet TEW-646UBH.Kevin Lo2014-11-192-0/+2
* Make vfs.zfs.max_recordsize read-write at runtime.Xin LI2014-11-181-1/+1
* Add locking to wds(4) and mark MPSAFE.John Baldwin2014-11-181-90/+84
* Add locking to scd(4) and mark MPSAFE.John Baldwin2014-11-183-74/+86
* Cleanups to pst(4):John Baldwin2014-11-182-19/+21
* Add locking to mly(4) and mark MPSAFE.John Baldwin2014-11-182-101/+131
* Add locking to mcd(4) and mark MPSAFE.John Baldwin2014-11-183-70/+117
* Convert the refire_notify_ack timer from timeout(9) to callout(9).John Baldwin2014-11-182-7/+12
* Add a tunable for spa_slop_shift which controls how much space weXin LI2014-11-181-0/+3
* Allow tuning zfs_max_recordsize via loader tunable. Tuning is NOTXin LI2014-11-181-0/+5
* Make gpio_default_map_gpios() static. No functional changes.Luiz Otavio O Souza2014-11-181-3/+1
* Moves all the duplicate code to a single function.Luiz Otavio O Souza2014-11-1816-140/+38
* These delays aren't needed. Elimate them. They should be on the orderWarner Losh2014-11-181-2/+0
* opt_global.h is included automatically in the build. No need toWarner Losh2014-11-1817-30/+0
* No need to list opt_global.h. No need to force ALTQ here, since that'sWarner Losh2014-11-181-3/+0