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.
show more ...
DIRDEPS_BUILD: Update dependencies.Sponsored by: Dell EMC Isilon
libvgl: do not initialize static storage.The pointer value was being initialized to 0. While it wouldhave been better to use NULL here, it is static storage sothere is no need to do so.
First pass through library packaging.Sponsored by: The FreeBSD Foundation
META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host.This both avoids some dependencies on xinstall.host and allowsbootstrapping on older releases to work due to lack of
META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host.This both avoids some dependencies on xinstall.host and allowsbootstrapping on older releases to work due to lack of at least 'install -l'support.Sponsored by: EMC / Isilon Storage Division
META_MODE: Remove DEP_RELDIR from Makefile.depend files.This has not been needed since r284171 in projects/bmake.Sponsored by: EMC / Isilon Storage Division
Fix typo when deregistering the VLAN unconfig event handlerSubmitted by: Masao Uebayashi <[email protected]>MFC after: 3 days
Export some new busdma stats via sysctl for armv6. Added: hw.busdma.tags_total: 46 hw.busdma.maps_total: 1302 hw.busdma.maps_dmamem: 851 hw.busdma.maps_coherent: 849 hw.busdma.maploads_total:
Export some new busdma stats via sysctl for armv6. Added: hw.busdma.tags_total: 46 hw.busdma.maps_total: 1302 hw.busdma.maps_dmamem: 851 hw.busdma.maps_coherent: 849 hw.busdma.maploads_total: 1568812 hw.busdma.maploads_bounced: 16750 hw.busdma.maploads_coherent: 920 hw.busdma.maploads_dmamem: 920 hw.busdma.maploads_mbuf: 1542766 hw.busdma.maploads_physmem: 0
Updated dependencies
Updated/new Makefile.depend
Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Requested by: Simon Gerraty <[email protected]>
Fix various typos in manual pages.Submitted by: amdmi3PR: 165431MFC after: 1 week
Convert files to UTF-8 and add some copyright markers where missing.
Quiet down clang -Werror.Reported by: Pawel WorachApproved by: jhb (mentor)
Integrate the line drawing algorithm from the book "Graphic Gems 1".http://www.graphicsgems.org/At the time it claimed to be 3-4 times faster than the traditionalalgorithm.PR: 18769Approved
Integrate the line drawing algorithm from the book "Graphic Gems 1".http://www.graphicsgems.org/At the time it claimed to be 3-4 times faster than the traditionalalgorithm.PR: 18769Approved by: jhb (mentor)MFC after: 2 weeks
Change libvgl's set4pixels() and set2lines() functions from plain'inline' to 'static inline'. Otherwise, a C99 compiler (such as clang)will output an undefined symbol for those functions in the re
Change libvgl's set4pixels() and set2lines() functions from plain'inline' to 'static inline'. Otherwise, a C99 compiler (such as clang)will output an undefined symbol for those functions in the resultingobject file. (Even gcc will do this, when you use "-std=c99".)This should fix the "undefined reference to `set4pixels'" errors thatsome people were seeing during ports building, when their world wascompiled with clang.Approved by: rpaulo (mentor)
Build lib/ with WARNS=6 by default.Similar to libexec/, do the same with lib/. Make WARNS=6 the norm andlower it when needed.I'm setting WARNS?=0 for secure/. It seems secure/ includes theMakef
Build lib/ with WARNS=6 by default.Similar to libexec/, do the same with lib/. Make WARNS=6 the norm andlower it when needed.I'm setting WARNS?=0 for secure/. It seems secure/ includes theMakefile.inc provided by lib/. I'm not going to touch that directory.Most of the code there is contributed anyway.
Bump the version of all non-symbol-versioned shared libraries inpreparation for 8.0-RELEASE. Add the previous version of thoselibraries to ObsoleteFiles.inc and bump __FreeBSD_Version.Reviewed b
Bump the version of all non-symbol-versioned shared libraries inpreparation for 8.0-RELEASE. Add the previous version of thoselibraries to ObsoleteFiles.inc and bump __FreeBSD_Version.Reviewed by: kibApproved by: re (rwatson)
Bump library versions in preparation for 7.0.Ok'd by: kan
o Fix typo.Obtained from: DragonFlyBSDMFC after: 1 week
Bump the shared library version number of all libraries that have notbeen bumped since RELENG_5.Reviewed by: ruApproved by: re (not needed for commit check but in principle...)
Expand contractions.
123