History log of /seL4-camkes-master/tools/cogent/impl/fs/bilby/c/os/linux/wrapper.c
Revision Date Author Comments
# 10954926 14-Oct-2019 Partha Susarla <mail@spartha.org>

bilbyfs[C]: Fix builds with the 5.x series of kernels.


# 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.


# 0ec48b24 24-Mar-2018 Partha Susarla <mail@spartha.org>

fs: Rename inode_change_ok -> settattr_prepare in latest kernels


# b9f8772a 26-Feb-2018 Partha Susarla <mail@spartha.org>

build: Fix build issues on lemma

Bilby builds will still fail. These are fixes for ext2 only.


# 52edf15e 21-Feb-2018 Partha Susarla <mail@spartha.org>

fs: More version number issues sorted out.


# f340f976 21-Feb-2018 Partha Susarla <mail@spartha.org>

bilby: Fix build issues for 4.x kernels

This commit, just like the last one, fixes the conditional build
versions for the various versions of the kernel we are building.


# efd63417 21-Feb-2018 Partha Susarla <mail@spartha.org>

bilby: Use the proper kernel version for conditional builds


# 2c4c786d 19-Feb-2018 Partha Susarla <mail@spartha.org>

impl: Fix build issues on Linux


# da981b43 10-Jan-2018 Partha Susarla <mail@spartha.org>

[impl] Get both Bilby and ext2 working

Support to build (and work) with the latest Linux kernel releases.


# 6bb9d91b 17-Dec-2017 Partha Susarla <mail@spartha.org>

linux: Replace CURRENT_TIME macro.

`CURRENT_TIME` macro has been deprecated(and replaced) in the Linux
kernel because it isn't safe on 32bit systems. (y2038 problem).
This patch fixes Cogent code and drivers to reflect that.


# 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`.