| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-06-28 | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 1 | -5/+5 |
| 2019-02-05 | dev_t is signed to permit passing -1 as an invalid condition, but the |  deraadt | 1 | -2/+2 |
| 2018-12-05 | Unbreak "savecore -c". Also add missing unveil(2) for the raw device. |  yasuoka | 1 | -15/+24 |
| 2018-09-28 | add missing unveil(2) of an arbitrary kernel (when -N is used), or _PATH_UNIX by |  mestre | 1 | -1/+5 |
| 2018-09-24 | After opening required descriptors, savecore only plays in one directory |  deraadt | 1 | -1/+5 |
| 2017-01-22 | tedu@ didn't take the getcode() prototype with the getcode() implementation. |  krw | 1 | -2/+1 |
| 2016-09-04 | chop out the zread code since we only write files |  tedu | 1 | -214/+2 |
| 2016-09-04 | unifdef SAVECORE now that we're done sharing |  tedu | 2 | -6/+2 |
| 2016-09-03 | proving once again my commit and somebody will test strategy works, |  tedu | 3 | -2/+882 |
| 2016-09-01 | make the version symbol a fixed size (512) to reduce the potential for |  tedu | 1 | -3/+5 |
| 2016-07-04 | Drop support for the undocumented second argument (same as -N option) |  guenther | 1 | -4/+2 |
| 2015-10-18 | after kmem is open and setup, pledge "stdio rpath wpath cpath" |  deraadt | 1 | -1/+6 |
| 2015-10-18 | Collapse some strange programmer style with too much abstraction. |  deraadt | 1 | -47/+31 |
| 2015-04-26 | Fix glitches in previous commit: strip the \n and only complain on failure |  guenther | 1 | -4/+11 |
| 2015-04-18 | Convert many atoi() calls to strtonum(), adding range checks and failure |  deraadt | 1 | -6/+15 |
| 2015-03-15 | tzfile.h is an internal header that should never have been installed. |  millert | 1 | -3/+3 |
| 2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 1 | -7/+9 |
| 2013-08-14 | no longer any need to quote macro lines with >9 args; |  jmc | 1 | -3/+3 |
| 2013-06-03 | dependent clause requires a subject (comment grammar) |  tedu | 1 | -8/+8 |
| 2009-10-27 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 1 | -15/+1 |
| 2009-06-20 | If the user didn't specify a kernel, pass in NULL to kvm_openfiles() |  millert | 1 | -4/+3 |
| 2009-01-17 | Use different variables for the dump offset in blocks and the dump offset |  miod | 1 | -13/+14 |
| 2009-01-02 | Handle kernel core files larger than 2GB; ok dlg@ |  miod | 1 | -7/+8 |
| 2008-09-10 | sync synopsis and usage; documentation tweaks. |  sobrado | 1 | -5/+3 |
| 2008-07-18 | +.Xr crash 8 , |  jmc | 1 | -2/+3 |
| 2007-09-14 | remove some warnings: |  chl | 1 | -4/+2 |
| 2007-09-11 | use strcspn to properly overwrite '\n' in fgets returned buffer |  gilles | 1 | -8/+5 |
| 2007-05-31 | convert to new .Dd format; |  jmc | 1 | -2/+2 |
| 2006-06-16 | Add -DSAVECORE to CFLAGS instead of overriding it. |  kettenis | 1 | -2/+2 |
| 2005-06-26 | There's a dependency on the compress API that changed |  otto | 1 | -1/+2 |
| 2005-01-07 | Use fstatfs(), not statfs() to determine free space so if /var/crash |  millert | 1 | -3/+5 |
| 2004-09-15 | removed unused; avoid aliasing to libc functions |  deraadt | 1 | -24/+13 |
| 2004-07-02 | Use "time_second" instead of "time" now that time handling in the kernel |  tholo | 1 | -4/+4 |
| 2004-01-13 | Use correct type for magic number. |  otto | 1 | -4/+5 |
| 2003-12-28 | zap bizarre log() prototype. |  espie | 1 | -3/+2 |
| 2003-11-15 | fix savecore on big endian 64 bit arches. OK millert@ |  marc | 1 | -3/+3 |
| 2003-07-29 | spaces |  deraadt | 1 | -4/+4 |
| 2003-06-10 | boring cleanups |  deraadt | 1 | -4/+4 |
| 2003-06-03 | - section reorder |  jmc | 1 | -3/+3 |
| 2003-06-02 | Remove the advertising clause in the UCB license which Berkeley |  millert | 2 | -13/+5 |
| 2003-04-08 | fix null deref in error syslogging |  mickey | 1 | -3/+3 |
| 2003-04-07 | strlcat, and it counted srclen, not dstlen; ok millert |  deraadt | 1 | -4/+5 |
| 2002-07-03 | ansi |  deraadt | 1 | -31/+18 |
| 2002-05-22 | oops, backwards length check; moritz@jodeit.org |  deraadt | 1 | -3/+3 |
| 2002-05-22 | strcpy, sprintf death; mpech ok |  deraadt | 1 | -5/+6 |
| 2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. |  millert | 1 | -18/+18 |
| 2001-11-05 | kill more registers; |  mpech | 1 | -11/+11 |
| 2001-07-07 | major -Wall cleanup, almost complete |  deraadt | 1 | -12/+12 |
| 2001-06-29 | More libkvm.old relics |  miod | 2 | -725/+2 |
| 2001-06-20 | circumvent a 32-bit integer arithmetic overflow |  niklas | 1 | -3/+3 |