Commit graph

72 commits

Author SHA1 Message Date
Marian Ohligs
0fa52c279c add switch in stat syscall converting FS_TYPES in newlib st_mode types, enable stat in mshell 2011-10-12 11:41:32 +02:00
Marian Ohligs
83547015b7 add new system call dup2 2011-09-29 11:22:06 +02:00
Marian Ohligs
fde6b46203 filedescriptor redesign, fix close issue in telnet 2011-09-28 22:03:54 +02:00
Stefan Lankes
dc679f44d5 use 4711 as "rlogin port" 2011-09-27 12:47:52 +02:00
Stefan Lankes
c9f6158f1e remove obsolete debug messages 2011-09-25 23:50:15 +02:00
Stefan Lankes
0ccdcf6a38 add missing file 2011-09-25 20:43:53 +02:00
Stefan Lankes
42c69cfcfc add rlogind
via 'telnet hostname 4211' is it possible to establish a connection to a mshell
2011-09-25 20:41:03 +02:00
Marian Ohligs
aaf2e8a1e5 - bug fix in mshell 2011-09-25 12:59:38 +02:00
Marian Ohligs
df4eaf5163 - added cat command 2011-09-24 20:13:16 +02:00
Nicolas Berr
903f33f40b - added support for changing current working directory
- added cd, pwd command
2011-09-23 15:31:44 +02:00
Nicolas Berr
265008c76d - shell now supports multiple args in command line
- executes binaries in /bin/ now
2011-09-22 15:39:20 +02:00
Stefan Lankes
70969c0585 Merge branch 'socket' 2011-09-19 10:12:31 +02:00
Stefan Lankes
ada25a756a restore the enviornment test 2011-09-19 10:09:00 +02:00
Marian Ohligs
287fe5df13 - fix bug 2011-09-19 00:28:46 +02:00
Stefan Lankes
53e5db9ca9 clear sockaddr 2011-09-18 18:02:25 +02:00
Stefan Lankes
e5ac848901 extend BSD socket examples (create more messages for a stress test) 2011-09-17 00:56:52 +02:00
Marian Ohligs
ae0042289e - change in hello to show all 34 chars (instead of 30) 2011-09-15 23:37:38 +02:00
Stefan Lankes
8c68eab859 cosmetic changes 2011-09-15 21:42:36 +02:00
Stefan Lankes
41247d9c09 add missing copyright statement 2011-09-15 21:17:25 +02:00
Stefan Lankes
d552c8058c remove obsolete files 2011-09-15 21:12:14 +02:00
Marian Ohligs
474db6e68d - fix typo 2011-09-14 17:20:22 +02:00
Marian Ohligs
9de6a8c423 - lwip_close tests 2011-09-14 17:01:30 +02:00
Marian Ohligs
d633a084ab - some copyright changes in mshell 2011-09-14 14:34:10 +02:00
Marian Ohligs
bc43a1e1e4 - remove typo 2011-08-26 21:19:21 +02:00
Marian Ohligs
378bce0ca1 - bug fix 2011-08-25 13:34:31 +02:00
Marian Ohligs
5c7e9f38ec Merge branch 'master' into ohligs
Conflicts:
	.gitignore
	kernel/syscall.c
	kernel/tasks.c
	kernel/tests.c
	newlib/examples/Makefile
2011-08-10 16:57:17 +02:00
Stefan Lankes
49da0d2356 add user-level socket example 2011-08-10 08:22:23 +02:00
Marian Ohligs
898311edd6 - read, write , close, lseek now check if fd >= 0 2011-08-03 11:57:21 +02:00
Marian Ohligs
032bba3a95 - some chmod changes 2011-08-02 15:58:20 +02:00
Marian Ohligs
36ed70c214 - reset mshell code 2011-07-30 19:48:44 +02:00
Marian Ohligs
102a887add - test commit.
--> malloc with 532 chars is working
--> malloc with more than 533 chars causes an error
2011-07-27 17:17:40 +02:00
Marian Ohligs
55e0e971be merge master 2011-07-27 10:28:01 +02:00
Marian Ohligs
c768f03193 - initrd_open now init in initrd_mkdir
- O_CREAT is working!
2011-07-21 13:32:09 +02:00
Marian Ohligs
c6a5f9390e - some test changes in newlib/examples 2011-07-13 13:17:02 +02:00
Marian Ohligs
fbd948f66f remove hangman, add mshell 2011-05-24 23:37:40 +02:00
Marian Ohligs
af0728a57d add the feature to start elf-files 2011-05-24 18:54:53 +02:00
Marian Ohligs
f54b06a807 add the ability to start apps (still buggy) 2011-05-24 17:23:10 +02:00
Marian Ohligs
9137549a42 add basic mshell
-> help
-> exit
-> path/to/elf
2011-05-24 00:48:56 +02:00
Marian Ohligs
bae6e2df51 add tiny hangman test 2011-05-23 13:47:05 +02:00
Marian Ohligs
4f0bc05a74 add basic support of scanf, get ... 2011-05-23 12:56:14 +02:00
Marian Ohligs
9e5dcfc2b4 add lseek (SEEK_SET, SEEK_CUR, SEEK_END)
- still missing some filetype checking
2011-05-18 18:14:23 +02:00
Marian Ohligs
b94875ccfe initrd_write:
- writing strings of any length now possible
2011-05-16 10:19:13 +02:00
Marian Ohligs
4c370ad377 Bug fixed in stdout: printf is working
some test changes in initrd_write
2011-04-26 16:43:57 +02:00
Marian Ohligs
ef59f6cb8d Merge branch 'master' into ohligs
Conflicts:
	kernel/tasks.c
2011-04-23 11:09:56 +02:00
Marian Ohligs
02f7fecc61 first stdin, stout, stderr implementation (still buggy) 2011-04-23 11:04:32 +02:00
Stefan Lankes
f3b620a9be add rudimental support of the system call times
- no full support of the POSIX API
- however, the libc function clock works correctly
2011-04-21 10:13:58 +02:00
Stefan Lankes
a3176aac0b remove bug in the calulation of the break condition 2011-04-21 07:32:20 +02:00
Stefan Lankes
65d66171d7 add jacobi solver as example program 2011-04-21 07:31:45 +02:00
Marian Ohligs
40ce1fe457 manual merge old readwrite branch 2011-04-21 00:25:05 +02:00
Stefan Lankes
8a515c9925 remove bug in the calulation of the break condition 2011-04-20 20:41:51 +02:00