diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2012-05-10 15:17:40 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2012-05-10 15:57:26 -0700 |
commit | 8069478040336a7de3461be275432493cc7e4c91 (patch) | |
tree | 69a2486558385dcacd917aae398c37d72ae353c3 /ChangeLog | |
parent | 66cbbebcc616db8e221e81f7ecbb2c77701d031b (diff) | |
download | glibc-8069478040336a7de3461be275432493cc7e4c91.zip glibc-8069478040336a7de3461be275432493cc7e4c91.tar.gz glibc-8069478040336a7de3461be275432493cc7e4c91.tar.bz2 |
Hurd: mmap deficiencies
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -1,8 +1,12 @@ +2012-05-10 Thomas Schwinge <thomas@schwinge.name> + + * nss/makedb.c (MAP_POPULATE): If not defined, define to zero. + 2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org> - Fix mlock in all cases except non-readable pages. - * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ - instead of VM_PROT_ALL as parameter to __vm_wire function. + Fix mlock in all cases except non-readable pages. + * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ + instead of VM_PROT_ALL as parameter to __vm_wire function. * sysdeps/mach/hurd/mkdir.c: Include <string.h>. (__mkdir): When path is `/', just fail with EEXIST. |