| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't bump bounds every time savecore(8) is run. | dwhite | 2005-06-20 | 1 | -9/+12 |
* | Markup fixes. | ru | 2005-06-14 | 1 | -1/+1 |
* | Fix a silly little typo I just spotted. | philip | 2005-06-06 | 1 | -1/+1 |
* | Constify savedir pointer, and remove an accompaning strdup() call. | delphij | 2005-05-29 | 1 | -8/+3 |
* | style(9). | obrien | 2005-02-26 | 1 | -43/+45 |
* | Allow a forced dump even if the dump header information is inconsistent. | obrien | 2005-02-24 | 2 | -18/+61 |
* | Sync program's usage() with manpage's SYNOPSIS. | ru | 2005-02-10 | 1 | -2/+4 |
* | Sort sections. | ru | 2005-01-18 | 1 | -2/+2 |
* | Initialize "he" in DoFile, so savecore(8) is WARNS=6 clean. | delphij | 2005-01-10 | 2 | -2/+2 |
* | Use a local "compress" symbol corresponding to a variable in BSS, | ru | 2004-08-16 | 1 | -2/+2 |
* | Remove advertising clause from University of California Regent's license, | markm | 2004-04-09 | 1 | -4/+0 |
* | o Remove obsoleted '-N' and '-d' flags. | maxim | 2004-02-28 | 1 | -3/+1 |
* | o Sync usage() with reality: add 'z' flag. | maxim | 2004-02-28 | 1 | -1/+2 |
* | style.Makefile(5): | johan | 2004-02-23 | 1 | -1/+1 |
* | Merge from RELENG_4 1.28.2.13: Fix saving system crash dumps larger than | tjr | 2004-02-20 | 1 | -1/+1 |
* | 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 | 2 | -4/+32 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 1 | -1/+1 |
* | s/filesystem/file system/g as discussed on -developers | trhodes | 2002-08-21 | 1 | -2/+2 |
* | The .Nm utility. | charnier | 2002-07-06 | 1 | -1/+1 |
* | Fix breakage caused by allocating the I/O buffer. There was a | marcel | 2002-06-02 | 1 | -2/+5 |
* | mdoc(7) police: nits. | ru | 2002-05-29 | 1 | -8/+21 |
* | Work around a memory fault on ia64 caused by having the 1MB buffer on | marcel | 2002-05-27 | 1 | -1/+16 |
* | Style. | ru | 2002-05-13 | 1 | -3/+4 |
* | Make argument to printf match format. | marcel | 2002-05-06 | 1 | -1/+1 |
* | - revert back to vmcore.# | fenner | 2002-05-05 | 3 | -109/+271 |
* | 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 |
* | Duh, savecore is called savecore. | phk | 2002-04-01 | 1 | -1/+1 |
* | Savecore: | phk | 2002-03-31 | 2 | -754/+177 |
* | 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 |
* | Default to WARNS=2. | obrien | 2001-12-04 | 1 | -0/+1 |
* | Add a Xref to dumpon. | n_hibma | 2001-10-28 | 1 | -0/+1 |
* | 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 |
* | mdoc(7) police: restore the correct sorting of SEE ALSO. | ru | 2001-09-11 | 1 | -1/+1 |
* | * Switch from doing compress(1)ed crashdumps with the -z flag to using | kris | 2001-09-06 | 3 | -40/+43 |
* | 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 |
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 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 |