aboutsummaryrefslogtreecommitdiff
path: root/sbin/savecore
Commit message (Expand)AuthorAgeFilesLines
* Fixed style bugs in rev.1.28. Rev.1.28 was not submitted by bde.Bruce Evans2000-03-201-2/+3
* Only character devices exsist these days. Make savecore understandPaul Saab2000-03-201-33/+8
* Fix bogus initialization of using a sledge hammer to quite -Wall, badDavid E. O'Brien1999-12-211-5/+4
* When erroring out that there is not enough space to write the corefile,David E. O'Brien1999-12-081-3/+5
* Allow character devices tooAndrey A. Chernov1999-11-301-5/+5
* Fix savecore so that it operates correctly on character devices withPoul-Henning Kamp1999-08-311-27/+90
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
* Read dumpdev using sysctl(3) interface. Now savecore should work againLuoqi Chen1999-05-131-16/+22
* Fix savecore so that it works on alphasAndrew Gallatin1999-03-121-1/+7
* Correct use of .Nm, add rcsid, remove unused #include.Philippe Charnier1998-07-282-12/+15
* Fixed printf format errors.Bruce Evans1998-06-281-1/+1
* Pickup _time_second instead of _timePoul-Henning Kamp1998-03-301-2/+2
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* 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
* Fix my yesterday's brain-o: don't account for the kilobytes twice.Joerg Wunsch1996-10-141-1/+1
* Yikes! Originally, i intended to apply the patch from PR # 1322,Joerg Wunsch1996-10-131-5/+6
* Make the savecore command work like the man page says:Bill Fenner1996-10-132-10/+21
* Cast the partial result of an expression to an off_t to fix an overflowDavid Greenman1996-09-051-1/+1
* a header file for zopen.3Wolfram Schneider1996-08-202-1/+5
* NBPG -> getpagesize()Poul-Henning Kamp1996-05-021-1/+1
* Add #include <vm/pmap.h> in order to make savecore compile again after thePeter Wemm1995-12-131-0/+1
* Delete bogus referneces to timezone code internal header file `tzfile.h',Garrett Wollman1995-08-071-2/+1
* Remove a newline from the output of savecore(8), so the bogus numberJoerg Wunsch1995-07-301-1/+0
* Remove a bogus fclose. Normally the "w" stream for /var/crash/bounds wasBruce Evans1995-07-111-1/+0
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-3/+3
* The -N option takes one argument, hence the getopt control stringJoerg Wunsch1995-01-021-1/+1
* Get rid of _PATH_UNIX completely; use getbootfile(3) instead.Garrett Wollman1994-09-242-21/+19
* Converted 'vmunix' to 'kernel'.David Greenman1994-08-052-22/+22
* Convert to our man installation style. Also fixed long-standing bugGarrett Wollman1994-08-051-1/+1
* I know better than to edit files on freefall, next time take a patch file.Rodney W. Grimes1994-05-281-1/+1
* Must now include vm/vm.h and vm/vm_param.h due to the way we define KERNBASE.Rodney W. Grimes1994-05-281-0/+3
* BSD 4.4 Lite sbin SourcesRodney W. Grimes1994-05-263-0/+781