Age | Commit message (Expand) | Author |
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 |
2004-05-27 | make acct(2) optional with ACCOUNTING | Ted Unangst |
2004-03-20 | one proc.h is sufficient | Ted Unangst |
2003-12-31 | wait4(2) takes and returns pid_t, not int. OK deraadt@ and miod@ | Todd C. Miller |
2003-08-03 | Implement the WCONTINUED flag to the wait(2) family of syscalls and the | Todd C. Miller |
2003-07-21 | remove caddr_t casts. it's just silly to cast something when the function | Ted Unangst |
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-29 | No need to free the address space in exit1(), we'll do that in the reaper. | Artur Grabowski |
2002-05-16 | systrace facility, used to enforce and generate policies for system calls | Niels Provos |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-01-25 | poolify pcreds. | Artur Grabowski |
2002-01-23 | Allocate rusage, pgrp, ucred and session with pool. | Artur Grabowski |
2002-01-16 | Don't include <sys/map.h> when you don't need what's in it. | Miod Vallat |
2001-11-12 | Bring in more changes from NetBSD. Mostly pagedaemon improvements. | Artur Grabowski |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-09-11 | Don't include <vm/vm_kern.h> if you don't need foo_map. | Miod Vallat |
2001-08-25 | cleanup | Artur Grabowski |
2001-06-27 | remove old vm | Artur Grabowski |
2001-06-03 | WALTSIG is a valid option for sys_wait4(). | Angelos D. Keromytis |
2001-05-16 | kill COMPAT_{09,10,11} kernel options. We still need kern_info_09.c and kern... | Todd C. Miller |
2001-04-02 | On popular demand, the Linux-compatibility clone(2) implementation based | Niklas Hallqvist |
2001-03-23 | Use pool to allocate processes. | Artur Grabowski |
2000-11-16 | support kernel event queues, from FreeBSD by Jonathan Lemon, | Niels Provos |
2000-06-06 | If the process is P_NOZOMBIE free it's resources in the reaper. | Artur Grabowski |
2000-06-05 | No need to use curproc here. We already know who we are. | Artur Grabowski |
2000-06-05 | Changes to exit handling. | Artur Grabowski |
2000-05-05 | Don't set filesize limit to infinity on exit. | Artur Grabowski |
2000-04-20 | Add a function "ktrsettracevnode", that changes the ktrace vnode for a process | Artur Grabowski |