Norman Feske 6894ced63b libc: execve
This patch implements 'execve' in Genode's libc.

The mechanism relies on the dynamic linker's ability to replace the
loaded binary while keeping crucial libraries - in particular the libc -
intact. The state outside the libc is wiped. For this reason, all libc
internal state needed beyond the 'execve' call must be allocated on a
heap separate from the application-owned malloc heap. E.g.,
libc-internal file-descriptor objects must not be allocated or refer to
any memory object allocated from the malloc heap.

Issue #3481
2019-08-28 14:19:45 +02:00
..
2019-07-09 08:55:23 +02:00
2018-05-03 15:31:20 +02:00
2018-03-27 13:44:27 +02:00
2018-11-29 11:46:01 +01:00
2018-03-27 13:43:08 +02:00
2018-05-03 15:31:20 +02:00
2019-01-07 12:33:55 +01:00
2018-11-29 11:46:01 +01:00
2019-02-12 10:33:14 +01:00
2019-05-27 14:46:53 +02:00
2019-05-27 14:46:53 +02:00
2019-05-27 14:46:53 +02:00
2019-05-27 14:46:53 +02:00
2019-05-27 14:46:53 +02:00
2019-05-27 14:46:53 +02:00
2019-05-27 14:46:53 +02:00
2019-08-28 14:19:45 +02:00
2018-11-29 11:46:01 +01:00
2019-05-27 14:46:53 +02:00
2018-01-17 12:14:39 +01:00
2019-05-27 14:46:53 +02:00
2019-02-12 10:33:14 +01:00
2019-03-18 15:56:23 +01:00
2018-10-29 09:36:22 +01:00
2019-01-07 12:33:54 +01:00
2019-05-27 14:52:52 +02:00
2018-11-29 11:46:01 +01:00
2018-05-03 15:31:58 +02:00
2018-08-02 14:36:49 +02:00
2018-01-17 12:14:39 +01:00
2018-11-29 11:46:01 +01:00
2018-05-03 15:31:19 +02:00
2018-05-30 12:26:19 +02:00
2018-11-29 11:46:01 +01:00
2018-05-30 12:26:19 +02:00
2018-11-29 11:46:01 +01:00
2018-05-30 12:26:19 +02:00
2018-05-30 12:26:19 +02:00
2018-05-30 12:26:19 +02:00
2018-05-30 12:26:19 +02:00
2018-05-30 12:26:19 +02:00
2018-05-30 12:26:19 +02:00
2018-05-30 12:26:19 +02:00
2018-05-30 12:26:19 +02:00
2018-05-30 12:26:19 +02:00
2018-05-30 12:26:19 +02:00
2018-05-30 12:26:19 +02:00
2018-08-28 16:45:27 +02:00
2018-08-28 16:45:27 +02:00
2018-05-30 12:26:19 +02:00
2018-05-30 12:26:19 +02:00
2018-05-30 12:26:19 +02:00
2018-05-30 12:26:19 +02:00
2018-05-30 12:26:19 +02:00
2018-05-30 12:26:19 +02:00
2018-05-30 12:26:19 +02:00
2016-03-17 17:02:04 +01:00
2019-02-19 11:08:17 +01:00
2019-08-21 13:25:25 +02:00
2018-08-02 14:36:48 +02:00