aboutsummaryrefslogtreecommitdiff
path: root/sbin/dumpon/dumpon.c
Commit message (Collapse)AuthorAgeFilesLines
* o __PWarner Losh2002-03-181-4/+4
| | | | | | | | | o Strict ANSI declarations. o return (foo); o main (int, char *[]) Notes: svn path=/head/; revision=92542
* Include missing header files which define functions for which gcc hasDima Dorfman2001-06-241-0/+2
| | | | | | | builtins (e.g., exit, strcmp). Notes: svn path=/head/; revision=78732
* Remove unused #include.Jeroen Ruigrok van der Werven2000-05-011-1/+0
| | | | Notes: svn path=/head/; revision=59867
* The dumpon sysctl only accept cdevs thse days.Poul-Henning Kamp2000-01-041-2/+3
| | | | | | | Submitted by: bde Notes: svn path=/head/; revision=55415
* Accept both types of devices to work with older kernels tooAndrey A. Chernov1999-11-301-2/+2
| | | | | | | Fix confusing message Notes: svn path=/head/; revision=53958
* Convert dumpon to work on character devices instead of block devices.Poul-Henning Kamp1999-11-281-1/+1
| | | | | | | NB: You may need to change your /etc/rc.conf! Notes: svn path=/head/; revision=53838
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Capitalize at the start of sentence. Add rcsid. Remove unused #includes.Philippe Charnier1998-06-151-15/+11
| | | | | | | Use `dumpon' instead of argv[0]. Notes: svn path=/head/; revision=36999
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-2/+2
| | | | | | | posix standard on the topic. Notes: svn path=/head/; revision=24359
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22990
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-3/+3
| | | | Notes: svn path=/head/; revision=8871
* My utility to specify where you want crash dumps to go. More userGarrett Wollman1995-05-121-0/+129
and kernel support to follow. Notes: svn path=/head/; revision=8478