Age | Commit message (Expand) | Author |
2011-04-18 | Revert the sigacts diff: NFS can apparently retain pointers to processes | Philip Guenthe |
2011-04-15 | Correct the sharing of the signal handling state: stuff that should | Philip Guenthe |
2011-04-03 | Move PPWAIT flag from struct proc to process, so that rthreads in | Philip Guenthe |
2010-08-02 | Fix knote handling for exiting processes: when triggering a NOTE_EXIT | Philip Guenthe |
2010-07-26 | Correct the links between threads, processes, pgrps, and sessions, | Philip Guenthe |
2010-07-19 | Rollback the allproclk and fileheadlk addition. When grabbing an | Philip Guenthe |
2010-06-29 | We always copy struct pcred when creating a new process, so the reference | Philip Guenthe |
2010-06-29 | Eliminate RTHREADS kernel option in favor of a sysctl. The actual status | Ted Unangst |
2010-05-26 | Bad tedu, no cookie. | Owain Ainsworth |
2010-05-18 | move knote list to struct process. ok guenther | Ted Unangst |
2010-03-24 | Add a rwlock around the filehead and allproc lists, mainly to protect | Ted Unangst |
2009-12-20 | When using ptrace(), death of the traced process should always send | Philip Guenthe |
2009-12-20 | svr4_sys_waitsys() was seemingly implemented by copying sys_wait4() | Philip Guenthe |
2009-11-27 | Change threxit() to take a pointer to a pid_t to zero out from the | Philip Guenthe |
2009-10-05 | Don't drop the big lock at the end of exit1(), but move it into the middle of | Theo de Raadt |
2009-06-24 | Remove extra psignal/wakeup in exit1() which can cause the parent to | Kurt Miller |
2009-04-03 | Fix SEM_UNDO handling for rthreads: use the struct process* instead | Philip Guenthe |
2009-03-26 | Remove cpu_wait(). It's original use was to be called from the reaper so | Owain Ainsworth |
2008-12-16 | Move the functionality of psignal() to a new function ptsignal() | Philip Guenthe |
2008-12-11 | a little bit of paranoia | Theo de Raadt |
2008-11-06 | remove a really stupid comment. Duh, of course it can block | Theo de Raadt |
2008-10-31 | accidental commit ... backout | Theo de Raadt |
2008-10-31 | kern_sysctl.c | Theo de Raadt |
2008-10-30 | Use msleep() in the reaper to make it not lose events. Based on discussion | 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 |
2007-10-10 | Make context switching much more MI: | Artur Grabowski |
2007-04-12 | move p_limit and p_cred into struct process | Ted Unangst |
2007-04-11 | remove proc from process thread list sooner in exit (notably, before waiting | Ted Unangst |
2007-04-10 | undo | Ted Unangst |
2007-04-10 | remove process from thread list sooner in exit (notably, before waiting | Ted Unangst |
2007-04-05 | jason crawford noticed that the rthreads diff didn't compile with rthreads! | Ted Unangst |
2007-04-04 | oursleves -> ourselves | Pedro Martelletto |
2007-04-04 | Don't remove the process from the threads queue in proc_zap() as that | Pedro Martelletto |
2007-04-03 | Start moving state that is shared among threads in a process into | Artur Grabowski |
2007-03-15 | Since p_flag is often manipulated in interrupts and without biglock | Artur Grabowski |
2006-06-23 | consistantly count context switches on exit; miod@ ok | Michael Shalayeff |
2006-06-15 | Nothing sets P_FSTRACE anymore, so remove all what's left of it. | Miod Vallat |
2006-04-06 | release kernel lock _after_ the emulation exit hook is called to protect poss... | Michael Shalayeff |
2006-02-20 | Compile out more rthreads stuff unless option RTHREADS; | Miod Vallat |
2005-12-13 | make exiting actually work when a thread receives a signal. | Ted Unangst |
2005-12-03 | kernel support for threaded processes (rthreads). | Ted Unangst |
2005-11-28 | ansi/deregister. | Jonathan Gray |
2005-09-14 | ptrace(2) following fork(2) | Mark Kettenis |
2004-12-26 | Use list and queue macros where applicable to make the code easier to read; | Miod Vallat |
2004-08-04 | hardclock detects if ITIMER_VIRTUAL and ITIMER_PROF have expired and | Artur Grabowski |
2004-07-22 | SIMPLELOCK -> mutex for the lock around deadproc list. | Artur Grabowski |
2004-06-13 | debranch SMP, have fun | Niklas Hallqvist |