| Age | Commit message (Expand) | Author |
| 2019-11-20 | Move all non-emulation-specific coredump code into the coredump module, | pgoyette |
| 2017-01-06 | Introduce new ptrace(2) interface: PT_SET_SIGINFO and PT_GET_SIGINFO | kamil |
| 2014-01-07 | Re-instate the zero length sections in elf core dumps (they probably help | dsl |
| 2014-01-03 | There is no need for uvm_coredump_walkmap() to explicity pass the proc_t | dsl |
| 2014-01-03 | Minor changes to the process coredump code. | dsl |
| 2014-01-01 | Change the type of the 'cookie' that holds the state of the core dump file | dsl |
| 2011-02-02 | udpate license clauses on my code to match the new-style BSD licenses. | chuck |
| 2011-01-14 | Retire struct user, remove sys/user.h inclusions. Note sys/user.h header | rmind |
| 2008-11-19 | Make the emulations, exec formats, coredump, NFS, and the NFS server | ad |
| 2008-04-29 | PR kern/37917 /bin/ps no longer shows zombies | ad |
| 2006-11-01 | remove some __unused from function parameters. | yamt |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2005-12-08 | Sprinkle static. | thorpej |
| 2005-06-10 | Rework the coredump code to have no explicit knownledge of how coredump | matt |
| 2005-06-02 | When writing coredumps, don't write zero uninstantiated demand-zero pages. | matt |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2004-09-17 | There's no need to pass a proc value when using UIO_SYSSPACE with | skrll |
| 2003-09-14 | handle siginfo for deferred signals. Allocate a ksiginfo pool, and store | christos |
| 2003-09-06 | SA_SIGINFO changes. | christos |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2001-12-10 | Move the code that walks the process's VM map during a coredump | thorpej |
| 2001-12-08 | Make the coredump routine exec-format/emulation specific. Split | thorpej |