| Age | Commit message (Expand) | Author |
| 2021-01-02 | Use <compat/netbsd32/netbsd32.h> instead of <machine/netbsd32_machdep.h>, | rin |
| 2020-10-19 | Arrange so that no options COREDUMP and no options PTRACE work together. | christos |
| 2020-10-10 | Use correct note types for register storage in 32-bit core files for | rin |
| 2020-05-30 | coredump_note_elf{32,64}(): avoid allcating register state buffers on | thorpej |
| 2020-05-23 | Move proc_lock into the data segment. It was dynamically allocated because | ad |
| 2020-01-08 | Include XSTATE note in x86 core dumps | mgorny |
| 2019-12-24 | Introduce PT_LWPSTATUS + PT_LWPNEXT, obsolete PT_LWPINFO | kamil |
| 2019-11-22 | Use __diagused | pgoyette |
| 2019-11-20 | Move all non-emulation-specific coredump code into the coredump module, | pgoyette |
| 2019-01-22 | Fix code generation for programs with a faulty process map | kamil |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2018-01-21 | CID-1427760: While overrun can't happen, make it obvious that it can't | christos |
| 2017-05-04 | Set clear comment about EI_OSABI and EI_ABIVERSION | kamil |
| 2017-03-30 | factor out getauxv code. | christos |
| 2017-03-29 | Revert previous. | kamil |
| 2017-03-29 | Generate ELF AUXV for core(5) and ptrace(2) limited to the vector TYPE x V | kamil |
| 2017-01-25 | PR/51916: Kamil Rytarowski: Don't multiply es_arglen with ptrsz since it is | christos |
| 2017-01-06 | Introduce new ptrace(2) interface: PT_SET_SIGINFO and PT_GET_SIGINFO | kamil |
| 2016-09-29 | Introduce and use PROC_PTRSZ() to handle differing pointer size 64->32 | christos |
| 2016-09-05 | Build fix for when COREDUMP is turned off, from Ray Phillips in PR 51460. | dholland |
| 2016-06-27 | PR/51277: Fix compat32 coredumping that broke with the aux vector note | christos |
| 2016-05-24 | Add a note for the auxv array so we can find our load location from a | christos |
| 2014-04-02 | If we are writing PN_XNUM or more phdrs, include one section header and | matt |
| 2014-01-05 | Fix previous slightly differently. | dsl |
| 2014-01-05 | avoid use-after-free in *coredump(). | mrg |
| 2014-01-04 | Remove __HAVE_PROCESS_XFPREGS and add the extra parameter for the size | dsl |
| 2014-01-03 | Fix bug in previous (panic during process core dump). | dsl |
| 2014-01-03 | There is no need for uvm_coredump_walkmap() to explicity pass the proc_t | dsl |
| 2014-01-03 | Instead of generating all the 'note' sections twice (and hoping that the | 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 |
| 2012-01-27 | extending vmem(9) to be able to allocated resources for it's own needs. | para |
| 2009-12-14 | Merge from matt-nb5-mips64 | matt |
| 2009-10-21 | Remove uarea swap-out functionality: | rmind |
| 2008-11-19 | Make the emulations, exec formats, coredump, NFS, and the NFS server | ad |
| 2008-04-24 | Network protocol interrupts can now block on locks, so merge the globals | ad |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-03-09 | - Make the proclist_lock a mutex. The write:read ratio is unfavourable, | ad |
| 2007-02-09 | Merge newlock2 to head. | ad |
| 2006-11-01 | remove some __unused from function parameters. | yamt |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-07-23 | Use the LWP cached credentials where sane. | ad |
| 2006-05-14 | integrate kauth. | elad |
| 2006-04-17 | Make sure we clear cpi_name; reported by Aymeric Vincent. | christos |
| 2006-03-12 | Support the generation of coredumps for 32-bits binaries under | cube |
| 2005-12-08 | Sprinkle static. | thorpej |
| 2005-07-06 | Make copy{in,out}_proc work on all processes (including curproc) by | christos |
| 2005-07-06 | Addendum to previous: copyin_proc() must not be used on curproc. | kleink |
| 2005-07-06 | Use copyin_proc() to peek for trailing zeroes in sections, as we might be | kleink |
| 2005-06-10 | Rework the coredump code to have no explicit knownledge of how coredump | matt |