Commit graph

128 commits

Author SHA1 Message Date
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
f5f6163589 usage of the compiler flag -ffreestanding instead of -nostdinc and -fno-builtin 2012-06-10 21:59:08 +02:00
Stefan Lankes
07a981a028 prepare newlib to support x86_64 2012-05-23 08:03:06 +02:00
Stefan Lankes
b1bf768341 temporary disabling the support of reentrant functions 2012-04-27 22:25:54 +02:00
Stefan Lankes
702bc7dfcd minor improvements 2012-04-24 21:02:47 +02:00
Stefan Lankes
71a1502489 add support of pid caching 2012-04-24 20:47:36 +02:00
Stefan Lankes
e6816bb0bd add test case for the system call "getpid" 2012-04-24 20:44:25 +02:00
Stefan Lankes
86687fdd6f disable the support of operations on large files (sseek64 etc.) 2012-04-23 13:39:17 -07: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
Stefan Lankes
dafa1f813e upgrade to newlib 1.2.0 2012-04-23 15:29:51 +02:00
Marian Ohligs
5b5139c283 now using readsyscall in newlib/net/recv and writesyscall in newlib/net/send 2012-02-14 17:01:57 +01:00
Marian Ohligs
9f30fab544 fix newlib/Makefile 2012-02-14 10:32:35 +01: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
f108a3613f add newlib support for readdir 2011-11-08 21:49:00 +01:00
Marian Ohligs
c63fa01de6 add opendir, add closedir 2011-11-08 16:45:16 +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
d51e4c32c4 change makefiles, use own dirent.h 2011-11-08 12:50:29 +01:00
Marian Ohligs
dfc0f6026f remove folder in src/newlib/libc/sys/metalsvm 2011-11-08 10:49:19 +01:00
Marian Ohligs
b1956626e0 add opendir and closedir -> newlib error 2011-10-13 12:53:30 +02:00
Marian Ohligs
4c958a0d36 fix typo 2011-10-12 21:21:34 +02: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
Stefan Lankes
1d2e3e9be9 add new system call dup
TODO: dup2 is missing
2011-09-25 20:40:12 +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
Stefan Lankes
b1a968a82c add first steps to realize the system call stat 2011-09-23 14:49:31 +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
98b4976cb4 sync all syscall headers 2011-09-15 21:12:54 +02:00
Stefan Lankes
d552c8058c remove obsolete files 2011-09-15 21:12:14 +02:00
Marian Ohligs
68e9b9b46a Merge branch 'master' into ohligs 2011-09-14 17:21:12 +02:00
Marian Ohligs
474db6e68d - fix typo 2011-09-14 17:20:22 +02:00