summaryrefslogtreecommitdiff
path: root/sbin/savecore
AgeCommit message (Expand)Author
2025-07-16manpages: prefer linking to xo_options.7 over xo_parse_args.3Alan Somers
2025-07-02savecore/tests: Serialize the livedump testMark Johnston
2025-01-24savecore tests: Update to match output from savecore(8)Mark Johnston
2025-01-24savecore: add a test for LOG_PERRORStéphane Rochoy
2025-01-24savecore: add missing call to cap_openlog when in capabilities modeStéphane Rochoy
2024-11-25savecore: Add a livedump regression testMark Johnston
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-04-04savecore(8): Complete libxo transitionYan-Hao Wang
2023-11-26sbin: Automated cleanup of cdefs and other formattingWarner Losh
2023-11-26sbin: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2022-04-18savecore: add an option to save a live minidumpMitchell Horne
2022-04-18savecore: factor out info file handlingMitchell Horne
2022-04-18savecore: decrease filename buffer sizesMitchell Horne
2022-04-18savecore: fold maxdumps check into getbounds()Mitchell Horne
2022-04-05savecore: include '-u' flag in usage messageMitchell Horne
2021-12-07savecore: emit information about saved cores under verboseKyle Evans
2020-12-11savecore: bail on write error even when decompressingRyan Libby
2020-11-19Add '-u' switch that would uncompress cores that were compressed byGleb Smirnoff
2020-11-03Style, not functional changes:Gleb Smirnoff
2020-10-29Convert flags from int to bool. Some (compress) were already used inGleb Smirnoff
2020-06-29savecore: accept device names without the /dev/ prefixAlan Somers
2020-01-13savecore: include time zone in info.N fileEric van Gyzen
2019-12-11Update Makefile.depend filesSimon J. Gerraty
2019-12-11Add Makefile.depend.optionsSimon J. Gerraty
2019-04-17cap_fileargs: chase r346315, update fileargs_init in consumersEd Maste
2019-01-04Disable savecore(8)'s libcasper support when WITHOUT_DYNAMICROOT=yes.Mark Johnston
2019-01-02Fix an error check after r342699.Mark Johnston
2019-01-02Capsicumize savecore(8).Mark Johnston
2018-12-04Restore /var/crash permissions to 0750, as declared in mtree file. AfterRenato Botelho
2018-08-04Move etc/minfree to sbin/savecore/.Brad Davis
2018-05-29The extension for zstd-compressed files is ".zst".Mark Johnston
2018-03-27Bump .Dd after r331113.Edward Tomasz Napierala
2018-03-17Xr crashinfo(8) from savecore(8).Edward Tomasz Napierala
2018-02-16Prevent savecore from reading bounds from the current directory.Mike Silbersack
2018-02-13Add support for zstd-compressed user and kernel core dumps.Mark Johnston
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-10-25Add support for compressed kernel dumps.Mark Johnston
2017-07-24Fix style and wrap lines to 80 columns in savecore.c.Mark Johnston
2017-07-15Revert r320918 and have mkdumpheader() handle version string truncation.Mark Johnston
2017-07-12Add a newline after the version string.Mark Johnston
2017-07-11Add a subroutine for comparing kerneldump identifiers.Mark Johnston
2017-04-15Switch back to non-IEC units for 1024 bytesEnji Cooper
2017-04-14savecore: fix space calculation with respect to `minfree` in check_space(..)Enji Cooper
2017-04-12Clarify units for mediasize and sectorsize in DoFile(..)Enji Cooper
2017-04-12Clarify `minfree` warning message in check_space(..)Enji Cooper