aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_fork.c
Commit message (Expand)AuthorAgeFilesLines
...
* When filt_proc() removes event from the knlist due to the processKonstantin Belousov2016-06-271-2/+2
* Update comments for the MD functions managing contexts for newKonstantin Belousov2016-06-161-1/+1
* Introduce the PD_CLOEXEC for pdfork(2).Mariusz Zaborski2016-06-081-2/+6
* Get rid of struct proc p_sched and struct thread td_sched pointers.Konstantin Belousov2016-06-051-1/+1
* sys/kern: spelling fixes in comments.Pedro F. Giffuni2016-04-291-1/+1
* Rename P_KTHREAD struct proc p_flag to P_KPROC.Konstantin Belousov2016-02-091-1/+1
* Call kthread_exit() rather than kproc_exit() for a premature kthread exit.John Baldwin2016-02-081-1/+1
* fork: ansify sys_pdforkMateusz Guzik2016-02-061-3/+1
* Guard against runnable td2 exiting and than being reused for unrelatedKonstantin Belousov2016-02-041-1/+1
* fork: plug a use after free of the returned processMateusz Guzik2016-02-041-68/+74
* fork: pass arguments to fork1 in a dedicated structureMateusz Guzik2016-02-041-15/+35
* Add ptrace(2) reporting for LWP events.John Baldwin2015-12-291-3/+4
* Fix style issues around existing SDT probes.Mark Johnston2015-12-161-3/+2
* Add a way to distinguish between forking and thread creation in schedtail.Ed Schouten2015-10-221-1/+2
* If falloc_caps() failed, cleanup needs to be performed. This is a bugKonstantin Belousov2015-10-161-1/+1
* Enforce the maxproc limitation before allocating struct proc, initialKonstantin Belousov2015-10-081-29/+33
* Fix various edge cases related to system call tracing.John Baldwin2015-10-061-3/+16
* save some bytes by using more concise SDT_PROBE<n> instead of SDT_PROBEAndriy Gapon2015-09-281-1/+1
* Make kstack_pages a tunable on arm, x86, and powepc. On i386, theKonstantin Belousov2015-08-101-1/+1
* Fix accidental line wrapping introduced in r286122.Ed Schouten2015-07-311-2/+1
* Limit rights on process descriptors.Ed Schouten2015-07-311-6/+7
* Add an initial NUMA affinity/policy configuration for threads and processes.Adrian Chadd2015-07-111-0/+10
* Implement lockless resource limits.Mateusz Guzik2015-06-101-3/+1
* Generalised support for copy-on-write structures shared by threads.Mateusz Guzik2015-06-101-1/+2
* Add KTR tracing for some MI ptrace events.John Baldwin2015-05-251-0/+3
* Fix up panics when fork fails due to hitting proc limitMateusz Guzik2015-05-061-1/+2
* fd: remove filedesc argument from fdcloseMateusz Guzik2015-04-111-1/+1
* cred: add proc_set_cred_init helperMateusz Guzik2015-03-211-1/+1
* fork: assign refed credentials earlierMateusz Guzik2015-03-211-8/+7
* cred: add proc_set_cred helperMateusz Guzik2015-03-161-2/+3
* Add procctl(2) PROC_TRACE_CTL command to enable or disable debuggerKonstantin Belousov2015-01-181-1/+1
* Add a facility for non-init process to declare itself the reaper ofKonstantin Belousov2014-12-151-3/+21
* Add facility to stop all userspace processes. The supposed use of theKonstantin Belousov2014-12-131-2/+3
* filedesc: fixup fdinit to lock fdp and preapare files conditinallyMateusz Guzik2014-11-131-2/+2
* Make fdunshare accept only td parameter.Mateusz Guzik2014-06-281-2/+2
* The fasttrap fork handler is responsible for removing tracepoints in theMark Johnston2013-12-181-5/+5
* Make process descriptors standard part of the kernel. rwhod(8) alreadyPawel Jakub Dawidek2013-11-301-17/+0
* dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEAndriy Gapon2013-11-261-1/+1
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingAttilio Rao2013-11-251-1/+0
* Extend the support for exempting processes from being killed when swap isJohn Baldwin2013-09-191-0/+6
* Specify SDT probe argument types in the probe definition itself rather thanMark Johnston2013-08-151-4/+2
* Include PID in the error message which is printed when the maxproc limitJaakko Heinonen2013-04-191-2/+2
* Merge Capsicum overhaul:Pawel Jakub Dawidek2013-03-021-1/+1
* Remove redundant parenthesis.Pawel Jakub Dawidek2013-02-171-1/+1
* Remove a special case for XEN, which is erronous and makes vfork(2)Konstantin Belousov2012-12-151-4/+0
* Fix a race between kern_setitimer() and realitexpire(), where theKonstantin Belousov2012-12-041-1/+1
* userret() already checks for td_locks when INVARIANTS is enabled, soAttilio Rao2012-09-081-1/+0
* Add a sysctl kern.pid_max, which limits the maximum pid the system isKonstantin Belousov2012-08-151-4/+4
* The falloc() function obtains two references to newly created 'fp'.Pawel Jakub Dawidek2012-06-191-2/+6
* Stop treating td_sigmask specially for the purposes of new threadKonstantin Belousov2012-05-261-1/+0