Date: Sat, 19 Sep 2009 18:01:32 +0000 (UTC) From: Alan Cox <alc@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/lib/libc/gen Makefile.inc Symbol.map getpagesizes.3 getpagesizes.c src/sys/sys mman.h Message-ID: <200909191804.n8JI49C4007076@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2009-09-19 18:01:32 UTC FreeBSD src repository Modified files: lib/libc/gen Makefile.inc Symbol.map sys/sys mman.h Added files: lib/libc/gen getpagesizes.3 getpagesizes.c Log: SVN rev 197331 on 2009-09-19 18:01:32Z by alc Add getpagesizes(3). This functions either the number of supported page sizes or some number of the sizes themselves. It is functionally compatible with a function by the same name under Solaris. Reviewed by: jhb Revision Changes Path 1.145 +3 -3 src/lib/libc/gen/Makefile.inc 1.22 +4 -0 src/lib/libc/gen/Symbol.map 1.1 +98 -0 src/lib/libc/gen/getpagesizes.3 (new) 1.1 +78 -0 src/lib/libc/gen/getpagesizes.c (new) 1.43 +1 -0 src/sys/sys/mman.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909191804.n8JI49C4007076>