Age | Commit message (Expand) | Author |
2013-03-30 | vrele() is a tricky beast. it can sleep if the refcount hits zero, | Ted Unangst |
2013-03-28 | do not include machine/cpu.h from a .c file; it is the responsibility of | Theo de Raadt |
2012-08-02 | Apply profiling to all threads instead of just the thread that called | Philip Guenthe |
2012-05-01 | Correct the error path in execve when there's a race to single thread | Philip Guenthe |
2012-04-22 | Add struct proc * argument to FRELE() and FILE_SET_MATURE() in | Philip Guenthe |
2012-04-13 | First stab at making ptrace(2) usable for debugging multi-threaded programs. | Mark Kettenis |
2012-04-12 | move accounting flags to struct process; idea and ok guenther | Mike Belopuhov |
2012-03-26 | clear junk in p_comm before copying shorter names into it | Theo de Raadt |
2012-03-23 | Make rusage totals, itimers, and profile settings per-process instead | Philip Guenthe |
2012-03-09 | New vmmap implementation. | Ariane van der Steldt |
2012-02-20 | First steps for making ptrace work with rthreads: | Philip Guenthe |
2012-02-15 | Hold struct filedesc's fd_lock when writing to the fd_ofiles, fd_ofileflags, | Philip Guenthe |
2011-12-14 | Handle rthreads consistently in ktrace by moving the flags and vnode into | Philip Guenthe |
2011-12-11 | Suspend other rthreads before dumping core or execing; make them exit | Philip Guenthe |
2011-10-16 | TCB address should be reset when execing, to provide a clean setup for | Philip Guenthe |
2011-06-06 | Backout vmmap in order to repair virtual address selection algorithms | Ariane van der Steldt |
2011-05-24 | Reimplement uvm/uvm_map. | Ariane van der Steldt |
2011-04-04 | Move P_EXEC flag from struct proc to process, so that setpgid() will | Philip Guenthe |
2011-04-03 | Move PPWAIT flag from struct proc to process, so that rthreads in | Philip Guenthe |
2011-04-02 | Move P_SUGID and P_SUGIDEXEC from struct proc to struct process, so | Philip Guenthe |
2010-11-24 | Allow MD code to setup MD-specific mappings (kinda similar to the signal | Miod Vallat |
2010-07-26 | Correct the links between threads, processes, pgrps, and sessions, | Philip Guenthe |
2010-05-18 | move knote list to struct process. ok guenther | Ted Unangst |
2010-01-14 | fix typos in comments, no code changes; | Ingo Schwarze |
2009-07-09 | Remove the VREF() macro and replaces all instances with a call to verf(), | Thordur I. Bjornsson |
2009-01-04 | properly terminate fake argument list. | Thordur I. Bjornsson |
2008-10-31 | accidental commit ... backout | Theo de Raadt |
2008-10-31 | kern_sysctl.c | Theo de Raadt |
2008-02-13 | Make sure we reserve enough stack space on MACHINE_STACK_GROWS_UP architectures | Mark Kettenis |
2007-12-11 | Don't store arguments and environment in the space reserved for stackgap on | Mark Kettenis |
2007-10-29 | MALLOC/FREE -> malloc/free | Charles Longeau |
2007-09-15 | replace ctob and btoc with ptoa and atop respectively | Martin Reindl |
2007-03-15 | Since p_flag is often manipulated in interrupts and without biglock | Artur Grabowski |
2007-03-01 | Remove two ancient debugging printfs. | Artur Grabowski |
2006-11-15 | typos; from bret lambert | Jason McIntyre |
2006-01-19 | redo (w/ proper changes everywhere ;): | Michael Shalayeff |
2005-12-07 | do not allow setugid processes to use /dev/fd/#, unless they are a | Theo de Raadt |
2005-12-03 | kernel support for threaded processes (rthreads). | Ted Unangst |
2005-11-28 | ansi/deregister. | Jonathan Gray |
2005-08-14 | catched->caught | Miod Vallat |
2005-08-01 | - We shouldn't allocate MAXPATHLEN from the stack. | Artur Grabowski |
2005-07-07 | clear vm_dused at exec time, since we are potentially re-using the vmspace; | Theo de Raadt |
2005-04-11 | pull in new MD STACKGAP_RANDOM | Theo de Raadt |
2005-03-09 | Fail exec for disabled compat with EPERM rather than ENOEXEC. | Miod Vallat |
2004-08-24 | back out the last change as it seems to produce problems found by brad@; dera... | Michael Shalayeff |
2004-08-01 | leave space for stackgap on growsuppers | Michael Shalayeff |
2004-07-07 | fix an issue when scripts are exec'd under systrace where | marius eriksen |
2004-06-23 | a few fixes to systrace | marius eriksen |
2004-06-11 | vm->vm_minsaddr was uninitialized (nothing realy uses it anyway) | Michael Shalayeff |
2004-05-14 | use pool for namei pathbuf. testing ok millert@ tdeval@ | Ted Unangst |