| #
73465bb4
|
| 25-Nov-2024 |
Mark Johnston <markj@FreeBSD.org> |
savecore: Add a livedump regression test
MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D47715
|
| #
e9ac4169
|
| 15-Jul-2024 |
Warner Losh <imp@FreeBSD.org> |
Remove residual blank line at start of Makefile
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
|
| #
d0b2dbfa
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
| #
bc7ed46b
|
| 19-Nov-2020 |
Gleb Smirnoff <glebius@FreeBSD.org> |
Add '-u' switch that would uncompress cores that were compressed by kernel during dump time.
A real life scenario is that cores are compressed to reduce size of dumpon partition, but we either don't
Add '-u' switch that would uncompress cores that were compressed by 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
show more ...
|
| #
0fadd673
|
| 04-Jan-2019 |
Mark Johnston <markj@FreeBSD.org> |
Disable savecore(8)'s libcasper support when WITHOUT_DYNAMICROOT=yes.
This follows the example of other Capsicumized programs in /sbin.
Reported by: Manfred Antar <manfredantar@gmail.com> MFC with:
Disable savecore(8)'s libcasper support when WITHOUT_DYNAMICROOT=yes.
This follows the example of other Capsicumized programs in /sbin.
Reported by: Manfred Antar <manfredantar@gmail.com> MFC with: r342699 Sponsored by: The FreeBSD Foundation
show more ...
|
| #
d7fffd06
|
| 02-Jan-2019 |
Mark Johnston <markj@FreeBSD.org> |
Capsicumize savecore(8).
- 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
Capsicumize savecore(8).
- 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
show more ...
|
| #
67350cb5
|
| 09-Dec-2018 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r340918 through r341763.
|
| #
270adb21
|
| 04-Dec-2018 |
Renato Botelho <garga@FreeBSD.org> |
Restore /var/crash permissions to 0750, as declared in mtree file. After r337337 it changed to 0755.
Reviewed by: loos Approved by: loos MFC after: 3 days Sponsored by: Rubicon Communications, LLC (
Restore /var/crash permissions to 0750, as declared in mtree file. After 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
show more ...
|
| #
f9c0a512
|
| 10-Aug-2018 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r337286 through r337585.
|
| #
73465bb4
|
| 25-Nov-2024 |
Mark Johnston <markj@FreeBSD.org> |
savecore: Add a livedump regression test
MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D47715
|
| #
e9ac4169
|
| 15-Jul-2024 |
Warner Losh <imp@FreeBSD.org> |
Remove residual blank line at start of Makefile
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
|
| #
d0b2dbfa
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
| #
bc7ed46b
|
| 19-Nov-2020 |
Gleb Smirnoff <glebius@FreeBSD.org> |
Add '-u' switch that would uncompress cores that were compressed by kernel during dump time.
A real life scenario is that cores are compressed to reduce size of dumpon partition, but we either don't
Add '-u' switch that would uncompress cores that were compressed by 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
show more ...
|
| #
0fadd673
|
| 04-Jan-2019 |
Mark Johnston <markj@FreeBSD.org> |
Disable savecore(8)'s libcasper support when WITHOUT_DYNAMICROOT=yes.
This follows the example of other Capsicumized programs in /sbin.
Reported by: Manfred Antar <manfredantar@gmail.com> MFC with:
Disable savecore(8)'s libcasper support when WITHOUT_DYNAMICROOT=yes.
This follows the example of other Capsicumized programs in /sbin.
Reported by: Manfred Antar <manfredantar@gmail.com> MFC with: r342699 Sponsored by: The FreeBSD Foundation
show more ...
|
| #
d7fffd06
|
| 02-Jan-2019 |
Mark Johnston <markj@FreeBSD.org> |
Capsicumize savecore(8).
- 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
Capsicumize savecore(8).
- 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
show more ...
|
| #
67350cb5
|
| 09-Dec-2018 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r340918 through r341763.
|
| #
270adb21
|
| 04-Dec-2018 |
Renato Botelho <garga@FreeBSD.org> |
Restore /var/crash permissions to 0750, as declared in mtree file. After r337337 it changed to 0755.
Reviewed by: loos Approved by: loos MFC after: 3 days Sponsored by: Rubicon Communications, LLC (
Restore /var/crash permissions to 0750, as declared in mtree file. After 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
show more ...
|
| #
f9c0a512
|
| 10-Aug-2018 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r337286 through r337585.
|
| #
14b841d4
|
| 11-Aug-2018 |
Kyle Evans <kevans@FreeBSD.org> |
MFH @ r337607, in preparation for boarding
|
| #
4d2cf170
|
| 04-Aug-2018 |
Brad Davis <brd@FreeBSD.org> |
Move etc/minfree to sbin/savecore/.
This is prep for pkgbase to have config files tagged as such.
Approved by: will (mentor) Differential Revision: https://reviews.freebsd.org/D16558
|
| #
13caa468
|
| 16-Apr-2016 |
Glen Barber <gjb@FreeBSD.org> |
Merge the projects/release-pkg branch to head.
This allows packaging the base system with pkg(8), including but not limited to providing the ability to provide upstream binary update possibilities f
Merge the projects/release-pkg branch to head.
This allows packaging the base system with pkg(8), including but not limited to providing the ability to provide upstream binary update possibilities for non-tier-1 architectures.
This merge is a requirement of the 11.0-RELEASE, and as such, thank you to everyone that has tested the project branch.
Documentation in build(7) etc. is still somewhat sparse, but updates to those parts will follow.
Sponsored by: The FreeBSD Foundation
show more ...
|
| #
406d87b1
|
| 09-Feb-2016 |
Glen Barber <gjb@FreeBSD.org> |
Explicitly add more files to the 'runtime' package.
Sponsored by: The FreeBSD Foundation
|
| #
b626f5a7
|
| 04-Jan-2016 |
Glen Barber <gjb@FreeBSD.org> |
MFH r289384-r293170
Sponsored by: The FreeBSD Foundation
|
| #
a5d8944a
|
| 19-Nov-2015 |
Navdeep Parhar <np@FreeBSD.org> |
Catch up with head (r291075).
|
| #
031c294c
|
| 19-Oct-2015 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Merge from head
|