Commit Graph

17 Commits

Author SHA1 Message Date
4lDO2 8ab2ebb6f0 Make scheme fully stateless.
Stateless in this case means the inode number is sufficient for describing an open file handle.
2024-09-13 14:45:12 +02:00
4lDO2 8faf127894 Replace seek() with fsize(). 2024-08-30 21:22:00 +02:00
4lDO2 53dcb4af72 Fix non-append writes and cancellation. 2024-03-23 14:48:42 +01:00
4lDO2 83a73ca48e Migrate to libredox and redox-scheme. 2023-11-15 21:32:12 +01:00
4lDO2 5ce5de2db5 Update dependencies. 2023-08-31 20:51:14 +02:00
Jeremy Soller 111cae7362 Update libc crate 2023-02-11 14:41:54 -07:00
4lDO2 d3fd7f2dbe Use redox-daemon 2022-07-27 16:29:09 +02:00
Jeremy Soller 4e8083eb60 Update Cargo.lock 2022-07-26 16:14:06 -06:00
4lDO2 1af1a597f2 Update syscall 2022-03-25 15:27:52 +01:00
Jeremy Soller 04ceace6a9 Use syscall::Daemon, enter null namespace 2022-03-01 07:19:33 -07:00
4lDO2 0ed497fe23 Update syscall. 2021-06-17 14:39:09 +02:00
Jeremy Soller c177f71b21 Update redox_syscall 2021-01-15 13:00:21 -07:00
Jeremy Soller 4343ac6b54 Update to newer syscall 2020-08-02 15:31:42 -06:00
4lDO2 6b005a02f4 Make most of the scheme work, except for deletion. 2020-04-04 10:26:43 +02:00
4lDO2 931aa86ba8 Support some path operations. 2020-04-01 17:14:23 +02:00
4lDO2 4b83d5834e Implement most of the scheme. 2020-03-29 21:42:32 +02:00
4lDO2 4736a52639 Initial commit. 2020-03-29 11:22:21 +02:00