summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/dump_machdep.c
Commit message (Expand)AuthorAgeFilesLines
* Place hostnames and similar information fully under the prison system.jamie2009-05-291-1/+0
* Revert r184136. Instead, push the check for crashdumpmap overflow into thekib2008-10-311-1/+1
* Collect N identical (or near identical) mkdumpheader() implementations intopeter2008-10-011-22/+1
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-1/+2
* Teach the dump and minidump code to respect the maxioszie attribute ofscottl2008-02-151-2/+6
* Add a wrapper function that bound checks writes to the dump device.ru2008-01-281-6/+6
* Introduce minidumps. Full physical memory crash dumps are still availablepeter2006-04-211-0/+10
* Fix a buglet that was present in the ia64 code and that got inheritedmarcel2005-07-021-0/+1
* Switch AMD64 and i386 platforms to using ELF as their kernel crashpeter2005-06-291-92/+326
* Use __FBSDID().obrien2003-07-251-2/+3
* Commit MD parts of a loosely functional AMD64 port. This is based onpeter2003-05-011-1/+1
* Reformat last changejulian2002-12-161-5/+7
* Don't dump core into a partition that is too small for it.julian2002-12-161-0/+9
* Unbreak kernel build by printing Maxmem using %ld instead of old (now changed)ache2002-08-301-1/+1
* Don't use "NULL" when "0" is really meant.archie2002-08-211-4/+4
* Restore the ability interrupt dumps on i386, based onfenner2002-05-041-0/+7
* Make the kernel dump header endianness invariant by always dumpingmarcel2002-04-031-12/+7
* Here follows the new kernel dumping infrastructure.phk2002-03-311-0/+121
OpenPOWER on IntegriCloud