various: general adoption of SPDX licensing ID tags.Mainly focus on files that use BSD 2-Clause license, however the tool Iwas using misidentified many licenses so this was mostly a manual - error
various: general adoption of SPDX licensing ID tags.Mainly focus on files that use BSD 2-Clause license, however the tool Iwas using misidentified 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.No functional change intended.
show more ...
DIRDEPS_BUILD: Update dependencies.Sponsored by: Dell EMC Isilon
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]>
mdoc: order prologue macros consistently by Dd/Dt/OsAlthough groff_mdoc(7) gives another impression, this is the orderingmost widely used and also required by mdocml/mandoc.Reviewed by: ruAppro
mdoc: order prologue macros consistently by Dd/Dt/OsAlthough groff_mdoc(7) gives another impression, this is the orderingmost widely used and also required by mdocml/mandoc.Reviewed by: ruApproved by: philip, ed (mentors)
The last big commit: let usr.sbin/ use WARNS=6 by default.
Remove unnecessary SRCS= where could be guessed directly by ourbsd.*.mk infrasture.Obtained from: ru
WARNS?=6 cleanup for [gs]et[fp]mac: - Constify structure members that should not be changed during process. - Apply static where needed - signed/unsigned madness - Bump WARNS?= levels from 2 t
WARNS?=6 cleanup for [gs]et[fp]mac: - Constify structure members that should not be changed during process. - Apply static where needed - signed/unsigned madness - Bump WARNS?= levels from 2 to 6(this is a diff reduction for a subsequent commit against theseMakefile's)
Mechanically kill hard sentence breaks.
mdoc(7) police: Scheduled sweep.
Cross-reference mac(4).Sponsored by: DARPA, Network Associates Laboratories
s/^Sh/.Sh/ (macros begin with .)
Document setpmac.Sponsored by: DARPA, Network Associates LaboratoriesObtained from: TrustedBSD Project
In general, prefer WARNS to CFLAGS+=-Wall. Tend towards a moreBSD-esque Makefile style.Submitted by: obrienApproved by: re
Introduce simple command line tools to manage MAC labels on processes andfiles. Basically wrappers for mac_{get,set}_{file,link,pid,proc}(3).Man pages to be updated shortly.Approved by: reObtai
Introduce simple command line tools to manage MAC labels on processes andfiles. Basically wrappers for mac_{get,set}_{file,link,pid,proc}(3).Man pages to be updated shortly.Approved by: reObtained from: TrustedBSD ProjectSponsored by: DARPA, Network Associates Laboratories