History log of /seL4-camkes-master/tools/cogent/impl/fs/bilby/c/ostore.c
Revision Date Author Comments
# 9619ed42 08-Oct-2019 Peter Chubb <Peter.Chubb@data61.csiro.au>

Bilbyfs: C version: Update to Linux kernel after 4.19.
-- use 64-bit timespec
-- changed symlink implementation.
-- remove some compiler warnings
-- fix spelling errors.


# dc6bd0fb 15-Mar-2017 Partha Susarla <parthasarathi.susarlaajay@data61.csiro.au>

[impl] Reorganise impl directory.

We currently have all our filesystem implementation in `impl` directory. This
patch moves all the implementations into `impl/fs` directory. This makes for
better organisation of the source tree when we eventually have `impl/net`,
for network implementations in `Cogent`.