<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sbin/savecore/Makefile, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2024-11-25T21:12:51Z</updated>
<entry>
<title>savecore: Add a livedump regression test</title>
<updated>2024-11-25T21:12:51Z</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2024-11-25T21:12:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=73465bb47bb37e6efdc61827e260a070dda0a0dc'/>
<id>urn:sha1:73465bb47bb37e6efdc61827e260a070dda0a0dc</id>
<content type='text'>
MFC after:	2 weeks
Differential Revision:	https://reviews.freebsd.org/D47715
</content>
</entry>
<entry>
<title>Remove residual blank line at start of Makefile</title>
<updated>2024-07-15T22:43:39Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2024-07-15T04:46:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e9ac41698b2f322d55ccf9da50a3596edb2c1800'/>
<id>urn:sha1:e9ac41698b2f322d55ccf9da50a3596edb2c1800</id>
<content type='text'>
This is a residual of the $FreeBSD$ removal.

MFC After: 3 days (though I'll just run the command on the branches)
Sponsored by: Netflix
</content>
</entry>
<entry>
<title>Remove $FreeBSD$: one-line sh pattern</title>
<updated>2023-08-16T17:55:03Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-08-16T17:55:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf'/>
<id>urn:sha1:d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</id>
<content type='text'>
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
</content>
</entry>
<entry>
<title>Add '-u' switch that would uncompress cores that were compressed by</title>
<updated>2020-11-19T02:20:38Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2020-11-19T02:20:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=bc7ed46b635eec9f9df97ed6ae6fc5e229f182a6'/>
<id>urn:sha1:bc7ed46b635eec9f9df97ed6ae6fc5e229f182a6</id>
<content type='text'>
kernel during dump time.

A real life scenario is that cores are compressed to reduce
size of dumpon partition, but we either don't care about space
in the /var/crash or we have a filesystem level compression of
/var/crash. And we want cores to be uncompressed in /var/crash
because we'd like to instantily read them with kgdb. In this
case we want kernel to write cores compressed, but savecore(1)
write them uncompressed.

Reviewed by:	markj, gallatin
Relnotes:	yes
Differential Revision:	https://reviews.freebsd.org/D27245
</content>
</entry>
<entry>
<title>Disable savecore(8)'s libcasper support when WITHOUT_DYNAMICROOT=yes.</title>
<updated>2019-01-04T19:20:19Z</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2019-01-04T19:20:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0fadd6731f1d072f9c6891f7b4f3fed0ba3436b0'/>
<id>urn:sha1:0fadd6731f1d072f9c6891f7b4f3fed0ba3436b0</id>
<content type='text'>
This follows the example of other Capsicumized programs in /sbin.

Reported by:	Manfred Antar &lt;manfredantar@gmail.com&gt;
MFC with:	r342699
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>Capsicumize savecore(8).</title>
<updated>2019-01-02T17:09:35Z</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2019-01-02T17:09:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d7fffd0689f1b18d1a3a589f113e41e53d72b547'/>
<id>urn:sha1:d7fffd0689f1b18d1a3a589f113e41e53d72b547</id>
<content type='text'>
- Use cap_fileargs(3) to open dump devices after entering capability
  mode, and use cap_syslog(3) to log messages.
- Use a relative directory fd to open output files.
- Use zdopen(3) to compress kernel dumps in capability mode.

Reviewed by:	cem, oshogbo
MFC after:	2 months
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D18458
</content>
</entry>
<entry>
<title>Restore /var/crash permissions to 0750, as declared in mtree file. After</title>
<updated>2018-12-04T12:34:22Z</updated>
<author>
<name>Renato Botelho</name>
<email>garga@FreeBSD.org</email>
</author>
<published>2018-12-04T12:34:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=270adb2182f90f86df5dfffbc73bebc0ffd6d852'/>
<id>urn:sha1:270adb2182f90f86df5dfffbc73bebc0ffd6d852</id>
<content type='text'>
r337337 it changed to 0755.

Reviewed by:	loos
Approved by:	loos
MFC after:	3 days
Sponsored by:	Rubicon Communications, LLC (Netgate)
Differential Revision:	https://reviews.freebsd.org/D18355
</content>
</entry>
<entry>
<title>Move etc/minfree to sbin/savecore/.</title>
<updated>2018-08-04T22:15:59Z</updated>
<author>
<name>Brad Davis</name>
<email>brd@FreeBSD.org</email>
</author>
<published>2018-08-04T22:15:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4d2cf170d3ebed424f2885b05ec6fd9ae1af6820'/>
<id>urn:sha1:4d2cf170d3ebed424f2885b05ec6fd9ae1af6820</id>
<content type='text'>
This is prep for pkgbase to have config files tagged as such.

Approved by:	will (mentor)
Differential Revision:	https://reviews.freebsd.org/D16558
</content>
</entry>
<entry>
<title>Explicitly add more files to the 'runtime' package.</title>
<updated>2016-02-09T20:19:31Z</updated>
<author>
<name>Glen Barber</name>
<email>gjb@FreeBSD.org</email>
</author>
<published>2016-02-09T20:19:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=406d87b1c3c9fb02dc1256f4e634c0fc71a22799'/>
<id>urn:sha1:406d87b1c3c9fb02dc1256f4e634c0fc71a22799</id>
<content type='text'>
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>Make libxo depend on libutil because it uses humanize_number after r287111</title>
<updated>2015-10-18T07:30:50Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2015-10-18T07:30:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=550d2b80ec3c504b41ade3a7aed379eb32c68418'/>
<id>urn:sha1:550d2b80ec3c504b41ade3a7aed379eb32c68418</id>
<content type='text'>
Remove overlinking in lib/libxo/tests, sbin/savecore, and
usr.bin/{iscsictl,wc,xo}

PR: 203673
Sponsored by: EMC / Isilon Storage Division
</content>
</entry>
</feed>
