| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=51575
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=51561
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=51559
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=51558
|
|
|
|
|
|
|
| |
removal of one really weak and labored pun.
Notes:
svn path=/head/; revision=51414
|
|
|
|
|
|
|
| |
Jenkins has moved. Chase it.
Notes:
svn path=/head/; revision=51413
|
|
|
|
| |
Notes:
svn path=/head/; revision=51375
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=51374
|
|
|
|
|
|
|
|
| |
Reported by: swills
Sponsored by: Absolight
Notes:
svn path=/head/; revision=51373
|
|
|
|
|
|
|
|
| |
This change excludes some generally unchanged files such as release
announcements, events, news, etc.
Notes:
svn path=/head/; revision=51348
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update Bugzilla section of new committer's guide with more detailed
description of Bugzilla account merging and add reference to Kerberos
password generation/change. Based on emails bugmeister@ team receives these
items are the most common sources of confusion for new FeeBSD committers
when it comes to bugtracker.
Reviewed by: mat
Differential Revision: https://reviews.freebsd.org/D12828
Notes:
svn path=/head/; revision=51338
|
|
|
|
|
|
|
|
|
|
| |
This should encourage people to use these identifiers to highlight our
licensing advantages by adopting SPDX tags.
Submitted by: pfg@
Notes:
svn path=/head/; revision=51202
|
|
|
|
|
|
|
| |
Approved by: core
Notes:
svn path=/head/; revision=51199
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
% svn copy foo.c bar.c
and
% cp foo.c bar.c
% svn add bar.c
are equivalent. However, the first one keeps foo.c history and the second gets
rid of it.
Fix this and explain the difference.
Reviewed by: brd, allanjude
Approved by: allanjude
Differential Revision: https://reviews.freebsd.org/D12678
Notes:
svn path=/head/; revision=51127
|
|
|
|
|
|
|
|
|
|
|
|
| |
Section 6.1.7.
PR: 222655
Reviewed by: sbruno
Approved by: allanjude
Differential Revision: https://reviews.freebsd.org/D12567
Notes:
svn path=/head/; revision=51079
|
|
|
|
| |
Notes:
svn path=/head/; revision=51043
|
|
|
|
|
|
|
|
|
|
| |
Instead, just require build and testing automation of some form (e.g.
Jenkins-backed ci.freebsd.org).
Reviewed by: emaste
Notes:
svn path=/head/; revision=51042
|
|
|
|
| |
Notes:
svn path=/head/; revision=51011
|
|
|
|
| |
Notes:
svn path=/head/; revision=50970
|
|
|
|
|
|
|
|
|
| |
PR: 222006 (for the committer's guide)
Submitted by: Paul Townsend
Sponsored by: Absolight
Notes:
svn path=/head/; revision=50804
|
|
|
|
|
|
|
|
|
|
|
| |
are.
Reviewed by: bcr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D12024
Notes:
svn path=/head/; revision=50674
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=50663
|
|
|
|
|
|
|
| |
Sponsored by: The FreeBSD Foundation
Notes:
svn path=/head/; revision=50491
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=50313
|
|
|
|
| |
Notes:
svn path=/head/; revision=50311
|
|
|
|
|
|
|
|
|
| |
of leaving the file alone. (And their mentors let it pass.)
Sponsored by: Absolight
Notes:
svn path=/head/; revision=50308
|
|
|
|
|
|
|
|
| |
Submitted by: matthew
Sponsored by: Absolight
Notes:
svn path=/head/; revision=50305
|
|
|
|
|
|
|
|
| |
Pointy hat: mat
Sponsored by: Absolight
Notes:
svn path=/head/; revision=50300
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Most of those were fixed.
- "(s)" used 5 times Please do not form plurals this way. It is a
holdover from lazy programming practices, is difficult to read, and
almost always unnecessary. A plural formed with a plain "s" is usually
correct when speaking about numbers of one or more.
- "in order to" used 6 times Unless "in order to" has some special
meaning here, "to" is simpler.
- "i.e." used 1 time "I.e." (Latin "id est") means "that is" and is
mostly used in academic and scientific writing. Consider replacing
with the more common English words. Both forms are usually followed by
a comma for a verbal pause: "i.e., a b c" or "that is, a b c"
- "e.g." used 1 time "E.g." (Latin "exempli gratia") means "for example"
and is mostly used in academic and scientific writing. Consider
replacing with the more common English words. Both forms are usually
followed by a comma for a verbal pause: "e.g., a b c" or "for example,
a b c"
- "simply" used 3 times Use "simply" to mean "in a simple manner",
"just", or "merely", not the patronizing "details omitted because they
are not simple enough for you". "basically" used 2 times Use
"basically" to mean "essentially" or "fundamentally", not "only the
basics are shown because anything more will be too complicated for
you".
- "the following" used 18 times "as follows" used 3 times If something
is following, the reader can see it without being told.
- "should" used 83 times Use "should" sparingly, it is feeble and
suggests unsureness. Attempt to be imperative: "do this" rather than
"you should do this".
- "you" used 176 times "your" used 84 times "You" and "your" are
informal and subjective. Attempt to be formal and objective: "the
file" rather than "your file".
Reviewed by: wblock
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D7531
Notes:
svn path=/head/; revision=50299
|
|
|
|
|
|
|
| |
Reviewed by: bcr, gavin
Notes:
svn path=/head/; revision=50230
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
There are a couple of different forms of these in use. Add "MFC to:" and
"MFC with:" tags consistent with the existing "MFC after:", and provide
a description so that consistent values can be used.
There are ongoing discussions about "X-MFC-*" tags which still need to be
resolved and documented here, or general guidance on X-MFC-*.
Reviewed by: bcr, ngie
Differential Revision: https://reviews.freebsd.org/D10585
Notes:
svn path=/head/; revision=50227
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=50218
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=50217
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=50216
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=50215
|
|
|
|
|
|
|
|
|
|
| |
The old syntax no longer works.
Approved by: bcr (mentor)
Differential Revision: https://reviews.freebsd.org/D9426
Notes:
svn path=/head/; revision=49914
|
|
|
|
|
|
|
|
| |
Reported by: wblock (at least one of them)
Sponsored by: Absolight
Notes:
svn path=/head/; revision=49872
|
|
|
|
|
|
|
| |
Sponsored by: The FreeBSD Foundation
Notes:
svn path=/head/; revision=49801
|
|
|
|
|
|
|
|
|
|
| |
While here, bump the Copyright year.
Submitted by: ngie
Sponsored by: The FreeBSD Foundation
Notes:
svn path=/head/; revision=49800
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
section.
It will, maybe, be easier to find there.
No content change, except for the new title of the section.
Sponsored by: Absolight
Notes:
svn path=/head/; revision=49793
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=49792
|
|
|
|
|
|
|
|
|
|
| |
As it must be the absolute last line of the commit message, it is better
to put it at the end. Also, add a sentence about that.
Sponsored by: Absolight
Notes:
svn path=/head/; revision=49302
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=49294
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=49293
|
|
|
|
|
|
|
|
| |
Reported by: mat
Reviewed by: bcr
Notes:
svn path=/head/; revision=49291
|
|
|
|
|
|
|
|
|
| |
sentences to be readable.
Sponsored by: Absolight
Notes:
svn path=/head/; revision=49290
|
|
|
|
|
|
|
|
|
|
|
| |
It seems that people do not find the exp-run flag when opening a PR.
Reviewed by: bcr, wblock
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D7503
Notes:
svn path=/head/; revision=49289
|
|
|
|
|
|
|
|
|
| |
of old and potentially insecure keys.
Discussed with: David Wolfskill
Notes:
svn path=/head/; revision=49211
|
|
|
|
|
|
|
|
|
|
|
| |
revisions at once.
Reviewed by: wblock
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D5634
Notes:
svn path=/head/; revision=48460
|
|
|
|
|
|
|
|
|
| |
can only be located with a secret map that is even more difficult to
locate, requiring the solution of a series of increasingly-obscure
clues... Oh, wait, there it is, right over there.
Notes:
svn path=/head/; revision=48263
|