Age | Commit message (Expand) | Author |
2022-07-30 | bind, mount: stop returning mount id | Ori Bernstein |
2022-05-28 | kernel: add chdev command to devcons | Jacob Moody |
2021-10-23 | kernel: fix stat bugs | cinap_lenrek |
2021-10-03 | kernel: ensure that all accesses to Mhead.mount is done with Mhead.lock acquired | cinap_lenrek |
2020-12-13 | kernel: implement per file descriptor OCEXEC flag, reject ORCLOSE when openin... | cinap_lenrek |
2020-08-23 | kernel: fix Abind cyclic reference and mounthead leaks (thanks Alex Musolino) | cinap_lenrek |
2020-04-21 | remove unused macro from chan.c | Ori Bernstein |
2019-09-04 | kernel: get rid of tmperrbuf and use syserrstr swapping instead in namec() | cinap_lenrek |
2018-09-12 | port: sync two longjmp fixes from drawterm | mischief |
2017-05-07 | kernel: fix namelenerror(), avoid memrchr() and make it static | cinap_lenrek |
2016-04-01 | kernel: always clunk closed fids asynchronously, regardless of caching | cinap_lenrek |
2015-08-25 | fix fuckup | glenda |
2015-08-25 | import E script from bell labs | mischief |
2015-08-09 | kernel: pgrpcpy(), simplify Mount structure | cinap_lenrek |
2015-08-09 | kernel: fix Mheadache | cinap_lenrek |
2015-08-06 | kernel: fix indention in validname0() | cinap_lenrek |
2015-08-06 | kernel: use Etoolong[] constant instead of string literal in validname0() | cinap_lenrek |
2015-07-28 | kernel: remove obsolete comment from namec() | cinap_lenrek |
2015-07-28 | kernel: export mntattach() from devmnt.c avoiding bogus struct passing and sp... | cinap_lenrek |
2015-07-22 | kernel: cleanup chan.c to consistenly use nil instead of 0 for pointers | cinap_lenrek |
2014-08-08 | kernel: more nil vs 0 cleanup in chan.c | cinap_lenrek |
2014-08-08 | kernel: use nil for pointers instead of 0, zero channel umc and dirrock in ne... | cinap_lenrek |
2014-06-22 | kernel: new pagecache, remove Lock from page, use cmpswap for Ref instead of ... | cinap_lenrek |
2014-04-28 | devmnt: abandon fid on botched Tclunk or Tremove | cinap_lenrek |
2014-01-20 | kernel: apply uintptr for ulong when a pointer is stored | cinap_lenrek |
2013-10-30 | fix devshr related panic caused by Mount.to being nil (thanks mischief!) | cinap_lenrek |
2013-10-25 | kernel: dont spawn closeprocs from closechanq | cinap_lenrek |
2013-10-25 | kernel: keep one closeproc arround in case we are unable to fork a new one | cinap_lenrek |
2013-09-22 | devproc: check for p->dot == nil, run closeproc with up->dot = up->slash | cinap_lenrek |
2013-05-27 | kernel: closechanq error | cinap_lenrek |
2013-05-01 | chan: fix potential path leak on clone in namec() (from erik quanstroms 9atom) | cinap_lenrek |
2012-11-07 | limit clunk queue length for cclose() | cinap_lenrek |
2012-10-11 | kernel: try to catch some (rare) mistakes | cinap_lenrek |
2012-10-10 | kenrel: simplify image cache by use of ccloseq() | cinap_lenrek |
2012-04-28 | avoid leaking up->dot into the closeproc | cinap_lenrek |
2012-04-27 | fix missed clunkq wakeup race | cinap_lenrek |
2012-04-27 | async clunk for cached mounts, fix closeproc explosion | cinap_lenrek |
2012-03-28 | port/chan.c: fix locking issue | cinap_lenrek |
2011-12-22 | kernel: make mntcache effective, be carefull | cinap_lenrek |
2011-09-02 | chan: use chanpath() in chan DBG, do more checking in cclose and cclone | cinap_lenrek |
2011-08-17 | change definition of Chan.create to return a chan like open | 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 |