Age | Commit message (Expand) | Author |
2006-11-29 | Kernel stack can be swapped. This means that stuff that's on the stack | Miod Vallat |
2006-10-21 | tbert sent me a diff to change some 0 to NULL | Ted Unangst |
2005-12-30 | change thrwakeup to take an argument which specifies how many threads | Ted Unangst |
2005-12-22 | fix memory leak conditions in thrsleep and significantly simplify | Ted Unangst |
2005-12-14 | timeout code is not so happy with the negative values | Ted Unangst |
2005-12-14 | change wait message for thrsleep to "thrsleep" | Ted Unangst |
2005-12-13 | stupid me got the cast backwards | Ted Unangst |
2005-12-13 | thrsleep and thrwakeup, cast syscall arg from void * to long. | Ted Unangst |
2005-12-03 | kernel support for threaded processes (rthreads). | Ted Unangst |
2005-11-28 | ansi/deregister. | Jonathan Gray |
2005-11-15 | Match comments with reality | Pedro Martelletto |
2005-06-17 | A second approach at fixing the telnet localhost & problem | Niklas Hallqvist |
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 |
2004-07-29 | put the scheduler in its own file. reduces clutter, and logically separates | Ted Unangst |
2004-07-25 | move db_show_all_procs to kern_proc.c, proc_printit goes in DDB too. | Ted Unangst |
2004-06-24 | This moves access to wall and uptime variables in MI code, | Thorsten Lockert |
2004-06-21 | First step towards more sane time handling in the kernel -- this changes | Thorsten Lockert |
2004-06-20 | Merge error in smp merge. It's a miracle that people haven't noticed the | Artur Grabowski |
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-01-26 | having the monotonic thing as DEBUG is not going to get it fixed faster, it i... | Theo de Raadt |
2003-12-23 | enough is enough, driving people insane is not nice | Theo de Raadt |
2003-12-23 | print tv_usec fields correctly in reporting conmonotonic time | Michael Shalayeff |
2003-12-19 | Add a check for time not flowing monotonically and just don't change | Todd C. Miller |
2003-12-15 | Fix some sign issues that fell out from the change of rlim_t to unsigned. | Todd C. Miller |
2003-12-15 | workaround a clock tick handling bug that the rlimit code just exposed. | Theo de Raadt |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-03-15 | kill 10 minute non-root suffers stuff. noted that we still have this, by | Theo de Raadt |
2002-10-15 | Protect p_priority with splstatclock. | Artur Grabowski |
2002-07-24 | fix header printing in show_all_procs | Michael Shalayeff |
2002-07-03 | Change all variables definitions (int foo) in sys/sys/*.h to variable | Miod Vallat |
2002-06-11 | splassert(IPL_STATCLOCK) mi_switch | Artur Grabowski |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-03-08 | semicolon is not always what it seems, replace w/ a \n in asm labels | Michael Shalayeff |
2001-11-11 | Let ltsleep take a const wmesg. | Artur Grabowski |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-09-13 | Remove a comment that just doesn't make any sense. | Artur Grabowski |
2001-08-07 | Change tsleep into ltsleep. | Artur Grabowski |
2001-06-27 | remove old vm | Artur Grabowski |
2001-06-24 | cold is in systm.h now | Michael Shalayeff |
2001-05-26 | indentation. | Artur Grabowski |
2001-03-25 | Reintroduce wakeup call | Constantine Sapuntzakis |
2001-03-15 | Print a '*' in front of curproc in ps in ddb. | Artur Grabowski |
2001-02-27 | Add wakeup_n and wakeup_one. wakeup_n will wakeup up to n sleeping processes | Constantine Sapuntzakis |
2001-02-19 | When doing an assertion for phz, just do it once when we set phz, | Artur Grabowski |
2000-11-10 | Change the ktrace interface functions from taking the trace vnode to taking the | Artur Grabowski |
2000-08-03 | s/principal/priciple/; from netbsd | Michael Shalayeff |
2000-07-06 | Typo in comment and some cleanup of roundrobin. | Artur Grabowski |
2000-06-27 | Slight optimization of wakeup. | Artur Grabowski |