aboutsummaryrefslogtreecommitdiff
path: root/sbin/dumpon/dumpon.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Capitalize at the start of sentence. Add rcsid. Remove unused #includes.Philippe Charnier1998-06-151-15/+11
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-2/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-3/+3
* My utility to specify where you want crash dumps to go. More userGarrett Wollman1995-05-121-0/+129