diff options
author | Roland McGrath <roland@gnu.org> | 1999-09-19 20:40:43 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-09-19 20:40:43 +0000 |
commit | 55ffcab7b6e26b33fcb281aa70dc9abc33aa7ead (patch) | |
tree | 59b7784f40690543b645c580d499849425bf455a /ChangeLog | |
parent | 349447daaf7ba94f1b77849142eb0f03cd97d418 (diff) | |
download | glibc-55ffcab7b6e26b33fcb281aa70dc9abc33aa7ead.tar.gz glibc-55ffcab7b6e26b33fcb281aa70dc9abc33aa7ead.tar.xz glibc-55ffcab7b6e26b33fcb281aa70dc9abc33aa7ead.zip |
* sysdeps/mach/hurd/brk.c (_hurd_set_brk): Deallocate and reallocate
pages rather than just reprotecting them. This way we don't hold on to the backing space.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 9019d9b2ab..f7a6a6b003 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 1999-09-19 Roland McGrath <roland@baalperazim.frob.com> + * sysdeps/mach/hurd/brk.c (_hurd_set_brk): Deallocate and reallocate + pages rather than just reprotecting them. This way we don't hold on + to the backing space. + * hurd/hurdprio.c (_hurd_priority_which_map): Rearrange the code a bit. Use __munmap instead of __vm_deallocate. |