index
:
plan9front.git
cosa
front
gicv2
gicvn
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
src
/
9
/
port
/
chan.c
Age
Commit message (
Expand
)
Author
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