diff options
| author | dautor <karlo98.m@gmail.com> | 2024-11-17 20:03:27 +0100 |
|---|---|---|
| committer | dautor <karlo98.m@gmail.com> | 2024-11-17 20:11:31 +0100 |
| commit | 3c75d353ed3361e86792fb726e31111a0b4199a9 (patch) | |
| tree | 8178f19fb7f2201a704113b55fbc49aab9aea279 /todo.org | |
| parent | ec241a43c51dc0c8355bc7def98649d23ed49f77 (diff) | |
Add overflow checks to lamina
Diffstat (limited to 'todo.org')
| -rw-r--r-- | todo.org | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -9,8 +9,8 @@ - this confused me at first and to prevent further confusion I should probably remove target - [X] escape strings when printing mounts in sf.lamina - [X] move examples to a separate repository +- [X] add a bunch of missing checks to sf.lamina - [ ] use rmslashes -- [ ] add a bunch of missing checks to sf.lamina - [ ] create getting started - [ ] create documentation / man pages - [ ] sf system @@ -22,7 +22,6 @@ - [ ] sf.bridge - [ ] sf.bhyve - [ ] UIs -- [ ] create a more elaborate topology to show of more features - [-] sf.base - [X] load module specific data @@ -98,7 +97,7 @@ - [ ] 9p - this will probably have to wait for 15.0-RELEASE -- [X] sf.lamina +- [-] sf.lamina - [X] parse commands - [X] commands - [X] LAYER @@ -107,6 +106,7 @@ - [X] CHDIR - [X] COPY - [X] USER + - [ ] if a failure occurs, drop into a shell inside the chroot - [ ] sf.gui - Web gui would be nice... I should first play with canvas a bit and javascript. I have no previous experience with this. |
