aboutsummaryrefslogtreecommitdiff
path: root/sbin/savecore
Commit message (Expand)AuthorAgeFilesLines
* 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
* | The clear option (-c) is not compatible with keep (-k) and compress (-z)Pawel Jakub Dawidek2012-12-141-0/+2
* | If we are not going to clear the dump (we are either just checking if the dumpPawel Jakub Dawidek2012-12-141-2/+2
* | Whitespace cleanups.Pawel Jakub Dawidek2012-12-141-6/+6
|/
* Include <signal.h> (for SIGINFO).Robert Millan2012-04-091-0/+1
* Remove duplicated header filesKevin Lo2011-06-241-1/+0
* Remove the advertising clause from UCB copyrighted files in sbin. ThisJoel Dahl2010-12-121-4/+0
* Switch the default WARNS level for sbin/ to 6.Ruslan Ermilov2009-10-191-1/+0
* Fixed markup.Ruslan Ermilov2009-09-171-3/+5
* - Add a SIGINFO handler for savecore.Ulf Lilleengen2009-08-251-1/+17
* Correct the information about when the respective functionality firstChristian Brueffer2009-04-231-1/+1
* Apply various fixes:Tom Rhodes2008-12-241-2/+2
* Compare kernel dump header magic with textdump magic using strncmp()Robert Watson2007-12-271-11/+31
* Teach savecore(8) how to extract textdump(4) dumps.Robert Watson2007-12-262-79/+171
* Check fdopen return value.Kevin Lo2007-05-281-0/+6
* o Restore kerneldumpheader.architectureversion bytes swoppingMaxim Konovalov2005-10-021-1/+2
* Don't consider being unable to open the bounds file worthy of printingRobert Watson2005-09-131-1/+2
* Don't bump bounds every time savecore(8) is run.Doug White2005-06-201-9/+12
* Markup fixes.Ruslan Ermilov2005-06-141-1/+1
* Fix a silly little typo I just spotted.Philip Paeps2005-06-061-1/+1
* Constify savedir pointer, and remove an accompaning strdup() call.Xin LI2005-05-291-8/+3