summaryrefslogtreecommitdiff
path: root/sbin/savecore/savecore.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.5.0_cvscvs2svn2002-02-041-1/+1
* MFC: rev 1.46: fix for silly precision loss for machines with >2G of ram.Peter Wemm2001-10-051-1/+1
* MFC: * Switch from doing compress(1)ed crashdumps with the -z flag to usingKris Kennaway2001-09-301-6/+7
* MFC: rev 1.43: detect kernbase automatically rather than compiling it in.Peter Wemm2001-09-211-1/+15
* MFC 1.45 - make savecore work on alpha againAndrew Gallatin2001-09-131-2/+2
* MFC: rev 1.41 (fix Alpha problem -- dumpmag is 'u_long dumpmag' in the kernel)David E. O'Brien2001-08-011-4/+6
* MFC: rev 1.40: trivial fix for savecore on 2GB ram machinesPeter Wemm2001-06-081-3/+5
* MFC: restore -c option.Dag-Erling Smørgrav2001-03-061-1/+1
* MFC: -k option, sparse dumpsDag-Erling Smørgrav2001-03-051-112/+162
* MFC 1.33 -> 1.34 - rename occurances of 'dirname' to not clash with theAdrian Chadd2000-11-161-8/+8
* MFC: [rev 1.30] Fix style bugs in rev.1.28.Paul Saab2000-07-041-2/+3
* MFC: Support for > 2GB partitions.Paul Saab2000-05-091-5/+6
* MFC: 1.29 Make savecore understand only char devs exsist.Paul 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-26/+89
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* 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-281-2/+5
* 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
* 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-131-8/+19
* 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-201-0/+1
* 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-241-12/+13
* Converted 'vmunix' to 'kernel'.David Greenman1994-08-051-18/+18
* 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-261-0/+649