aboutsummaryrefslogtreecommitdiff
path: root/sbin/dumpon/dumpon.c
Commit message (Expand)AuthorAgeFilesLines
* 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