<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/ObsoleteFiles.inc, branch release/14.3.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F14.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F14.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2025-05-24T05:33:02Z</updated>
<entry>
<title>zoneinfo: don't install version</title>
<updated>2025-05-24T05:33:02Z</updated>
<author>
<name>Philip Paeps</name>
<email>philip@FreeBSD.org</email>
</author>
<published>2025-05-21T09:15:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a48dc9b03b83dfd1f04a901ee478324b6ced9c73'/>
<id>urn:sha1:a48dc9b03b83dfd1f04a901ee478324b6ced9c73</id>
<content type='text'>
The commit teaching the build to install tzdata.zi for libcxx also
instals version.  It turns out this makes at least one piece of third
party software cry: rubygem-tzinfo expects any file in zoneinfo to be at
least 44 bytes long.  Clearly this is a bug in rubygem-tzinfo but since
nothing actually uses version, we may as well not install it ... as we
did previously.

Reported by:	delphij
Fixes:		91506dba7f2e zoneinfo: also install tzdata.zi and version
MFC after:	1 day
Approved by:	re (cperciva)

(cherry picked from commit 23a0c88b037625745b88d1661b9552f1ebe97ebc)
(cherry picked from commit 16ad4d77121dd117513c6044c0f076df144fa368)
</content>
</entry>
<entry>
<title>namei: Update documentation.</title>
<updated>2025-05-21T17:37:10Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2025-05-17T07:43:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=747efc2aeeabf5e56716c150ecc5f06d67b0b18a'/>
<id>urn:sha1:747efc2aeeabf5e56716c150ecc5f06d67b0b18a</id>
<content type='text'>
This should have been done 2+ years ago when the td argument was dropped
from NDINIT() and the NDFREE() macro and the SAVENAME and SAVESTART
flags were retired.

Approved by:	re (cperciva)
MFC after:	3 days
Fixes:		7e1d3eefd410 ("vfs: remove the unused thread argument from NDINIT*")
Fixes:		269c564b90d3 ("vfs: retire NDFREE")
Sponsored by:	NetApp, Inc.
Reviewed by:	markj
Differential Revision:	https://reviews.freebsd.org/D50375

(cherry picked from commit ee84b4e2fdf09f9a6dfa43e0931d8671cc15ebf9)
(cherry picked from commit 68bc635cc9b099fb03cfcd519046c385af0c5355)
</content>
</entry>
<entry>
<title>ObsoleteFiles: Remove mount_fusefs.8 entry</title>
<updated>2025-04-22T03:17:52Z</updated>
<author>
<name>Alexander Ziaee</name>
<email>ziaee@FreeBSD.org</email>
</author>
<published>2025-04-04T18:43:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b7a44a842990def8e6cf31aa629b8661e78d13bc'/>
<id>urn:sha1:b7a44a842990def8e6cf31aa629b8661e78d13bc</id>
<content type='text'>
This causes make delete-old to delete the manual for mount_fusefs(8) on
(zfs) systems that do not (need) MANCOMPRESS.

MFC after:		3 days
Reviewed by:		carlavilla, imp
Approved by:		carlavilla (mentor)
Differential Revision:	https://reviews.freebsd.org/D49667

(cherry picked from commit 7d2b5f3d2a5127a584d2af912ea0e9fd00f417f0)
</content>
</entry>
<entry>
<title>iwlwififw: remove Intel iwlwifi firmware from src.git</title>
<updated>2025-04-18T14:36:03Z</updated>
<author>
<name>Bjoern A. Zeeb</name>
<email>bz@FreeBSD.org</email>
</author>
<published>2025-04-08T16:57:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=42be6050cec78ed6abf2e4845f4b9e525d5c2403'/>
<id>urn:sha1:42be6050cec78ed6abf2e4845f4b9e525d5c2403</id>
<content type='text'>
Following the example of rtw88 and rtw89 only ship iwlwifi firmware
from ports/packages.  Users are asked to run fwget(8) to install the
firmware needed for their system or build it from ports
(see also UPDATING).

This is the end of a long story adding wireless support to fwget(8),
migrating the firmware for multiple branches into ports, splitting them
up into flavors, and updating some install media and the installer to
provide firmware.

The overall amount for new firmware amongst all drivers would have
added more than 100M of binary blobs to src.git for the first import,
ignoring future updates which (along with some duplication between
multiple drivers) was considered too much.

While maintenance within the src tree certainly would have been
easier in the longer term this seems to be the better solution and
I would like to thank everyone who helped along the path to get there.

The iwlwififw.4 man page is to stay (for now) and will likely point
at the appropriate firmware package flavor in the future as well
so people may find it easier to transition.  In the long term this
information is likely not needed anymore.

Sponsored by:	The FreeBSD Foundation
Requested by:	core (Oct 2022)
Reviewed by:	thj, jrm (earlier)
Differential Revision: https://reviews.freebsd.org/D49713

(cherry picked from commit 558d638896239f9cd25b9d825ecfce62ec54681e)
(cherry picked from commit 918783b75aacb051f2f83dd0198ef68bc9fa5326)
</content>
</entry>
<entry>
<title>caroot: update the root bundle</title>
<updated>2025-03-20T10:18:27Z</updated>
<author>
<name>Michael Osipov</name>
<email>michaelo@FreeBSD.org</email>
</author>
<published>2025-03-07T18:58:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7577dae4d67216c602dc11e2388d190a2c9dc9ff'/>
<id>urn:sha1:7577dae4d67216c602dc11e2388d190a2c9dc9ff</id>
<content type='text'>
Summary:
- Seven (7) new roots
- Four (4) distrusted roots
- Fifteen (15) removed (expired) roots

Reviewed by:	kevans
MFC after:	1 week
Differential Revision:	https://reviews.freebsd.org/D49294

(cherry picked from commit 0100da4deb96e15acf72d7655127c6faafa4148f)
</content>
</entry>
<entry>
<title>ObsoleteFiles: Remove if_rtwn.4 removal</title>
<updated>2025-03-16T20:07:46Z</updated>
<author>
<name>Alexander Ziaee</name>
<email>ziaee@FreeBSD.org</email>
</author>
<published>2025-03-12T03:37:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=afec5d1968e49f12ea368970a889062a8610c7ed'/>
<id>urn:sha1:afec5d1968e49f12ea368970a889062a8610c7ed</id>
<content type='text'>
if_rtwn.4 was previously removed, but actually it is correct because
the interfaces is called rtwn.

Fixes:			4262dbc579823
MFC after:		3 days
Reported by:		bz
Approved by:		mhorne (mentor)
Differential Revision:	https://reviews.freebsd.org/D49323

(cherry picked from commit 732c16884215c0117d5ee3df79ca79c21ad07e19)
</content>
</entry>
<entry>
<title>twe.4: Remove manpage for previously-removed driver</title>
<updated>2025-02-27T15:04:59Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2025-01-10T02:09:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e75ef6dece8db52fc85765e76a460c0556199bdf'/>
<id>urn:sha1:e75ef6dece8db52fc85765e76a460c0556199bdf</id>
<content type='text'>
Reviewed by:	ziaee, imp
Fixes:		062a7b918fac twe: Remove driver
Differential Revision:	https://reviews.freebsd.org/D48403
(cherry picked from commit ed49d3b31d425a0add04aff6eb721a474937b7da)
</content>
</entry>
<entry>
<title>ObsoleteFiles.inc: Remove test debug file from wrong dir</title>
<updated>2025-02-16T04:13:51Z</updated>
<author>
<name>Jose Luis Duran</name>
<email>jlduran@FreeBSD.org</email>
</author>
<published>2025-02-13T17:05:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=24d3fd31f805445e5e81ba46bb28bfc8b9df13ab'/>
<id>urn:sha1:24d3fd31f805445e5e81ba46bb28bfc8b9df13ab</id>
<content type='text'>
Reported by:	des
Reviewed by:	des, emaste
Approved by:	emaste (mentor)
Fixes:	88d448ec815c ("mk: Move vm stack test debug symbols")
MFC after:	3 days
Differential Revision:	https://reviews.freebsd.org/D48991

(cherry picked from commit e159dcc37e6f538d3d61ea3b2d08b052cf0e0ced)
</content>
</entry>
<entry>
<title>Remove obsolete clang18 files for aarch64</title>
<updated>2025-02-13T08:23:49Z</updated>
<author>
<name>Ronald Klop</name>
<email>ronald@FreeBSD.org</email>
</author>
<published>2025-02-10T18:41:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f564bcc766d5c1ba71d781872883bc967a004ecf'/>
<id>urn:sha1:f564bcc766d5c1ba71d781872883bc967a004ecf</id>
<content type='text'>
This fixes a warning from "make delete-old" about a non-empty directory
on aarch64.

Reviewed by:	dim
Fixes:		0fca6ea1d4ee
MFC after:	3 days
Differential Revision: https://reviews.freebsd.org/D48904

(cherry picked from commit 09b435d3dc2a591fba08be04d5659d03cce08285)
</content>
</entry>
<entry>
<title>mk: Move vm stack test debug symbols</title>
<updated>2025-02-12T01:36:34Z</updated>
<author>
<name>Jose Luis Duran</name>
<email>jlduran@FreeBSD.org</email>
</author>
<published>2025-02-04T14:47:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=911d0089d0ffa27ee11965b5c42b79a803958654'/>
<id>urn:sha1:911d0089d0ffa27ee11965b5c42b79a803958654</id>
<content type='text'>
Avoid the creation of a /usr/tests/sys/vm/stack/.debug directory by
placing sys/vm/stack test debug symbols under /usr/lib/debug.

Reviewed by:	emaste
Approved by:	emaste (mentor)
MFC after:	1 week
Differential Revision:	https://reviews.freebsd.org/D48796

(cherry picked from commit 88d448ec815c1fda27be94846f88ccd96251febd)
(cherry picked from commit 955f974a1a37cf3ae8b241327b1fef74c8932855)
</content>
</entry>
</feed>
