haiku/src/kernel/apps
Axel Dörfler b4fd3816c8 Fixed the stupid bug that prevented you to see what you typed in when bash
was running. Thanks a lot to Jerome Duval who found this!
Since TTY ECHO mode doesn't look too well with the old shell, it will directly
start "sh" now, which should be the bash.
No longer prints out the TTY used when started, but now sets (as usually
done in BeOS) the TTY environment variable.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9697 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-11-01 03:51:21 +00:00
..
consoled Fixed the stupid bug that prevented you to see what you typed in when bash 2004-11-01 03:51:21 +00:00
cpuinfo Added some rudimentary AMD CPU identification, courtesy of Brennan Cleveland. 2004-09-15 01:54:50 +00:00
echo Small cleanups. 2003-05-03 13:44:56 +00:00
envtest Added minimal fork() test app. 2004-10-14 17:52:41 +00:00
filetest change to public resource.h 2003-09-20 20:47:27 +00:00
fortune Fixes fortune; it no longer crashes when there are no fortunes in the file. 2004-06-15 16:02:45 +00:00
hostname Adjusted the SubDir and SubInclude parameters. 2002-07-09 20:15:44 +00:00
ls On success readlink() returns the number of bytes read, not 0. 2004-08-29 11:59:07 +00:00
mount Adjusted the SubDir and SubInclude parameters. 2002-07-09 20:15:44 +00:00
ps fixed printf warning 2002-10-25 10:53:36 +00:00
rld Replaced addr with addr_t. 2004-10-20 00:26:49 +00:00
shell Added minimal fork() test app. 2004-10-14 17:52:41 +00:00
sockettest change to public resource.h 2003-09-20 20:47:27 +00:00
symlink Added a "symlink" command that can create symlinks from the shell (like "ln -s"). 2002-08-03 02:04:50 +00:00
testapp Added minimal fork() test app. 2004-10-14 17:52:41 +00:00
testdigit change to public resource.h 2003-09-20 20:47:27 +00:00
tests No longer uses fgetln() - that call is not part of the POSIX specs, and is 2004-05-03 12:28:48 +00:00
uname Small cleanups. 2003-05-03 13:44:56 +00:00
unmount Adjusted the SubDir and SubInclude parameters. 2002-07-09 20:15:44 +00:00
exec_test.c Added minimal fork() test app. 2004-10-14 17:52:41 +00:00
false_main.c It is accomplished ... 2002-07-09 12:24:59 +00:00
fibo_main.c Added minimal fork() test app. 2004-10-14 17:52:41 +00:00
fork_test.c stdio does work, too. 2004-10-15 17:00:51 +00:00
init.c Added minimal fork() test app. 2004-10-14 17:52:41 +00:00
Jamfile Added minimal fork() test app. 2004-10-14 17:52:41 +00:00
monitor_test.c Renamed node monitor syscalls to the new scheme. 2004-07-02 02:32:00 +00:00
on_exit_thread.c Added a test for the on_exit_thread() implementation. 2003-04-18 09:17:29 +00:00
pipe_test.c Updated the pipe_test to also test buffering of writes to the pipe. 2003-06-29 18:12:48 +00:00
select_test.c Added a simple select() and poll() test application - it's not yet added 2002-11-01 03:03:12 +00:00
sig_test.c No longer uses syscalls instead of POSIX calls. 2004-09-03 11:43:53 +00:00
tls_test.c Added some calls to find_thread(NULL) which does now work as expected 2003-01-07 09:56:33 +00:00
true_main.c It is accomplished ... 2002-07-09 12:24:59 +00:00