Age | Commit message (Expand) | Author |
2019-02-05 | dev_t is signed to permit passing -1 as an invalid condition, but the | Theo de Raadt |
2018-12-05 | Unbreak "savecore -c". Also add missing unveil(2) for the raw device. | YASUOKA Masahiko |
2018-09-28 | add missing unveil(2) of an arbitrary kernel (when -N is used), or _PATH_UNIX by | Ricardo Mestre |
2018-09-24 | After opening required descriptors, savecore only plays in one directory | Theo de Raadt |
2017-01-22 | tedu@ didn't take the getcode() prototype with the getcode() implementation. | Kenneth R Westerback |
2016-09-04 | chop out the zread code since we only write files | Ted Unangst |
2016-09-04 | unifdef SAVECORE now that we're done sharing | Ted Unangst |
2016-09-03 | proving once again my commit and somebody will test strategy works, | Ted Unangst |
2016-09-01 | make the version symbol a fixed size (512) to reduce the potential for | Ted Unangst |
2016-07-04 | Drop support for the undocumented second argument (same as -N option) | Philip Guenther |
2015-10-18 | after kmem is open and setup, pledge "stdio rpath wpath cpath" | Theo de Raadt |
2015-10-18 | Collapse some strange programmer style with too much abstraction. | Theo de Raadt |
2015-04-26 | Fix glitches in previous commit: strip the \n and only complain on failure | Philip Guenther |
2015-04-18 | Convert many atoi() calls to strtonum(), adding range checks and failure | Theo de Raadt |
2015-03-15 | tzfile.h is an internal header that should never have been installed. | Todd C. Miller |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2013-08-14 | no longer any need to quote macro lines with >9 args; | Jason McIntyre |
2013-06-03 | dependent clause requires a subject (comment grammar) | Ted Unangst |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-06-20 | If the user didn't specify a kernel, pass in NULL to kvm_openfiles() | Todd C. Miller |
2009-01-17 | Use different variables for the dump offset in blocks and the dump offset | Miod Vallat |
2009-01-02 | Handle kernel core files larger than 2GB; ok dlg@ | Miod Vallat |
2008-09-10 | sync synopsis and usage; documentation tweaks. | Igor Sobrado |
2008-07-18 | +.Xr crash 8 , | Jason McIntyre |
2007-09-14 | remove some warnings: | Charles Longeau |
2007-09-11 | use strcspn to properly overwrite '\n' in fgets returned buffer | Gilles Chehade |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2006-06-16 | Add -DSAVECORE to CFLAGS instead of overriding it. | Mark Kettenis |
2005-06-26 | There's a dependency on the compress API that changed | Otto Moerbeek |
2005-01-07 | Use fstatfs(), not statfs() to determine free space so if /var/crash | Todd C. Miller |
2004-09-15 | removed unused; avoid aliasing to libc functions | Theo de Raadt |
2004-07-02 | Use "time_second" instead of "time" now that time handling in the kernel | Thorsten Lockert |
2004-01-13 | Use correct type for magic number. | Otto Moerbeek |
2003-12-28 | zap bizarre log() prototype. | Marc Espie |
2003-11-15 | fix savecore on big endian 64 bit arches. OK millert@ | Marco S Hyman |
2003-07-29 | spaces | Theo de Raadt |
2003-06-10 | boring cleanups | Theo de Raadt |
2003-06-03 | - section reorder | Jason McIntyre |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-04-08 | fix null deref in error syslogging | Michael Shalayeff |
2003-04-07 | strlcat, and it counted srclen, not dstlen; ok millert | Theo de Raadt |
2002-07-03 | ansi | Theo de Raadt |
2002-05-22 | oops, backwards length check; moritz@jodeit.org | Theo de Raadt |
2002-05-22 | strcpy, sprintf death; mpech ok | Theo de Raadt |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-11-05 | kill more registers; | Mike Pechkin |
2001-07-07 | major -Wall cleanup, almost complete | Theo de Raadt |
2001-06-29 | More libkvm.old relics | Miod Vallat |
2001-06-20 | circumvent a 32-bit integer arithmetic overflow | Niklas Hallqvist |
2001-06-04 | return from main() don't exit | Michael Shalayeff |