summaryrefslogtreecommitdiffstats
path: root/sys/kern/sys_process.c
Commit message (Expand)AuthorAgeFilesLines
* Merge reaper facility.kib2015-01-051-194/+0
* MFC 272449:jhb2014-10-171-1/+1
* MFC r269656:kib2014-08-211-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
* Reorganize syscall entry and leave handling.kib2010-05-231-2/+6
* On Alan's advice, rather than do a wholesale conversion on a singlekmacy2010-04-301-4/+4
* Provide groundwork for 32-bit binary compatibility on non-x86 platforms,nwhitehorn2010-03-111-16/+14
* Initialize pve_fsid and pve_fileid to VNOVAL.marcel2010-02-111-0/+3
* o Add support for COMPAT_IA32.marcel2010-02-111-69/+123
* Unbreak building kernels with COMPAT_32 enabled. The actual supportmarcel2010-02-091-0/+19
* Add PT_VM_TIMESTAMP and PT_VM_ENTRY so that the tracing process canmarcel2010-02-091-0/+103
* For PT_TO_SCE stop that stops the ptraced process upon syscall entry,kib2010-01-231-0/+5
* Replace VM_PROT_OVERRIDE_WRITE by VM_PROT_COPY. VM_PROT_OVERRIDE_WRITE hasalc2009-11-261-9/+12
* Update a comment to reflect the previous change.alc2009-10-251-1/+1
* o Introduce vm_sync_icache() for making the I-cache coherent withmarcel2009-10-211-0/+4
* Clean up a number of aspects of token generation from audit arguments torwatson2009-07-021-1/+0
* Replace AUDIT_ARG() with variable argument macros with a set more morerwatson2009-06-271-5/+5
* Implement global and per-uid accounting of the anonymous memory. Addkib2009-06-231-1/+5
* Use the p_sysent->sv_flags flag SV_ILP32 to detect 32bit processkib2009-03-021-5/+4
* Revert rev 184216 and 184199, due to the way the thread_lock works,davidxu2008-11-051-0/+2
* Actually, for signal and thread suspension, extra process spin lock isdavidxu2008-10-231-2/+0
* Move per-thread userland debugging flags into seperated field,davidxu2008-10-151-11/+6
* - Relax requirements for p_numthreads, p_threads, p_swtick, and p_nice fromjeff2008-03-191-5/+1
* Remove kernel support for M:N threading.jeff2008-03-121-15/+0
* Use VM_FAULT_DIRTY to fault in pages for write access inups2007-11-081-2/+3
* - Fix from pr kern/115469; Don't redeliver a signal once it has beenjeff2007-10-091-9/+9
* - Move all of the PS_ flags into either p_flag or td_flags.jeff2007-09-171-1/+1
* Commit 14/14 of sched_lock decomposition.jeff2007-06-051-15/+18
OpenPOWER on IntegriCloud