minix/minix/lib/libmthread
Cristiano Giuffrida 75206e2f3e libmthread: Fix guard page mapping.
Edited by David van Moolenbroek to deallocate the guard page as well.
Note that while the new approach is better in theory (previously, the
hole could end up being filled by another allocated page), guard page
protection is now broken in practice, because VM does not support
setting specific page permissions (in this case, PROT_NONE).

Change-Id: I882624f5d152d3ebe82fca649cbad85aa4931780
2015-09-17 13:38:44 +00:00
..
allocate.c libmthread: Fix guard page mapping. 2015-09-17 13:38:44 +00:00
attribute.c New sources layout 2014-07-31 16:00:30 +02:00
condition.c New sources layout 2014-07-31 16:00:30 +02:00
event.c New sources layout 2014-07-31 16:00:30 +02:00
global.h New sources layout 2014-07-31 16:00:30 +02:00
key.c New sources layout 2014-07-31 16:00:30 +02:00
Makefile New sources layout 2014-07-31 16:00:30 +02:00
misc.c New sources layout 2014-07-31 16:00:30 +02:00
mutex.c New sources layout 2014-07-31 16:00:30 +02:00
proto.h New sources layout 2014-07-31 16:00:30 +02:00
pthread_compat.c New sources layout 2014-07-31 16:00:30 +02:00
queue.c New sources layout 2014-07-31 16:00:30 +02:00
rwlock.c New sources layout 2014-07-31 16:00:30 +02:00
scheduler.c New sources layout 2014-07-31 16:00:30 +02:00
shlib_version New sources layout 2014-07-31 16:00:30 +02:00