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
Adopt SRCTOP in usr.binPrefer ${SRCTOP}/foo over ${.CURDIR}/../../foo and ${SRCTOP}/usr.bin/fooover ${.CURDIR}/../foo for paths in Makefiles.Differential Revision: https://reviews.freebsd.org/D9
Adopt SRCTOP in usr.binPrefer ${SRCTOP}/foo over ${.CURDIR}/../../foo and ${SRCTOP}/usr.bin/fooover ${.CURDIR}/../foo for paths in Makefiles.Differential Revision: https://reviews.freebsd.org/D9932Sponsored by: NetflixSilence on: arch@ (twice)
Rename YP to NIS in the manpages.Approved by: bapt (mentor)Differential Revision: D3555
Sync ypwhich(1) code with the OpenBSD version that is more modern.Update the BSD LICENSE and remove the 3rd clause.Reviewed by: rodrigc, kib, baptApproved by: bapt (mentor)Obtained from: OpenBSD
Sync ypwhich(1) code with the OpenBSD version that is more modern.Update the BSD LICENSE and remove the 3rd clause.Reviewed by: rodrigc, kib, baptApproved by: bapt (mentor)Obtained from: OpenBSDDifferential Revision: D3249
Use nitems instead of "sizeof ypaliases/sizeof ypaliases[0]".Make the if statement more expressive.Differential Revision: D3366Reviewed by: edApproved by: bapt, rodrigc (mentor)
Compilers will complain the usage of obsolescent variable declarations.Also it will fix the build problem with sparc64.Submitted by: ed@
Staticfy and constify some variables and clean up the code a bit to make itmore readable. No functional change.Differential Revision: D3166Reviewed by: kibSponsored by: gandi.net
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]>
Variable 'getmap' is unused.Found by: clang static analyzer
Build usr.bin/ with WARNS=6 by default.Also add some missing $FreeBSD$ to keep svn happy.
Revert most part of 200420 as requested, as more review and polish isneeded.
Remove unneeded header includes from usr.bin/ except contributed code.Tested with: make universe
Support shadow.byname and shadow.byuid maps, protecting them byinsisting on privileged port access.Include /var/yp/Makefile.local if it exists and suggest usingit to override /var/yp/Makefile beh
Support shadow.byname and shadow.byuid maps, protecting them byinsisting on privileged port access.Include /var/yp/Makefile.local if it exists and suggest usingit to override /var/yp/Makefile behaviour.Approved by: re (kib)MFC after: 3 weeks
Fix markup nit.
Mechanically kill hard sentence breaks.
Be consistant while reporting error conditions.
Fix up warnings. There were some biggies here. There seems to be twodifferent sets of definitions in /usr/include/rpcsvc, mostly compatable,but with different names. Will the real one please sta
Fix up warnings. There were some biggies here. There seems to be twodifferent sets of definitions in /usr/include/rpcsvc, mostly compatable,but with different names. Will the real one please stand up?In order to get prototypes for yp_maplist, we had to use the 'other'naming system.
Use `The .Nm utility'
12