summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* - Update manual pages accordingly to r244384 and r244385.zont2012-12-252-9/+25
* - Reduce buffer size from LINE_MAX to PATH_MAX, there is no point to storedelphij2012-12-211-8/+4
* Replace our implementation of the vis(3) and unvis(3) APIs withbrooks2012-12-187-1007/+65
* Fix warning from valgrind when a failed entry is tested.eadler2012-12-171-0/+1
* libc/iconv: Fix race condition with setting FD_CLOEXEC.jilles2012-12-171-5/+1
* Eliminate redundant variable.pjd2012-12-121-6/+3
* libc: Make various internal file descriptors close-on-exec.jilles2012-12-112-2/+2
* libc: Make various internal file descriptors close-on-exec.jilles2012-12-107-12/+12
* Improve style(9) compliance of function declarations.brooks2012-12-101-4/+12
* Document that socket(2) may fail with EAFNOSUPPORT if the family cannotkevlo2012-12-071-7/+12
* libc: Use the new 'e' fopen() mode option to simplify fstab.c.jilles2012-12-041-11/+1
* Document that bind(2) can fail with EAFNOSUPPORT.kevlo2012-12-041-0/+2
* Protect against DoS attacks, such as being described in CVE-2010-2632.marcel2012-12-011-22/+79
* In globextend(), take advantage of the fact that realloc(NULL, size) ismarcel2012-12-011-3/+2
* In globextend() when the pathv vector cannot be (re-)allocated, don'tmarcel2012-12-011-6/+1
* The getline function returns the number of characters read, noteadler2012-12-011-2/+2
* libc: Allow setting close-on-exec in fopen/freopen/fdopen.jilles2012-11-304-2/+33
* Document that getpeername(2) and getsockname(2) can fail with EINVAL.kevlo2012-11-232-0/+8
* Cleanup the code a bit, which improves the portability.tuexen2012-11-191-43/+42
* Fix the handling of mapped IPv6 addresses in sctp_connectx().tuexen2012-11-191-1/+0
* - the preferred way to write a NULL pointer constant is with NULLkevlo2012-11-163-9/+6
* mdoc: Use the Ev macro for environmental variables.joel2012-11-161-3/+3
* Document that rtprio(2) and rtprio_thread(2) can fail with EFAULTkevlo2012-11-161-2/+10
* Complete man page.grog2012-11-161-11/+27
* Document that sendfile(2) can fail with ENOBUFS.kevlo2012-11-141-0/+2
* Document wait6() and waitid().kib2012-11-132-32/+282
* Implement the waitid() SUSv4 function using wait6() system call.kib2012-11-136-1/+72
* Add an explanatory comment to lib/libc/gen/isnan.c about the fix to makedim2012-11-111-0/+5
* Only define isnan, isnanf, __isnan and __isnanf in libc.so, not indim2012-11-101-0/+2
* Clarify that the ' flag is an apostrophe.grog2012-11-081-1/+1
* Fix errno in a couple of error cases.tuexen2012-11-031-1/+3
* fopen(3): Mention that the "x" mode option is from C11.jilles2012-11-011-1/+5
* fcntl(2): Fix typos in name of constant "F_DUP2FD_CLOEXEC".jilles2012-11-011-2/+2
* Update the kill(2) and killpg(2) man pages to the modern permissioneadler2012-10-222-16/+20
* remove duplicate semicolons where possible.eadler2012-10-221-1/+1
* Grammar fixes to r241781.andre2012-10-201-1/+1
* Hide the unfortunate named sysctl kern.ipc.somaxconn from sysctl -aandre2012-10-201-4/+18
* Replace our version of the pwcache(3) API with NetBSD's implementation.brooks2012-10-194-207/+8
* Fix my last commit. Only call strunvis after properly checking the argument isstefanf2012-10-111-5/+7
* Decode the first two fstab fields with strunvis(3). This allows having spacesstefanf2012-10-111-0/+5
* Apply some style. Checked with md5.stefanf2012-10-111-25/+26
* Remove undefined behavior from sranddev() andeadler2012-10-092-4/+2
* rpc: convert all uid and gid variables to u_int.pfg2012-10-044-7/+8
* rpc: convert all uid and gid variables of the type uid_t and gid_t.pfg2012-10-031-3/+3
* Optimize prev. commit for speed.ache2012-10-031-3/+7
* rpc: convert all uid and gid variables of the type uid_t and gid_t.pfg2012-10-031-5/+5
* libtirpc: be sure to free cl_netid and cl_tppfg2012-10-021-0/+4
* Fix __rpc_getconfippfg2012-10-021-2/+4
* RPC: Convert all uid and gid variables of the type uid_t and gid_t.pfg2012-10-024-11/+9
* Using putenv() and later direct pointer contents modification it is possibeache2012-10-021-1/+3
OpenPOWER on IntegriCloud