• Joined on 2022-10-31
pjht pushed to master at mikros/vfs 2024-11-16 11:54:18 -06:00
bb2f570131 Add mode to open operation
pjht pushed to master at mikros/partserv 2024-11-16 11:54:11 -06:00
88815ccaea Add mode to open operation
pjht pushed to master at mikros/pty_server 2024-11-16 11:53:52 -06:00
2fad35bcd7 Add mode to open operation
pjht pushed to master at mikros/fs_rpc 2024-11-16 11:53:40 -06:00
2df5db760e Add mode to open operation
pjht pushed to master at mikros/devfs 2024-11-16 11:53:29 -06:00
30a3677fe0 Add mode to open operation
pjht pushed to master at mikros/serde 2024-11-16 11:50:36 -06:00
f5700b61ad Fix missing desrialize for FileOpenMode
pjht pushed to master at mikros/rust 2024-11-11 15:50:45 -06:00
11c7f632a2 mikros: Implement OpenOptions and add File(Creation/Write/Open)Mode structs in os for RPC use
pjht pushed to master at mikros/rust 2024-11-11 15:50:01 -06:00
fd1fa35d35 mikros: Implement OpenOptions and add File(Creation/Write/Open)Mode structs in os for RPC use
pjht pushed to master at mikros/serde 2024-11-11 15:48:48 -06:00
678d2be06c Add ser/de impls for mikros File(Creation/Write/Open)Mode
pjht pushed to master at mikros/rust 2024-11-11 11:37:59 -06:00
e44f9abc78 Update to latest rustc
d4822c2d84 Auto merge of #127589 - notriddle:notriddle/search-sem-3, r=GuillaumeGomez
71042b4b20 Auto merge of #132880 - RalfJung:implied-features, r=workingjubilee
2c7f3badcf target_features: explain what exacty 'implied' means here
Compare 4160 commits »
pjht created branch master in mikros/ps 2024-11-11 10:20:27 -06:00
pjht pushed to master at mikros/ps 2024-11-11 10:20:27 -06:00
915fff6073 Initial commit
pjht created branch master in mikros/ls 2024-11-11 10:20:20 -06:00
pjht pushed to master at mikros/ls 2024-11-11 10:20:20 -06:00
57712910da Initial commit
pjht created repository mikros/ps 2024-11-11 10:19:40 -06:00
pjht created repository mikros/ls 2024-11-11 10:19:39 -06:00
pjht renamed repository from pts_tester to mikros/psh 2024-11-11 10:19:08 -06:00
pjht pushed to master at mikros/psh 2024-11-10 11:32:35 -06:00
f176bdce91 Use std cwd/path canonicalization and remove builtin ls
pjht pushed to master at mikros/rust 2024-11-10 11:31:50 -06:00
a345b1efdc Canonicalize input path for file and directory opens
pjht pushed to master at mikros/rust 2024-11-10 10:26:25 -06:00
9ec700f2e9 mikros: Add CWD support