aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Actually add zfs32/MakefileWarner Losh2017-10-301-0/+5
* For amd64, compile both zfs and zfs32 libraries.Warner Losh2017-10-3019-117/+66
* Minor cleanupWarner Losh2017-10-301-3/+1
* We don't need to build a special ficl for userboot.Warner Losh2017-10-303-75/+1
* Remove the -nostdlib stuff I added. Instead, fix LDFLAGS to be honoredWarner Losh2017-10-302-5/+3
* Use defs.mk name and prefer bsd.init.mkWarner Losh2017-10-3019-122/+118
* Use defs.mk values for userbootWarner Losh2017-10-304-22/+19
* bnxt: Add support for new phy_types and speedsStephen Hurd2017-10-302-108/+70
* bnxt: HW_LRO Rx Pkt with > 32 fragments caused Crash (iflib)Stephen Hurd2017-10-301-1/+2
* Fix PR222744 - netmap errors with iflib em driverStephen Hurd2017-10-301-116/+106
* Avoid enabling MSI-X if MSI-X is disabled globallyStephen Hurd2017-10-301-0/+13
* rtwn_usb(4): add few USB IDs.Andriy Voskoboinyk2017-10-302-0/+4
* Remove unnecessary C in .fwo file I accidentally made consistentEnji Cooper2017-10-301-2/+2
* Fix a bad copy-paste (8000C -> 8265) done in r325122Enji Cooper2017-10-301-1/+1
* Fill in the blanks for iwm8265fw(4) rules, missed in r324434Enji Cooper2017-10-301-0/+14
* Update DPAA SDK to SDK 2.0Justin Hibbits2017-10-30147-21922/+53651
* Send IDLE IMMEDIATE for warm boot.Warner Losh2017-10-301-6/+18
* Use defs.mk defins in most MD codeWarner Losh2017-10-3011-84/+81
* Add Microchip 1-MBit SPI flash IDJustin Hibbits2017-10-301-0/+1
* Add P5010/P5010E for completenessJustin Hibbits2017-10-301-0/+2
* Improve the performance of the hpet timer in bhyve guests by making theIan Lepore2017-10-291-1/+1
* Add back missing MTX_DEF, it still needs to be there.Edward Tomasz Napierala2017-10-291-1/+1
* Update several more URLsEitan Adler2017-10-2992-181/+181
* Cleanup non-arch MakefilesWarner Losh2017-10-298-23/+26
* Define new EFI variablesWarner Losh2017-10-298-59/+62
* Split the hardware type enum and the hw feature flags bits into separateIan Lepore2017-10-281-16/+22
* Use the 16-bit receive shift feature in ffec hardware that supports it.Ian Lepore2017-10-281-33/+44
* Support up to 3 IRQs in the ffec driver.Ian Lepore2017-10-281-21/+36
* Add a #define RESOURCE_SPEC_END. Similar to DEVMETHOD_END andIan Lepore2017-10-281-0/+1
* Avoid AXI bus issues due to a MAC reset on imx6sx and imx7.Ian Lepore2017-10-281-2/+15
* Add FECFLAG_AVB variant flag to support new features on imx7.Ian Lepore2017-10-282-8/+18
* Increase the alignment of the rx/tx descriptor ring buffers to 64 bytes.Ian Lepore2017-10-281-1/+1
* Remove a stale and incorrect comment.Mark Johnston2017-10-281-5/+1
* Remove workqueue items after updating the workqueue tail pointer.Mark Johnston2017-10-281-3/+2
* Fix MAC address detection regression introduced by r324184Oleksandr Tymoshenko2017-10-271-23/+39
* Fix parsing error when processing cmsg in SCTP send calls. Thei bug isMichael Tuexen2017-10-271-17/+22
* Actually release resources in detach() rather than just returning EBUSY.Ian Lepore2017-10-271-10/+21
* Fix a lock leak in g_mirror_destroy().Mark Johnston2017-10-271-1/+3
* Update comment to match r177997 & r178036 changes.David E. O'Brien2017-10-271-1/+1
* nvd alias has caused some problems, revert it for the moment.Warner Losh2017-10-271-1/+1
* Rework pass through changes in r305485 to be safer.John Baldwin2017-10-272-3/+14
* Discard the correct thread event reported for a ptrace stop.John Baldwin2017-10-272-1/+8
* We should be call adaerror() instead of cam_periph_error() always.Warner Losh2017-10-261-4/+4
* Always send STANDBY IMMEDIATE when shutting downWarner Losh2017-10-261-10/+44
* Make time we wait for a power cycle tunable.Warner Losh2017-10-261-2/+6
* Various IPMI watchdog timer improvementsWarner Losh2017-10-263-6/+115
* Introduce cnvlist_name() and cnvlist_type() functions.Mariusz Zaborski2017-10-262-0/+20
* Fix aio_suspend in 32-bit emulationAlan Somers2017-10-261-1/+1
* libnv: Fix strict-aliasing violation with cookieJilles Tjoelker2017-10-261-10/+14
* Add a 'place holder' arm struct efi_fb until a real one comesWarner Losh2017-10-261-0/+15