Age | Commit message (Expand) | Author |
2010-01-14 | fix typos in comments, no code changes; | Ingo Schwarze |
2009-12-28 | Sanity check flags in fork1(), banning some combos we don't support | Philip Guenthe |
2009-12-23 | The process's rdomain should be, well, per-process and not per-rthread, | Philip Guenthe |
2009-11-27 | Add setrdomain() and getrdomain() system calls. Committing now to | Philip Guenthe |
2009-07-09 | Remove the VREF() macro and replaces all instances with a call to verf(), | Thordur I. Bjornsson |
2009-04-14 | Some tweaks to the cpu affinity code. | Artur Grabowski |
2009-03-23 | Processor affinity for processes. | Artur Grabowski |
2008-11-11 | slightly optimized the ptrace stat allocation to only happen when needed. | Ted Unangst |
2008-11-09 | systrace activation happens in the middle of a rather sensitive piece of | Theo de Raadt |
2008-11-03 | pre-allocate the ptrace_state we may need to tie to the new process | Theo de Raadt |
2008-10-14 | Back-in; problems were apparently elsewhere. | Philip Guenthe |
2008-10-10 | backout; is causing some people difficulty | Theo de Raadt |
2008-10-09 | Put a reference count in struct process to prevent use-after-free | Philip Guenthe |
2008-05-11 | set p_flag to 0 sooner, so we don't overwrite the thread flag. and correctly | Ted Unangst |
2008-05-11 | share signal handlers for rthreads. from philip guenther | Ted Unangst |
2007-10-10 | Make context switching much more MI: | Artur Grabowski |
2007-07-25 | Back out the tracking of procs in struct selinfo. There's one serious | Artur Grabowski |
2007-05-16 | The world of __HAVEs and __HAVE_NOTs is reducing. All architectures | Artur Grabowski |
2007-04-12 | move p_limit and p_cred into struct process | Ted Unangst |
2007-04-03 | Start moving state that is shared among threads in a process into | Artur Grabowski |
2007-03-24 | Kill the horrible hack of storing the pid in struct selinfo. | Artur Grabowski |
2007-03-15 | Since p_flag is often manipulated in interrupts and without biglock | Artur Grabowski |
2007-01-17 | reintroduce rev 1.83 -- put the new process on the proc lists | Michael Shalayeff |
2006-11-29 | Kernel stack can be swapped. This means that stuff that's on the stack | Miod Vallat |
2006-04-30 | Backout last commit, it makes us crash when a ptraced program forks. | Mark Kettenis |
2006-03-27 | do not rush putting embrionic process on child/thread/sibling lists and set t... | Michael Shalayeff |
2006-02-20 | Compile out more rthreads stuff unless option RTHREADS; | Miod Vallat |
2005-12-22 | fix memory leak conditions in thrsleep and significantly simplify | Ted Unangst |
2005-12-04 | forgot to set P_THREAD for threaded processes | Ted Unangst |
2005-12-03 | kernel support for threaded processes (rthreads). | Ted Unangst |
2005-11-02 | Avoid a theoretical race condition. | Aaron Campbell |
2005-09-14 | ptrace(2) following fork(2) | Mark Kettenis |
2005-05-29 | sched work by niklas and art backed out; causes panics | Theo de Raadt |
2005-05-25 | This patch is mortly art's work and was done *a year* ago. Art wants to thank | Niklas Hallqvist |
2005-02-24 | fix pr4036, don't set p2->p_cpu to null | Ted Unangst |
2004-11-23 | Create the init process earlier, before the root filesystem is mounted, | Miod Vallat |
2004-08-06 | provide md USPACE_ALIGN zero on all but mips; deradat@ pefo@ ok | Michael Shalayeff |
2004-08-04 | hardclock detects if ITIMER_VIRTUAL and ITIMER_PROF have expired and | Artur Grabowski |
2004-06-24 | This moves access to wall and uptime variables in MI code, | Thorsten Lockert |
2004-06-13 | debranch SMP, have fun | Niklas Hallqvist |
2004-06-09 | Merge in a piece of the SMP branch into HEAD. | Artur Grabowski |
2004-06-05 | retval may be NULL in fork1, take 2 | Ted Unangst |
2004-05-24 | No way: This breaks nearly every architecture | Theo de Raadt |
2004-05-23 | according to fork1(9), retval is optional. make it so. | Ted Unangst |
2004-04-02 | rfork(RFMEM) shares complete vmspace. much more useful, and in line with | Ted Unangst |
2003-09-23 | Limit "proc: table is full" messages to once every 10 seconds which helps whe... | Todd C. Miller |
2003-07-02 | comitted->committed in a comment | Anil Madhavapeddy |
2003-06-21 | add exec/fork/exit hooks per process for compat emulations. | Ted Unangst |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-10-31 | Defer pid allocation and making the new process visible until after it's | Artur Grabowski |