| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revision 1.61 changed the allocation of buffer 'buf' in DoFile() from | Marcel Moolenaar | 2003-10-08 | 1 | -6/+0 |
| * | Add a flag that reports the existence of a dump, and does nothing else. | Doug Barton | 2003-09-04 | 1 | -4/+20 |
| * | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | Jens Schweikhardt | 2003-01-01 | 1 | -1/+1 |
| * | Fix breakage caused by allocating the I/O buffer. There was a | Marcel Moolenaar | 2002-06-02 | 1 | -2/+5 |
| * | Work around a memory fault on ia64 caused by having the 1MB buffer on | Marcel Moolenaar | 2002-05-27 | 1 | -1/+16 |
| * | Make argument to printf match format. | Marcel Moolenaar | 2002-05-06 | 1 | -1/+1 |
| * | - revert back to vmcore.# | Bill Fenner | 2002-05-05 | 1 | -92/+252 |
| * | Restore the minfree functionality into savecore. This patch | Maxime Henrion | 2002-05-04 | 1 | -7/+80 |
| * | Add FBSDID. Start errx(3) messages with lowercase. Remove a ')' with no '('. | Philippe Charnier | 2002-04-21 | 1 | -14/+15 |
| * | Push the .info file contents out when we're done so people can | Poul-Henning Kamp | 2002-04-19 | 1 | -0/+1 |
| * | High-level changes (user visible): | Marcel Moolenaar | 2002-04-13 | 1 | -56/+137 |
| * | Move generic disk ioctls from <sys/disklabel.h> to <sys/disk.h>. | Poul-Henning Kamp | 2002-04-08 | 1 | -1/+1 |
| * | Make the kernel dump header endianness invariant by always dumping | Marcel Moolenaar | 2002-04-03 | 1 | -11/+15 |
| * | Add long long casts so that this compiles on archs with 64-bit longs. | John Baldwin | 2002-04-01 | 1 | -4/+4 |
| * | Savecore: | Poul-Henning Kamp | 2002-03-31 | 1 | -738/+166 |
| * | o remove __P | Warner Losh | 2002-03-21 | 1 | -16/+16 |
| * | Remove 'register' keyword. | David E. O'Brien | 2002-03-20 | 1 | -5/+5 |
| * | Sparc64 support. | Dag-Erling Smørgrav | 2002-03-11 | 1 | -7/+7 |
| * | Remove some bogus "(off_t)(dumplo + value)" and "(off_t)dumplo" casts, | Peter Wemm | 2001-10-05 | 1 | -16/+18 |
| * | Argh. Fix another >2GB savecore problem. | Peter Wemm | 2001-10-05 | 1 | -1/+1 |
| * | fix savecore so that it works on the alpha after the size change | Andrew Gallatin | 2001-09-13 | 1 | -2/+2 |
| * | * Switch from doing compress(1)ed crashdumps with the -z flag to using | Kris Kennaway | 2001-09-06 | 1 | -33/+37 |
| * | Banish hard-coded KERNBASE references from savecore. Dynamically | Peter Wemm | 2001-08-24 | 1 | -1/+15 |
| * | Silence non-constant format string warnings by marking functions | Kris Kennaway | 2001-08-19 | 1 | -1/+1 |
| * | dumpmag is 'u_long dumpmag' in the kernel, not 'int'. If this worked on | Peter Wemm | 2001-06-09 | 1 | -4/+6 |
| * | 'int dumpsize; /* memory size in bytes */' is not good for machines | Peter Wemm | 2001-06-08 | 1 | -3/+5 |
| * | Restore the -c option, which was accidentally removed from the getopt | Dag-Erling Smørgrav | 2001-03-06 | 1 | -1/+1 |
| * | Document the new -k option in usage message and man page. | Dag-Erling Smørgrav | 2001-02-16 | 1 | -1/+1 |
| * | Add a -k option that prevents clearing the dump after saving it. | Dag-Erling Smørgrav | 2001-02-16 | 1 | -16/+57 |
| * | Work much harder at obtaining a correct device node. If what devname(3) | Dag-Erling Smørgrav | 2000-10-17 | 1 | -31/+89 |
| * | Remove superfluous code: | Dag-Erling Smørgrav | 2000-09-28 | 1 | -77/+28 |
| * | I'm not sure what changed to cause this, but using 'dirname' as a variable | Peter Wemm | 2000-09-03 | 1 | -8/+8 |
| * | Tidy up the offset calculations. | Paul Saab | 2000-05-09 | 1 | -5/+4 |
| * | Read the correct size into kdumplo. | Paul Saab | 2000-05-09 | 1 | -1/+1 |
| * | Allow savecore to work on > 2GB partitions. | Paul Saab | 2000-05-08 | 1 | -2/+4 |
| * | Fixed style bugs in rev.1.28. Rev.1.28 was not submitted by bde. | Bruce Evans | 2000-03-20 | 1 | -2/+3 |
| * | Only character devices exsist these days. Make savecore understand | Paul Saab | 2000-03-20 | 1 | -33/+8 |
| * | Fix bogus initialization of using a sledge hammer to quite -Wall, bad | David E. O'Brien | 1999-12-21 | 1 | -5/+4 |
| * | When erroring out that there is not enough space to write the corefile, | David E. O'Brien | 1999-12-08 | 1 | -3/+5 |
| * | Allow character devices too | Andrey A. Chernov | 1999-11-30 | 1 | -5/+5 |
| * | Fix savecore so that it operates correctly on character devices with | Poul-Henning Kamp | 1999-08-31 | 1 | -26/+89 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Read dumpdev using sysctl(3) interface. Now savecore should work again | Luoqi Chen | 1999-05-13 | 1 | -16/+22 |
| * | Fix savecore so that it works on alphas | Andrew Gallatin | 1999-03-12 | 1 | -1/+7 |
| * | Correct use of .Nm, add rcsid, remove unused #include. | Philippe Charnier | 1998-07-28 | 1 | -2/+5 |
| * | Fixed printf format errors. | Bruce Evans | 1998-06-28 | 1 | -1/+1 |
| * | Pickup _time_second instead of _time | Poul-Henning Kamp | 1998-03-30 | 1 | -2/+2 |
| * | compare return value from getopt against -1 rather than EOF, per the final | Warner Losh | 1997-03-29 | 1 | -1/+1 |
| * | Fix my yesterday's brain-o: don't account for the kilobytes twice. | Joerg Wunsch | 1996-10-14 | 1 | -1/+1 |
| * | Yikes! Originally, i intended to apply the patch from PR # 1322, | Joerg Wunsch | 1996-10-13 | 1 | -5/+6 |