summaryrefslogtreecommitdiff
path: root/sbin/dumpon
AgeCommit message (Expand)Author
2025-11-06dumpon.8: use .Nm macro when refer to itselfMaxim Konovalov
2025-11-06dumpon(8): Add a SYSCTL VARIABLES sectionFelix Johnson
2025-01-09dumpon: Move the _Noreturn keyword before the return typeJohn Baldwin
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-04-18dumpon: fix set but not used variableinkeliz
2023-11-26Remove copyright strings ifdef'd outWarner Losh
2023-11-26sbin: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-06-02dumpon: Request the OpenSSL 1.1 APIPierre Pronchery
2023-06-01dumpon: update OpenSSL initialization callEd Maste
2023-05-26dumpon: provide diag info when `PEM_read_RSA_PUBKEY` failsEnji Cooper
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2022-08-17Indicate which port gdb.1 and kgdb.1 come from.Jens Schweikhardt
2022-05-14dumpon: warn if the configured netdump link is downMitchell Horne
2022-03-16dumpon: proceed without compression if the kernel lacks supportEd Maste
2021-08-11dumpon: fix build on some architecturesEric van Gyzen
2021-08-11dumpon: fix encrypted dumps after commit 372557d8c3dEric van Gyzen
2021-07-26dumpon: Fix unconfiguring netdump with "off" and "/dev/null".Bryan Drewery
2021-07-26dumpon: Fix -v causing error when configuring an encrypted dumpBryan Drewery
2021-03-08dumpon.8: Ask DDB to call doadump() rather than calling it directlyMark Johnston
2021-03-07dumpon: do not print errno for resolver failureEric van Gyzen
2020-12-28dumpon(8): Add missing section argumentsGordon Bergling
2020-04-23dumpon.8: Update minimum key size languageConrad Meyer
2020-04-23EKCD: Preload error strings, PRNG seed; use OAEP paddingConrad Meyer
2020-03-03dumpon: skip size check if using zstdEric van Gyzen
2019-12-11Update Makefile.depend filesSimon J. Gerraty
2019-12-11Add Makefile.depend.optionsSimon J. Gerraty
2019-05-23EKCD: Add Chacha20 encryption modeConrad Meyer
2019-05-22Update the example added in r348082 to specify a dump device priority.Mark Johnston
2019-05-22Provide an example of using dhclient-script(5) to configure netdump.Mark Johnston
2019-05-06List-ify kernel dump device configurationConrad Meyer
2018-11-20Avoid clobbering a user-specified -g value after r340547.Mark Johnston
2018-11-18Change dumpon(8)'s handling of -g.Mark Johnston
2018-10-26dumpon.8: Significantly revamp pageConrad Meyer
2018-10-26dumpon(8): Provide seatbelt against weak RSA keysConrad Meyer
2018-06-19Convert `cap_enter() < 0 && errno != ENOSYS` to `caph_enter() < 0`.Mariusz Zaborski
2018-06-13dumpon(8): improve the examples a bitEitan Adler
2018-05-29dumpon(8)Sean Bruno
2018-05-23dumpon: point to better kernel debug symbols.Eitan Adler
2018-05-06Add netdump support to dumpon(8).Mark Johnston
2018-02-13Add support for zstd-compressed user and kernel core dumps.Mark Johnston
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-10-25Add support for compressed kernel dumps.Mark Johnston
2017-05-09DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-02-28Renumber copyright clause 4Warner Losh
2016-12-10Add support for encrypted kernel crash dumps.Konrad Witaszczyk
2016-10-02dumpon(8) appears to be present in FreeBSD 2.0.5,Sevan Janiyan