Plan 9 from Bell Labs’s /n/sources/patch/applied/lib9p/readme

Copyright © 2009 Alcatel-Lucent.
Distributed under the Lucent Public License version 1.02.
Download the Plan 9 distribution.



In file.c there seemed to be a leak. Also, the order of sons in a file
is preserved wrt creation order. If we create ./a ./b then rm ./b and
create ./c, the list of sons has ./a ./c.
This is important for omero, where the order of files determines the order
of widgets.

In srv.c an incref (already marked in sources(?)) was missing.


Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2009 Alcatel-Lucent. All Rights Reserved.
Comments to webmaster@plan9.bell-labs.com.