summaryrefslogtreecommitdiff
path: root/sbin/savecore
AgeCommit message (Expand)Author
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
1998-11-11more `` '' -> .Dq sillyness; remove redundant .Pp macros; other misc fixesAaron Campbell
1998-10-04increase data sizeTodd C. Miller
1998-09-26mac68k uses libkvm.oldryker
1998-09-24Back out gzip changes, they will not make 2.4Todd C. Miller
1998-09-17sbin/ man page fixesAaron Campbell
1998-09-17pmax needs libkvm.old tooTodd C. Miller
1998-09-16take out gzip support for now, it seems to have problems on some platformsTodd C. Miller
1998-09-11i386 is now the only port using libkvm.oldTodd C. Miller
1998-09-05We can now savecore with a gzipped kernel:Todd C. Miller
1998-08-30alpha, powerpc, mvme88k use savecore.c, not savecore_old.c; janjaap@alf.stack.nlTodd C. Miller
1998-08-24Try /dev/ksyms, fall back on /bsd when getting namelist from live (not dead) ...Todd C. Miller
1998-08-10fix usage() string; use __prognameMichael Shalayeff
1998-07-13ftpd: sleep for an indeterminate amount for non-existant loginsTodd C. Miller
1998-07-05fix bugs; seen by dimaTheo de Raadt
1998-06-29do not (void)kvm_read(...)Theo de Raadt
1998-04-25hp300 uses libkvm now.Jason Downs