aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix amusingly harmless mis-merge.Dag-Erling Smørgrav2017-02-261-1/+0
* Add clkng driver for Allwinner SoCEmmanuel Vadot2017-02-2613-0/+2392
* Return better error code in case of too long CDB.Alexander Motin2017-02-262-4/+6
* Fix the acpi idle support on i386 which was broken by r312910.Yoshihiro Takahashi2017-02-261-6/+0
* Use resid field of CTIO to detect under/overruns.Alexander Motin2017-02-261-3/+4
* Fix residual length reporting in target mode.Alexander Motin2017-02-262-28/+28
* Implement timerfd family syscalls.Dmitry Chagin2017-02-268-12/+444
* Nostly style(9) changes, replace unused eventfd_truncate()Dmitry Chagin2017-02-261-22/+12
* Return EOVERFLOW error in case then the size of tv_sec field of struct timespecDmitry Chagin2017-02-263-14/+30
* Regen after r314291 (timerfd definition).Dmitry Chagin2017-02-269-27/+210
* Change Linuxulator timerfd syscalls definition to match actual Linux one.Dmitry Chagin2017-02-263-9/+18
* Implement use of multiple transfers per I/O.Alexander Motin2017-02-261-101/+40
* spelling fixAlfred Perlstein2017-02-261-1/+1
* More FreeBSD tips for fortune(6)Alfred Perlstein2017-02-261-16/+120
* iwn: stop all watchdogs on device shutdown.Andriy Voskoboinyk2017-02-261-0/+1
* Do some minimal work to better conform to the 802.3ad (LACP) standard.Jonathan T. Looney2017-02-261-5/+13
* Move inclusion of opt_printf.h around so that we can compile all theWarner Losh2017-02-254-10/+14
* Fix linux_fstatfs() to return proper value for f_frsize. Without it,Edward Tomasz Napierala2017-02-253-3/+15
* MFV 314276Josh Paetzel2017-02-251-20/+26
|\
| * 7570 tunable to allow zvol SCSI unmap to return on commit of txn to ZILJosh Paetzel2017-02-251-20/+21
* | Remove unused macro from common/drv.c.Mariusz Zaborski2017-02-252-16/+0
* | l2arc: try to fix write size calculation broken by Compressed ARC commitAndriy Gapon2017-02-251-18/+18
* | zfs: call spa_deadman on a taskqueue threadAndriy Gapon2017-02-253-8/+32
* | call vm_lowmem hook in uma_reclaim_workerAndriy Gapon2017-02-254-4/+16
* | chromebook_platform: catch up with ig4iic -> ig4iic_pci in r310621Andriy Gapon2017-02-251-1/+1
* | add chromebook_platform.4 to the list of manual pagesAndriy Gapon2017-02-251-0/+1
* | MFV 314243Josh Paetzel2017-02-259-36/+90
|\|
| * 6676 Race between unique_insert() and unique_remove() causes ZFS fsid changeJosh Paetzel2017-02-259-36/+90
* | Add reporting SAS protocol, in case we ever have one.Alexander Motin2017-02-252-0/+4
* | Use ctl_queue_sense() to implement sense data reporting.Alexander Motin2017-02-251-7/+9
* | Reenable CTL_WITH_CA, optimizing it for lower memory usage.Alexander Motin2017-02-252-46/+45
* | Update kern_data_resid according to r312291.Alexander Motin2017-02-251-27/+9
* | Do not leak mount references for dying threads.Konstantin Belousov2017-02-257-13/+22
* | Do not use ULL suffix. Cast to uint64_t where the suffix is needed,Konstantin Belousov2017-02-251-2/+3
* | Convert PCIe Hot Plug to using pci_request_featureWarner Losh2017-02-2532-21/+100
* | Rename pci_pcie_intr to pci_pcie_intr_hotplug.Warner Losh2017-02-251-4/+4
* | Create pcib_request_feature.Warner Losh2017-02-253-0/+38
* | Axe out some forever disabled questionable functionality.Alexander Motin2017-02-251-116/+6
* | Improve CAM target frontend reference counting.Alexander Motin2017-02-251-54/+52
* | Fill MK_LIBTHR as far as lib/libthr is concernedEnji Cooper2017-02-251-3/+6
* | Remove MK_OBJC blockEnji Cooper2017-02-251-4/+0
* | Remove MK_CRYPT stubEnji Cooper2017-02-251-4/+0
* | Fill in MK_RESCUE by finding paths in ${DESTDIR}/rescue and addingEnji Cooper2017-02-251-3/+8
* | Conditionally compile certain programs into rescue(8) if requestedEnji Cooper2017-02-252-2/+14
* | Add shutdown/poweroff support to rescue(8)Enji Cooper2017-02-251-1/+2
* | iwn: some initialization / RF switch state change fixes.Andriy Voskoboinyk2017-02-252-85/+66
* | Parameterize out the length of struct filed->f_lasttime as `MAXDATELEN`Enji Cooper2017-02-251-4/+6
* | Exit when we can't print a variable.Warner Losh2017-02-251-11/+10
* | Don't convert ENOENT to nothing for individual lookup, just for theWarner Losh2017-02-251-4/+6
* | Make nvmecontrol logpage -p help list known pages.Warner Losh2017-02-253-24/+60