glibc/sysdeps/mach/htl
Sergey Bugaev 019b0bbc84 htl: Let Mach place thread stacks
Instead of trying to allocate a thread stack at a specific address,
looping over the address space, just set the ANYWHERE flag in
vm_allocate (). The previous behavior:

- defeats ASLR (for Mach versions that support ASLR),
- is particularly slow if the lower 4 GB of the address space are mapped
  inaccessible, as we're planning to do on 64-bit Hurd,
- is just silly.

Signed-off-by: Sergey Bugaev <bugaevc@gmail.com>
Message-Id: <20230625231751.404120-1-bugaevc@gmail.com>
2023-07-03 01:25:33 +02:00
..
bits Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
Implies hurd: Add hurd thread library 2018-04-02 01:44:14 +02:00
pt-block-intr.c htl: Make sem_wait/sem_timedwait interruptible 2020-02-10 01:03:54 +00:00
pt-block.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
pt-spin.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
pt-stack-alloc.c htl: Let Mach place thread stacks 2023-07-03 01:25:33 +02:00
pt-thread-alloc.c Fix misspellings in sysdeps/ -- BZ 25337 2023-05-30 23:02:29 +00:00
pt-thread-start.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
pt-thread-terminate.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
pt-timedblock-intr.c htl: Make sem_wait/sem_timedwait interruptible 2020-02-10 01:03:54 +00:00
pt-timedblock.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
pt-wakeup.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
thrd_yield.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00