Re: [PATCH,HURD] mmap: Use addr parameter even without MAP_FIXED
Applied. Thanks, Roland
[PATCH,HURD] mmap: Use addr parameter even without MAP_FIXED
Hello, POSIX says that mmap should take the addr parameter as a suggestion in an implementation-defined manner. On GNU/Hurd it's atm not used at all. Some applications (such as firefox) frown on this and just busy-loop. This makes mmap try with anywhere = 0 when addr is non-zero, before trying w