K 10 svn:author V 5 trasz K 8 svn:date V 27 2018-11-19T18:23:17.963859Z K 7 svn:log V 266 Make sysconf(_SC_PAGESIZE) return the value from getpagesize(3). That avoids a syscall - getpagesize(3) gets the value from the ELF aux strings. Reviewed by: kib MFC after: 2 weeks Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D17989 END