<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/net, branch release/5.4.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F5.4.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F5.4.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2005-05-06T02:51:10Z</updated>
<entry>
<title>If we are going to</title>
<updated>2005-05-06T02:51:10Z</updated>
<author>
<name>Colin Percival</name>
<email>cperciva@FreeBSD.org</email>
</author>
<published>2005-05-06T02:51:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=be80f612ee151cbfd26221158cf1c86677bd5082'/>
<id>urn:sha1:be80f612ee151cbfd26221158cf1c86677bd5082</id>
<content type='text'>
1. Copy a NULL-terminated string into a fixed-length buffer, and
2. copyout that buffer to userland,
we really ought to
0. Zero the entire buffer
first.

Security: FreeBSD-SA-05:08.kmem
Approved by: re (kensmith)
</content>
</entry>
<entry>
<title>Zero the ifr.ifr_name buffer in ifconf() in order to avoid</title>
<updated>2005-04-15T01:52:40Z</updated>
<author>
<name>Colin Percival</name>
<email>cperciva@FreeBSD.org</email>
</author>
<published>2005-04-15T01:52:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=753520d95a7d1359bd94a7206698290ac487f611'/>
<id>urn:sha1:753520d95a7d1359bd94a7206698290ac487f611</id>
<content type='text'>
accidental disclosure of kernel memory to userland.

Security:	FreeBSD-SA-05:04.ifconf
</content>
</entry>
<entry>
<title>Back out previous commit (MFC of removal of if_name() function) because</title>
<updated>2005-04-12T00:48:59Z</updated>
<author>
<name>Brooks Davis</name>
<email>brooks@FreeBSD.org</email>
</author>
<published>2005-04-12T00:48:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c11779a9cbe4d713f15dfdad441f98bab2e03b35'/>
<id>urn:sha1:c11779a9cbe4d713f15dfdad441f98bab2e03b35</id>
<content type='text'>
it breaks the ABI for at least two kernel modules.  The PR is still
fixed because the real problem is only in 4.x.
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2005-04-12T00:05:10Z</updated>
<author>
<name>Brooks Davis</name>
<email>brooks@FreeBSD.org</email>
</author>
<published>2005-04-12T00:05:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=138c65cf098ca9aee3066983ba60176e096e8e2e'/>
<id>urn:sha1:138c65cf098ca9aee3066983ba60176e096e8e2e</id>
<content type='text'>
  Since net/net_osdep.c contained only one function that could be
  trivially implemented as a macro, do that and remove it.  NetBSD did
  this quite a while ago.

PR:		kern/33201
Prodded by:	Matteo Riondato &lt;rionda at gufi dot org&gt;
</content>
</entry>
<entry>
<title>Merge bpf.c:1.144 from HEAD to RELENG_5:</title>
<updated>2005-04-01T05:35:46Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2005-04-01T05:35:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f05e4514b16e989a92b072afd60c3ca7b8603b5e'/>
<id>urn:sha1:f05e4514b16e989a92b072afd60c3ca7b8603b5e</id>
<content type='text'>
  In bpf_setf(), protect against races between multiple user threads
  attempting to change the BPF filter on a BPF descriptor at the same
  time: retrieve the old filter pointer under the same locked region
  as setting the new pointer.

Approved by:	re (kensmith)
</content>
</entry>
<entry>
<title>Merge bpf.c:1.143 from HEAD to RELENG_5:</title>
<updated>2005-04-01T05:35:10Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2005-04-01T05:35:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=994c773b08d0867ab2f58961fc7292127a1c6e0d'/>
<id>urn:sha1:994c773b08d0867ab2f58961fc7292127a1c6e0d</id>
<content type='text'>
  Update a comment describing bpf_iflist to indicate that the BPF interface
  structures correspond to specific link layers, so the same network
  interface may appear more than once.

Approved by:	re (kensmith)
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2005-03-31T14:58:36Z</updated>
<author>
<name>Maxim Sobolev</name>
<email>sobomax@FreeBSD.org</email>
</author>
<published>2005-03-31T14:58:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=16128c84a36bde1cfc44637da6d8fe5408f2555d'/>
<id>urn:sha1:16128c84a36bde1cfc44637da6d8fe5408f2555d</id>
<content type='text'>
o Enable all supported frame types when neither is enabled explicitly in
  the kernel config;

o fix ef(4) driver when kernel compiled w/o IPX.

Approved by:	re (kensmith)
</content>
</entry>
<entry>
<title>MFC r1.147:</title>
<updated>2005-03-30T05:11:12Z</updated>
<author>
<name>Brian Feldman</name>
<email>green@FreeBSD.org</email>
</author>
<published>2005-03-30T05:11:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c06b2d467ddd6f8998488a2bff30218f1e06ae02'/>
<id>urn:sha1:c06b2d467ddd6f8998488a2bff30218f1e06ae02</id>
<content type='text'>
    You must selwakeup{,pri}() when closing a selectable object or the
    td-&gt;td_sel will get trashed and crash the system.  Fix BPF's mistake
    in this area.

Approved by:	re
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2005-03-28T13:05:40Z</updated>
<author>
<name>Andrew Gallatin</name>
<email>gallatin@FreeBSD.org</email>
</author>
<published>2005-03-28T13:05:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1c3e0126beedd336a3cc8ea6f998976c374726fe'/>
<id>urn:sha1:1c3e0126beedd336a3cc8ea6f998976c374726fe</id>
<content type='text'>
Zero the reserved fields of the header, as per rfc 2734.  This change
results in connectivty to MacOSX hosts via fwip.

Approved by:	re (kensmith)
</content>
</entry>
<entry>
<title>MFC Common Address Redundancy Protocol implementation.</title>
<updated>2005-03-21T16:05:36Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2005-03-21T16:05:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6524034ab52a3d842fb3ec3ebe56a1fdf4a4f66d'/>
<id>urn:sha1:6524034ab52a3d842fb3ec3ebe56a1fdf4a4f66d</id>
<content type='text'>
Approved by:	re
</content>
</entry>
</feed>
