summaryrefslogtreecommitdiff
path: root/sbin/savecore/savecore.c
Commit message (Expand)AuthorAgeFilesLines
* Revision 1.61 changed the allocation of buffer 'buf' in DoFile() fromMarcel Moolenaar2003-10-081-6/+0
* Add a flag that reports the existence of a dump, and does nothing else.Doug Barton2003-09-041-4/+20
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-1/+1
* Fix breakage caused by allocating the I/O buffer. There was aMarcel Moolenaar2002-06-021-2/+5
* Work around a memory fault on ia64 caused by having the 1MB buffer onMarcel Moolenaar2002-05-271-1/+16
* Make argument to printf match format.Marcel Moolenaar2002-05-061-1/+1
* - revert back to vmcore.#Bill Fenner2002-05-051-92/+252
* Restore the minfree functionality into savecore. This patchMaxime Henrion2002-05-041-7/+80
* Add FBSDID. Start errx(3) messages with lowercase. Remove a ')' with no '('.Philippe Charnier2002-04-211-14/+15
* Push the .info file contents out when we're done so people canPoul-Henning Kamp2002-04-191-0/+1
* High-level changes (user visible):Marcel Moolenaar2002-04-131-56/+137
* Move generic disk ioctls from <sys/disklabel.h> to <sys/disk.h>.Poul-Henning Kamp2002-04-081-1/+1
* Make the kernel dump header endianness invariant by always dumpingMarcel Moolenaar2002-04-031-11/+15
* Add long long casts so that this compiles on archs with 64-bit longs.John Baldwin2002-04-011-4/+4
* Savecore:Poul-Henning Kamp2002-03-311-738/+166
* o remove __PWarner Losh2002-03-211-16/+16
* Remove 'register' keyword.David E. O'Brien2002-03-201-5/+5
* Sparc64 support.Dag-Erling Smørgrav2002-03-111-7/+7
* Remove some bogus "(off_t)(dumplo + value)" and "(off_t)dumplo" casts,Peter Wemm2001-10-051-16/+18
* Argh. Fix another >2GB savecore problem.Peter Wemm2001-10-051-1/+1
* fix savecore so that it works on the alpha after the size changeAndrew Gallatin2001-09-131-2/+2
* * Switch from doing compress(1)ed crashdumps with the -z flag to usingKris Kennaway2001-09-061-33/+37
* Banish hard-coded KERNBASE references from savecore. DynamicallyPeter Wemm2001-08-241-1/+15
* Silence non-constant format string warnings by marking functionsKris Kennaway2001-08-191-1/+1
* dumpmag is 'u_long dumpmag' in the kernel, not 'int'. If this worked onPeter Wemm2001-06-091-4/+6
* 'int dumpsize; /* memory size in bytes */' is not good for machinesPeter Wemm2001-06-081-3/+5
* Restore the -c option, which was accidentally removed from the getoptDag-Erling Smørgrav2001-03-061-1/+1
* Document the new -k option in usage message and man page.Dag-Erling Smørgrav2001-02-161-1/+1
* Add a -k option that prevents clearing the dump after saving it.Dag-Erling Smørgrav2001-02-161-16/+57
* Work much harder at obtaining a correct device node. If what devname(3)Dag-Erling Smørgrav2000-10-171-31/+89
* Remove superfluous code:Dag-Erling Smørgrav2000-09-281-77/+28
* I'm not sure what changed to cause this, but using 'dirname' as a variablePeter Wemm2000-09-031-8/+8
* Tidy up the offset calculations.Paul Saab2000-05-091-5/+4
* Read the correct size into kdumplo.Paul Saab2000-05-091-1/+1
* Allow savecore to work on > 2GB partitions.Paul Saab2000-05-081-2/+4
* 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-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