aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make gmountver(8) use direct dispatch.Edward Tomasz Napierala2017-10-261-1/+3
* Fix Dummynet AQM packet marking function ecn_mark() and fq_codel /Don Lewis2017-10-269-26/+44
* Make gmountver(8) use G_PF_ACCEPT_UNMAPPED.Edward Tomasz Napierala2017-10-261-0/+8
* Evaluate packet size after the firewall had its chance in the ip6 fast pathKristof Provost2017-10-251-8/+10
* loader.efi: Make framebuffer commands available for arm64Emmanuel Vadot2017-10-256-4/+18
* Enable i386 build of the Cavium LiquidIO driver (lio) module.Sean Bruno2017-10-2511-93/+131
* Make drain_output() use bufobj_wwait().Mark Johnston2017-10-251-12/+1
* Implement IPMI support for RB_POWRECYCLEWarner Losh2017-10-253-4/+80
* Handle RB_POWERCYCLE in ada driverWarner Losh2017-10-251-1/+1
* Handle RB_POWERCYCLE in the MI part of the kernelWarner Losh2017-10-251-1/+3
* Define RB_POWERCYCLEWarner Losh2017-10-251-0/+1
* Remove sys/boot/arm/at91 and ixp425Warner Losh2017-10-2572-10845/+0
* Move BINDIR definition to defs.mk, and override where it isn't /bootWarner Losh2017-10-2513-14/+3
* Use BOOTDIR consistently. We need to include bsd.init.mk early to makeWarner Losh2017-10-251-6/+6
* Fix a bug reported by Felix Weinrank using the libfuzzer on theMichael Tuexen2017-10-251-3/+3
* Add support for compressed kernel dumps.Mark Johnston2017-10-258-56/+299
* bnxt: add support for Flow control setting using sysctlStephen Hurd2017-10-246-89/+186
* Fix physical block number overflow in different places.Fedor Uporov2017-10-244-13/+14
* Set doreallocblks sysctl value to zero by default because ofFedor Uporov2017-10-241-1/+1
* Do not free bufs in case of extents metadata blocks + remove unneeded asserts.Fedor Uporov2017-10-241-6/+3
* Micro-optimize the handling of fictitious pages in vm_page_free_prep().Alan Cox2017-10-241-13/+12
* Fix a bug in handling special ABORT chunks.Michael Tuexen2017-10-241-11/+18
* iscsi_shutdown_post: do nothing if panic-ingAndriy Gapon2017-10-241-2/+4
* Fix a locking issue found by running AFL on the userland stack.Michael Tuexen2017-10-241-3/+0
* Add IPv6 support for O_TCPDATALEN opcode.Andrey V. Elsukov2017-10-241-4/+20