4408 |
5806 d 15 h |
svoboda |
/trunk/uspace/app/bdsh/ |
Add 'bdd' shell command (block device dump) for testing block device drivers. |
|
4379 |
5814 d 17 h |
svoboda |
/trunk/uspace/app/bdsh/ |
Slash missing in bdsh makefile. |
|
4371 |
5814 d 18 h |
jermar |
/trunk/uspace/app/bdsh/ |
Add a bdsh wrapper around mount(). |
|
4364 |
5818 d 2 h |
jermar |
/trunk/uspace/app/bdsh/ |
Add a primitive 'mv' command. This 'mv' is a mere wrapper around rename() and
as such cannot move files across file systems and doesn't work on FAT (because
FAT does not support hardlinks). |
|
4168 |
5864 d 17 h |
svoboda |
/trunk/uspace/ |
'kcon' shell builtin for switching to debug console. |
|
3882 |
5902 d 17 h |
decky |
/trunk/uspace/ |
cleanup configuration
code cleanup |
|
3811 |
5924 d 5 h |
post |
/trunk/uspace/app/bdsh/ |
exit should be a builtin, since it will eventually need to know about running jobs |
|
3803 |
5925 d 18 h |
decky |
/trunk/ |
configuration system overhaul (requires newt) |
|
3420 |
6053 d 19 h |
post |
/trunk/uspace/app/bdsh/ |
Add skeletal sleep and cp commands (not yet working) |
|
3374 |
6071 d 2 h |
post |
/trunk/uspace/app/bdsh/ |
Drop inclusion of lib/ and lib/ustr in the Makefile (this completes housekeeping) |
|
3371 |
6071 d 10 h |
post |
/trunk/uspace/app/bdsh/ |
pwd should be a module, not a builtin |
|
3360 |
6074 d 21 h |
post |
/trunk/uspace/app/bdsh/ |
Remove 'mount' |
|
3346 |
6077 d 4 h |
post |
/trunk/ |
Merge with shell @ 3241 for bdsh |
|
3304 |
6087 d 5 h |
post |
/branches/shell/uspace/app/bdsh/ |
Get rid of -DHELENOS (glibc builds will now break) |
|
3302 |
6087 d 5 h |
post |
/branches/shell/uspace/app/bdsh/ |
Added a stub for a future mount command, at this point we stop updating the GNU
makefile. |
|
3299 |
6087 d 6 h |
post |
/branches/shell/uspace/app/bdsh/ |
Makefile: Don't echo gcc auto header dependency output |
|
3288 |
6088 d 4 h |
post |
/branches/shell/uspace/app/bdsh/ |
Makefiles: Fix typo $(OUTPUT) -> $(PROGRAM), update GNU Makefile. |
|
3280 |
6088 d 20 h |
post |
/branches/shell/uspace/app/bdsh/ |
Get rid of cli_free() wrapper (no longer needed), this also removes -fno-strict-aliasing |
|
3277 |
6088 d 20 h |
post |
/branches/shell/uspace/app/bdsh/ |
Add skeletal touch, mkdir, cat, rm, and ls |
|
3265 |
6089 d 9 h |
post |
/branches/shell/uspace/app/bdsh/ |
Added initial port of simple CLI to bdsh (brain dead shell) |
|