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
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
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]>
Not only had I included a syntax / style error, nice.3 is alsodeprecated.
Revert the commit that I made, there is a lot of discussionand it's not accurate anywayRequested by: jb, bde
Add wording about the priority range andmention what effect this has at certainvalues.PR: 124469Obtained from: NetBSD nice.1 v1.14MFC after: 1 week
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
Sync program's usage() with manpage's SYNOPSIS.
Sort sections.
Added the EXIT STATUS section where appropriate.
english(4) police.
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
Document the fairly obvious effect of the PATH environment variable.
Make the Examples section consistent with the rest of the system manualpages: description of command first, then command as typed (no shell prompt)using Dl macro.
Correct History: nice(1) appeared in V4.
If we can't change the scheduling priority, warn but still executethe requested utility. This is how nice(1) traditionall behaved,and the behaviour required by SUSv3 and POSIX.2 UPE.Submitted by:
If we can't change the scheduling priority, warn but still executethe requested utility. This is how nice(1) traditionall behaved,and the behaviour required by SUSv3 and POSIX.2 UPE.Submitted by: Peter Avalos <[email protected]> (partially)Reviewed by: mike
Support the SUSv3 -n option and the "--" end of options marker.Replace "command" with "utility" in the manual page & source to be moreconsistent with the terminology used in the standard, and to hi
Support the SUSv3 -n option and the "--" end of options marker.Replace "command" with "utility" in the manual page & source to be moreconsistent with the terminology used in the standard, and to hint thatshell builtin commands won't work.Submitted by: Peter Avalos <[email protected]> (partially)Approved by: mike
According to POSIX, exit status must be 127 if the requested utility was notfound, 126 if the execvp() failed for any other reason.Similar to rev. 1.6 to src/usr.bin/env/env.cReviewed by: mike
12