Commits


auxstats: use acpi to find battery info on Linux (Andrey Mirtchovski)


factotum: implement p9cr


9pserve: delete from correct hash slot (fix infinite loop)


venti: seal arenas without bypassing dcache


venti: allow partition syntax in verifyarena (Michael Kaminsky)


venti: avoid race in mirrorarenas (Michael Kaminsky)


venti: add -s flag to disable redundant SHA1 in mirrorarenas


merge


9.rc: change to work with rc -e (Tony Lainson) Change sense of test at end of 9.rc so that when invoked with no arguments the test still evaluates true, so that it works well with rc -e.


mailfs: fix handling of FLAGS response (Robert Vollmert)


libthread: simplify alt tracking, possibly fixing bug


acme: fix memory leak in warning (Michael Teichgräber)


fully qualify host name


add Linux x86-64 (thanks to Ævar Arnfjörð Bjarmason)


9pserve: fix a new race involving assert(c->nmsg == 0). Just like outputthread can have processed the message but not yet called msgput, the same is true of the connoutthread, so we cannot check c->nmsg until after the connoutthread has shut down gracefully.