summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen (follow)
Commit message (Expand)AuthorAgeFilesLines
* Of course, fcntl errno case returns -1, which must be converted to 0deraadt2015-05-171-2/+2
* isatty() is used by stdio to determine the buffering mode. Add a F_ISATTYderaadt2015-05-171-6/+3
* chflagsat() is also async-signal-safeguenther2015-05-121-2/+3
* When checking flags that will be passed to open(), test the O_ACCMODE portionguenther2015-05-111-3/+6
* Make argument name consistent and use .Fn rather than .Nm in section 3.schwarze2015-05-051-5/+5
* Document that shm_open() accepts O_CLOEXEC and O_NOFOLLOW as extensionsguenther2015-05-051-3/+10
* Remove obsolete timezone() function.millert2015-04-073-199/+3
* use 4x buffer size for opendir. speeds up large directory reading, andtedu2015-03-181-2/+2
* TZ_MAX_CHARS in the old tzfile.h bears no resemblence to the actualmillert2015-03-141-3/+3
* remove the first comma from constructs like ", and," and ", or,": you can usejmc2015-03-131-4/+4
* _PERFPOLICY can also be set to "high"; it's "auto" not "automatic"; and the variablejmc2015-03-121-4/+9
* document HW_PERFPOLICY; ok tedujmc2015-03-111-2/+9
* Reduce usage of predefined strings in manpages.bentley2015-02-281-3/+8
* sysctl({CTL_KERN, KERN_FILE, KERN_FILE_BYFILE}) previously requiredguenther2015-02-111-3/+3
* Add examples for stravis() and strnvis() to vis.3.doug2015-02-071-2/+33
* SIZE_MAX is standard, we should be using it in preference to themillert2015-02-062-6/+7
* Add support for stravis() to vis.3 and Makefile.inc.doug2015-02-062-8/+43
* Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@millert2015-02-052-3/+4
* macro fixes from Kaspars at Bankovskis dot net;schwarze2015-02-053-12/+12
* Rework vis.3 so it has standard sections.doug2015-01-301-38/+41
* Use .Rv where appropriate, and move it to RETURN VALUES;schwarze2015-01-294-32/+17
* Truncate progname to NAME_MAX in the syslog message, to ensure otherderaadt2015-01-211-2/+3
* Adjust <sys/param.h> comments regarding use of use of MAXFRAG, orderaadt2015-01-201-1/+1
* Explicitly mention that PATH_MAX includes the NUL in the ENAMETOOLONGmillert2015-01-192-15/+16
* NGROUPS_MAX, not NGROUPSderaadt2015-01-171-3/+3
* Replace HOST_NAME_MAX+1-1 with HOST_NAME_MAX. OK deraad@millert2015-01-161-2/+2
* Move to the <limits.h> universe.deraadt2015-01-1620-49/+53
* use .In where appropriate; from Kaspars at Bankovskis dot netschwarze2015-01-152-7/+7
* POSIX does not require an explicit inclusion of sys/types.h to getmillert2015-01-153-9/+6
* these never needed sys/param.hderaadt2015-01-143-6/+6
* Add a note that HOST_NAME_MAX does not include a terminating \0, unlikenicm2015-01-121-2/+9
* fix docs for NOBROADCASTKILLtedu2014-12-221-5/+5
* sysctl kern.global_ptrace.tedu2014-12-121-2/+8
* Remove an undocumented limit on the length of the pattern and stringmillert2014-12-111-6/+1
* In ingo's new world order, we do not want multiple manual pages describingderaadt2014-12-092-118/+2
* Introduce a new sysctl to retrieve VM map entriesuebayasi2014-12-051-2/+11
* do not use .St -p1003.1d-99 which is used in exactly two pages;schwarze2014-11-301-4/+4
* mandoc -Tlint fixes from <kaspars at bankovskis dot net>schwarze2014-11-302-6/+5
* Even though not callable, "Ed" is a macro name, so for clarity,schwarze2014-11-306-18/+18
* Merge from FreeBSD:guenther2014-11-231-6/+8
* Merge from FreeBSD:guenther2014-11-201-13/+21
* delete the KERN_VNODE sysctl. it fails to provide any isolation from thetedu2014-11-191-13/+2
* Add stravis(), an allocating version of strvis(). OK doug@millert2014-11-171-2/+23
* When listing the async-signal-safe functions, don't split out "ANSI C"guenther2014-11-171-15/+11
* Delete some unnecessary #includesguenther2014-11-151-2/+1
* Don't need <sys/types.h> before <sys/ipc.h> anymoreguenther2014-11-151-3/+2
* _NSIG is the number of valid signals including signal 0, so it's not a validjmatthew2014-11-141-2/+2
* Correct constness of str*unvis()'s second (source) argumentguenther2014-11-091-4/+4
* obvious reallocarray() usederaadt2014-10-111-2/+2
* obvious realloc -> reallocarray conversionderaadt2014-10-081-3/+3