aboutsummaryrefslogtreecommitdiff
path: root/sbin/savecore
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicated header filesKevin Lo2011-06-241-1/+0
* Remove the advertising clause from UCB copyrighted files in sbin. ThisJoel Dahl2010-12-121-4/+0
* Switch the default WARNS level for sbin/ to 6.Ruslan Ermilov2009-10-191-1/+0
* Fixed markup.Ruslan Ermilov2009-09-171-3/+5
* - Add a SIGINFO handler for savecore.Ulf Lilleengen2009-08-251-1/+17
* Correct the information about when the respective functionality firstChristian Brueffer2009-04-231-1/+1
* Apply various fixes:Tom Rhodes2008-12-241-2/+2
* Compare kernel dump header magic with textdump magic using strncmp()Robert Watson2007-12-271-11/+31
* Teach savecore(8) how to extract textdump(4) dumps.Robert Watson2007-12-262-79/+171
* Check fdopen return value.Kevin Lo2007-05-281-0/+6
* o Restore kerneldumpheader.architectureversion bytes swoppingMaxim Konovalov2005-10-021-1/+2
* Don't consider being unable to open the bounds file worthy of printingRobert Watson2005-09-131-1/+2
* Don't bump bounds every time savecore(8) is run.Doug White2005-06-201-9/+12
* Markup fixes.Ruslan Ermilov2005-06-141-1/+1
* Fix a silly little typo I just spotted.Philip Paeps2005-06-061-1/+1
* Constify savedir pointer, and remove an accompaning strdup() call.Xin LI2005-05-291-8/+3
* style(9).David E. O'Brien2005-02-261-43/+45
* Allow a forced dump even if the dump header information is inconsistent.David E. O'Brien2005-02-242-18/+61
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-02-101-2/+4
* Sort sections.Ruslan Ermilov2005-01-181-2/+2
* Initialize "he" in DoFile, so savecore(8) is WARNS=6 clean.Xin LI2005-01-102-2/+2
* Use a local "compress" symbol corresponding to a variable in BSS,Ruslan Ermilov2004-08-161-2/+2
* Remove advertising clause from University of California Regent's license,Mark Murray2004-04-091-4/+0
* o Remove obsoleted '-N' and '-d' flags.Maxim Konovalov2004-02-281-3/+1
* o Sync usage() with reality: add 'z' flag.Maxim Konovalov2004-02-281-1/+2
* style.Makefile(5):Johan Karlsson2004-02-231-1/+1
* Merge from RELENG_4 1.28.2.13: Fix saving system crash dumps larger thanTim J. Robbins2004-02-201-1/+1
* Revision 1.61 changed the allocation of buffer 'buf' in DoFile() fromMarcel Moolenaar2003-10-081-6/+0
* Add a flag that reports the existence of a dump, and does nothing else.Doug Barton2003-09-042-4/+32
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-1/+1
* s/filesystem/file system/g as discussed on -developersTom Rhodes2002-08-211-2/+2
* The .Nm utility.Philippe Charnier2002-07-061-1/+1
* Fix breakage caused by allocating the I/O buffer. There was aMarcel Moolenaar2002-06-021-2/+5
* mdoc(7) police: nits.Ruslan Ermilov2002-05-291-8/+21
* Work around a memory fault on ia64 caused by having the 1MB buffer onMarcel Moolenaar2002-05-271-1/+16
* Style.Ruslan Ermilov2002-05-131-3/+4
* Make argument to printf match format.Marcel Moolenaar2002-05-061-1/+1
* - revert back to vmcore.#Bill Fenner2002-05-053-109/+271
* Restore the minfree functionality into savecore. This patchMaxime Henrion2002-05-041-7/+80
* Add FBSDID. Start errx(3) messages with lowercase. Remove a ')' with no '('.Philippe Charnier2002-04-211-14/+15
* Push the .info file contents out when we're done so people canPoul-Henning Kamp2002-04-191-0/+1
* High-level changes (user visible):Marcel Moolenaar2002-04-131-56/+137
* Move generic disk ioctls from <sys/disklabel.h> to <sys/disk.h>.Poul-Henning Kamp2002-04-081-1/+1
* Make the kernel dump header endianness invariant by always dumpingMarcel Moolenaar2002-04-031-11/+15
* Add long long casts so that this compiles on archs with 64-bit longs.John Baldwin2002-04-011-4/+4
* Duh, savecore is called savecore.Poul-Henning Kamp2002-04-011-1/+1
* Savecore:Poul-Henning Kamp2002-03-312-754/+177
* o remove __PWarner Losh2002-03-211-16/+16
* Remove 'register' keyword.David E. O'Brien2002-03-201-5/+5
* Sparc64 support.Dag-Erling Smørgrav2002-03-111-7/+7