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
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
Updated dependencies
Updated/new Makefile.depend
Add a MD_ROOT_FSTYPE kernel option. The option specifies thefile system part for the MD_ROOT mount string. Hardcoding thethe file system type as "ufs" is too restrictive.
Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Requested by: Simon Gerraty <[email protected]>
Fix small documentation mistakes.Submitted by: bruefferApproved by: kib (mentor)
Import stdbuf(1) and the shared library it relies on.This tool changes the default buffering behaviour of standardstdio streams.It only works on dynamic binaries. To make it work for staticones
Import stdbuf(1) and the shared library it relies on.This tool changes the default buffering behaviour of standardstdio streams.It only works on dynamic binaries. To make it work for staticones it would require cluttering stdio because there no singleentry point.PR: 166660Reviewed by: current@, jhbApproved by: kib (mentor)MFC after: 1 week