plan9fox/sys
cinap_lenrek e09c2b721b upas/fs: replace fixed cache table with lru linked list
the cachetab just keeps track of recent messages that have not
been called cachefree() on. under some conditions, the fixed
table could overflow (all messages having refs > 0). with a
linked list, overflow becomes non fatal and the algorithm is
simpler to implement.
2017-09-13 23:24:10 +02:00
..
doc /sys/doc: fix mkfile to and remove files that now can be regenerated 2017-05-09 16:23:48 +02:00
games/lib fortunes: does that me a dipshit 2016-10-16 14:16:17 -04:00
include libmach: support disassembling from memory 2017-08-24 13:02:27 +00:00
lib rename pcf kernel to pc, remove pcf, pccpuf, pccpu64 kernels, update documentation 2017-09-10 22:35:23 +02:00
man rename pcf kernel to pc, remove pcf, pccpuf, pccpu64 kernels, update documentation 2017-09-10 22:35:23 +02:00
src upas/fs: replace fixed cache table with lru linked list 2017-09-13 23:24:10 +02:00