| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC rev. 1.77: restore kerneldumpheader.architectureversion bytes | Maxim Konovalov | 2005-10-08 | 1 | -1/+2 |
| * | Merge savecore.c:1.76 from HEAD to RELENG_6: | Robert Watson | 2005-09-20 | 1 | -1/+2 |
| * | Don't bump bounds every time savecore(8) is run. | Doug White | 2005-06-20 | 1 | -9/+12 |
| * | Constify savedir pointer, and remove an accompaning strdup() call. | Xin LI | 2005-05-29 | 1 | -8/+3 |
| * | style(9). | David E. O'Brien | 2005-02-26 | 1 | -42/+44 |
| * | Allow a forced dump even if the dump header information is inconsistent. | David E. O'Brien | 2005-02-24 | 1 | -17/+58 |
| * | Sync program's usage() with manpage's SYNOPSIS. | Ruslan Ermilov | 2005-02-10 | 1 | -2/+4 |
| * | Initialize "he" in DoFile, so savecore(8) is WARNS=6 clean. | Xin LI | 2005-01-10 | 1 | -1/+1 |
| * | Use a local "compress" symbol corresponding to a variable in BSS, | Ruslan Ermilov | 2004-08-16 | 1 | -2/+2 |
| * | o Remove obsoleted '-N' and '-d' flags. | Maxim Konovalov | 2004-02-28 | 1 | -3/+1 |
| * | o Sync usage() with reality: add 'z' flag. | Maxim Konovalov | 2004-02-28 | 1 | -1/+2 |
| * | Merge from RELENG_4 1.28.2.13: Fix saving system crash dumps larger than | Tim J. Robbins | 2004-02-20 | 1 | -1/+1 |
| * | 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 |