index
:
sbos.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
userland
/
minibox
/
utilities
Age
Commit message (
Expand
)
Author
2024-12-02
minibox: Add true, false
Anton Kling
2024-11-28
changes
Anton Kling
2024-10-11
sh: Add parsing of newlines
Anton Kling
2024-10-09
sh: Conform to the new stringbuilder functions
Anton Kling
2024-10-09
sh: Add support for running commands in the background
Anton Kling
2024-10-09
sh: Fix incorrectly hardcoded value
Anton Kling
2024-10-02
libc: Add faster scandir function(scandir_sane).
Anton Kling
2024-09-12
sh: Load script from file
Anton Kling
2024-09-12
sh: Add support for comments
Anton Kling
2024-07-03
rdate: Add a very basic implementation rdate
Anton Kling
2024-07-01
LibC: Change how kill() works
Anton Kling
2024-06-30
minibox: Add sha1sum
Anton Kling
2024-05-02
sh: Use string view instead of C strings
Anton Kling
2024-04-17
VFS/LibC: Fix small bugs
Anton Kling
2024-04-02
Kernel: Fix some memory leaks
Anton Kling
2024-03-28
new stuff
Anton Kling
2024-03-26
Increase support for signals
Anton Kling
2023-11-25
Minibox shell: Change shell prompt to use cwd
Anton Kling
2023-11-23
LibC: Reduce warnings in code
Anton Kling
2023-11-17
Minibox: Add a somewhat improved shell
Anton Kling
2023-11-15
VFS/LibC: Add getcwd()
Anton Kling
2023-11-15
LibC: Add getdelim and getline
Anton Kling
2023-10-23
WindowServer: Launch a new terminal by pressing ALT+n
Anton Kling
2023-10-22
Move everything into a new repo.
Anton Kling