| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Revert r330897: | Eitan Adler | 2018-03-29 | 1 | -2/+0 |
| * | Partial merge of the SPDX changes | Eitan Adler | 2018-03-14 | 1 | -0/+2 |
| * | MFC r329362: | Mike Silbersack | 2018-02-26 | 1 | -0/+7 |
| * | MFC r321437: | Mark Johnston | 2017-07-31 | 1 | -16/+29 |
| * | Include stdbool.h for r321447. | Mark Johnston | 2017-07-25 | 1 | -0/+1 |
| * | MFC r320896: | Mark Johnston | 2017-07-25 | 1 | -5/+10 |
| * | Relnotes: yes (subtle output/behavior change) | Enji Cooper | 2017-07-19 | 1 | -8/+27 |
| * | MFC r316742: | Enji Cooper | 2017-05-31 | 1 | -2/+2 |
| * | MFC r316740: | Enji Cooper | 2017-05-31 | 1 | -1/+2 |
| * | MFC r313946: | Edward Tomasz Napierala | 2017-03-19 | 1 | -1/+1 |
| * | Don't leak fd on sectorsize malloc failure | Enji Cooper | 2016-04-20 | 1 | -1/+2 |
| * | MFH | Glen Barber | 2016-04-16 | 1 | -8/+25 |
| |\ | |||||
| | * | savecore(8): Explicitly cast to fix i386 warning | Conrad Meyer | 2016-04-15 | 1 | -3/+3 |
| | * | Add 4Kn kernel dump support | Conrad Meyer | 2016-04-15 | 1 | -8/+25 |
| * | | Explicitly add more files to the 'runtime' package. | Glen Barber | 2016-02-09 | 1 | -0/+1 |
| |/ | |||||
| * | Add more text to explain --libxo flag. | Craig Rodrigues | 2015-12-01 | 1 | -1/+11 |
| * | savecore(8): Be quiet unless the user asks for verbose | Conrad Meyer | 2015-11-07 | 1 | -7/+10 |
| * | Always check the return value of lseek. | Alan Somers | 2015-11-06 | 1 | -6/+4 |
| * | Fix various Coverity issues in sbin/savecore/savecore.c: | Alan Somers | 2015-10-23 | 1 | -6/+6 |
| * | Make libxo depend on libutil because it uses humanize_number after r287111 | Enji Cooper | 2015-10-18 | 1 | -1/+1 |
| * | Update META_MODE dependencies. | Bryan Drewery | 2015-09-17 | 1 | -0/+1 |
| * | Upgrade libxo to 0.4.5. | Marcel Moolenaar | 2015-08-24 | 1 | -1/+1 |
| * | Add META_MODE support. | Simon J. Gerraty | 2015-06-13 | 1 | -0/+20 |
| |\ | |||||
| | * | dirdeps.mk now sets DEP_RELDIR | Simon J. Gerraty | 2015-06-08 | 1 | -2/+0 |
| | * | Merge sync of head | Simon J. Gerraty | 2015-05-27 | 3 | -25/+51 |
| | |\ | |/ |/| | |||||
| | * | Merge from head@274682 | Simon J. Gerraty | 2014-11-19 | 1 | -1/+5 |
| | |\ | |||||
| | * | | Updated dependencies | Simon J. Gerraty | 2014-05-16 | 1 | -1/+0 |
| | * | | Updated dependencies | Simon J. Gerraty | 2014-05-10 | 1 | -0/+2 |
| | * | | Merge head | Simon J. Gerraty | 2014-04-28 | 1 | -2/+2 |
| | |\ \ | |||||
| | * | | | Updated dependencies | Simon J. Gerraty | 2013-03-11 | 1 | -0/+1 |
| | * | | | Updated dependencies | Simon J. Gerraty | 2013-02-16 | 1 | -2/+0 |
| | * | | | Sync with HEAD. | David E. O'Brien | 2013-02-08 | 2 | -41/+147 |
| | |\ \ \ | |||||
| | * | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | Marcel Moolenaar | 2012-08-22 | 1 | -0/+20 |
| * | | | | | Convert savecore to libxo. The 'verbose' paths still use printf since they're | Scott Long | 2015-03-22 | 2 | -24/+50 |
| * | | | | | Convert sbin/ to LIBADD | Baptiste Daroussin | 2014-11-25 | 1 | -2/+1 |
| | |_|_|/ |/| | | | |||||
| * | | | | If fgets(3) fails in getbounds(), show strerror(3) if not an EOF. Also fix | Bryan Drewery | 2014-09-17 | 1 | -1/+5 |
| | |_|/ |/| | | |||||
| * | | | Fix double fclose() in an error case. | Christian Brueffer | 2014-04-14 | 1 | -1/+1 |
| * | | | Log the name of the device that we failed to open rather than an | Mark Johnston | 2014-03-05 | 1 | -1/+1 |
| | |/ |/| | |||||
| * | | With rotating kernel dumps the higest dump number is not necessarily the | Pawel Jakub Dawidek | 2012-12-16 | 1 | -1/+29 |
| * | | Implement -m option to savecore(8) that allows to limit number of kernel | Pawel Jakub Dawidek | 2012-12-16 | 2 | -21/+96 |
| * | | Make use of the fact that we changed working directory to the dump directory | Pawel Jakub Dawidek | 2012-12-16 | 1 | -4/+3 |
| * | | Sort flags properly. | Pawel Jakub Dawidek | 2012-12-16 | 1 | -3/+3 |
| * | | Prefer snprintf() over sprintf(). | Pawel Jakub Dawidek | 2012-12-16 | 1 | -5/+5 |
| * | | - When checking if a dump exists on the given device there is no need to | Pawel Jakub Dawidek | 2012-12-14 | 2 | -5/+7 |
| * | | The clear option (-c) is not compatible with keep (-k) and compress (-z) | Pawel Jakub Dawidek | 2012-12-14 | 1 | -0/+2 |
| * | | If we are not going to clear the dump (we are either just checking if the dump | Pawel Jakub Dawidek | 2012-12-14 | 1 | -2/+2 |
| * | | Whitespace cleanups. | Pawel Jakub Dawidek | 2012-12-14 | 1 | -6/+6 |
| |/ | |||||
| * | Include <signal.h> (for SIGINFO). | Robert Millan | 2012-04-09 | 1 | -0/+1 |
| * | Remove duplicated header files | Kevin Lo | 2011-06-24 | 1 | -1/+0 |
| * | Remove the advertising clause from UCB copyrighted files in sbin. This | Joel Dahl | 2010-12-12 | 1 | -4/+0 |
