<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/ObsoleteFiles.inc, branch releng/10.2</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F10.2</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F10.2'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2015-07-13T12:19:01Z</updated>
<entry>
<title>MFC: r285010</title>
<updated>2015-07-13T12:19:01Z</updated>
<author>
<name>Christian Brueffer</name>
<email>brueffer@FreeBSD.org</email>
</author>
<published>2015-07-13T12:19:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4d020ab53fecf7b07e1649e48ab15d69d2587c92'/>
<id>urn:sha1:4d020ab53fecf7b07e1649e48ab15d69d2587c92</id>
<content type='text'>
Add one more file missed in the BIND-removal entries.

PR:		196515
Submitted by:	Trond Endrestol
Approved by:	re (gjb)
</content>
</entry>
<entry>
<title>MFC r276148:</title>
<updated>2015-06-06T13:26:13Z</updated>
<author>
<name>Andrey V. Elsukov</name>
<email>ae@FreeBSD.org</email>
</author>
<published>2015-06-06T13:26:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=03bb2aebc8b518d6165f313b6b842bce457fec43'/>
<id>urn:sha1:03bb2aebc8b518d6165f313b6b842bce457fec43</id>
<content type='text'>
  Remove in_gif.h and in6_gif.h files. They only contain function
  declarations used by gif(4). Instead declare these functions in C files.
  Also make some variables static.

MFC r276215:
  Extern declarations in C files loses compile-time checking that
  the functions' calls match their definitions. Move them to header files.
</content>
</entry>
<entry>
<title>MFC r274246:</title>
<updated>2015-06-06T12:44:42Z</updated>
<author>
<name>Andrey V. Elsukov</name>
<email>ae@FreeBSD.org</email>
</author>
<published>2015-06-06T12:44:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=caddbb6fb9d34c4d2fab179533f92358b5d5a41b'/>
<id>urn:sha1:caddbb6fb9d34c4d2fab179533f92358b5d5a41b</id>
<content type='text'>
  Overhaul if_gre(4).

  Split it into two modules: if_gre(4) for GRE encapsulation and
  if_me(4) for minimal encapsulation within IP.

  gre(4) changes:
  * convert to if_transmit;
  * rework locking: protect access to softc with rmlock,
    protect from concurrent ioctls with sx lock;
  * correct interface accounting for outgoing datagramms (count only payload size);
  * implement generic support for using IPv6 as delivery header;
  * make implementation conform to the RFC 2784 and partially to RFC 2890;
  * add support for GRE checksums - calculate for outgoing datagramms and check
    for inconming datagramms;
  * add support for sending sequence number in GRE header;
  * remove support of cached routes. This fixes problem, when gre(4) doesn't
    work at system startup. But this also removes support for having tunnels with
    the same addresses for inner and outer header.
  * deprecate support for various GREXXX ioctls, that doesn't used in FreeBSD.
    Use our standard ioctls for tunnels.

  me(4):
  * implementation conform to RFC 2004;
  * use if_transmit;
  * use the same locking model as gre(4);

  PR:		164475

MFC r274289 (by bz):
  gcc requires variables to be initialised in two places.  One of them
  is correctly  used only under the same conditional though.

  For module builds properly check if the kernel supports INET or INET6,
  as otherwise various mips kernels without IPv6 support would fail to build.

MFC r274964:
  Add ip_gre.h to ObsoleteFiles.inc.
</content>
</entry>
<entry>
<title>MFC r282574:</title>
<updated>2015-05-21T16:44:31Z</updated>
<author>
<name>Bryan Drewery</name>
<email>bdrewery@FreeBSD.org</email>
</author>
<published>2015-05-21T16:44:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4fdc363408bca0e1886b8219aaea2e55e239781a'/>
<id>urn:sha1:4fdc363408bca0e1886b8219aaea2e55e239781a</id>
<content type='text'>
  Remove references to Giant in namei(9).  This was removed in r241896.
</content>
</entry>
<entry>
<title>MFC r276891:</title>
<updated>2015-01-23T18:56:31Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2015-01-23T18:56:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ac3b2e3c7b1173cb87614654fced78f13c41da98'/>
<id>urn:sha1:ac3b2e3c7b1173cb87614654fced78f13c41da98</id>
<content type='text'>
var/named/etc/namedb/working should be removed as part of namedb.
</content>
</entry>
<entry>
<title>MFC r273929:</title>
<updated>2014-12-21T08:30:18Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2014-12-21T08:30:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=eeb87014c2c2ef4c18642a3f7ab32d7a83ba0397'/>
<id>urn:sha1:eeb87014c2c2ef4c18642a3f7ab32d7a83ba0397</id>
<content type='text'>
r273929 (by jmmv):

  MFV: Import atf-0.21.
</content>
</entry>
<entry>
<title>MFC r275170:</title>
<updated>2014-12-05T12:51:27Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2014-12-05T12:51:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0c641ff8107a8dd78ab1a32f6f03775182488c13'/>
<id>urn:sha1:0c641ff8107a8dd78ab1a32f6f03775182488c13</id>
<content type='text'>
  Convert sbin/mdconfig/tests from prove format tests to ATF format tests

  As a side effect...
  1. The tests now checks for the root user before continuing with kyua, which is
     more visible than the test being skipped with the TAP protocol
  2. The tests work with devices that aren't /dev/md0 by caching the device
     attached during the test to a file, and later use the cached information to
     detach the device in the cleanup routine
  3. The tests no longer require perl to run

  PR: 191191
  Sponsored by: EMC / Isilon Storage Division
</content>
</entry>
<entry>
<title>Add missing /usr/lib/debug directories</title>
<updated>2014-11-10T14:26:56Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2014-11-10T14:26:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=944ecc38cd61e7b1c905968b158429634b901ff7'/>
<id>urn:sha1:944ecc38cd61e7b1c905968b158429634b901ff7</id>
<content type='text'>
Directories for /usr/lib{,32}/{i18n,private} were missing from the mtree
file, which caused installworld to install the files that should be in
the directory as the name of the directory.

MFC of r273780
</content>
</entry>
<entry>
<title>MFC r271992</title>
<updated>2014-11-05T16:24:57Z</updated>
<author>
<name>Li-Wen Hsu</name>
<email>lwhsu@FreeBSD.org</email>
</author>
<published>2014-11-05T16:24:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3c4959f1d33f40028bbeb6710a43a4a093220a2d'/>
<id>urn:sha1:3c4959f1d33f40028bbeb6710a43a4a093220a2d</id>
<content type='text'>
  Reflect the chanages in sleepqueue.h and subr_sleepqueue.c
  - Priority argument is introduced to sleepq_*wait* in r177085
  - sleepq_calc_signal_retval is removed from implementation
  - sleepq_catch_signals is internal now

MFC r272475

  - Bump .Dd

Approved by:  kevlo
</content>
</entry>
<entry>
<title>MFC r273285:</title>
<updated>2014-10-19T20:54:04Z</updated>
<author>
<name>Hiroki Sato</name>
<email>hrs@FreeBSD.org</email>
</author>
<published>2014-10-19T20:54:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=646ce5124aba2266a7b8712583b01189aa641b27'/>
<id>urn:sha1:646ce5124aba2266a7b8712583b01189aa641b27</id>
<content type='text'>
- Honer MK_KERBEROS for Heimdal rc.d scripts.
- Add rc.c/kerberos to OLD_FILES.
</content>
</entry>
</feed>
