Commit graph

144 commits

Author SHA1 Message Date
2f0dc49a7e removed temporary and automatically generated files 2014-08-14 20:07:47 +02:00
e2c8222f86 fixed Makefile for 32 bit building 2014-05-14 18:54:37 +02:00
8180734e19 some more @authors 2014-05-14 17:43:51 +02:00
990d39afea added inheritance of BIT for makefiles 2014-02-03 10:01:06 +01:00
4ec5733de0 fixing huge initrd by defaulting to a smaller linker page-size 2014-02-03 09:43:49 +01:00
c70c488336 added userspace testcase for fork() and execve() syscalls 2014-01-28 14:36:59 +01:00
d5f60ef542 fixed two smaller bugs and some compiler warnings 2014-01-09 16:12:13 +01:00
594a454b1f updated userspace test application 2014-01-09 14:08:33 +01:00
a00177ec09 adapted c runtime and syscalls to x86-64 ABI calling convention 2014-01-09 14:04:02 +01:00
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
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