summaryrefslogtreecommitdiffstats
path: root/sbin/savecore
Commit message (Expand)AuthorAgeFilesLines
* Add a Xref to dumpon.n_hibma2001-10-281-0/+1
* Remove some bogus "(off_t)(dumplo + value)" and "(off_t)dumplo" casts,peter2001-10-051-16/+18
* Argh. Fix another >2GB savecore problem.peter2001-10-051-1/+1
* fix savecore so that it works on the alpha after the size changegallatin2001-09-131-2/+2
* mdoc(7) police: restore the correct sorting of SEE ALSO.ru2001-09-111-1/+1
* * Switch from doing compress(1)ed crashdumps with the -z flag to usingkris2001-09-063-40/+43
* Banish hard-coded KERNBASE references from savecore. Dynamicallypeter2001-08-241-1/+15
* Silence non-constant format string warnings by marking functionskris2001-08-191-1/+1
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
* dumpmag is 'u_long dumpmag' in the kernel, not 'int'. If this worked onpeter2001-06-091-4/+6
* 'int dumpsize; /* memory size in bytes */' is not good for machinespeter2001-06-081-3/+5
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
* Set the default manual section for sbin/ to 8.ru2001-03-201-1/+1
* Restore the -c option, which was accidentally removed from the getoptdes2001-03-061-1/+1
* Document the new -k option in usage message and man page.des2001-02-162-2/+4
* Add a -k option that prevents clearing the dump after saving it.des2001-02-161-16/+57
* Prepare for mdoc(7)NG.ru2001-01-161-2/+2
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-2/+2
* Work much harder at obtaining a correct device node. If what devname(3)des2000-10-171-31/+89
* Remove superfluous code:des2000-09-281-78/+29
* I'm not sure what changed to cause this, but using 'dirname' as a variablepeter2000-09-031-8/+8
* Tidy up the offset calculations.ps2000-05-091-5/+4
* Read the correct size into kdumplo.ps2000-05-091-1/+1
* Allow savecore to work on > 2GB partitions.ps2000-05-081-2/+4
* Fixed style bugs in rev.1.28. Rev.1.28 was not submitted by bde.bde2000-03-201-2/+3
* Only character devices exsist these days. Make savecore understandps2000-03-201-33/+8
* Fix bogus initialization of using a sledge hammer to quite -Wall, badobrien1999-12-211-5/+4
* When erroring out that there is not enough space to write the corefile,obrien1999-12-081-3/+5
* Allow character devices tooache1999-11-301-5/+5
* Fix savecore so that it operates correctly on character devices withphk1999-08-311-27/+90
* $Id$ -> $FreeBSD$peter1999-08-282-2/+2
* Read dumpdev using sysctl(3) interface. Now savecore should work againluoqi1999-05-131-16/+22
* Fix savecore so that it works on alphasgallatin1999-03-121-1/+7
* Correct use of .Nm, add rcsid, remove unused #include.charnier1998-07-282-12/+15
* Fixed printf format errors.bde1998-06-281-1/+1
* Pickup _time_second instead of _timephk1998-03-301-2/+2
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Fix my yesterday's brain-o: don't account for the kilobytes twice.joerg1996-10-141-1/+1
* Yikes! Originally, i intended to apply the patch from PR # 1322,joerg1996-10-131-5/+6
* Make the savecore command work like the man page says:fenner1996-10-132-10/+21
* Cast the partial result of an expression to an off_t to fix an overflowdg1996-09-051-1/+1
* a header file for zopen.3wosch1996-08-202-1/+5
* NBPG -> getpagesize()phk1996-05-021-1/+1
* Add #include <vm/pmap.h> in order to make savecore compile again after thepeter1995-12-131-0/+1
* Delete bogus referneces to timezone code internal header file `tzfile.h',wollman1995-08-071-2/+1
* Remove a newline from the output of savecore(8), so the bogus numberjoerg1995-07-301-1/+0
* Remove a bogus fclose. Normally the "w" stream for /var/crash/bounds wasbde1995-07-111-1/+0
* Remove trailing whitespace.rgrimes1995-05-301-3/+3
OpenPOWER on IntegriCloud