General further adoption of SPDX licensing ID tags.Mainly focus on files that use BSD 3-Clause license.The Software Package Data Exchange (SPDX) group provides a specificationto make it easier f
General further adoption of SPDX licensing ID tags.Mainly focus on files that use BSD 3-Clause license.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.Special thanks to Wind River for providing access to "The Duke ofHighlander" tool: an older (2014) run over FreeBSD tree was useful as astarting point.
show more ...
DIRDEPS_BUILD: Update dependencies.Sponsored by: Dell EMC Isilon
Renumber copyright clause 4Renumber cluase 4 to 3, per what everybody else did when BSD grantedthem permission to remove clause 3. My insistance on keeping the samenumbering for legal reasons is
Renumber copyright clause 4Renumber cluase 4 to 3, per what everybody else did when BSD grantedthem permission to remove clause 3. My insistance on keeping the samenumbering for legal reasons is too pedantic, so give up on that point.Submitted by: Jan Schaumann <[email protected]>Pull Request: https://github.com/freebsd/freebsd/pull/96
Fix typo when deregistering the VLAN unconfig event handlerSubmitted by: Masao Uebayashi <[email protected]>MFC after: 3 days
dirdeps.mk now sets DEP_RELDIR
Updated dependencies
Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Requested by: Simon Gerraty <[email protected]>
Remove the advertising clause from UCB copyrighted files in usr.bin. Thisis in accordance with the information provided atftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.ChangeAlso add $F
Remove the advertising clause from UCB copyrighted files in usr.bin. Thisis in accordance with the information provided atftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.ChangeAlso add $FreeBSD$ to a few files to keep svn happy.Discussed with: imp, rwatson
Consistently use FBSDID
A function which takes no arguments has an argument list spelled (void) in theworld of ANSI C.
Remove leaf node WARNS?=2 (that mainly I added). This shouldhelp the GCC3 transition and CURRENT in general.
WARNS=2 fixup.
Be pedantic; we don't know of any shell that provides"similar but not identical" built-in replacements forfalse(1) and/or true(1).
Add a note that some shells may have the command built-in.(sh(1) indeed does)Add a cross-reference to builtin(1).
Remove obfuscating details of using the false(1) and true(1) utilitiesinside the Bourne shell scripts.PR: docs/32082
Remove whitespace at EOL.
mdoc(7) police: removed HISTORY info from the .Os call.
Fix typo
Slightly re-word sentence to allow using .Nm macro without parameter
mdoc(7) police: use the new features of the Nm macro.
$Id$ -> $FreeBSD$
Add $Id$, to make it simpler for members of the translation teams totrack.The $Id$ line is normally at the bottom of the main comment block in theman page, separated from the rest of the manpage
Add $Id$, to make it simpler for members of the translation teams totrack.The $Id$ line is normally at the bottom of the main comment block in theman page, separated from the rest of the manpage by an empty comment,like so; .\" $Id$ .\"If the immediately preceding comment is a @(#) format ID marker than thethe $Id$ will line up underneath it with no intervening blank lines.Otherwise, an additional blank line is inserted.Approved by: bde
12