aboutsummaryrefslogtreecommitdiff
path: root/sbin/dumpon
Commit message (Expand)AuthorAgeFilesLines
* Avoid clobbering a user-specified -g value after r340547.Mark Johnston2018-11-201-5/+8
* Change dumpon(8)'s handling of -g.Mark Johnston2018-11-182-23/+24
* dumpon.8: Significantly revamp pageConrad Meyer2018-10-261-165/+177
* dumpon(8): Provide seatbelt against weak RSA keysConrad Meyer2018-10-262-1/+37
* Convert `cap_enter() < 0 && errno != ENOSYS` to `caph_enter() < 0`.Mariusz Zaborski2018-06-191-1/+2
* dumpon(8): improve the examples a bitEitan Adler2018-06-131-4/+5
* dumpon(8)Sean Bruno2018-05-291-1/+2
* dumpon: point to better kernel debug symbols.Eitan Adler2018-05-231-2/+2
* Add netdump support to dumpon(8).Mark Johnston2018-05-062-100/+328
* Add support for zstd-compressed user and kernel core dumps.Mark Johnston2018-02-132-13/+39
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Add support for compressed kernel dumps.Mark Johnston2017-10-252-6/+35
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-05-091-0/+1
* Renumber copyright clause 4Warner Losh2017-02-282-2/+2
* Add support for encrypted kernel crash dumps.Konrad Witaszczyk2016-12-103-12/+225
* dumpon(8) appears to be present in FreeBSD 2.0.5,Sevan Janiyan2016-10-021-2/+2
* Use nitems() instead of sizeof(name) / sizeof(*name).Marcelo Araujo2016-04-191-1/+1
* Explicitly add more files to the 'runtime' package.Glen Barber2016-02-091-0/+1
* Fix dumpon compatibility with dumpdev kenvSteven Hartland2015-11-231-4/+19
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge from head@274682Simon J. Gerraty2014-11-191-3/+13
| |\ | |/ |/|
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Merge from headSimon J. Gerraty2013-09-051-4/+11
| |\
| * | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | Sync from headSimon J. Gerraty2012-11-042-3/+50
| |\ \
| * | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
* | | | Revert r156046. We support setting dumpdev via loader tunable again.Andrey V. Elsukov2014-10-081-3/+13
| |_|/ |/| |
* | | Adapt to the fact that minidumps are now on by default.Joel Dahl2013-04-301-4/+11
| |/ |/|
* | Document that you can use -v along with -l.Alfred Perlstein2012-11-022-1/+2
* | Add an option to display the current dump device via dumpon -l.Alfred Perlstein2012-11-012-3/+49
|/
* Switch the default WARNS level for sbin/ to 6.Ruslan Ermilov2009-10-191-1/+0
* Whitespace and style nits.John Baldwin2006-10-311-4/+3
* With minidumps, the dumping partition could be smaller than physicalPaul Saab2006-04-271-1/+8
* It has not been possible to specify a dumpdev in loader.conf since 2002,Kris Kennaway2006-02-271-10/+0
* - Mention the size of the additional headerPav Lucistnik2006-01-071-1/+1
* Sort sections.Ruslan Ermilov2005-01-181-10/+10
* Promote mediasize and physmem to uintmax_t when comparing them.Dag-Erling Smørgrav2004-10-041-1/+1
* Whitespace nit.Dag-Erling Smørgrav2004-10-031-1/+0
* dumpon builds cleanly at WARNS level 6.Dag-Erling Smørgrav2004-10-031-1/+1
* Verify that the specified device is at least as large as hw.physmem.Dag-Erling Smørgrav2004-10-032-20/+52
* Wrap some long lines (no content changes)Dag-Erling Smørgrav2004-10-031-6/+6
* `off' is a keyword, not a parameter name.Maxim Konovalov2004-07-181-1/+1
* Remove advertising clause from University of California Regent's license,Mark Murray2004-04-092-8/+0
* style.Makefile(5):Johan Karlsson2004-02-231-1/+1
* Bring the dumpon(8) man page closer to reality:Hiten Pandya2003-05-071-11/+15
* Use __FBSDID() to quiet GCC 3.3 warnings.David E. O'Brien2003-05-031-4/+4