summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_fork.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce the PD_CLOEXEC for pdfork(2).oshogbo2016-06-081-2/+6
* Get rid of struct proc p_sched and struct thread td_sched pointers.kib2016-06-051-1/+1
* sys/kern: spelling fixes in comments.pfg2016-04-291-1/+1
* Rename P_KTHREAD struct proc p_flag to P_KPROC.kib2016-02-091-1/+1
* Call kthread_exit() rather than kproc_exit() for a premature kthread exit.jhb2016-02-081-1/+1
* fork: ansify sys_pdforkmjg2016-02-061-3/+1
* Guard against runnable td2 exiting and than being reused for unrelatedkib2016-02-041-1/+1
* fork: plug a use after free of the returned processmjg2016-02-041-68/+74
* fork: pass arguments to fork1 in a dedicated structuremjg2016-02-041-15/+35
* Add ptrace(2) reporting for LWP events.jhb2015-12-291-3/+4
* Fix style issues around existing SDT probes.markj2015-12-161-3/+2
* Add a way to distinguish between forking and thread creation in schedtail.ed2015-10-221-1/+2
* If falloc_caps() failed, cleanup needs to be performed. This is a bugkib2015-10-161-1/+1
* Enforce the maxproc limitation before allocating struct proc, initialkib2015-10-081-29/+33
* Fix various edge cases related to system call tracing.jhb2015-10-061-3/+16
* save some bytes by using more concise SDT_PROBE<n> instead of SDT_PROBEavg2015-09-281-1/+1
* Make kstack_pages a tunable on arm, x86, and powepc. On i386, thekib2015-08-101-1/+1
* Fix accidental line wrapping introduced in r286122.ed2015-07-311-2/+1
* Limit rights on process descriptors.ed2015-07-311-6/+7
* Add an initial NUMA affinity/policy configuration for threads and processes.adrian2015-07-111-0/+10
* Implement lockless resource limits.mjg2015-06-101-3/+1
* Generalised support for copy-on-write structures shared by threads.mjg2015-06-101-1/+2
* Add KTR tracing for some MI ptrace events.jhb2015-05-251-0/+3
* Fix up panics when fork fails due to hitting proc limitmjg2015-05-061-1/+2
* fd: remove filedesc argument from fdclosemjg2015-04-111-1/+1
* cred: add proc_set_cred_init helpermjg2015-03-211-1/+1
* fork: assign refed credentials earliermjg2015-03-211-8/+7
* cred: add proc_set_cred helpermjg2015-03-161-2/+3
* Add procctl(2) PROC_TRACE_CTL command to enable or disable debuggerkib2015-01-181-1/+1
* Add a facility for non-init process to declare itself the reaper ofkib2014-12-151-3/+21
* Add facility to stop all userspace processes. The supposed use of thekib2014-12-131-2/+3
* filedesc: fixup fdinit to lock fdp and preapare files conditinallymjg2014-11-131-2/+2
* Make fdunshare accept only td parameter.mjg2014-06-281-2/+2
* The fasttrap fork handler is responsible for removing tracepoints in themarkj2013-12-181-5/+5
* Make process descriptors standard part of the kernel. rwhod(8) alreadypjd2013-11-301-17/+0
* dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEavg2013-11-261-1/+1
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingattilio2013-11-251-1/+0
* Extend the support for exempting processes from being killed when swap isjhb2013-09-191-0/+6
* Specify SDT probe argument types in the probe definition itself rather thanmarkj2013-08-151-4/+2
* Include PID in the error message which is printed when the maxproc limitjh2013-04-191-2/+2
* Merge Capsicum overhaul:pjd2013-03-021-1/+1
* Remove redundant parenthesis.pjd2013-02-171-1/+1
* Remove a special case for XEN, which is erronous and makes vfork(2)kib2012-12-151-4/+0
* Fix a race between kern_setitimer() and realitexpire(), where thekib2012-12-041-1/+1
* userret() already checks for td_locks when INVARIANTS is enabled, soattilio2012-09-081-1/+0
* Add a sysctl kern.pid_max, which limits the maximum pid the system iskib2012-08-151-4/+4
* The falloc() function obtains two references to newly created 'fp'.pjd2012-06-191-2/+6
* Stop treating td_sigmask specially for the purposes of new threadkib2012-05-261-1/+0
* Fix panic with RACCT that could occur in low memory (or out of swap)trasz2012-05-221-1/+1
* Currently, the debugger attached to the process executing vfork() doeskib2012-02-271-8/+4
OpenPOWER on IntegriCloud