| Age | Commit message (Expand) | Author |
| 2020-04-03 | Avoid overflows when reading strings. | maxv |
| 2019-11-06 | elide recently introduced warnings that trigger in normal cases, eg: | mrg |
| 2018-12-27 | avoid infinite loop in kmem_check(). fixes bug introduced in previous. | mrg |
| 2018-11-06 | put a bunch of the kvm_read + warn on failure code into a macro that | mrg |
| 2017-01-10 | Adapt funopen(3) call after switch to new zlib(3) | kamil |
| 2016-12-23 | for 64 bit mips platforms where we built userland largely as n32 by | mrg |
| 2013-05-13 | - avoid using globals where it is simple. | christos |
| 2012-12-25 | Consistent use of return. | mbalmer |
| 2012-04-07 | factor out rawname() from dump, fsck, savecore. | christos |
| 2012-03-15 | Use Lk macro when dealing with URLs. While here update or remove some | njoly |
| 2011-09-13 | print the missing flag if missing argument... | christos |
| 2011-09-13 | Fix typo. | wiz |
| 2011-09-12 | document that dumpdir is now optional | christos |
| 2011-09-12 | - always print corrupted dump messages instead of silently failing | christos |
| 2011-08-29 | static + __dead | joerg |
| 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 |