<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/contrib/dev/acpica/components/debugger, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>acpica: Merge ACPICA 20251212</title>
<updated>2025-12-19T05:43:14+00:00</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2025-12-19T05:43:14+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1efb6541c67792702db075015d48615168ba3783'/>
<id>1efb6541c67792702db075015d48615168ba3783</id>
<content type='text'>
Merge commit '5cab380e2a2644aaa920b93f1580a1cfc803a8de'
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Merge commit '5cab380e2a2644aaa920b93f1580a1cfc803a8de'
</pre>
</div>
</content>
</entry>
<entry>
<title>Import ACPICA 20250404</title>
<updated>2025-04-11T03:40:07+00:00</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2025-04-10T03:51:28+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=58308fadece25ae4c12bd2f4dce3d73d9c23be43'/>
<id>58308fadece25ae4c12bd2f4dce3d73d9c23be43</id>
<content type='text'>
(cherry picked from commit 97a7606d897edfa3089cb04eea70096a1f9cf734)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 97a7606d897edfa3089cb04eea70096a1f9cf734)
</pre>
</div>
</content>
</entry>
<entry>
<title>acpica: Import ACPICA 20240827</title>
<updated>2025-01-03T22:41:26+00:00</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2025-01-03T22:41:26+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=92f570c32e9b9b9b4db9b6921c4ab79be686a498'/>
<id>92f570c32e9b9b9b4db9b6921c4ab79be686a498</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>acpica: Import ACPICA 20240321</title>
<updated>2025-01-03T22:35:05+00:00</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2025-01-03T22:35:05+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=804fe2660352e090f4481f2c1d646b508859e79a'/>
<id>804fe2660352e090f4481f2c1d646b508859e79a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>acpica: Fix my mismerge</title>
<updated>2024-02-07T05:47:42+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2024-02-07T05:47:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f1e8d3361b944a46f514c7d44330a5f2c0b62a1c'/>
<id>f1e8d3361b944a46f514c7d44330a5f2c0b62a1c</id>
<content type='text'>
I merged in the limits.h include. I should have resolved this by
deleting it (since we have no easy way to 'fix' it with compat headers).
GENERIC doesn't bring in the debugger, but LINT does...

Sponsored by:		Netflix
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I merged in the limits.h include. I should have resolved this by
deleting it (since we have no easy way to 'fix' it with compat headers).
GENERIC doesn't bring in the debugger, but LINT does...

Sponsored by:		Netflix
</pre>
</div>
</content>
</entry>
<entry>
<title>acpica: Create merge commit against vendor branch</title>
<updated>2024-02-05T22:17:02+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2024-02-05T22:13:57+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a841e5470385fa62fa65d6de5bcba33afdbf42ea'/>
<id>a841e5470385fa62fa65d6de5bcba33afdbf42ea</id>
<content type='text'>
Merge tracking branch 'vendor/acpica' for vendor/acpica/20230628, and
resolve conflicts.

This deletes files that we've deleted since the last merge (during SVN
times it seems) so future merges don't bring them up.

It resolves conflicts in several files that we have modified (but we can
likely fix the build system so we don't have to modify them since it's
almost all headers) and one ifndef kernel that could be solved with an
empty #define.

It also deletes new files in the platform directory that are similar to
prior non-freebsd platform files we've deleted.

The net delta: +1 line.

Sponsored by:		Netflix
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Merge tracking branch 'vendor/acpica' for vendor/acpica/20230628, and
resolve conflicts.

This deletes files that we've deleted since the last merge (during SVN
times it seems) so future merges don't bring them up.

It resolves conflicts in several files that we have modified (but we can
likely fix the build system so we don't have to modify them since it's
almost all headers) and one ifndef kernel that could be solved with an
empty #define.

It also deletes new files in the platform directory that are similar to
prior non-freebsd platform files we've deleted.

The net delta: +1 line.

Sponsored by:		Netflix
</pre>
</div>
</content>
</entry>
<entry>
<title>acpica: Import ACPICA 20230628</title>
<updated>2024-01-31T03:58:33+00:00</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2024-01-30T21:49:20+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=07c64d74917e7c8ca61c77413dbd533390e7dca7'/>
<id>07c64d74917e7c8ca61c77413dbd533390e7dca7</id>
<content type='text'>
(cherry picked from commit ef3ba9d625927fd4592a8c071698a562821485bd)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit ef3ba9d625927fd4592a8c071698a562821485bd)
</pre>
</div>
</content>
</entry>
<entry>
<title>acpica: Import ACPICA 20230331</title>
<updated>2024-01-31T03:16:36+00:00</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2024-01-30T21:43:45+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=722b16673c40aedf280895f2f2f676bb494518d7'/>
<id>722b16673c40aedf280895f2f2f676bb494518d7</id>
<content type='text'>
(cherry picked from commit 8e013e1e3b81740266738226667431cf5c28b17a)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 8e013e1e3b81740266738226667431cf5c28b17a)
</pre>
</div>
</content>
</entry>
<entry>
<title>acpica: Fix the botched merge</title>
<updated>2022-10-28T02:36:35+00:00</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2022-10-28T02:36:35+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=5723d13811dbecd3277d919bb1f259d52b890717'/>
<id>5723d13811dbecd3277d919bb1f259d52b890717</id>
<content type='text'>
Fixes:		9a4bc5208fad acpica: Import ACPICA 20221020
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes:		9a4bc5208fad acpica: Import ACPICA 20221020
</pre>
</div>
</content>
</entry>
<entry>
<title>acpica: Import ACPICA 20221020</title>
<updated>2022-10-28T02:03:50+00:00</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2022-10-27T21:34:40+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=9a4bc5208fad4d69360dbbe769e28a37419c4e21'/>
<id>9a4bc5208fad4d69360dbbe769e28a37419c4e21</id>
<content type='text'>
(cherry picked from commit a799bdd9d50e84cd6a36e8f1d2ac4301b2a6b374)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit a799bdd9d50e84cd6a36e8f1d2ac4301b2a6b374)
</pre>
</div>
</content>
</entry>
</feed>
