summaryrefslogtreecommitdiffstats
path: root/sbin/savecore/savecore.c
Commit message (Expand)AuthorAgeFilesLines
* If fgets(3) fails in getbounds(), show strerror(3) if not an EOF. Also fixbdrewery2014-09-171-1/+5
* Fix double fclose() in an error case.brueffer2014-04-141-1/+1
* Log the name of the device that we failed to open rather than anmarkj2014-03-051-1/+1
* With rotating kernel dumps the higest dump number is not necessarily thepjd2012-12-161-1/+29
* Implement -m option to savecore(8) that allows to limit number of kernelpjd2012-12-161-19/+87
* Make use of the fact that we changed working directory to the dump directorypjd2012-12-161-4/+3
* Sort flags properly.pjd2012-12-161-3/+3
* Prefer snprintf() over sprintf().pjd2012-12-161-5/+5
* - When checking if a dump exists on the given device there is no need topjd2012-12-141-3/+3
* The clear option (-c) is not compatible with keep (-k) and compress (-z)pjd2012-12-141-0/+2
* If we are not going to clear the dump (we are either just checking if the dumppjd2012-12-141-2/+2
* Whitespace cleanups.pjd2012-12-141-6/+6
* Include <signal.h> (for SIGINFO).rmh2012-04-091-0/+1
* Remove duplicated header fileskevlo2011-06-241-1/+0
* Remove the advertising clause from UCB copyrighted files in sbin. Thisjoel2010-12-121-4/+0
* - Add a SIGINFO handler for savecore.lulf2009-08-251-1/+17
* Compare kernel dump header magic with textdump magic using strncmp()rwatson2007-12-271-11/+31
* Teach savecore(8) how to extract textdump(4) dumps.rwatson2007-12-261-79/+160
* Check fdopen return value.kevlo2007-05-281-0/+6
* o Restore kerneldumpheader.architectureversion bytes swoppingmaxim2005-10-021-1/+2
* Don't consider being unable to open the bounds file worthy of printingrwatson2005-09-131-1/+2
* Don't bump bounds every time savecore(8) is run.dwhite2005-06-201-9/+12
* Constify savedir pointer, and remove an accompaning strdup() call.delphij2005-05-291-8/+3
* style(9).obrien2005-02-261-43/+45
* Allow a forced dump even if the dump header information is inconsistent.obrien2005-02-241-17/+58
* Sync program's usage() with manpage's SYNOPSIS.ru2005-02-101-2/+4
* Initialize "he" in DoFile, so savecore(8) is WARNS=6 clean.delphij2005-01-101-1/+1
* Use a local "compress" symbol corresponding to a variable in BSS,ru2004-08-161-2/+2
* o Remove obsoleted '-N' and '-d' flags.maxim2004-02-281-3/+1
* o Sync usage() with reality: add 'z' flag.maxim2004-02-281-1/+2
* Merge from RELENG_4 1.28.2.13: Fix saving system crash dumps larger thantjr2004-02-201-1/+1
* Revision 1.61 changed the allocation of buffer 'buf' in DoFile() frommarcel2003-10-081-6/+0
* Add a flag that reports the existence of a dump, and does nothing else.dougb2003-09-041-4/+20
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-1/+1
* Fix breakage caused by allocating the I/O buffer. There was amarcel2002-06-021-2/+5
* Work around a memory fault on ia64 caused by having the 1MB buffer onmarcel2002-05-271-1/+16
* Make argument to printf match format.marcel2002-05-061-1/+1
* - revert back to vmcore.#fenner2002-05-051-92/+252
* Restore the minfree functionality into savecore. This patchmux2002-05-041-7/+80
* Add FBSDID. Start errx(3) messages with lowercase. Remove a ')' with no '('.charnier2002-04-211-14/+15
* Push the .info file contents out when we're done so people canphk2002-04-191-0/+1
* High-level changes (user visible):marcel2002-04-131-56/+137
* Move generic disk ioctls from <sys/disklabel.h> to <sys/disk.h>.phk2002-04-081-1/+1
* Make the kernel dump header endianness invariant by always dumpingmarcel2002-04-031-11/+15
* Add long long casts so that this compiles on archs with 64-bit longs.jhb2002-04-011-4/+4
* Savecore:phk2002-03-311-745/+173
* o remove __Pimp2002-03-211-16/+16
* Remove 'register' keyword.obrien2002-03-201-5/+5
* Sparc64 support.des2002-03-111-7/+7
* Remove some bogus "(off_t)(dumplo + value)" and "(off_t)dumplo" casts,peter2001-10-051-16/+18
OpenPOWER on IntegriCloud