index
:
cflems/dbsh.git
master
weaponized
Small, minimal shell written in assembly.
Carson Fleming
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2016-07-22
Added constants for special file descriptors for readability
faissaloo
2016-07-22
Oops, forgot to stage some changes
faissaloo
2016-07-22
Switched to a faster cpid check, as well as other 0 dependant checks
faissaloo
2016-07-15
Speed improvements
faissaloo
2016-07-14
Added error message for invalid cd attempts
faissaloo
2016-06-26
Oops, old comment
faissaloo
2016-06-26
Added cd
faissaloo
2016-06-26
Added exit builtin
faissaloo
2016-06-21
Sped up a push
faissaloo
2016-06-21
Fixed bug where string length was being overwritten
faissaloo
2016-06-21
Relied on the value of r8 accidentally, oops
faissaloo
2016-06-21
Switched to using sys_waitid since wait4 is deprecated
faissaloo
2016-06-21
Replaced usage of sys_open to check if executable
faissaloo
2016-06-21
Removed needless use of cmp
faissaloo
2016-06-21
Replaced all the mov *, 0s with xor *,* for speed
faissaloo
2016-06-21
Cleanup and noting of code to prepare it for work
faissaloo
2015-09-05
Added makefile
original
cflem
2015-09-05
Fixed glitch involving absolute paths
cflem
2015-09-05
Added sh.s
Carson Fleming
2015-09-05
first commit
Carson Fleming