aboutsummaryrefslogtreecommitdiff
path: root/sbin/dumpon/dumpon.c
Commit message (Expand)AuthorAgeFilesLines
* dumpon: fix set but not used variableinkeliz7 days1-2/+10
* Remove copyright strings ifdef'd outWarner Losh2023-11-271-9/+0
* sbin: Remove ancient SCCS tags.Warner Losh2023-11-271-3/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* 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
* 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: do not print errno for resolver failureEric van Gyzen2021-03-071-4/+5
* 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
* EKCD: Add Chacha20 encryption modeConrad Meyer2019-05-231-5/+31
* List-ify kernel dump device configurationConrad Meyer2019-05-061-60/+97
* 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-181-8/+8
* dumpon(8): Provide seatbelt against weak RSA keysConrad Meyer2018-10-261-0/+24
* Convert `cap_enter() < 0 && errno != ENOSYS` to `caph_enter() < 0`.Mariusz Zaborski2018-06-191-1/+2
* dumpon(8)Sean Bruno2018-05-291-1/+2
* Add netdump support to dumpon(8).Mark Johnston2018-05-061-88/+279
* Add support for zstd-compressed user and kernel core dumps.Mark Johnston2018-02-131-7/+16
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Add support for compressed kernel dumps.Mark Johnston2017-10-251-5/+13
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Add support for encrypted kernel crash dumps.Konrad Witaszczyk2016-12-101-10/+101
* Use nitems() instead of sizeof(name) / sizeof(*name).Marcelo Araujo2016-04-191-1/+1
* Fix dumpon compatibility with dumpdev kenvSteven Hartland2015-11-231-4/+19
* Document that you can use -v along with -l.Alfred Perlstein2012-11-021-1/+1
* Add an option to display the current dump device via dumpon -l.Alfred Perlstein2012-11-011-3/+40
* 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
* 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
* Verify that the specified device is at least as large as hw.physmem.Dag-Erling Smørgrav2004-10-031-20/+44
* Remove advertising clause from University of California Regent's license,Mark Murray2004-04-091-4/+0
* Use __FBSDID() to quiet GCC 3.3 warnings.David E. O'Brien2003-05-031-4/+4
* unbreak build: include string.h for strcmp prototype.Alfred Perlstein2002-05-111-0/+1
* Rename DIOCGKERNELDUMP to DIOCSKERNELDUMP as it strictly speakingPoul-Henning Kamp2002-04-091-4/+4
* Move generic disk ioctls from <sys/disklabel.h> to <sys/disk.h>.Poul-Henning Kamp2002-04-081-1/+1
* Here follows the new kernel dumping infrastructure.Poul-Henning Kamp2002-03-311-36/+24
* o __PWarner Losh2002-03-181-4/+4
* Include missing header files which define functions for which gcc hasDima Dorfman2001-06-241-0/+2
* Remove unused #include.Jeroen Ruigrok van der Werven2000-05-011-1/+0
* The dumpon sysctl only accept cdevs thse days.Poul-Henning Kamp2000-01-041-2/+3
* Accept both types of devices to work with older kernels tooAndrey A. Chernov1999-11-301-2/+2
* Convert dumpon to work on character devices instead of block devices.Poul-Henning Kamp1999-11-281-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1