]> git.lizzy.rs Git - plan9front.git/history - sys/src/9/port/proc.c
fix fuckup
[plan9front.git] / sys / src / 9 / port / proc.c
2015-08-25 glendafix fuckup
2015-08-25 mischiefimport E script from bell labs
2015-06-18 cinap_lenrekkernel: do not inherit Proc.dot (current working direct...
2015-06-12 cinap_lenrekkernel: fix accounttime() for HZ >= 1000
2015-04-16 cinap_lenrekkernel: leave shared, physical and fixed segments alone...
2014-11-09 cinap_lenrekkernel: remove implicit Proc* argument from procctl()
2014-09-27 aijumerge
2014-08-16 cinap_lenrekkernel: make noswap flag exclude processes from killbig...
2014-07-14 cinap_lenrekdevproc: fix proccrlmemio bugs
2014-06-23 cinap_lenrekkernel: more proc.c cleanup
2014-06-23 cinap_lenrekkernel: make use of nil and 0 consistent in proc.c
2014-06-23 cinap_lenrekmerge
2014-06-23 cinap_lenrekkernel: fix cooperative scheduling for wired processes
2014-06-22 cinap_lenrekkernel: new pagecache, remove Lock from page, use cmpsw...
2014-06-05 cinap_lenrekmerge
2014-06-05 cinap_lenrekkernel: dont use atomic increment for Proc.nlocks,...
2014-04-29 cinap_lenrekkernel: always reset notepending in eqlock, handle...
2014-01-19 cinap_lenrekkernel: apply uintptr for ulong when a pointer is stored
2014-01-10 cinap_lenrekkernel: fix fairshare formula in comment (thanks erik)
2014-01-01 cinap_lenrekmerge
2014-01-01 cinap_lenrekkernel: nil check, exited procs handling in postnote()
2013-12-31 cinap_lenrekkernel: check for error label stack underflow in nexter...
2013-12-07 cinap_lenrekkernel: simplify pexit(), avoid making wait record...
2013-12-07 cinap_lenrekdevproc: make sure /proc/n/wait waits for the right...
2013-12-07 cinap_lenrekkernel: fix pexit() Waitmsg memory leak.
2013-05-26 cinap_lenrekmerge
2013-05-26 cinap_lenrekkernel: dont copy fpsave on fork, simplify freeing...
2012-11-23 cinap_lenrekratrace: fix race conditions and range check
2012-11-07 cinap_lenrekfix spurious kproc ppid
2012-10-11 cinap_lenrekkernel: try to catch some (rare) mistakes
2012-09-30 cinap_lenrekfix devproc and killbig segment race
2012-08-24 cinap_lenrekwait: always check up->nchild before going to sleep
2012-03-28 cinap_lenrekmerge
2012-03-28 cinap_lenrekpanic: trailing newlines
2012-02-06 cinap_lenrekmake smalloc() uninterruptable as most callers cant...
2012-02-05 cinap_lenrekfix potential double ready in postnote() for rendezvous
2012-02-05 cinap_lenrekmore checking for eqlock
2012-01-22 cinap_lenrekfix unlock(&procalloc) race on mp systems
2012-01-09 cinap_lenrekeqlock: dont rely on notepending flag when detecting...
2011-12-21 cinap_lenrekkernel: better pidalloc()
2011-12-20 cinap_lenrekkernel: add pidalloc() and reuse pid once the counter...
2011-12-13 cinap_lenrekkillbig(): fix crash if no process could be found
2011-11-02 cinap_lenrekeqlock: fix postnote/qunlock race
2011-08-26 cinap_lenrekcalculate the real number of pages used by segments...
2011-08-20 aijuadded interrupt proc ctl message
2011-08-11 cinap_lenrekmerge
2011-08-11 cinap_lenrekeqlock(): use separate lock to protect eql, fix missing...
2011-08-10 cinap_lenrekadded eqlock(), a interruptable version of qlock. addre...
2011-07-19 cinap_lenrekmerge
2011-07-18 aijuadd message on OOM kill, fix issue #70
2011-05-31 cinap_lenrekkproc(): remove the lines and the comment
2011-05-31 cinap_lenrekkprocs dont share memory with up, see: http://9fans...
2011-03-30 Taru KarttunenImport sources from 2011-03-30 iso image - lib
2011-03-30 Taru KarttunenImport sources from 2011-03-30 iso image