HomeFreeBSD

Implement file attribute modification system calls for CloudABI.

Description

Implement file attribute modification system calls for CloudABI.

CloudABI uses a system call interface to modify file attributes that is
more similar to KPI's/FUSE, namely where a stat structure is passed back
to the kernel, together with a bitmask of attributes that should be
changed. This would allow us to update any set of attributes atomically.

That said, I'd rather not go as far as to actually implement it that
way, as it would require us to duplicate more code than strictly needed.
Let's just stick to the combinations that are actually used by
cloudlibc.

Obtained from: https://github.com/NuxiNL/freebsd

Details

Provenance
edAuthored on Jul 28 2015, 12:57 PM
Parents
rG87bf5e9212a3: when -n is passed to any pw subcommand it is always expected to be considered as
Branches
Unknown
Tags
Unknown

Event Timeline