Remove $FreeBSD$: one-line .c patternRemove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDThe SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catchup to that fact and revert to their recommended match of
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDThe SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catchup to that fact and revert to their recommended match of BSD-2-Clause.Discussed with: pfgMFC After: 3 daysSponsored by: Netflix
show more ...
lib: further adoption of SPDX licensing ID tags.Mainly focus on files that use BSD 2-Clause license, however the tool Iwas using mis-identified many licenses so this was mostly a manual - errorpr
lib: further adoption of SPDX licensing ID tags.Mainly focus on files that use BSD 2-Clause license, however the tool Iwas using mis-identified many licenses so this was mostly a manual - errorprone - task.The Software Package Data Exchange (SPDX) group provides a specificationto make it easier for automated tools to detect and summarize well knownopensource licenses. We are gradually adopting the specification, notingthat the tags are considered only advisory and do not, in any way,superceed or replace the license texts.
Constify a struct savexmm pointer in pt_ucontext_to_fpreg(), to silencea -Wcast-qual warning from clang 3.6.0.
libc_r_* library is no more required, so just axe it.Approved by: marcel, emasteSponsored by: Sandvine Incorporated
Cleanup for WARNS 3.
Add support for XMM registers in GDB for x86 processors that supportSSE (or its successors).Reviewed by: marcel, davidxuMFC After: 2 weeks
Add rudimentary support and stubs for libthr and libc_r on alpha, amd64,i386, ia64 and sparc64. Add stubs for alpha, amd64, ia64 and sparc64 forlibpthread.Restructure the source files to avoid un
Add rudimentary support and stubs for libthr and libc_r on alpha, amd64,i386, ia64 and sparc64. Add stubs for alpha, amd64, ia64 and sparc64 forlibpthread.Restructure the source files to avoid unnecessary use of subdirectoriesthat also force us to use non-portable compilation flags to deal withthe uncommon compilation requirements (building archive libraries forlinkage into a shared library).The libpthread support has been copied from the original local andcleaned-up to make them WARNS=2 clean.that also force us to use non-portable compilation flags to deal withthe uncommon compilation requirements (building archive libraries forlinkage into a shared library).The libpthread support has been copied from the original local andcleaned-up to make them WARNS=2 clean.Tested on: amd64, i386, ia64