summaryrefslogtreecommitdiff
path: root/lib/libc/gen
AgeCommit message (Expand)Author
2013-06-17Add support for the _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME options,Philip Guenther
2013-06-09sort;Jason McIntyre
2013-06-09Constify the mib argument of sysctl().Miod Vallat
2013-06-09add some basic descriptions for the fuse sysctlsTed Unangst
2013-06-08Add new sysctl for pipex packet input/output queue length andYASUOKA Masahiko
2013-06-05Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzeTed Unangst
2013-06-02Add mentions about net.mpls and net.inet.ip.ifq.YASUOKA Masahiko
2013-06-02fix id, from bradTed Unangst
2013-06-01tweak previous;Jason McIntyre
2013-06-01reorder syslog params descr to make sense, and minor tweaks, plus jmc@'sMarc Espie
2013-06-01string.h defines null for usTed Unangst
2013-06-01no need to cast nullTed Unangst
2013-05-31doesn't need any headersTed Unangst
2013-05-31minor tweaksTed Unangst
2013-05-31fixieTed Unangst
2013-05-31Add getprogname() and setprogname() to ease slackers^porters' work.Antoine Jacoutot
2013-05-31add shm_open and friends which i have been told ports programs wouldTed Unangst
2013-04-29use FD_CLOEXEC instead of 1; from David HillOkan Demirmen
2013-04-22Fixed typo.Tobias Stoeckmann
2013-04-19add clock_gettime to see also. i think guenther was ok with this.Ted Unangst
2013-04-17add some prototypes, casts, includes, parenthesis, and whatnot toTed Unangst
2013-04-15Remove CTL_USER hierarchy from sysctl()Philip Guenther
2013-04-15Implement fdatasync() as a wrapper around fsync()Matthew Dempsky
2013-04-06rthread sysctl isn't experimental anymore. oh, and it's gone too.Ted Unangst
2013-04-05- Add comments regarding copies of these files also in libexec/ld.soKurt Miller
2013-03-28Switch libc and libm to use strong aliases rather than weak aliasesMartynas Venckus
2013-03-24sysconf(_SC_SEM_VALUE_MAX) should return SEM_VALUE_MAX, not somePhilip Guenther
2013-03-21Do not need machine/param.hTheo de Raadt
2013-03-14tedu faith(4), suggested by todd@ some weeks ago after a submission byMartin Pieuchot
2013-03-11document LOG_ODELAY; from Daniel DickmanJason McIntyre
2013-03-07Oops: confstr()'s return value should include the NUL in its countPhilip Guenther
2013-03-02zap end of line whitespace;Jason McIntyre
2013-03-01Adds the (somewhat silly) _CS_V[67]_ENV and _CS_POSIX_V[67]_* definesPhilip Guenther
2013-01-08More int's that should be size_t for strlen() useTheo de Raadt
2013-01-07use a size_t instead of an int to avoid signed compareTheo de Raadt
2013-01-03sysctl.3: remove some confusing text about NFS_NIOTHREADSJason McIntyre
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-11-29Change scandir()'s 'select' argument fromPhilip Guenthe
2012-11-23Copy from the is* manpages the CAVEAT about the input range.Philip Guenthe
2012-11-10raise() sends the signal to the current thread and only one error can occur.Philip Guenthe
2012-11-10Per POSIX, fix raise() and abort() to send the signal to the current thread.Philip Guenthe
2012-10-16Make sleep(3) and usleep(3) more consistent and remove extraneousTodd C. Miller
2012-09-26Remove the first paragraph. The first sentence is already stated in theBrad Smith
2012-09-15remove tahoe-specific makefile machinery, no such hardware is known to beMiod Vallat
2012-08-29Fix _SC_CHILD_MAX, _SC_OPEN_MAX, and _SC_STREAM_MAX to correctlyMatthew Dempsky
2012-08-18RFCs 2461 and 2462 have been replaced by, respectively, RFCs 4861 and 4862;Jason McIntyre
2012-06-24In sysconf(), don't bother querying the kernel for userspace-onlyMatthew Dempsky
2012-05-14More sysconf(3)-y and pathconf(3)-y goodness from Brad.Matthew Dempsky
2012-04-12Since threads are becoming more common, this "work around theTheo de Raadt
2012-04-12more rfork mop-upTheo de Raadt