| Age | Commit message (Expand) | Author |
| 2016-08-05 | Fixed parsing for PATH variables with or without speech marks | faissaloo |
| 2016-08-05 | Out of date binary | faissaloo |
| 2016-08-05 | Accidentally broke PATHs with speech marks | faissaloo |
| 2016-08-05 | Updated README | faissaloo |
| 2016-08-05 | Merge branch 'master' of https://github.com/faissaloo/deadbeef-shell | faissaloo |
| 2016-08-05 | Speed up for sys_read | faissaloo |
| 2016-08-03 | Merge branch 'master' of https://github.com/cflem/deadbeef-shell | faissaloo |
| 2016-08-02 | Added license file | cflem |
| 2016-07-28 | Oops, left this test thing here | faissaloo |
| 2016-07-28 | Added support for /etc/environments that have no speech marks | faissaloo |
| 2016-07-27 | Some more speed up and formatting | faissaloo |
| 2016-07-27 | Moved some stuff around to reduce jumps | faissaloo |
| 2016-07-27 | All buffers are now allocated by .bss and use macros for size | faissaloo |
| 2016-07-26 | Reduced jumps | faissaloo |
| 2016-07-26 | I need to remember to make before testing next time lol, yeah it doesn't work | faissaloo |
| 2016-07-26 | Shakes fist in air furiously | faissaloo |
| 2016-07-26 | Oh good, apparently I can do away with this utter tripe here | faissaloo |
| 2016-07-26 | Faster concatenation of directory + file name | faissaloo |
| 2016-07-25 | strlen can now be used in other areas | faissaloo |
| 2016-07-25 | Another bugfix for directory parsing being completely broken | faissaloo |
| 2016-07-25 | Faster strlen | faissaloo |
| 2016-07-24 | Bugfix for directory parsing not working properly | faissaloo |
| 2016-07-24 | We can zero the buffer faster now | faissaloo |
| 2016-07-23 | Made gdb quiet | faissaloo |
| 2016-07-23 | Better makefile, cleans up after itself, makes smaller executables and hassle... | faissaloo |
| 2016-07-23 | Oops, was moving the string into r10 every loop | faissaloo |
| 2016-07-23 | Path finder now compares a qword at a time for speed | faissaloo |
| 2016-07-23 | Switched from weird jump system to a normal call + ret | faissaloo |
| 2016-07-22 | Removed welocem message bloat | faissaloo |
| 2016-07-22 | Code cleanup | faissaloo |
| 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 makefileoriginal | 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 |