about summary refs log tree commit diff
path: root/library/std/src/os/xous
AgeCommit message (Expand)AuthorLines
2025-04-27use generic Atomic type where possibleChristopher Durham-12/+12
2025-03-06library: Use size_of from the prelude instead of importedThalia Archibald-6/+6
2025-02-08Rustfmtbjorn3-30/+36
2024-10-13xous: ffi: correct syscall number for adjust_processSean Cross-1/+1
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-38/+32
2024-07-29Reformat `use` declarations.Nicholas Nethercote-6/+12
2024-07-26Fix doc nitsJohn Arundel-30/+35
2024-07-16xous: Forbid unwrapped unsafe in platform modulesJubilee Young-0/+1
2024-03-23rename ptr::from_exposed_addr -> ptr::with_exposed_provenanceRalf Jung-1/+1
2024-01-13std: xous: use constants for stdout and stderrSean Cross-0/+11
2024-01-13xous: net: initial commit of network supportSean Cross-0/+129
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 support for locksSean Cross-0/+4
2023-08-22std: xous: add services supportSean Cross-0/+264
2023-08-22std: xous: add os-specific ffi callsSean Cross-0/+1120