HelenOS
HelenOS-doc
HelenOS-historic
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
HelenOS
(root)
/
trunk
/
uspace
/
app
/
bdsh
/
cmds
/
modules
/
modules.h
@ 4692
– Rev 4408
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
4408
5644 d 4 h
svoboda
/trunk/uspace/app/bdsh/
Add 'bdd' shell command (block device dump) for testing block device drivers.
4371
5652 d 7 h
jermar
/trunk/uspace/app/bdsh/
Add a bdsh wrapper around mount().
4364
5655 d 15 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
5702 d 6 h
svoboda
/trunk/uspace/
'kcon' shell builtin for switching to debug console.
3811
5761 d 18 h
post
/trunk/uspace/app/bdsh/
exit should be a builtin, since it will eventually need to know about running jobs
3420
5891 d 8 h
post
/trunk/uspace/app/bdsh/
Add skeletal sleep and cp commands (not yet working)
3373
5908 d 15 h
post
/trunk/uspace/app/bdsh/cmds/
Rename non-standard extensions (cmd.def -> cmd_def.h)
3371
5908 d 23 h
post
/trunk/uspace/app/bdsh/
pwd should be a module, not a builtin
3360
5912 d 10 h
post
/trunk/uspace/app/bdsh/
Remove 'mount'
3346
5914 d 17 h
post
/trunk/
Merge with shell @ 3241 for bdsh
3302
5924 d 18 h
post
/branches/shell/uspace/app/bdsh/
Added a stub for a future mount command, at this point we stop updating the GNU
makefile.
3277
5926 d 9 h
post
/branches/shell/uspace/app/bdsh/
Add skeletal touch, mkdir, cat, rm, and ls
3265
5926 d 23 h
post
/branches/shell/uspace/app/bdsh/
Added initial port of simple CLI to bdsh (brain dead shell)