| Commit message (Expand) | Author | Age | Files | Lines |
* | remove the Linux emulation code, no longer referenced by anything |  naddy | 2016-03-02 | 1 | -414/+0 |
* | Delete an obsolete comment |  guenther | 2014-07-09 | 1 | -7/+1 |
* | Eliminates struct pcred by moving the real and saved ugids into |  guenther | 2014-03-30 | 1 | -25/+25 |
* | Eliminate the exit sig handling, which was only invokable via the |  guenther | 2014-02-12 | 1 | -9/+7 |
* | Threads can't be zombies, only processes, so change zombproc to zombprocess, |  guenther | 2014-01-20 | 1 | -8/+2 |
* | Change the KERN_FILE_BYPID and KERN_FILE_BYUID modes of the KERN_FILE2 |  guenther | 2012-05-25 | 1 | -2/+8 |
* | If LINUX_CLONE_SETTLS isn't set, then the clone()d child should inherit |  guenther | 2012-05-24 | 1 | -3/+5 |
* | rfork cleanup |  guenther | 2012-04-12 | 1 | -2/+2 |
* | Fix linux compat breakage: can't copyin() from kernel-space, so |  guenther | 2011-08-03 | 1 | -4/+3 |
* | Add set_tid_address() syscall. Lots of help from and okay guenther@. |  pirofti | 2011-04-05 | 1 | -10/+83 |
* | Fix function argument list -- 1989 is long gone! |  pirofti | 2011-04-04 | 1 | -33/+9 |
* | Previous commit was too restrictive: just ignore the CLONE_FS flag |  guenther | 2010-01-04 | 1 | -14/+30 |
* | Sanity check flags in fork1(), banning some combos we don't support |  guenther | 2009-12-28 | 1 | -9/+50 |
* | First pass at removing clauses 3 and 4 from NetBSD licenses. |  ray | 2008-06-26 | 1 | -8/+1 |
* | Create the init process earlier, before the root filesystem is mounted, |  miod | 2004-11-23 | 1 | -2/+3 |
* | debranch SMP, have fun |  niklas | 2004-06-13 | 1 | -2/+2 |
* | Let fork1, uvm_fork, and cpu_fork take a function/argument pair as argument, |  art | 2001-11-06 | 1 | -2/+2 |
* | typos |  jasoni | 2001-05-15 | 1 | -5/+5 |
* | On popular demand, the Linux-compatibility clone(2) implementation based |  niklas | 2001-04-02 | 1 | -0/+321 |