summaryrefslogtreecommitdiff
path: root/lib/libc/gen/getpagesize.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up the vcs ID strings in libc's gen/ directory.John Baldwin2018-07-031-3/+1
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* getpagesize(3) cannot fail.Konstantin Belousov2017-04-261-1/+1
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Remove trailing whitespace and use `nitems(mib)` instead of `2` whenEnji Cooper2016-04-191-2/+2
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.Craig Rodrigues2015-09-201-1/+1
* Use aux vector to get values for SSP canary, pagesize, pagesizes array,Konstantin Belousov2010-08-171-7/+18
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* Include a couple of headers to ensure consistency between the prototype andStefan Farfeleder2005-09-121-0/+2
* Fix SCM ID's.David E. O'Brien2002-02-011-2/+2
* Add notice about early use from malloc.c forbidding malloc use fromPoul-Henning Kamp2001-11-021-0/+5
* Cache the result of getpagesize() so we only make one syscall.Poul-Henning Kamp1996-05-021-6/+14
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+53