Age | Commit message (Expand) | Author |
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 |
2004-03-12 | don't leak memory on error, from Patrick Latifi | Ted Unangst |
2004-02-05 | Decrement reference count in error case if uvm_map(9) fails and we | Todd C. Miller |
2003-09-01 | match syscallargs comments with reality | Henning Brauer |
2003-08-21 | emulation is now controlled by sysctl. changes: | Ted Unangst |
2003-06-21 | add exec/fork/exit hooks per process for compat emulations. | Ted Unangst |
2003-06-02 | stackgap_random becomes 64K | Theo de Raadt |
2003-05-17 | Typos; from Julien Bordet <zejames@greyhats.org> | Alexander Yurchenko |
2003-04-14 | There are two related changes. | Artur Grabowski |
2003-03-09 | Make the semantics of the P_SUGIDEXEC flag match the issetugid(2) | Todd C. Miller |
2002-12-11 | descructive -> destructive | Miod Vallat |
2002-12-04 | No need to exit the process twice. exit1() can't fail. | Artur Grabowski |
2002-11-09 | fix a comment | Michael Shalayeff |
2002-10-06 | Move out the execution of vmcmds into a separate function. | Artur Grabowski |
2002-09-23 | Add support for vmcmds that load sections relative to a base section. | Artur Grabowski |
2002-08-22 | Change the vnode locking in exec to not keep the vnode locked almost all | Artur Grabowski |