summaryrefslogtreecommitdiff
path: root/lib/libc/gen
AgeCommit message (Expand)Author
2015-03-18use 4x buffer size for opendir. speeds up large directory reading, andTed Unangst
2015-03-14TZ_MAX_CHARS in the old tzfile.h bears no resemblence to the actualTodd C. Miller
2015-03-13remove the first comma from constructs like ", and," and ", or,": you can useJason McIntyre
2015-03-12_PERFPOLICY can also be set to "high"; it's "auto" not "automatic"; and the v...Jason McIntyre
2015-03-11document HW_PERFPOLICY; ok teduJason McIntyre
2015-02-28Reduce usage of predefined strings in manpages.Anthony J. Bentley
2015-02-11sysctl({CTL_KERN, KERN_FILE, KERN_FILE_BYFILE}) previously requiredPhilip Guenther
2015-02-07Add examples for stravis() and strnvis() to vis.3.Doug Hogan
2015-02-06SIZE_MAX is standard, we should be using it in preference to theTodd C. Miller
2015-02-06Add support for stravis() to vis.3 and Makefile.inc.Doug Hogan
2015-02-05Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@Todd C. Miller
2015-02-05macro fixes from Kaspars at Bankovskis dot net;Ingo Schwarze
2015-01-30Rework vis.3 so it has standard sections.Doug Hogan
2015-01-29Use .Rv where appropriate, and move it to RETURN VALUES;Ingo Schwarze
2015-01-21Truncate progname to NAME_MAX in the syslog message, to ensure otherTheo de Raadt
2015-01-20Adjust <sys/param.h> comments regarding use of use of MAXFRAG, orTheo de Raadt
2015-01-19Explicitly mention that PATH_MAX includes the NUL in the ENAMETOOLONGTodd C. Miller
2015-01-17NGROUPS_MAX, not NGROUPSTheo de Raadt
2015-01-16Replace HOST_NAME_MAX+1-1 with HOST_NAME_MAX. OK deraad@Todd C. Miller
2015-01-16Move to the <limits.h> universe.Theo de Raadt
2015-01-15use .In where appropriate; from Kaspars at Bankovskis dot netIngo Schwarze
2015-01-15POSIX does not require an explicit inclusion of sys/types.h to getTodd C. Miller
2015-01-14these never needed sys/param.hTheo de Raadt
2015-01-12Add a note that HOST_NAME_MAX does not include a terminating \0, unlikeNicholas Marriott
2014-12-22fix docs for NOBROADCASTKILLTed Unangst
2014-12-12sysctl kern.global_ptrace.Ted Unangst
2014-12-11Remove an undocumented limit on the length of the pattern and stringTodd C. Miller
2014-12-09In ingo's new world order, we do not want multiple manual pages describingTheo de Raadt
2014-12-05Introduce a new sysctl to retrieve VM map entriesMasao Uebayashi
2014-11-30do not use .St -p1003.1d-99 which is used in exactly two pages;Ingo Schwarze
2014-11-30mandoc -Tlint fixes from <kaspars at bankovskis dot net>Ingo Schwarze
2014-11-30Even though not callable, "Ed" is a macro name, so for clarity,Ingo Schwarze
2014-11-23Merge from FreeBSD:Philip Guenther
2014-11-20Merge from FreeBSD:Philip Guenther
2014-11-19delete the KERN_VNODE sysctl. it fails to provide any isolation from theTed Unangst
2014-11-17Add stravis(), an allocating version of strvis(). OK doug@Todd C. Miller
2014-11-17When listing the async-signal-safe functions, don't split out "ANSI C"Philip Guenther
2014-11-15Delete some unnecessary #includesPhilip Guenther
2014-11-15Don't need <sys/types.h> before <sys/ipc.h> anymorePhilip Guenther
2014-11-14_NSIG is the number of valid signals including signal 0, so it's not a validJonathan Matthew
2014-11-09Correct constness of str*unvis()'s second (source) argumentPhilip Guenther
2014-10-11obvious reallocarray() useTheo de Raadt
2014-10-08obvious realloc -> reallocarray conversionTheo de Raadt
2014-10-08obvious reallocarray()Theo de Raadt
2014-10-08reallocarray() to detect potential int overflow; ok dougTheo de Raadt
2014-10-08reallocarray() for mult int overflow detect; ok dougTheo de Raadt
2014-10-03Strip trailing new-lines from syslog messages. This avoids emptyAlexander Bluhm
2014-09-15We missed a hyphen in 'async-signal-safe'Philip Guenther
2014-09-15When fopen()ing internal to libc (the API doesn't support the usePhilip Guenther
2014-09-10sockatmark(3) has been implemented; add it to the async-signal-safe listsPhilip Guenther