aboutsummaryrefslogtreecommitdiff
path: root/sbin/dumpon
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-163-3/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* dumpon: Request the OpenSSL 1.1 APIPierre Pronchery2023-06-021-0/+1
* dumpon: update OpenSSL initialization callEd Maste2023-06-021-0/+5
* dumpon: provide diag info when `PEM_read_RSA_PUBKEY` failsEnji Cooper2023-05-271-1/+2
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-1/+0
* Indicate which port gdb.1 and kgdb.1 come from.Jens Schweikhardt2022-08-171-3/+3
* dumpon: warn if the configured netdump link is downMitchell Horne2022-05-141-4/+23
* dumpon: proceed without compression if the kernel lacks supportEd Maste2022-03-161-0/+9
* dumpon: fix build on some architecturesEric van Gyzen2021-08-121-2/+2
* dumpon: fix encrypted dumps after commit 372557d8c3dEric van Gyzen2021-08-111-0/+14
* dumpon: Fix unconfiguring netdump with "off" and "/dev/null".Bryan Drewery2021-07-261-0/+18
* dumpon: Fix -v causing error when configuring an encrypted dumpBryan Drewery2021-07-261-1/+46
* dumpon.8: Ask DDB to call doadump() rather than calling it directlyMark Johnston2021-03-081-1/+1
* dumpon: do not print errno for resolver failureEric van Gyzen2021-03-071-4/+5
* dumpon(8): Add missing section argumentsGordon Bergling2020-12-281-6/+6
* dumpon.8: Update minimum key size languageConrad Meyer2020-04-231-2/+2
* EKCD: Preload error strings, PRNG seed; use OAEP paddingConrad Meyer2020-04-231-3/+20
* dumpon: skip size check if using zstdEric van Gyzen2020-03-031-6/+3
* Update Makefile.depend filesSimon J. Gerraty2019-12-111-2/+4
* Add Makefile.depend.optionsSimon J. Gerraty2019-12-111-0/+6
* EKCD: Add Chacha20 encryption modeConrad Meyer2019-05-232-10/+42
* Update the example added in r348082 to specify a dump device priority.Mark Johnston2019-05-221-8/+4
* Provide an example of using dhclient-script(5) to configure netdump.Mark Johnston2019-05-221-1/+44
* List-ify kernel dump device configurationConrad Meyer2019-05-062-62/+133
* 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