| Age | Commit message (Expand) | Author |
| 2009-08-18 | Instead of exiting with an obscure error message if -N /kernelname isn't | dogcow |
| 2009-04-06 | fix sign-compare issues | lukem |
| 2009-03-21 | Fix savecore so it uses /dev/ksyms when it can (doesn't override libkvm | tls |
| 2009-03-07 | Add crash(8), a utility to diagnose kernel crashes. This is basically | ad |
| 2008-12-28 | fix dev_t format. | christos |
| 2008-12-05 | Enable the faked ELF kernel by default, now that ksyms output works with | ad |
| 2008-10-20 | - Add code to produce a fake ELF kernel containing only symbol info. Done | ad |
| 2008-10-09 | Explicitly check that the dump device is not the console, a tty or pty. | joerg |
| 2008-07-20 | Remove the \n and tabs from the __COPYRIGHT() strings. | lukem |
| 2008-04-20 | sync() a couple of times to benefit diagnosis of sloppy kernel code that | ad |
| 2008-01-15 | Don't use the block device to read crashdumps, if possible. | ad |
| 2007-11-12 | tyop: _time_seconf -> _time_second | pooka |
| 2006-12-18 | from Anon Ymous: remove (void)&var; | christos |
| 2006-10-16 | c99 initializers | christos |
| 2006-07-09 | accept either "time_second" or "time" as kernel timevariable in | kardel |
| 2006-06-07 | support timecounters (struct time gone, use time_second then) | kardel |
| 2006-03-17 | Free some allocated memory in the failure case when trying to | hubertf |
| 2005-06-27 | Move WARNS=3 to the Makefile.inc, and add a little const to the remaining | christos |
| 2004-10-21 | Rearrange the option formatting to be both prettier and more complete | dsainty |
| 2004-10-16 | New sentence, new line; use .Dq instead of ``''. | snj |
| 2004-10-16 | Bump date for -n description | dsainty |
| 2004-10-16 | Added -n option, which tests for a present core but doesn't write it | dsainty |
| 2004-10-16 | Added -n option, which tests for a present core but doesn't write it | dsainty |
| 2004-07-14 | Fix an integer overflow that prevented saving cores from machines with | tls |
| 2004-04-21 | Replace the statfs() family of system calls with statvfs(). | christos |
| 2004-03-30 | Give a 60 day leeway instead of a week when judging if the dumptime is valid. | christos |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-05-18 | simplify by strlcpy | itojun |
| 2003-02-25 | .Nm does not need a dummy argument ("") before punctuation or | wiz |
| 2002-12-06 | Remove prototype for non-existent function log(). | thorpej |
| 2002-10-03 | New sentence, new line. From Robert Elz. | wiz |
| 2002-09-27 | use humanize_number(3) for progress printout | drochner |
| 2002-03-19 | PR/15502: Wolfgang Rupprecht: savecore fails for > 2GB files. | christos |
| 2002-03-06 | Change type of dumpmag and newdumpmag from int to u_int32_t | tsutsui |
| 2001-11-16 | Sort sections. | wiz |
| 2001-11-16 | Whitespace nits | wiz |
| 2001-11-01 | fix a couple of -Wshadow warnings | lukem |
| 2001-09-12 | explicitly set the default compression level to 1 (from the implicit 6), | lukem |
| 2001-09-12 | Add "-Z level" to control the compression level that -z uses (which | lukem |
| 2001-08-20 | Document more explicitly that the kernel must be `secure' according to | wiz |
| 2001-06-13 | Note usage of getbootfile(3); sort SEE ALSO section according to | wiz |
| 2001-06-13 | Use getbootfile(3) instead of _PATH_UNIX by default. | wiz |
| 2001-06-05 | Drop arguments of .Os. | wiz |
| 2001-05-06 | If the position of the formatted panic string can be found in the | simonb |
| 2001-04-03 | Xref send-pr 1, not 8. Whitespace fixes while I'm here. | wiz |
| 2001-01-11 | Make option flag variables static. This avoids a conflict between | martin |
| 2001-01-02 | use gzip instead of compress | joda |
| 2001-01-02 | Bump the field width of `K to go' from 6 to 8; some systems have more | lukem |
| 2000-12-11 | Back out sysctl part for now, awaiting the result of further discussion, | wiz |
| 2000-12-08 | Output proper warning if dumplo == -1 (as it can happen on macppc without | wiz |