<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/modules/netgraph/patch/Makefile, branch releng/14.3</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>sys: Remove $FreeBSD$: one-line sh pattern</title>
<updated>2023-08-16T17:54:58+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-08-16T17:54:58+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=031beb4e239bfce798af17f5fe8dba8bcaf13d99'/>
<id>031beb4e239bfce798af17f5fe8dba8bcaf13d99</id>
<content type='text'>
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
</pre>
</div>
</content>
</entry>
<entry>
<title>New netgraph node ng_patch(4). It performs data modification of packets</title>
<updated>2010-06-09T12:25:57+00:00</updated>
<author>
<name>Andrey V. Elsukov</name>
<email>ae@FreeBSD.org</email>
</author>
<published>2010-06-09T12:25:57+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d359a62d442af011179d630bf0ad5b302cd2d908'/>
<id>d359a62d442af011179d630bf0ad5b302cd2d908</id>
<content type='text'>
passing through. Modifications are restricted to a subset of C language
operations on unsigned integers of 8, 16, 32 or 64 bit size.
These are: set to new value (=), addition (+=), subtraction (-=),
multiplication (*=), division (/=), negation (= -), bitwise AND (&amp;=),
bitwise OR (|=), bitwise eXclusive OR (^=), shift left (&lt;&lt;=),
shift right (&gt;&gt;=). Several operations are all applied to a packet
sequentially in order they were specified by user.

Submitted by:	Maxim Ignatenko &lt;gelraen.ua at gmail.com&gt;
		Vadim Goncharov &lt;vadimnuclight at tpu.ru&gt;
Discussed with:	net@
Approved by:	mav (mentor)
MFC after:	1 month
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
passing through. Modifications are restricted to a subset of C language
operations on unsigned integers of 8, 16, 32 or 64 bit size.
These are: set to new value (=), addition (+=), subtraction (-=),
multiplication (*=), division (/=), negation (= -), bitwise AND (&amp;=),
bitwise OR (|=), bitwise eXclusive OR (^=), shift left (&lt;&lt;=),
shift right (&gt;&gt;=). Several operations are all applied to a packet
sequentially in order they were specified by user.

Submitted by:	Maxim Ignatenko &lt;gelraen.ua at gmail.com&gt;
		Vadim Goncharov &lt;vadimnuclight at tpu.ru&gt;
Discussed with:	net@
Approved by:	mav (mentor)
MFC after:	1 month
</pre>
</div>
</content>
</entry>
</feed>
