plan9fox/sys
cinap_lenrek 8c4bb53bdc hjfs: fix abort() in givebuf()
it is possible for another getbuf() on buffer b to come in
before undelayreq() calls givebuf() on a buffer again. then
givebuf() would find b already busy and abort().

instead, we now handle what getbuf() did in givebuf() and
consider the Buf* argument to givebuf() as a hint only for
the case when we have to actually flush/read a block from
disk.
2015-08-11 17:56:06 +02:00
..
doc
games/lib fortunes: If you want to do the work, I will review the results. 2015-08-09 00:36:10 -04:00
include ape: implement altzone for tzset() 2015-08-04 02:01:41 +02:00
lib acid -k: fix intrcount() for amd64 2015-08-09 22:43:53 +02:00
man mount, srv: add -N flag to skip authentication and attach anonymously as "none" 2015-08-10 10:11:45 +02:00
src hjfs: fix abort() in givebuf() 2015-08-11 17:56:06 +02:00