Commit Graph

22 Commits

Author SHA1 Message Date
Drew Galbraith dc801786b1 [VFS] Move victoria falls to rust. (Breaks voyageurs)
Move victoria falls to rust, which allows us to remove both the denali
and victoria falls C++ code. This disk driver appears to work properly
but has highlighted some instability in the voyageus xhci implementation
which now breaks.
2025-05-05 19:37:53 -07:00
Drew Galbraith c4dfa624fa Fix repeated parsing in rust yunq. 2025-02-01 14:07:57 -08:00
Drew Galbraith 6f0dfa8719 Register denali on yellowstone, handle read requests. 2025-02-01 13:09:42 -08:00
Drew Galbraith 10e536acab Add an async server implementation for Yunq. 2025-02-01 11:25:37 -08:00
Drew Galbraith df19ee0f54 Fix clippy messages in yunq compiler. 2025-01-26 09:42:01 -08:00
Drew Galbraith ab75085f32 Fix cargo warnings in userland. 2025-01-26 09:35:23 -08:00
Drew Galbraith d777b8f4ab Move yunq to new thread spawn and remove old one. 2025-01-26 00:05:55 -08:00
Drew Galbraith 8dfd57b411 Clean up rust unused warnings. 2024-08-30 00:49:33 -07:00
Drew Galbraith f94f56f9ec [Yunq] Create repeated field implementations in rust. 2024-08-29 23:29:58 -07:00
Drew Galbraith 4ee8dc924c Add a uniq test module for yunq in rust. 2024-08-29 21:27:27 -07:00
Drew Galbraith e90018b42e [Yellowstone] Allow registering denali. 2024-08-17 21:54:30 -07:00
Drew Galbraith 7e68c1b641 Add a rust user-space Capability struct.
This is a thin wrapper around a capability ptr that releases the
capability when it is done and prevents copying/cloning it.

To get a copy a caller must explicitly use duplicate.
2024-08-17 17:15:33 -07:00
Drew Galbraith 76f8795a46 Implement yunq server in rust. 2024-07-31 19:59:46 -07:00
Drew Galbraith e41f58c714 Use method number in rust yunq client. 2024-07-30 14:33:19 -07:00
Drew Galbraith d35e8d253f Reorganize mammoth lib in rust. 2024-07-28 19:26:23 -07:00
Drew Galbraith 19144f7be9 Fix rust compiler warnings. 2024-07-28 18:14:18 -07:00
Drew Galbraith 1e073d5060 Split yunq compliation to library and use it in build process. 2024-07-28 18:08:34 -07:00
Drew Galbraith 370ba9ae40 Hacky auto build for rust yunq. 2024-07-28 14:32:50 -07:00
Drew Galbraith 2cbf871d09 Add codegen for new rust yunq parser. 2024-07-27 20:23:03 -07:00
Drew Galbraith d6833be0ad [Yunq] Codegen example for yunq implementation. 2024-06-11 15:11:56 -07:00
Drew Galbraith 12fb84cfad [Yunq] Add typechecking to rust implementation. 2024-06-11 13:32:28 -07:00
Drew Galbraith 1cda053758 Create a first pass at a rust parser for the yunq language. 2024-06-11 13:01:58 -07:00