summaryrefslogtreecommitdiff
path: root/sbin/savecore
AgeCommit message (Expand)Author
2020-04-03Avoid overflows when reading strings.maxv
2019-11-06elide recently introduced warnings that trigger in normal cases, eg:mrg
2018-12-27avoid infinite loop in kmem_check(). fixes bug introduced in previous.mrg
2018-11-06put a bunch of the kvm_read + warn on failure code into a macro thatmrg
2017-01-10Adapt funopen(3) call after switch to new zlib(3)kamil
2016-12-23for 64 bit mips platforms where we built userland largely as n32 bymrg
2013-05-13- avoid using globals where it is simple.christos
2012-12-25Consistent use of return.mbalmer
2012-04-07factor out rawname() from dump, fsck, savecore.christos
2012-03-15Use Lk macro when dealing with URLs. While here update or remove somenjoly
2011-09-13print the missing flag if missing argument...christos
2011-09-13Fix typo.wiz
2011-09-12document that dumpdir is now optionalchristos
2011-09-12- always print corrupted dump messages instead of silently failingchristos
2011-08-29static + __deadjoerg
2009-08-18Instead of exiting with an obscure error message if -N /kernelname isn'tdogcow
2009-04-06fix sign-compare issueslukem
2009-03-21Fix savecore so it uses /dev/ksyms when it can (doesn't override libkvmtls
2009-03-07Add crash(8), a utility to diagnose kernel crashes. This is basicallyad
2008-12-28fix dev_t format.christos
2008-12-05Enable the faked ELF kernel by default, now that ksyms output works withad
2008-10-20- Add code to produce a fake ELF kernel containing only symbol info. Donead
2008-10-09Explicitly check that the dump device is not the console, a tty or pty.joerg
2008-07-20Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2008-04-20sync() a couple of times to benefit diagnosis of sloppy kernel code thatad
2008-01-15Don't use the block device to read crashdumps, if possible.ad
2007-11-12tyop: _time_seconf -> _time_secondpooka
2006-12-18from Anon Ymous: remove (void)&var;christos
2006-10-16c99 initializerschristos
2006-07-09accept either "time_second" or "time" as kernel timevariable inkardel
2006-06-07support timecounters (struct time gone, use time_second then)kardel
2006-03-17Free some allocated memory in the failure case when trying tohubertf
2005-06-27Move WARNS=3 to the Makefile.inc, and add a little const to the remainingchristos
2004-10-21Rearrange the option formatting to be both prettier and more completedsainty
2004-10-16New sentence, new line; use .Dq instead of ``''.snj
2004-10-16Bump date for -n descriptiondsainty
2004-10-16Added -n option, which tests for a present core but doesn't write itdsainty
2004-10-16Added -n option, which tests for a present core but doesn't write itdsainty
2004-07-14Fix an integer overflow that prevented saving cores from machines withtls
2004-04-21Replace the statfs() family of system calls with statvfs().christos
2004-03-30Give a 60 day leeway instead of a week when judging if the dumptime is valid.christos
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-05-18simplify by strlcpyitojun
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
2002-12-06Remove prototype for non-existent function log().thorpej
2002-10-03New sentence, new line. From Robert Elz.wiz
2002-09-27use humanize_number(3) for progress printoutdrochner
2002-03-19PR/15502: Wolfgang Rupprecht: savecore fails for > 2GB files.christos
2002-03-06Change type of dumpmag and newdumpmag from int to u_int32_ttsutsui
2001-11-16Sort sections.wiz