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