| Commit message (Expand) | Author | Age | Files | Lines |
| * | Apply profiling to all threads instead of just the thread that called |  guenther | 2012-08-02 | 1 | -2/+2 |
| * | Correct the error path in execve when there's a race to single thread |  guenther | 2012-05-01 | 1 | -2/+2 |
| * | Add struct proc * argument to FRELE() and FILE_SET_MATURE() in |  guenther | 2012-04-22 | 1 | -2/+2 |
| * | First stab at making ptrace(2) usable for debugging multi-threaded programs. |  kettenis | 2012-04-13 | 1 | -3/+3 |
| * | move accounting flags to struct process; idea and ok guenther |  mikeb | 2012-04-12 | 1 | -2/+2 |
| * | clear junk in p_comm before copying shorter names into it |  deraadt | 2012-03-26 | 1 | -2/+2 |
| * | Make rusage totals, itimers, and profile settings per-process instead |  guenther | 2012-03-23 | 1 | -8/+5 |
| * | New vmmap implementation. |  ariane | 2012-03-09 | 1 | -4/+2 |
| * | First steps for making ptrace work with rthreads: |  guenther | 2012-02-20 | 1 | -6/+6 |
| * | Hold struct filedesc's fd_lock when writing to the fd_ofiles, fd_ofileflags, |  guenther | 2012-02-15 | 1 | -4/+11 |
| * | Handle rthreads consistently in ktrace by moving the flags and vnode into |  guenther | 2011-12-14 | 1 | -5/+3 |
| * | Suspend other rthreads before dumping core or execing; make them exit |  guenther | 2011-12-11 | 1 | -1/+14 |
| * | TCB address should be reset when execing, to provide a clean setup for |  guenther | 2011-10-16 | 1 | -1/+6 |
| * | Backout vmmap in order to repair virtual address selection algorithms |  ariane | 2011-06-06 | 1 | -1/+2 |
| * | Reimplement uvm/uvm_map. |  ariane | 2011-05-24 | 1 | -2/+1 |
| * | Move P_EXEC flag from struct proc to process, so that setpgid() will |  guenther | 2011-04-04 | 1 | -2/+2 |
| * | Move PPWAIT flag from struct proc to process, so that rthreads in |  guenther | 2011-04-03 | 1 | -3/+4 |
| * | Move P_SUGID and P_SUGIDEXEC from struct proc to struct process, so |  guenther | 2011-04-02 | 1 | -15/+14 |
| * | Allow MD code to setup MD-specific mappings (kinda similar to the signal |  miod | 2010-11-24 | 1 | -1/+7 |
| * | Correct the links between threads, processes, pgrps, and sessions, |  guenther | 2010-07-26 | 1 | -4/+4 |
| * | move knote list to struct process. ok guenther |  tedu | 2010-05-18 | 1 | -2/+2 |
| * | fix typos in comments, no code changes; |  schwarze | 2010-01-14 | 1 | -2/+2 |
| * | Remove the VREF() macro and replaces all instances with a call to verf(), |  thib | 2009-07-09 | 1 | -2/+2 |
| * | properly terminate fake argument list. |  thib | 2009-01-04 | 1 | -2/+2 |
| * | accidental commit ... backout |  deraadt | 2008-10-31 | 1 | -5/+2 |
| * | kern_sysctl.c |  deraadt | 2008-10-31 | 1 | -2/+5 |
| * | Make sure we reserve enough stack space on MACHINE_STACK_GROWS_UP architectures |  kettenis | 2008-02-13 | 1 | -3/+6 |
| * | Don't store arguments and environment in the space reserved for stackgap on |  kettenis | 2007-12-11 | 1 | -3/+3 |
| * | MALLOC/FREE -> malloc/free |  chl | 2007-10-29 | 1 | -4/+4 |
| * | replace ctob and btoc with ptoa and atop respectively |  martin | 2007-09-15 | 1 | -4/+4 |
| * | Since p_flag is often manipulated in interrupts and without biglock |  art | 2007-03-15 | 1 | -12/+11 |
| * | Remove two ancient debugging printfs. |  art | 2007-03-01 | 1 | -3/+1 |
| * | typos; from bret lambert |  jmc | 2006-11-15 | 1 | -2/+2 |
| * | redo (w/ proper changes everywhere ;): |  mickey | 2006-01-19 | 1 | -3/+3 |
| * | do not allow setugid processes to use /dev/fd/#, unless they are a |  deraadt | 2005-12-07 | 1 | -1/+5 |
| * | kernel support for threaded processes (rthreads). |  tedu | 2005-12-03 | 1 | -2/+2 |
| * | ansi/deregister. |  jsg | 2005-11-28 | 1 | -13/+5 |
| * | catched->caught |  miod | 2005-08-14 | 1 | -2/+2 |
| * | - We shouldn't allocate MAXPATHLEN from the stack. |  art | 2005-08-01 | 1 | -17/+29 |
| * | clear vm_dused at exec time, since we are potentially re-using the vmspace; |  deraadt | 2005-07-07 | 1 | -1/+2 |
| * | pull in new MD STACKGAP_RANDOM |  deraadt | 2005-04-11 | 1 | -2/+2 |
| * | Fail exec for disabled compat with EPERM rather than ENOEXEC. |  miod | 2005-03-09 | 1 | -2/+2 |
| * | back out the last change as it seems to produce problems found by brad@; deraadt@ ok |  mickey | 2004-08-24 | 1 | -3/+3 |
| * | leave space for stackgap on growsuppers |  mickey | 2004-08-01 | 1 | -3/+3 |
| * | fix an issue when scripts are exec'd under systrace where |  marius | 2004-07-07 | 1 | -2/+5 |
| * | a few fixes to systrace |  marius | 2004-06-23 | 1 | -2/+38 |
| * | vm->vm_minsaddr was uninitialized (nothing realy uses it anyway) |  mickey | 2004-06-11 | 1 | -1/+2 |
| * | use pool for namei pathbuf. testing ok millert@ tdeval@ |  tedu | 2004-05-14 | 1 | -6/+7 |
| * | don't leak memory on error, from Patrick Latifi |  tedu | 2004-03-12 | 1 | -3/+10 |
| * | Decrement reference count in error case if uvm_map(9) fails and we |  millert | 2004-02-05 | 1 | -1/+3 |