Bahadir Balban
|
a9e6aabcae
|
We can now successfully copy char *argv[] user array.
After a lot of magic pointer arithmetic and mapping.
|
2008-11-25 11:05:41 +02:00 |
|
Bahadir Balban
|
d182b5b35a
|
Initial changes for execve() support
|
2008-11-13 21:45:30 +02:00 |
|
Bahadir Balban
|
3cb36b632a
|
Fixed various bugs in user buffer validation/mapping and mmap() syscall path.
|
2008-11-07 12:32:10 +02:00 |
|
Bahadir Balban
|
ca8959eee0
|
Added new routines that map and check the validity of user buffers.
mmap uses this mechanism to get arguments. It needs to be tested.
|
2008-11-03 11:27:10 +02:00 |
|