summaryrefslogtreecommitdiff
path: root/sbin/savecore
AgeCommit message (Expand)Author
2013-08-14no longer any need to quote macro lines with >9 args;Jason McIntyre
2013-06-03dependent clause requires a subject (comment grammar)Ted Unangst
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-06-20If the user didn't specify a kernel, pass in NULL to kvm_openfiles()Todd C. Miller
2009-01-17Use different variables for the dump offset in blocks and the dump offsetMiod Vallat
2009-01-02Handle kernel core files larger than 2GB; ok dlg@Miod Vallat
2008-09-10sync synopsis and usage; documentation tweaks.Igor Sobrado
2008-07-18+.Xr crash 8 ,Jason McIntyre
2007-09-14remove some warnings:Charles Longeau
2007-09-11use strcspn to properly overwrite '\n' in fgets returned bufferGilles Chehade
2007-05-31convert to new .Dd format;Jason McIntyre
2006-06-16Add -DSAVECORE to CFLAGS instead of overriding it.Mark Kettenis
2005-06-26There's a dependency on the compress API that changedOtto Moerbeek
2005-01-07Use fstatfs(), not statfs() to determine free space so if /var/crashTodd C. Miller
2004-09-15removed unused; avoid aliasing to libc functionsTheo de Raadt
2004-07-02Use "time_second" instead of "time" now that time handling in the kernelThorsten Lockert
2004-01-13Use correct type for magic number.Otto Moerbeek
2003-12-28zap bizarre log() prototype.Marc Espie
2003-11-15fix savecore on big endian 64 bit arches. OK millert@Marco S Hyman
2003-07-29spacesTheo de Raadt
2003-06-10boring cleanupsTheo de Raadt
2003-06-03- section reorderJason McIntyre
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-04-08fix null deref in error sysloggingMichael Shalayeff
2003-04-07strlcat, and it counted srclen, not dstlen; ok millertTheo de Raadt
2002-07-03ansiTheo de Raadt
2002-05-22oops, backwards length check; moritz@jodeit.orgTheo de Raadt
2002-05-22strcpy, sprintf death; mpech okTheo de Raadt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-11-05kill more registers;Mike Pechkin
2001-07-07major -Wall cleanup, almost completeTheo de Raadt
2001-06-29More libkvm.old relicsMiod Vallat
2001-06-20circumvent a 32-bit integer arithmetic overflowNiklas Hallqvist
2001-06-04return from main() don't exitMichael Shalayeff
2001-01-18crank "K to go" field to 8 digits; lukem@netbsd.orgTheo de Raadt
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
2000-10-25various savecore/kvm fixes; gluk@ptci.ru, PR#1461Theo de Raadt
2000-09-18avoid alias against libc symbol dirname (binutils is so great)Theo de Raadt
2000-05-31Cleaner loop structure when reading panic string from the core image.Todd C. Miller
2000-04-15i gust forgot about this file...; noted by gluk@ptci.ruMichael Shalayeff
2000-04-15Mostly punctuation fixes.Aaron Campbell
2000-04-01.core.Z via NetBSD pr/9684Hugh Graham
1999-08-16add a missing strerror. (there was already a %s in the format string)Artur Grabowski
1999-07-01extra fclose(); ronald@chersonese.comTheo de Raadt
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
1999-04-23mac68k uses libkvm nowJason Downs
1999-02-23do not print multiple \n in kernel version number printout,Theo de Raadt
1998-12-30Exit if nlist fails with ENOENT. Also replace strerror(errno) in syslog with %mTodd C. Miller
1998-12-15always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.netAaron Campbell
1998-11-28kill redundant .Nm macro arguments; other misc fixesAaron Campbell