<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/share/examples/ipfw, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2023-08-16T17:55:03Z</updated>
<entry>
<title>Remove $FreeBSD$: one-line sh pattern</title>
<updated>2023-08-16T17:55:03Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-08-16T17:55:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf'/>
<id>urn:sha1:d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</id>
<content type='text'>
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
</content>
</entry>
<entry>
<title>spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD</title>
<updated>2023-05-12T16:44:03Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-05-10T15:40:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4d846d260e2b9a3d4d0a701462568268cbfe7a5b'/>
<id>urn:sha1:4d846d260e2b9a3d4d0a701462568268cbfe7a5b</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>-F is GNU diff specific, not implemented in BSD diff.</title>
<updated>2020-03-18T08:00:46Z</updated>
<author>
<name>Hiroki Sato</name>
<email>hrs@FreeBSD.org</email>
</author>
<published>2020-03-18T08:00:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c165f4ab694b3f8157d52867930b92e1dc0180cd'/>
<id>urn:sha1:c165f4ab694b3f8157d52867930b92e1dc0180cd</id>
<content type='text'>
Reported by:	kouya@ryuhoku.jp
MFC after:	3 days
</content>
</entry>
<entry>
<title>share and pc-sysinstall: adoption of SPDX licensing ID tags.</title>
<updated>2017-11-27T15:28:26Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2017-11-27T15:28:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f0cfa1b168014f56c02b83e5f28412cc5f78d117'/>
<id>urn:sha1:f0cfa1b168014f56c02b83e5f28412cc5f78d117</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>make sure we really don't have a tty when installing rules.  This prevents</title>
<updated>2003-09-07T07:52:56Z</updated>
<author>
<name>John-Mark Gurney</name>
<email>jmg@FreeBSD.org</email>
</author>
<published>2003-09-07T07:52:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=978243bd80a17607addca02212af7e1aa7f4e8e0'/>
<id>urn:sha1:978243bd80a17607addca02212af7e1aa7f4e8e0</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>Various spelling and grammar fixes</title>
<updated>2003-02-13T12:02:51Z</updated>
<author>
<name>Christian Brueffer</name>
<email>brueffer@FreeBSD.org</email>
</author>
<published>2003-02-13T12:02:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f212b184093921fc3839c7c65aa7b6c7ac6daa15'/>
<id>urn:sha1:f212b184093921fc3839c7c65aa7b6c7ac6daa15</id>
<content type='text'>
PR:		44312
Submitted by:	Chris Pepper &lt;pepper@rockefeller.edu&gt;
MFC after:	3 days
</content>
</entry>
<entry>
<title>1) Fix change_rules.sh for the case where firewall_type provides the</title>
<updated>2001-09-30T14:30:55Z</updated>
<author>
<name>Sheldon Hearn</name>
<email>sheldonh@FreeBSD.org</email>
</author>
<published>2001-09-30T14:30:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=256ab0ef06f4ec187fffc14e12627297bfffa0b9'/>
<id>urn:sha1:256ab0ef06f4ec187fffc14e12627297bfffa0b9</id>
<content type='text'>
   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.
</content>
</entry>
<entry>
<title>Make this really work.</title>
<updated>2001-06-18T12:35:14Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2001-06-18T12:35:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=29d19e86aecf8850f2dc0ab5df023d8e5b4de9ed'/>
<id>urn:sha1:29d19e86aecf8850f2dc0ab5df023d8e5b4de9ed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use ${EDITOR} as claimed.</title>
<updated>2001-06-06T19:34:02Z</updated>
<author>
<name>Daniel C. Sobral</name>
<email>dcs@FreeBSD.org</email>
</author>
<published>2001-06-06T19:34:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=db97c662cfa859e88631f6956bf5a8456985cede'/>
<id>urn:sha1:db97c662cfa859e88631f6956bf5a8456985cede</id>
<content type='text'>
Source rc.conf and use ${firewall_script} instead of rc.firewall.

Textwidth formatting of comments and text.

PR:
Submitted by:	Maxim &lt;maxim@news1.macomnet.ru&gt;

(sorry if I got name/email/committer status wrong :)
</content>
</entry>
<entry>
<title>Introduce an example script of safe changing of ipfw(8) rules.</title>
<updated>2001-06-06T15:45:04Z</updated>
<author>
<name>Daniel C. Sobral</name>
<email>dcs@FreeBSD.org</email>
</author>
<published>2001-06-06T15:45:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7b4d3c72cc4ba8071f0fde23be4a06e3515c3ffc'/>
<id>urn:sha1:7b4d3c72cc4ba8071f0fde23be4a06e3515c3ffc</id>
<content type='text'>
I'm sure this can be much improved, but this works fairly well.

PR:		27887
Submitted by:	Alexandre Peixoto &lt;alexandref@tcoip.com.br&gt;
MFC after:	1 week
</content>
</entry>
</feed>
