Convert `cap_enter() < 0 && errno != ENOSYS` to `caph_enter() < 0`.No functional change intended.
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
DIRDEPS_BUILD: Connect new directories.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
style fixes in bin/echo/testsSubmitted by: shivanshReviewed by: asomersMFC after: 2 weeksX-MFC-With: 319626Sponsored by: Google, Inc (GSoC 2017)Differential Revision: https://reviews.freebsd.o
style fixes in bin/echo/testsSubmitted by: shivanshReviewed by: asomersMFC after: 2 weeksX-MFC-With: 319626Sponsored by: Google, Inc (GSoC 2017)Differential Revision: https://reviews.freebsd.org/D11318
Add basic tests for echo(1)Verify that echo(1) does not...- ... print the trailing newline character with option '-n'.- ... print the trailing newline character when '\c' is appended to the
Add basic tests for echo(1)Verify that echo(1) does not...- ... print the trailing newline character with option '-n'.- ... print the trailing newline character when '\c' is appended to the end of the string.Submitted by: shivanshReviewed by: asomers, ngieMFC after: 1 monthSponsored by: Google, Inc (GSoC 2017)Differential Revision: D11036
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
Capsicumize some trivial stdio programsTrivially capsicumize some simple programs that just interact withstdio. This list of programs uses 'pledge("stdio")' in OpenBSD.No objection from: allanj
Capsicumize some trivial stdio programsTrivially capsicumize some simple programs that just interact withstdio. This list of programs uses 'pledge("stdio")' in OpenBSD.No objection from: allanjude, emaste, oshogboSponsored by: Dell EMC IsilonDifferential Revision: https://reviews.freebsd.org/D8307
Add history section for echo(1)Sourced using the draft copy of the second edition manualhttp://www.tuhs.org/Archive/PDP-11/Distributions/research/1972_stuff/unix_2nd_edition_manual.pdfPR: 211785
Add history section for echo(1)Sourced using the draft copy of the second edition manualhttp://www.tuhs.org/Archive/PDP-11/Distributions/research/1972_stuff/unix_2nd_edition_manual.pdfPR: 211785Approved by: bcr (mentor)MFC after: 5 daysDifferential Revision: https://reviews.freebsd.org/D8104
Explicitly add unmarked bin/ binaries to the runtime package.Note: tcsh(1) has a MK_TCSH=no test, so this should be a separatepackage, which requires pre-install/post-install scripts, to beadded l
Explicitly add unmarked bin/ binaries to the runtime package.Note: tcsh(1) has a MK_TCSH=no test, so this should be a separatepackage, which requires pre-install/post-install scripts, to beadded later.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
Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Requested by: Simon Gerraty <[email protected]>
echo(1): Clarify portability and mention literal "--" handling.MFC after: 1 week
Mark functions as __dead2 in order to help the LLVM static checkerunderstand which code paths aren't possible.This commit eliminates 117 false positive bug reports of the form"allocate memory; er
Mark functions as __dead2 in order to help the LLVM static checkerunderstand which code paths aren't possible.This commit eliminates 117 false positive bug reports of the form"allocate memory; error out if pointer is NULL; use pointer".
Add the new standard EXIT STATUS section where appropriate.Sort standard sections in the (documented) preferred order.
/*- or .\"- or #- to begin license clauses.
Mechanically kill hard sentence breaks.
123