Pages: Difference between revisions
No edit summary |
|||
| Line 27: | Line 27: | ||
* Solaris 9 supported a variety of page sizes and introduced <tt>memcntl(2)</tt> to configure page sizes on a per-map basis | * Solaris 9 supported a variety of page sizes and introduced <tt>memcntl(2)</tt> to configure page sizes on a per-map basis | ||
** The <tt>ppgsz(1)</tt> wrapper amd <tt>libmpss.so</tt> libraries allow configuration of heap/stack pagesizes on a per-app-instance basis | ** The <tt>ppgsz(1)</tt> wrapper amd <tt>libmpss.so</tt> libraries allow configuration of heap/stack pagesizes on a per-app-instance basis | ||
** The <tt>getpagesizes(2)</tt> system call has been added to discover multiple page sizes | |||
===FreeBSD=== | ===FreeBSD=== | ||
* [http://www.freebsd.org/releases/7.2R/relnotes.html FreeBSD 7.2], released May 2009, supports fully transparent "superpages" | * [http://www.freebsd.org/releases/7.2R/relnotes.html FreeBSD 7.2], released May 2009, supports fully transparent "superpages" | ||