<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/netatalk, branch releng/4.3</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>MFC: $FreeBSD$</title>
<updated>2000-08-03T01:09:59+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2000-08-03T01:09:59+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=8f782fbc5a2aa251c652981f9222d6c3f3dbd696'/>
<id>8f782fbc5a2aa251c652981f9222d6c3f3dbd696</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: only pass the address family to if_simloop()</title>
<updated>2000-06-02T22:39:09+00:00</updated>
<author>
<name>Archie Cobbs</name>
<email>archie@FreeBSD.org</email>
</author>
<published>2000-06-02T22:39:09+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a29b2971b9264627fdea211485d57605a9df4feb'/>
<id>a29b2971b9264627fdea211485d57605a9df4feb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_4'.</title>
<updated>2000-03-13T04:59:44+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2000-03-13T04:59:44+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=842f30848780866cb822fe01c4d3d4576718ddb3'/>
<id>842f30848780866cb822fe01c4d3d4576718ddb3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up some loose ends in the network code, including the X.25 and ISO</title>
<updated>2000-02-13T03:32:07+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2000-02-13T03:32:07+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=242c5536ea8a69496ed4827a9908505b8eaf52da'/>
<id>242c5536ea8a69496ed4827a9908505b8eaf52da</id>
<content type='text'>
#ifdefs.  Clean out unused netisr's and leftover netisr linker set gunk.
Tested on x86 and alpha, including world.

Approved by:	jkh
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
#ifdefs.  Clean out unused netisr's and leftover netisr linker set gunk.
Tested on x86 and alpha, including world.

Approved by:	jkh
</pre>
</div>
</content>
</entry>
<entry>
<title>Move the *intrq variables into net/intrq.c and unconditionally</title>
<updated>2000-01-24T20:39:02+00:00</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>2000-01-24T20:39:02+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=367d34f853aa3911180a4159df4d5fa0334ac816'/>
<id>367d34f853aa3911180a4159df4d5fa0334ac816</id>
<content type='text'>
include this in all kernels.  Declare some const *intrq_present
variables that can be checked by a module prior to using *intrq
to queue data.

Make the if_tun module capable of processing atm, ip, ip6, ipx,
natm and netatalk packets when TUNSIFHEAD is ioctl()d on.

Review not required by: freebsd-hackers
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
include this in all kernels.  Declare some const *intrq_present
variables that can be checked by a module prior to using *intrq
to queue data.

Make the if_tun module capable of processing atm, ip, ip6, ipx,
natm and netatalk packets when TUNSIFHEAD is ioctl()d on.

Review not required by: freebsd-hackers
</pre>
</div>
</content>
</entry>
<entry>
<title>Change #ifdef KERNEL to #ifdef _KERNEL in the public headers.  "KERNEL"</title>
<updated>1999-12-29T04:46:21+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-12-29T04:46:21+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=664a31e4967a61ec61870f45adc2f1400617993e'/>
<id>664a31e4967a61ec61870f45adc2f1400617993e</id>
<content type='text'>
is an application space macro and the applications are supposed to be free
to use it as they please (but cannot).  This is consistant with the other
BSD's who made this change quite some time ago.  More commits to come.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
is an application space macro and the applications are supposed to be free
to use it as they please (but cannot).  This is consistant with the other
BSD's who made this change quite some time ago.  More commits to come.
</pre>
</div>
</content>
</entry>
<entry>
<title>Change suser_xxx() to suser() where it applies.</title>
<updated>1999-04-27T12:21:16+00:00</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1999-04-27T12:21:16+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1c308b817a866f9cd41dd238a709e248d021f5c1'/>
<id>1c308b817a866f9cd41dd238a709e248d021f5c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Suser() simplification:</title>
<updated>1999-04-27T11:18:52+00:00</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1999-04-27T11:18:52+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f711d546d27edc6115841ef780df0252d44a996d'/>
<id>f711d546d27edc6115841ef780df0252d44a996d</id>
<content type='text'>
1:
  s/suser/suser_xxx/

2:
  Add new function: suser(struct proc *), prototyped in &lt;sys/proc.h&gt;.

3:
  s/suser_xxx(\([a-zA-Z0-9_]*\)-&gt;p_ucred, \&amp;\1-&gt;p_acflag)/suser(\1)/

The remaining suser_xxx() calls will be scrutinized and dealt with
later.

There may be some unneeded #include &lt;sys/cred.h&gt;, but they are left
as an exercise for Bruce.

More changes to the suser() API will come along with the "jail" code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1:
  s/suser/suser_xxx/

2:
  Add new function: suser(struct proc *), prototyped in &lt;sys/proc.h&gt;.

3:
  s/suser_xxx(\([a-zA-Z0-9_]*\)-&gt;p_ucred, \&amp;\1-&gt;p_acflag)/suser(\1)/

The remaining suser_xxx() calls will be scrutinized and dealt with
later.

There may be some unneeded #include &lt;sys/cred.h&gt;, but they are left
as an exercise for Bruce.

More changes to the suser() API will come along with the "jail" code.
</pre>
</div>
</content>
</entry>
<entry>
<title>        Fix warnings in preparation for adding -Wall -Wcast-qual to the</title>
<updated>1999-01-27T22:42:27+00:00</updated>
<author>
<name>Matthew Dillon</name>
<email>dillon@FreeBSD.org</email>
</author>
<published>1999-01-27T22:42:27+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=831a80b0d5d50e416fe5e4b237d3a9fd4eea00b8'/>
<id>831a80b0d5d50e416fe5e4b237d3a9fd4eea00b8</id>
<content type='text'>
        kernel compile
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
        kernel compile
</pre>
</div>
</content>
</entry>
<entry>
<title>De-staticize and add prototype for main debug function.  I'll turn</title>
<updated>1999-01-12T12:09:27+00:00</updated>
<author>
<name>Eivind Eklund</name>
<email>eivind@FreeBSD.org</email>
</author>
<published>1999-01-12T12:09:27+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d67ba04e423d0eb021c501342f296e1cc2c0e37e'/>
<id>d67ba04e423d0eb021c501342f296e1cc2c0e37e</id>
<content type='text'>
this into a DDB command in the next staticization run.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this into a DDB command in the next staticization run.
</pre>
</div>
</content>
</entry>
</feed>
