about summary refs log tree commit diff
path: root/library/std/src/os/xous/ffi.rs
AgeCommit message (Expand)AuthorLines
2025-03-06library: Use size_of from the prelude instead of importedThalia Archibald-4/+4
2024-10-13xous: ffi: correct syscall number for adjust_processSean Cross-1/+1
2024-07-26Fix doc nitsJohn Arundel-15/+18
2024-03-23rename ptr::from_exposed_addr -> ptr::with_exposed_provenanceRalf Jung-1/+1
2024-01-13std: xous: pass entire memory range to flag updaterSean Cross-1/+1
2024-01-13xous: ffi: correct size of freed memorySean Cross-1/+1
2024-01-13xous: ffi: fix lend_impl() return valuesSean Cross-8/+10
2023-08-22std: xous: add os-specific ffi callsSean Cross-0/+647