Convert `cap_enter() < 0 && errno != ENOSYS` to `caph_enter() < 0`.No functional change intended.
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 ...
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.
DIRDEPS_BUILD: Update dependencies.Sponsored by: Dell EMC Isilon
Add HAS_TESTS to all Makefiles that are currently using the`SUBDIR.${MK_TESTS}+= tests` idiom.This is a follow up to r321912.
Convert traditional ${MK_TESTS} conditional idiom for including testdirectories to SUBDIR.${MK_TESTS} idiomThis is being done to pave the way for future work (and homogenity) in^/projects/make-ch
Convert traditional ${MK_TESTS} conditional idiom for including testdirectories to SUBDIR.${MK_TESTS} idiomThis is being done to pave the way for future work (and homogenity) in^/projects/make-check-sandbox .No functional change intended.MFC after: 1 weeks
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
DIRDEPS_BUILD: Update dependencies.MFC after: 2 weeksSponsored by: Dell EMC Isilon
Remove the duplicated code using Capsicum helpers.Reviewed by: cem, ed, bapt, emasteDifferential Revision https://reviews.freebsd.org/D8140
Move sys/capsicum.h includes after types.h or param.hThis is not actually documented or even implied in style(9). Make the changeto match convention. Someone should document this convention in s
Move sys/capsicum.h includes after types.h or param.hThis is not actually documented or even implied in style(9). Make the changeto match convention. Someone should document this convention in style(9).Reported by: jhbSponsored by: EMC Dell Isilon
tr(1): CapsicumifyThis is a straightforward single input, single output program forcapsicum.Reviewed by: baptSponsored by: Dell EMC IsilonDifferential Revision: https://reviews.freebsd.org/D79
tr(1): CapsicumifyThis is a straightforward single input, single output program forcapsicum.Reviewed by: baptSponsored by: Dell EMC IsilonDifferential Revision: https://reviews.freebsd.org/D7928
Optimize [Cc]flag case: don't repeatedly add the last character ofstring2 to squeeze cset when string2 reach its EOS state.
Document incomplete support of [=equiv=] and collation for ranges.
Back out non-collating [a-z] ranges (r302594).Instead of changing the whole course to another POSIX-permitted wayfor consistency and uniformity I decide to completely ignore missingregex fucntiona
Back out non-collating [a-z] ranges (r302594).Instead of changing the whole course to another POSIX-permitted wayfor consistency and uniformity I decide to completely ignore missingregex fucntionality and focus on fixing bugs in what we have now,too many small obstacles we have choicing other way, counting ports.Corresponding libc changes are backed out in r302824.
Fully back out r302594 case 2) since overflow may happens.
Undo r302599 and partially r302594 case 2):since WCHAR_MAX can be not a valid wchar value, it is easier to stayinside wint_t.
Cast WCHAR_MAX to wint_t, it can be unsigned on some systems.
1) Following r302512 (remove collation support for [a-z]-ranges in libc)remove collation support for a-z ranges here too.It was implemented for single byte locales only in any case.2) Reduce [Cc]
1) Following r302512 (remove collation support for [a-z]-ranges in libc)remove collation support for a-z ranges here too.It was implemented for single byte locales only in any case.2) Reduce [Cc]flag loop to WCHAR_MAX, WINT_MAX here includes WEOF which isnot a character.3) Optimize [Cc]flag case: don't repeatedly add the last character ofstring2 to squeeze cset when string2 reach its EOS state.4) Reflect in the manpage that [=equiv=] is implemented for singlebyte locales only.
Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedafter r298107Summary of changes:- Replace all instances of FILES/TESTS with ${PACKAGE}FILES. This ensures that na
Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedafter r298107Summary of changes:- Replace all instances of FILES/TESTS with ${PACKAGE}FILES. This ensures that namespacing is kept with FILES appropriately, and that this shouldn't need to be repeated if the namespace changes -- only the definition of PACKAGE needs to be changed- Allow PACKAGE to be overridden by callers instead of forcing it to always be `tests`. In the event we get to the point where things can be split up enough in the base system, it would make more sense to group the tests with the blocks they're a part of, e.g. byacc with byacc-tests, etc- Remove PACKAGE definitions where possible, i.e. where FILES wasn't used previously.- Remove unnecessary TESTSPACKAGE definitions; this has been elided into bsd.tests.mk- Remove unnecessary BINDIRs used previously with ${PACKAGE}FILES; ${PACKAGE}FILESDIR is now automatically defined in bsd.test.mk.- Fix installation of files under data/ subdirectories in lib/libc/tests/hash and lib/libc/tests/net/getaddrinfo- Remove unnecessary .include <bsd.own.mk>s (some opportunistic cleanup)Document the proposed changes in share/examples/tests/tests/... via examplesso it's clear that ${PACKAGES}FILES is the suggested way forward in terms ofreplacing FILES. share/mk/bsd.README didn't seem like the appropriate methodof communicating that info.MFC after: never probablyX-MFC with: r298107PR: 209114Relnotes: yesTested with: buildworld, installworld, checkworld; buildworld, packageworldSponsored by: EMC / Isilon Storage Division
DIRDEPS_BUILD: Connect MK_TESTS.Sponsored by: EMC / Isilon Storage Division
Avoid adding the '-release' suffix to non-debug kernel packages.Sponsored by: The FreeBSD Foundation
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
12345