| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Kernel stack can be swapped. This means that stuff that's on the stack |  miod | 2006-11-29 | 1 | -16/+3 |
* | Backout last commit, it makes us crash when a ptraced program forks. |  kettenis | 2006-04-30 | 1 | -8/+7 |
* | do not rush putting embrionic process on child/thread/sibling lists and set timeouts earlier as we can sleep later and get signals and exit and cause all kinds of hell; pedro@ ok |  mickey | 2006-03-27 | 1 | -7/+8 |
* | Compile out more rthreads stuff unless option RTHREADS; |  miod | 2006-02-20 | 1 | -1/+5 |
* | fix memory leak conditions in thrsleep and significantly simplify |  tedu | 2005-12-22 | 1 | -2/+1 |
* | forgot to set P_THREAD for threaded processes |  tedu | 2005-12-04 | 1 | -1/+2 |
* | kernel support for threaded processes (rthreads). |  tedu | 2005-12-03 | 1 | -1/+15 |
* | Avoid a theoretical race condition. |  aaron | 2005-11-02 | 1 | -4/+4 |
* | ptrace(2) following fork(2) |  kettenis | 2005-09-14 | 1 | -3/+46 |
* | sched work by niklas and art backed out; causes panics |  deraadt | 2005-05-29 | 1 | -2/+2 |
* | This patch is mortly art's work and was done *a year* ago. Art wants to thank |  niklas | 2005-05-25 | 1 | -2/+2 |
* | fix pr4036, don't set p2->p_cpu to null |  tedu | 2005-02-24 | 1 | -2/+2 |
* | Create the init process earlier, before the root filesystem is mounted, |  miod | 2004-11-23 | 1 | -7/+18 |
* | provide md USPACE_ALIGN zero on all but mips; deradat@ pefo@ ok |  mickey | 2004-08-06 | 1 | -2/+2 |
* | hardclock detects if ITIMER_VIRTUAL and ITIMER_PROF have expired and |  art | 2004-08-04 | 1 | -1/+4 |
* | This moves access to wall and uptime variables in MI code, |  tholo | 2004-06-24 | 1 | -2/+2 |
* | debranch SMP, have fun |  niklas | 2004-06-13 | 1 | -4/+21 |
* | Merge in a piece of the SMP branch into HEAD. |  art | 2004-06-09 | 1 | -1/+5 |
* | retval may be NULL in fork1, take 2 |  tedu | 2004-06-05 | 1 | -3/+5 |
* | No way: This breaks nearly every architecture |  deraadt | 2004-05-24 | 1 | -7/+7 |
* | according to fork1(9), retval is optional. make it so. |  tedu | 2004-05-23 | 1 | -7/+7 |
* | rfork(RFMEM) shares complete vmspace. much more useful, and in line with |  tedu | 2004-04-02 | 1 | -19/+3 |
* | Limit "proc: table is full" messages to once every 10 seconds which helps when there is a fork bomb going on. From NetBSD (jdolecek) |  millert | 2003-09-23 | 1 | -2/+8 |
* | comitted->committed in a comment |  avsm | 2003-07-02 | 1 | -2/+2 |
* | add exec/fork/exit hooks per process for compat emulations. |  tedu | 2003-06-21 | 1 | -1/+6 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 1 | -6/+2 |
* | Defer pid allocation and making the new process visible until after it's |  art | 2002-10-31 | 1 | -17/+17 |
* | Remove a part that did sneak in that wasn't meant to be commited yet. |  art | 2002-10-22 | 1 | -2/+2 |
* | ANSI |  art | 2002-10-21 | 1 | -22/+6 |
* | Two problems. |  art | 2002-10-21 | 1 | -5/+13 |
* | systrace facility, used to enforce and generate policies for system calls |  provos | 2002-05-16 | 1 | -1/+8 |
* | First round of __P removal in sys |  millert | 2002-03-14 | 1 | -3/+3 |
* | Fix stack sharing in FORK_VMNOSTACK. |  art | 2002-02-22 | 1 | -4/+14 |
* | Simplify pid selection algorithm. ok art@ deraadt@ |  nordin | 2002-02-16 | 1 | -45/+23 |
* | No more RFORK_FDSAHRE option, always allow FORK_SHAREFILES. |  art | 2002-02-14 | 1 | -8/+1 |
* | Workaround for VM_MAXUSER_ADDRESS not being page aligned on sparc64. |  art | 2002-02-05 | 1 | -2/+2 |
* | poolify pcreds. |  art | 2002-01-25 | 1 | -3/+2 |
* | Don't include <sys/map.h> when you don't need what's in it. |  miod | 2002-01-16 | 1 | -2/+1 |
* | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. |  miod | 2001-11-06 | 1 | -2/+1 |
* | Let fork1, uvm_fork, and cpu_fork take a function/argument pair as argument, |  art | 2001-11-06 | 1 | -7/+10 |
* | More sync to NetBSD. |  art | 2001-11-06 | 1 | -2/+3 |
* | Disable fd sharing for this release. Sorry. |  art | 2001-10-14 | 1 | -1/+8 |
* | merge vm/vm_kern.h into uvm/uvm_extern.h; art@ ok |  mickey | 2001-09-19 | 1 | -3/+1 |
* | no more fork braindamage |  art | 2001-06-27 | 1 | -17/+2 |
* | mips_cachealias is no more |  art | 2001-06-27 | 1 | -5/+1 |
* | remove old vm |  art | 2001-06-27 | 1 | -27/+1 |
* | On popular demand, the Linux-compatibility clone(2) implementation based |  niklas | 2001-04-02 | 1 | -6/+18 |
* | Use pool to allocate processes. |  art | 2001-03-23 | 1 | -2/+3 |
* | More sane spl handling. Don't just assume that we're called at spl0. |  art | 2001-02-13 | 1 | -3/+4 |
* | support kernel event queues, from FreeBSD by Jonathan Lemon, |  provos | 2000-11-16 | 1 | -1/+6 |