Commit graph

89 commits

Author SHA1 Message Date
40e5d83217 Merge branch 'cleanup' into vogel 2013-10-10 11:51:31 +02:00
38eb3d5167 added missing newline at end of printf() 2013-10-10 11:44:31 +02:00
16c65de934 fixed segmention fault
abort allocation after first malloc fail
2013-10-07 17:22:53 +02:00
feec2b7de8 free chunks before terminate 2013-08-19 00:44:24 +02:00
9c85f88333 sequential allocation of multiple chunks 2013-08-19 00:43:34 +02:00
0376d06594 bugfix: invalid multp for single byte allocation 2013-08-19 00:37:05 +02:00
8159ad78d7 code cleanup 2013-08-19 00:35:30 +02:00
Marian Ohligs
491bb39465 rename memtests in memtest, remove it from testapps.
start it via mshell: memtest size mb/kb/b
2013-01-30 17:52:24 +01:00
Marian Ohligs
a08d79fba5 add simple malloc 8MB testcase 2013-01-30 16:29:59 +01:00
Jacek Galowicz
fb15bae2e7 Added changes to the user space apps hello.c and jacobi.c to make them
return something not equal 0 if there was some kind of error.
2012-09-16 16:43:40 +02:00
Stefan Lankes
edadf16d7f Merge branch 'master' into readwrite 2012-07-20 09:05:57 +02:00
Stefan Lankes
e6816bb0bd add test case for the system call "getpid" 2012-04-24 20:44:25 +02:00
Stefan Lankes
0c4e177c1f switch to a reentrant version of newlib and uses correct values for O_CREAT & Co
=> see include/metalsvm/fs.h and newlib/examples/hello.c
2012-04-23 21:23:49 +02:00
Marian Ohligs
14689517e6 some changes in ls 2011-11-09 13:13:41 +01:00
Marian Ohligs
6a10fb1a0b add ls in mshell 2011-11-09 12:14:31 +01:00
Marian Ohligs
a834155cce add readdir 2011-11-09 11:56:37 +01:00
Marian Ohligs
92c1bbae62 Merge branch 'master' into readwrite
Conflicts:
	newlib/src/libgloss/metalsvm/Makefile.in
2011-11-08 16:09:34 +01:00
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