glibc/mach
Sergey Bugaev be318c0f38 mach: Use PAGE_SIZE
The PAGE_SIZE from the Mach headers statically defines the machine's
page size. There's no need to query it dynamically; furthermore, the
implementation of the vm_statistics () RPC unconditionally fills in

pagesize = PAGE_SIZE;

Not doing the extra RPC shaves off 2 RPCs from the start-up of every
process!

Signed-off-by: Sergey Bugaev <bugaevc@gmail.com>
Message-Id: <20230218203717.373211-7-bugaevc@gmail.com>
2023-02-20 00:46:36 +01:00
..
mach Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
devstream.c mach, hurd: Cast through uintptr_t 2023-02-12 15:55:04 +01:00
err_boot.sub
err_ipc.sub
err_kern.sub
err_mach.sub
err_server.sub
err_us.sub
error_compat.c
errorlib.h
errstring.c
errsystems.awk
lock-intern.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
lowlevellock.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
mach_error.c
mach_error.h
mach_init.c mach: Use PAGE_SIZE 2023-02-20 00:46:36 +01:00
mach_init.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
mach.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
Machrules Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
Makefile Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
mig_memcpy.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
mig_strncpy.c
mig-alloc.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
mig-dealloc.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
mig-reply.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
msg-destroy.c
msg.c
msgserver.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
mutex-init.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
mutex-solid.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
setup-thread.c hurd: Move thread state manipulation into _hurd_tls_new () 2023-02-20 00:32:35 +01:00
shortcut.awk
spin-lock.c
spin-lock.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
spin-solid.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
stack_chk_fail_local.c
syscalls.awk
Versions