| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
| |
|
|
|
|
|
|
|
| |
The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch
up to that fact and revert to their recommended match of BSD-2-Clause.
Discussed with: pfg
MFC After: 3 days
Sponsored by: Netflix
|
| |
|
|
|
|
|
|
| |
Reported by: kouya@ryuhoku.jp
MFC after: 3 days
Notes:
svn path=/head/; revision=359067
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Mainly focus on files that use BSD 2-Clause license, however the tool I
was using misidentified many licenses so this was mostly a manual - error
prone - task.
The Software Package Data Exchange (SPDX) group provides a specification
to make it easier for automated tools to detect and summarize well known
opensource licenses. We are gradually adopting the specification, noting
that the tags are considered only advisory and do not, in any way,
superceed or replace the license texts.
Commit these apart because compile testing doesn't guarantee I didn't made
some nasty mistake. No functional change intended.
Notes:
svn path=/head/; revision=326275
|
| |
|
|
|
|
|
|
|
|
| |
a flush command from asking a question (you can't see):
If there is no tty associated with the process, this is implied.
MFC after: 1 day
Notes:
svn path=/head/; revision=119833
|
| |
|
|
|
|
|
|
|
| |
PR: 44312
Submitted by: Chris Pepper <pepper@rockefeller.edu>
MFC after: 3 days
Notes:
svn path=/head/; revision=110792
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
name of a file containing ipfw rules.
2) Replace the use of a predictable temporary filename with one
generated by mktemp(1).
3) Only exit with a zero exit status if the rules were updated.
4) Use a pager to view the new rules, not an editor.
I was told by dcs that this script's original author is no longer
interested in FreeBSD and would not wish to review this patch.
Notes:
svn path=/head/; revision=84165
|
| |
|
|
| |
Notes:
svn path=/head/; revision=78408
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Source rc.conf and use ${firewall_script} instead of rc.firewall.
Textwidth formatting of comments and text.
PR:
Submitted by: Maxim <maxim@news1.macomnet.ru>
(sorry if I got name/email/committer status wrong :)
Notes:
svn path=/head/; revision=77829
|
|
|
I'm sure this can be much improved, but this works fairly well.
PR: 27887
Submitted by: Alexandre Peixoto <alexandref@tcoip.com.br>
MFC after: 1 week
Notes:
svn path=/head/; revision=77815
|