summaryrefslogtreecommitdiffstats
path: root/sbin/savecore
Commit message (Expand)AuthorAgeFilesLines
* The .Nm utility.charnier2002-07-061-1/+1
* Fix breakage caused by allocating the I/O buffer. There was amarcel2002-06-021-2/+5
* mdoc(7) police: nits.ru2002-05-291-8/+21
* Work around a memory fault on ia64 caused by having the 1MB buffer onmarcel2002-05-271-1/+16
* Style.ru2002-05-131-3/+4
* Make argument to printf match format.marcel2002-05-061-1/+1
* - revert back to vmcore.#fenner2002-05-053-109/+271
* 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
* Duh, savecore is called savecore.phk2002-04-011-1/+1
* Savecore:phk2002-03-312-754/+177
* o remove __Pimp2002-03-211-16/+16
* Remove 'register' keyword.obrien2002-03-201-5/+5
* Sparc64 support.des2002-03-111-7/+7
* Default to WARNS=2.obrien2001-12-041-0/+1
* 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
OpenPOWER on IntegriCloud