summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_fork.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r319873:kib2017-07-211-0/+1
* Update comments for the MD functions managing contexts for newkib2016-06-161-2/+2
* Add implementation of robust mutexes, hopefully close enough to thekib2016-05-171-0/+3
* sys/compat/linux*: spelling fixes.pfg2016-04-301-1/+1
* Link the newly created process to the corresponding parent asdchagin2016-03-081-0/+12
* fork: pass arguments to fork1 in a dedicated structuremjg2016-02-041-5/+15
* Remove redundant RFFPWAIT/vfork(2) handling in Linux fork(2) and clone(2) wra...bdrewery2015-10-071-28/+5
* Fixes a panic triggered by threaded Linux applications when runningtrasz2015-09-021-1/+21
* Limit rights on process descriptors.ed2015-07-311-4/+4
* The si_status field of the siginfo_t, provided by the waitid(2) andkib2015-07-181-1/+1
* linux: make sure to grab all cow structs when creating a threadmjg2015-06-101-1/+1
* Rework signal code to allow using it by other modules, like linprocfs:dchagin2015-05-241-4/+1
* Improve ktr(9) records in thread managment code.dchagin2015-05-241-4/+4
* td_sigmask of a newly created thread copied from td.dchagin2015-05-241-1/+0
* Refund the proc emuldata struct for future use. For now move flags fromdchagin2015-05-241-0/+61
* Switch linuxulator to use the native 1:1 threads.dchagin2015-05-241-70/+163
* In preparation for switching linuxulator to the use the native 1:1dchagin2015-05-241-0/+14
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingattilio2013-11-251-1/+0
* Reduce duplication between i386/linux/linux.h and amd64/linux32/linux.hjhb2013-01-291-0/+1
* - >500 static DTrace probes for the linuxulatornetchild2012-05-051-0/+10
* Add experimental support for process descriptorsjonathan2011-08-181-3/+5
* Do not clobber %rdx.dchagin2011-02-201-1/+0
* Slightly rewrite linux_fork:dchagin2011-02-121-13/+6
* Remove bogus include <machine/frame.h>dchagin2011-02-121-2/+0
* Move linux_clone(), linux_fork(), linux_vfork() to a MI path.dchagin2011-02-121-0/+297
OpenPOWER on IntegriCloud