Add basic tests for ctfconvert(1), fold(1) and rs(1)Add basic command line parsing test coverage for these utilities. The testswere automatically generated based on their man pages. These tests
Add basic tests for ctfconvert(1), fold(1) and rs(1)Add basic command line parsing test coverage for these utilities. The testswere automatically generated based on their man pages. These tests can beexpanded by hand for more thorough coverage. The aim is to generate verybasic amount of test coverage for all the utilities in the base system.Tests generated via: https://github.com/shivansh/smoketestsuite/Submitted by: shivanshReviewed by: asomersMFC after: 3 weeksDifferential Revision: https://reviews.freebsd.org/D12424
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
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
fold(1): Revert incorrect r308432As Jean-Sébastien notes, fold(1) requires handling argv-supplied files. Thatwill require a slightly more sophisticated approach.Reported by: dumbbell@Sponsored
fold(1): Revert incorrect r308432As Jean-Sébastien notes, fold(1) requires handling argv-supplied files. Thatwill require a slightly more sophisticated approach.Reported by: dumbbell@Sponsored by: Dell EMC Isilon
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
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]>
Add missing static keywords to fold(1)
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
Fix a segmentation fault in argument processing.The crash was caused by a command line such as this one:# foldl -b1PR: bin/151592Reported by: Marcus Reid <[email protected]>Tested by: Mar
Fix a segmentation fault in argument processing.The crash was caused by a command line such as this one:# foldl -b1PR: bin/151592Reported by: Marcus Reid <[email protected]>Tested by: Marcus Reid <[email protected]>MFC after: 3 days
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
Mention what underlining is meant here.
Add cross-reference to fmt(1) and a fairly standard ENVIRONMENT section.
Add support for multibyte characters and characters that take up morethan one column position.
ANSIify function definitions.Add some constness to avoid some warnings.Remove use register keyword.Deal with missing/unneeded extern/prototypes.Some minor type changes/casts to avoid warnings.R
ANSIify function definitions.Add some constness to avoid some warnings.Remove use register keyword.Deal with missing/unneeded extern/prototypes.Some minor type changes/casts to avoid warnings.Reviewed by: md5
Only advance the column position for printable characters, update manualpage to emphasise that we count column positions, not characters.
12