History log of /freebsd-10-stable/lib/libc/gen/getpagesize.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 317735 03-May-2017 kib

MFC r317436:
getpagesize(3) cannot fail.


# 298488 22-Apr-2016 ngie

MFC r298303:

Remove trailing whitespace and use `nitems(mib)` instead of `2` when
calling sysctl(3)


# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 211416 17-Aug-2010 kib

Use aux vector to get values for SSP canary, pagesize, pagesizes array,
number of host CPUs and osreldate.

This eliminates the last sysctl(2) calls from the dynamically linked image
startup.

No objections from: kan
Tested by: marius (sparc64)
MFC after: 1 month


# 165903 08-Jan-2007 imp

Per Regents of the University of Calfornia letter, remove advertising
clause.

# If I've done so improperly on a file, please let me know.


# 150065 12-Sep-2005 stefanf

Include a couple of headers to ensure consistency between the prototype and
the function definition.


# 90039 31-Jan-2002 obrien

Fix SCM ID's.


# 85868 02-Nov-2001 phk

Add notice about early use from malloc.c forbidding malloc use from
this function.


# 15528 02-May-1996 phk

Cache the result of getpagesize() so we only make one syscall.
Use getpagesize instead of CLBYTES.


# 1574 27-May-1994 rgrimes

This commit was generated by cvs2svn to compensate for changes in r1573,
which included commits to RCS files with non-trunk default branches.


# 1573 27-May-1994 rgrimes

BSD 4.4 Lite Lib Sources