summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Combine two lines into one following unifdef for r255332.Cy Schubert2018-11-241-2/+1
* sfxge(4): allow to request inner classes for Rx packetsAndrew Rybchenko2018-11-242-2/+20
* sfxge(4): add function to create packed stream RxQAndrew Rybchenko2018-11-246-34/+104
* sfxge(4): control RxQ scatter using flag instead of typeAndrew Rybchenko2018-11-246-14/+32
* Pass malloc flags directly through kevent(2) subroutines.Mark Johnston2018-11-244-28/+26
* Plug some kernel memory disclosures via kevent(2).Mark Johnston2018-11-242-1/+4
* Ensure that knotes do not get registered when KQ_CLOSING is set.Mark Johnston2018-11-241-9/+19
* Lock the knlist before releasing the in-flux state in knote_fork().Mark Johnston2018-11-241-1/+1
* sfxge(4): remove Falcon-specific concurrency checkAndrew Rybchenko2018-11-243-11/+0
* sfxge(4): move BIU test code into Siena-specific fileAndrew Rybchenko2018-11-243-77/+72
* sfxge(4): fix PreFAST static analysis warning (C6001)Andrew Rybchenko2018-11-241-3/+10
* sfxge(4): expand on comment on number of queues fieldAndrew Rybchenko2018-11-241-1/+7
* sfxge(4): remove obsolete check for pre-Siena hardwareAndrew Rybchenko2018-11-241-4/+0
* sfxge(4): fix warnings from VS2015 C compiler (C4214)Andrew Rybchenko2018-11-241-17/+17
* sfxge(4): fix warnings from VS2015 C compiler (C4057)Andrew Rybchenko2018-11-242-5/+5
* sfxge(4): fix warnings from VS2015 C compiler (C4189)Andrew Rybchenko2018-11-244-12/+14
* sfxge(4): fix warnings from VS2015 C compiler (C4100)Andrew Rybchenko2018-11-246-3/+20
* sfxge(4): fix warnings from VS2015 C compiler (C4245)Andrew Rybchenko2018-11-242-24/+32
* sfxge(4): fix warnings from VS2015 C compiler (C4244)Andrew Rybchenko2018-11-241-1/+1
* sfxge(4): fix warnings from VS2015 C compiler (C4310)Andrew Rybchenko2018-11-241-1/+1
* sfxge(4): fix probes in licensing supportAndrew Rybchenko2018-11-241-3/+3
* sfxge(4): fix diagnostics support build without SienaAndrew Rybchenko2018-11-244-166/+150
* sfxge(4): allow to use PHY stats on Huntington/MedfordAndrew Rybchenko2018-11-241-2/+2
* sfxge(4): fix coding styleAndrew Rybchenko2018-11-249-173/+126
* sfxge(4): remove unused defined for WPTR alignmentAndrew Rybchenko2018-11-241-8/+0
* sfxge(4): support new sensorsAndrew Rybchenko2018-11-241-0/+2
* sfxge(4): add new sensorsAndrew Rybchenko2018-11-242-2/+6
* sfxge(4): move Siena-specific defs to right headerAndrew Rybchenko2018-11-243-7/+10
* sfxge(4): fix build issue with PHY LED control enabledAndrew Rybchenko2018-11-244-2/+8
* sfxge(4): improve names for TXQ descriptor countsAndrew Rybchenko2018-11-244-87/+87
* sfxge(4): improve names for RXQ descriptor countsAndrew Rybchenko2018-11-244-63/+65
* sfxge(4): improve names for EVQ descriptor countsAndrew Rybchenko2018-11-244-13/+16
* sfxge(4): remove assertion on no longer used defineAndrew Rybchenko2018-11-241-2/+0
* An OSF/1 ifdef makes absolutley no sense in a FreeBSD specific sourceCy Schubert2018-11-241-3/+0
* FreeBSD 7 has been history for many moons. Remove some dead code.Cy Schubert2018-11-241-8/+0
* Parse FreeBSD Feature Control note on the ELF image activation.Konstantin Belousov2018-11-231-10/+49
* Generalize ELF parse_notes().Konstantin Belousov2018-11-231-21/+41
* Trivial reduction of the code duplication, reuse the return FALSE code.Konstantin Belousov2018-11-231-4/+3
* Honour the waitok parameter in kevent_expand().Mark Johnston2018-11-231-6/+3
* Provide storage for the process feature control flags in struct proc.Konstantin Belousov2018-11-233-4/+6
* Ensure the dirent remains initialized when dirent.d_fileno is unset.Mark Johnston2018-11-231-1/+2
* Ensure that directory entry padding bytes are zeroed.Mark Johnston2018-11-2320-33/+50
* axp8xx: Rework the enable part and add the GPIOXLDO regulatorsEmmanuel Vadot2018-11-231-23/+82
* a10_ehci: Always set the phy to host modeEmmanuel Vadot2018-11-231-1/+6
* aw_usbphy: Convert to usbphy subclassEmmanuel Vadot2018-11-231-26/+99
* Derive PHY class to new one specialized for USB PHY functions.Emmanuel Vadot2018-11-236-50/+371
* Enable the BSD crtbegin/crtend by default.Andrew Turner2018-11-231-1/+1
* sfxge(4): request info about outer frame in Rx eventsAndrew Rybchenko2018-11-231-2/+24
* sfxge(4): ignore error in completion event on MCDIv2 HWAndrew Rybchenko2018-11-231-2/+1
* sfxge(4): use MCDIv2 for requests with too long responseAndrew Rybchenko2018-11-231-1/+2