Bahadir Balban
|
33fcceb2b6
|
Added a shared memory test.
- libposix error printing now configurable via macro definition
- shmget/at/dt tested.
|
2009-05-12 18:16:25 +03:00 |
|
Bahadir Balban
|
9992d100d7
|
Few fixes in libposix error checking.
size_t is a non-negative type and negative error checking didn't work. Now fixed.
Fixed various issues with reading file pages in the sys_read() path.
|
2008-04-20 02:12:53 +01:00 |
|
Bahadir Balban
|
df0eccf7b3
|
A file can be created.
Now up to sys_write() in pager, which needs to be filled in.
|
2008-04-19 01:27:41 +01:00 |
|
Bahadir Balban
|
f7163b7e93
|
Added file io test to test0. Added close call to libposix.
|
2008-04-18 21:17:09 +01:00 |
|
Bahadir Balban
|
7f9380cc78
|
Errno is set by the posix calls read/write/open/close etc. rather than their l4_xxx equivalent.
mmap.c is the only one not done yet.
|
2008-02-12 19:17:19 +00:00 |
|
Bahadir Balban
|
e2b791a3d8
|
Initial commit
|
2008-01-13 13:53:52 +00:00 |
|