summaryrefslogtreecommitdiffstats
path: root/sys/kern/sys_process.c
Commit message (Expand)AuthorAgeFilesLines
* MFC 323994: Log signal number passed to PT_STEP requests in KTR_PTRACE traces.jhb2017-10-021-2/+2
* MFC r319875:kib2017-07-211-0/+29
* MFC r319873:kib2017-07-211-2/+2
* MFC r313992, r314075, r314118, r315484:badger2017-03-251-0/+10
* MFC r304440, r304487:markj2016-08-221-4/+5
* MFC 303001: Add PTRACE_VFORK to trace vfork events.jhb2016-08-191-2/+6
* MFC r303423:kib2016-08-151-7/+25
* MFC 302900,302902,302921,303461,304009:jhb2016-08-151-17/+60
* MFC r302919:kib2016-07-221-1/+1
* Add ptrace(2) reporting for LWP events.jhb2015-12-291-0/+15
* Add helper functions proc_readmem() and proc_writemem().markj2015-12-071-39/+64
* - Consistently use PROC_ASSERT_HELD() to verify that a process' hold countmarkj2015-11-081-2/+1
* Trim spaces at end of line to record the proper commit message forkib2015-10-201-1/+1
* Reviewed by: jhb, phokib2015-10-201-1/+12
* No need to dereference struct proc to pids when comparing processeskib2015-10-201-1/+1
* Switch pl_child_pid from int to pid_t.jhb2015-10-201-1/+1
* Include additional info in ptrace(2) KTR traces:jhb2015-10-051-18/+23
* Export current system call code and argument count for system call entryjhb2015-09-011-0/+11
* Clear P_TRACED before reparenting a detached process back to itsjhb2015-08-011-2/+9
* The si_status field of the siginfo_t, provided by the waitid(2) andkib2015-07-181-2/+4
* Provide vnode in memory map info for files on tmpfsvangyzen2015-06-021-1/+1
* Clear p_stops when doing PT_DETACH.delphij2015-06-011-0/+1
* Add KTR tracing for some MI ptrace events.jhb2015-05-251-1/+74
* Add a facility for non-init process to declare itself the reaper ofkib2014-12-151-191/+0
* Plug unnecessary PRS_NEW check in kern_procctl.mjg2014-10-221-4/+1
* Require p_cansched() for changing a process' protection status viajhb2014-10-021-1/+1
* Correct the problems with the ptrace(2) making the debuggee an orphan.kib2014-08-071-9/+1
* Extend the support for exempting processes from being killed when swap isjhb2013-09-191-0/+195
* Revert r253939:attilio2013-08-051-6/+5
* The page hold mechanism is fast but it has couple of fallouts:attilio2013-08-041-5/+6
* Switch some "low-hanging fruit" to acquire read lock on vmobjectsattilio2013-04-081-5/+5
* Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() toattilio2013-02-201-5/+5
* Switch vm_object lock to be a rwlock.attilio2013-02-201-1/+1
* When vforked child is traced, the debugging events are not generatedkib2013-02-071-0/+2
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-221-3/+1
* Always initialize pl_event.kib2012-08-081-0/+1
* If you have pressed CTRL+Z and a process is suspended, then you use gdbdavidxu2012-07-091-4/+4
* Allow the parent to gather the exit status of the children reparentedkib2012-02-231-3/+0
* Mark the automatically attached child with PL_FLAG_CHILD in structkib2012-02-101-0/+2
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-2/+2
* Add comment from CSRG rev 7.27 (1992/06/23 19:56:55; author: mckusick)obrien2011-06-171-0/+9
* We should not return ECHILD when debugging a child and the parent does aobrien2011-06-141-2/+6
* Add macro to test the sv_flags of any process. Change some places to testdchagin2011-01-261-1/+1
* Allow debugger to specify that children of the traced process should bekib2011-01-251-1/+15
* Introduce vm_fault_hold() and use it to (1) eliminate a long-standing racealc2010-12-201-63/+17
* Add the ability for GDB to printout the thread name along with otherattilio2010-11-221-0/+3
* Create a global thread hash table to speed up thread lookup, usedavidxu2010-10-091-14/+3
* Extend ptrace(PT_LWPINFO) to report siginfo for the signal that causedkib2010-07-041-3/+62
* Use ISO C99 integer types in sys/kern where possible.ed2010-06-211-3/+3
* Ignore the 'addr' argument passed to PT_STEP (it is required to be '1'jhb2010-05-251-14/+20
OpenPOWER on IntegriCloud