aboutsummaryrefslogtreecommitdiff
path: root/sbin/savecore
Commit message (Expand)AuthorAgeFilesLines
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Add support for compressed kernel dumps.Mark Johnston2017-10-252-19/+43
* Fix style and wrap lines to 80 columns in savecore.c.Mark Johnston2017-07-241-16/+29
* Revert r320918 and have mkdumpheader() handle version string truncation.Mark Johnston2017-07-151-1/+1
* Add a newline after the version string.Mark Johnston2017-07-121-1/+1
* Add a subroutine for comparing kerneldump identifiers.Mark Johnston2017-07-111-5/+10
* Switch back to non-IEC units for 1024 bytesEnji Cooper2017-04-151-1/+1
* savecore: fix space calculation with respect to `minfree` in check_space(..)Enji Cooper2017-04-141-8/+27
* Clarify units for mediasize and sectorsize in DoFile(..)Enji Cooper2017-04-121-2/+2
* Clarify `minfree` warning message in check_space(..)Enji Cooper2017-04-121-1/+2
* Renumber copyright clause 4Warner Losh2017-02-282-2/+2
* Make savecore(8) output nicer by specifying the maximum field widthEdward Tomasz Napierala2017-02-191-1/+1
* Fix bugs found by Coverity in decryptcore(8) and savecore(8):Konrad Witaszczyk2017-02-041-0/+3
* Add support for encrypted kernel crash dumps.Konrad Witaszczyk2016-12-102-13/+86
* savecore(8): Fix buffer overrun inspecting disks with varying sector sizeConrad Meyer2016-10-061-6/+7
* Don't leak fd on sectorsize malloc failureEnji Cooper2016-04-201-1/+2
* MFHGlen Barber2016-04-161-8/+25
|\
| * savecore(8): Explicitly cast to fix i386 warningConrad Meyer2016-04-151-3/+3
| * Add 4Kn kernel dump supportConrad Meyer2016-04-151-8/+25
* | Explicitly add more files to the 'runtime' package.Glen Barber2016-02-091-0/+1
|/
* Add more text to explain --libxo flag.Craig Rodrigues2015-12-011-1/+11
* savecore(8): Be quiet unless the user asks for verboseConrad Meyer2015-11-071-7/+10
* Always check the return value of lseek.Alan Somers2015-11-061-6/+4
* Fix various Coverity issues in sbin/savecore/savecore.c:Alan Somers2015-10-231-6/+6
* Make libxo depend on libutil because it uses humanize_number after r287111Enji Cooper2015-10-181-1/+1
* Update META_MODE dependencies.Bryan Drewery2015-09-171-0/+1
* Upgrade libxo to 0.4.5.Marcel Moolenaar2015-08-241-1/+1
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+20
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-273-25/+51
| |\ | |/ |/|
| * Merge from head@274682Simon J. Gerraty2014-11-191-1/+5
| |\
| * | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | Merge headSimon J. Gerraty2014-04-281-2/+2
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | Sync with HEAD.David E. O'Brien2013-02-082-41/+147
| |\ \ \
| * | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+20
* | | | | Convert savecore to libxo. The 'verbose' paths still use printf since they'reScott Long2015-03-222-24/+50
* | | | | Convert sbin/ to LIBADDBaptiste Daroussin2014-11-251-2/+1
| |_|_|/ |/| | |
* | | | If fgets(3) fails in getbounds(), show strerror(3) if not an EOF. Also fixBryan Drewery2014-09-171-1/+5
| |_|/ |/| |
* | | Fix double fclose() in an error case.Christian Brueffer2014-04-141-1/+1
* | | Log the name of the device that we failed to open rather than anMark Johnston2014-03-051-1/+1
| |/ |/|
* | With rotating kernel dumps the higest dump number is not necessarily thePawel Jakub Dawidek2012-12-161-1/+29
* | Implement -m option to savecore(8) that allows to limit number of kernelPawel Jakub Dawidek2012-12-162-21/+96
* | Make use of the fact that we changed working directory to the dump directoryPawel Jakub Dawidek2012-12-161-4/+3
* | Sort flags properly.Pawel Jakub Dawidek2012-12-161-3/+3
* | Prefer snprintf() over sprintf().Pawel Jakub Dawidek2012-12-161-5/+5
* | - When checking if a dump exists on the given device there is no need toPawel Jakub Dawidek2012-12-142-5/+7