Age | Commit message (Expand) | Author |
2014-06-23 | kernel: fix cooperative scheduling for wired processes | cinap_lenrek |
2014-06-22 | kernel: new pagecache, remove Lock from page, use cmpswap for Ref instead of ... | cinap_lenrek |
2014-06-05 | kernel: dont use atomic increment for Proc.nlocks, maintain Lock.m for lock()... | cinap_lenrek |
2014-04-29 | kernel: always reset notepending in eqlock, handle forceclosefgrp in eqlocks | cinap_lenrek |
2014-01-20 | kernel: apply uintptr for ulong when a pointer is stored | cinap_lenrek |
2014-01-10 | kernel: fix fairshare formula in comment (thanks erik) | cinap_lenrek |
2014-01-01 | kernel: nil check, exited procs handling in postnote() | cinap_lenrek |
2013-12-31 | kernel: check for error label stack underflow in nexterror() | cinap_lenrek |
2013-12-07 | kernel: simplify pexit(), avoid making wait record for RFNOWAIT (parentless) ... | cinap_lenrek |
2013-12-07 | devproc: make sure /proc/n/wait waits for the right process children | cinap_lenrek |
2013-12-07 | kernel: fix pexit() Waitmsg memory leak. | cinap_lenrek |
2013-05-27 | kernel: dont copy fpsave on fork, simplify freeing waitq in pexit(), remove u... | cinap_lenrek |
2012-11-23 | ratrace: fix race conditions and range check | cinap_lenrek |
2012-11-07 | fix spurious kproc ppid | cinap_lenrek |
2012-10-11 | kernel: try to catch some (rare) mistakes | cinap_lenrek |
2012-09-30 | fix devproc and killbig segment race | cinap_lenrek |
2012-08-24 | wait: always check up->nchild before going to sleep | cinap_lenrek |
2012-03-28 | panic: trailing newlines | cinap_lenrek |
2012-02-06 | make smalloc() uninterruptable as most callers cant handle it anyway | cinap_lenrek |
2012-02-06 | fix potential double ready in postnote() for rendezvous | cinap_lenrek |
2012-02-05 | more checking for eqlock | cinap_lenrek |
2012-01-22 | fix unlock(&procalloc) race on mp systems | cinap_lenrek |
2012-01-09 | eqlock: dont rely on notepending flag when detecting eqlock interruption | cinap_lenrek |
2011-12-21 | kernel: better pidalloc() | cinap_lenrek |
2011-12-20 | kernel: add pidalloc() and reuse pid once the counter wraps arround | cinap_lenrek |
2011-12-13 | killbig(): fix crash if no process could be found | cinap_lenrek |
2011-11-02 | eqlock: fix postnote/qunlock race | cinap_lenrek |
2011-08-26 | calculate the real number of pages used by segments and use it for killbig an... | cinap_lenrek |
2011-08-20 | added interrupt proc ctl message | aiju |
2011-08-11 | eqlock(): use separate lock to protect eql, fix missing unlock | cinap_lenrek |
2011-08-10 | added eqlock(), a interruptable version of qlock. addresses issue #81 | cinap_lenrek |
2011-07-18 | add message on OOM kill, fix issue #70 | aiju |
2011-05-31 | kproc(): remove the lines and the comment | cinap_lenrek |
2011-05-31 | kprocs dont share memory with up, see: http://9fans.net/archive/2011/05/159 | cinap_lenrek |
2011-03-30 | Import sources from 2011-03-30 iso image - lib | Taru Karttunen |
2011-03-30 | Import sources from 2011-03-30 iso image | Taru Karttunen |