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