<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test/UPDATING, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/'/>
<updated>2020-12-23T16:40:45Z</updated>
<entry>
<title>UPDATING: Announce git transition</title>
<updated>2020-12-23T16:40:45Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2020-12-23T16:40:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=878d53410f75dbd9401def736562c906f8fecc33'/>
<id>urn:sha1:878d53410f75dbd9401def736562c906f8fecc33</id>
<content type='text'>
Add an entry for the transition to git.
</content>
</entry>
<entry>
<title>/etc/services: attempt to bring the database to this century 2/2.</title>
<updated>2020-12-17T02:54:32Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2020-12-17T02:54:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=228e2087a32847fa51168f3f0c58f931cb2cb0f8'/>
<id>urn:sha1:228e2087a32847fa51168f3f0c58f931cb2cb0f8</id>
<content type='text'>
This is the final half of splitting r358153 in two, in order to avoid a build
system bugs and being able to merge an earlier change to previous releases.

Add a note to UPDATING to avoid people building from very old systems from
having issues with mergemaster

MFC after:	3 days (only 12-stable)

Differential Revision:	https://reviews.freebsd.org/D23621
</content>
</entry>
<entry>
<title>Retire obsolete GDB 6.1.1</title>
<updated>2020-12-15T17:44:19Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2020-12-15T17:44:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=1c0ea326aa6d30385a69bd1d93ee161cfbe59a5a'/>
<id>urn:sha1:1c0ea326aa6d30385a69bd1d93ee161cfbe59a5a</id>
<content type='text'>
GDB 6.1.1 was released in June 2004 and is long obsolete. It does not
support all of the architectures that FreeBSD does, and imposes
limitations on the FreeBSD kernel build, such as the continued use of
DWARF2 debugging information.

It was kept (in /usr/libexec/) only for use by crashinfo(8), which
extracts some basic information from a kernel core dump after a crash.
Crashinfo already prefers gdb from port/package if installed.

Future work may add kernel debug support to LLDB or find another path
for crashinfo's needs, but in any case we do not want to ship the
excessively outdated GDB in FreeBSD 13.

Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D27610
</content>
</entry>
<entry>
<title>Merge ping6 to ping</title>
<updated>2020-11-26T04:29:30Z</updated>
<author>
<name>Alan Somers</name>
<email>asomers@FreeBSD.org</email>
</author>
<published>2020-11-26T04:29:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=3cde9171d2d50852ab782e90acf734f416246e86'/>
<id>urn:sha1:3cde9171d2d50852ab782e90acf734f416246e86</id>
<content type='text'>
There is now a single ping binary, which chooses to use ICMP or ICMPv4
based on the -4 and -6 options, and the format of the address.

Submitted by:	Ján Sučan &lt;sucanjan@gmail.com&gt;
Sponsored by:	Google LLC (Google Summer of Code 2019)
MFC after:	Never
Differential Revision:	https://reviews.freebsd.org/D21377
</content>
</entry>
<entry>
<title>Switch net.add_addr_allfibs default to 0.</title>
<updated>2020-11-08T18:27:49Z</updated>
<author>
<name>Alexander V. Chernikov</name>
<email>melifaro@FreeBSD.org</email>
</author>
<published>2020-11-08T18:27:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=2d39824195933c173bbfc9b31773070202d2e30e'/>
<id>urn:sha1:2d39824195933c173bbfc9b31773070202d2e30e</id>
<content type='text'>
The goal of the fib support is to provide multiple independent
 routing tables, isolated from each other.
net.add_addr_allfibs default tries to shift gears in the opposite
 direction, unconditionally inserting all addresses to all of the fibs.

There are use cases when this is necessary, however this is not a
 default expected behaviour, especially compared to other implementations.

Provide WARNING message for the setups with multiple fibs to notify
 potential users of the feature.

Differential Revision:	https://reviews.freebsd.org/D26076
</content>
</entry>
<entry>
<title>Also mention PORTS_MODULES</title>
<updated>2020-11-08T02:46:04Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2020-11-08T02:46:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=d2799054f0d29c33a1f2ab87ee4d88970ec36d91'/>
<id>urn:sha1:d2799054f0d29c33a1f2ab87ee4d88970ec36d91</id>
<content type='text'>
PORTS_MODULES is also an effective way to update the tree. Also
a minor rejustify on this an an adjacent paragraph.

Suggested by: David Wolfskill
</content>
</entry>
<entry>
<title>Be explicit about recompiling all the modules...</title>
<updated>2020-11-08T02:20:21Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2020-11-08T02:20:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=cc408e29d0a6df9f7240c66bd8c246bb90efe29f'/>
<id>urn:sha1:cc408e29d0a6df9f7240c66bd8c246bb90efe29f</id>
<content type='text'>
Add a note about always recompiling all modules on every new kernel
change / update. In addition, suggest using /usr/local/sys/modules
so this happens automatically.
</content>
</entry>
<entry>
<title>Fix year in 2 most recent entries (2010 -&gt; 2020)</title>
<updated>2020-11-01T19:13:55Z</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2020-11-01T19:13:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=a97cfe08a7a89a6ca9c34806145b03cae99c0cf8'/>
<id>urn:sha1:a97cfe08a7a89a6ca9c34806145b03cae99c0cf8</id>
<content type='text'>
Reported by:	mack@macktronics.com (Dan Mack)
</content>
</entry>
<entry>
<title>Mention the more strict consistency checks performed by calendar(), which</title>
<updated>2020-10-31T16:39:27Z</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2020-10-31T16:39:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=7afa1a753ede68f5be972a710abfa61c2029a24c'/>
<id>urn:sha1:7afa1a753ede68f5be972a710abfa61c2029a24c</id>
<content type='text'>
can make the program abort with an error message on previously accepted
but malformed input files.
</content>
</entry>
<entry>
<title>Attempt to defuse a land mine before anyone else steps on it: The</title>
<updated>2020-10-31T03:36:31Z</updated>
<author>
<name>Colin Percival</name>
<email>cperciva@FreeBSD.org</email>
</author>
<published>2020-10-31T03:36:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=d8e59012e29dee301a7af5c2a70749637319fafc'/>
<id>urn:sha1:d8e59012e29dee301a7af5c2a70749637319fafc</id>
<content type='text'>
freebsd-boot partition is not always the first one.

Following the instructions in UPDATING resulted in my overwriting
the efiboot0 partition on my laptop with ZFS boot blocks, which
had negative effects on the system's bootability.

Reviewed by:	allanjude
Differential Revision:	https://reviews.freebsd.org/D27002
</content>
</entry>
</feed>
