summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_sched.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove the Linux emulation code, no longer referenced by anythingnaddy2016-03-021-414/+0
* Delete an obsolete commentguenther2014-07-091-7/+1
* Eliminates struct pcred by moving the real and saved ugids intoguenther2014-03-301-25/+25
* Eliminate the exit sig handling, which was only invokable via theguenther2014-02-121-9/+7
* Threads can't be zombies, only processes, so change zombproc to zombprocess,guenther2014-01-201-8/+2
* Change the KERN_FILE_BYPID and KERN_FILE_BYUID modes of the KERN_FILE2guenther2012-05-251-2/+8
* If LINUX_CLONE_SETTLS isn't set, then the clone()d child should inheritguenther2012-05-241-3/+5
* rfork cleanupguenther2012-04-121-2/+2
* Fix linux compat breakage: can't copyin() from kernel-space, soguenther2011-08-031-4/+3
* Add set_tid_address() syscall. Lots of help from and okay guenther@.pirofti2011-04-051-10/+83
* Fix function argument list -- 1989 is long gone!pirofti2011-04-041-33/+9
* Previous commit was too restrictive: just ignore the CLONE_FS flagguenther2010-01-041-14/+30
* Sanity check flags in fork1(), banning some combos we don't supportguenther2009-12-281-9/+50
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* Create the init process earlier, before the root filesystem is mounted,miod2004-11-231-2/+3
* debranch SMP, have funniklas2004-06-131-2/+2
* Let fork1, uvm_fork, and cpu_fork take a function/argument pair as argument,art2001-11-061-2/+2
* typosjasoni2001-05-151-5/+5
* On popular demand, the Linux-compatibility clone(2) implementation basedniklas2001-04-021-0/+321