plan9fox/sys/src/lib9p
cinap_lenrek 4b926f4e69 lib9p: make reqqueueflush() use new threadint(), which will also cover channel operations
using "interrupt" ctl message directly doesnt work when the
process is doing libthread channel operations (threadrendezvous)
as it will just repeat a interrupted rendezvous(). threadint()
handles this for us.
2015-08-10 03:52:40 +02:00
..
auth.c
dirread.c
fid.c
file.c lib9p: fix .. walk crash in deleted directory (thanks BurnZeZ) 2014-10-23 23:59:16 +02:00
ftest.c
intmap.c
listen.c
mem.c lib9p: handle erealloc9p(..., 0) 2015-04-23 18:25:19 +02:00
mkfile
parse.c
post.c
queue.c lib9p: make reqqueueflush() use new threadint(), which will also cover channel operations 2015-08-10 03:52:40 +02:00
ramfs.c
req.c
rfork.c
srv.c lib9p: return "write prohibited" error as documented in 9p(2) when srv->write is nil (thanks silasm) 2015-07-28 01:24:02 +02:00
thread.c
uid.c
util.c