aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | FreeBSD 7 has been history for many moons. Remove some dead code.Cy Schubert2018-11-241-8/+0
| * | | | | | | MFV r340865:Martin Matuska2018-11-2411-39/+104
| |\ \ \ \ \ \ \
| | * | | | | | | Update vendor/libarchive/dist to git 0e416f2fe757ad6841dbb3386a17d88b5c9f5533Martin Matuska2018-11-2413-40/+112
| * | | | | | | | 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
| * | | | | | | | rtld: parse FreeBSD Feature Control note on the object load.Konstantin Belousov2018-11-232-0/+9
| * | | | | | | | Nuke out buffer overflow safety marker code, it duplicates similar code inMaxim Sobolev2018-11-231-16/+1
| * | | | | | | | 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
| * | | | | | | | Revert r340843 - addressed independently in r340842!Conrad Meyer2018-11-231-4/+0
| * | | | | | | | rtld: Silence a false positive GCC 6.4.0 warningConrad Meyer2018-11-231-0/+4
| * | | | | | | | Silence gcc warnings.Konstantin Belousov2018-11-231-0/+3
| * | | | | | | | Enable the BSD crtbegin/crtend by default.Andrew Turner2018-11-233-2/+7
| * | | | | | | | Mark the function called by the MIPS .init/.fini sequence with .local.Andrew Turner2018-11-231-0/+2
| * | | | | | | | 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
| * | | | | | | | regexec: fix processing multibyte strings.Yuri Pankov2018-11-233-2/+82
| * | | | | | | | Disable build-id in i386 binary boot componentsEd Maste2018-11-231-0/+5
| * | | | | | | | sfxge(4): support inner checksum offload on transmitAndrew Rybchenko2018-11-233-7/+37
| * | | | | | | | Add support for none ACPI battery method batteriesTom Jones2018-11-231-7/+4
| * | | | | | | | sfxge(4): make MAC naming consistent with other modulesAndrew Rybchenko2018-11-231-5/+5
| * | | | | | | | sfxge(4): enforce packed stream fake buffer sizeAndrew Rybchenko2018-11-232-6/+17
| * | | | | | | | sfxge(4): provide simple access to RxQ state in EvQAndrew Rybchenko2018-11-232-4/+5
| * | | | | | | | sfxge(4): improve RxQ label init prototypeAndrew Rybchenko2018-11-233-3/+5
| * | | | | | | | sfxge(4): support MUM/SUC firmware partitionsAndrew Rybchenko2018-11-232-0/+2
| * | | | | | | | sfxge(4): fix ignoring function return valueAndrew Rybchenko2018-11-232-7/+7
| * | | | | | | | sfxge(4): quieten get version methodsAndrew Rybchenko2018-11-231-1/+1
| * | | | | | | | sfxge(4): remove duplicate NVRAM assertsAndrew Rybchenko2018-11-233-27/+2
| * | | | | | | | sfxge(4): precheck and verify flash writesAndrew Rybchenko2018-11-235-2/+87
| * | | | | | | | sfxge(4): fix check in NVRAM validateAndrew Rybchenko2018-11-231-4/+5
| * | | | | | | | sfxge(4): report correct partition write chunk sizeAndrew Rybchenko2018-11-231-3/+14
| * | | | | | | | sfxge(4): check NVRAM locking by partition IDAndrew Rybchenko2018-11-232-20/+26
| * | | | | | | | sfxge(4): simplify NVRAM type to partition mappingsAndrew Rybchenko2018-11-231-73/+37
| * | | | | | | | sfxge(4): rename firmware update verify result cap fieldAndrew Rybchenko2018-11-235-8/+8
| * | | | | | | | sfxge(4): extend NVRAM RW finish to return verify resultAndrew Rybchenko2018-11-234-9/+18
| * | | | | | | | sfxge(4): report verify result from RW finish callbackAndrew Rybchenko2018-11-237-28/+36
| * | | | | | | | sfxge(4): simplify verify result handlingAndrew Rybchenko2018-11-231-12/+11
| * | | | | | | | sfxge(4): fix result code in MCDI NVRAM update finishAndrew Rybchenko2018-11-231-1/+1
| * | | | | | | | sfxge(4): copy new header from firmware srcAndrew Rybchenko2018-11-231-3/+9
| * | | | | | | | sfxge(4): add RSS key size defineAndrew Rybchenko2018-11-232-0/+4
| * | | | | | | | sfxge(4): add API to set an RSS context for a filterAndrew Rybchenko2018-11-233-10/+42
| * | | | | | | | sfxge(4): update RSS API to take RSS context parameterAndrew Rybchenko2018-11-236-31/+84