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

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
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 © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.