summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Add strchrnul(), a GNU function similar to strchr(), except that it returnszeising2013-02-134-5/+81
* Make the F_READAHEAD option to fcntl(2) work as documented: a value of zeroian2013-02-131-2/+2
* When clang builds libc it may insert calls to __aeabi_* functions. Normallyandrew2013-02-121-0/+19
* fts: Use O_DIRECTORY when opening name that might be changed by attacker.jilles2013-02-101-1/+2
* Improve code style. No functional change.tuexen2013-02-101-7/+7
* sigqueue(2): Fix typo (EEPERM -> EPERM).jilles2013-02-101-1/+1
* Fix logic inversion.eadler2013-02-091-1/+1
* mdoc: Remove EOL whitespace.joel2013-02-091-1/+1
* Document the detail of interaction between vfork and PT_TRACEME.kib2013-02-071-1/+11
* Document the ERESTART translation to EINTR for devfs nodes.kib2013-02-071-1/+12
* - Fix more style(9)-related issues (copyright header, spaces after functiongahr2013-02-011-56/+55
* - Remove underscores from the internal structure name, as it doesn't collidegahr2013-01-312-32/+118
* Add fmemopen(3), an interface to get a FILE * from a buffer in memory, alonggahr2013-01-304-7/+224
* Rework the __vdso_* symbols attributes to only make the symbols weak,kib2013-01-3016-5/+325
* posix_fadvise(2) first appeared in FreeBSD 9.1glebius2013-01-231-1/+1
* Note that SIGCHLD is special and if ignored, won't be recorded by the filter.pjd2013-01-211-2/+4
* Add the required __aeabi_* functions to libc.andrew2013-01-197-0/+361
* Use the compiler-rt version __{u,}divsi3 and __{u,}modsi3 on ARM EABIandrew2013-01-194-5/+27
* Update the syscall calling convention for ARM EABI. We store the syscallandrew2013-01-191-0/+8
* For ARM EABI we only need a subset of the quad functions, the rest areandrew2013-01-191-0/+4
* - Use standard RETURN VALUES section.zont2013-01-151-6/+2
* Add contrib/libc-vis to the include path so we reliably pick up the rightbrooks2013-01-111-0/+1
* In r244401 I accidently moved strunvis and strunvisx from version 1.0 tobrooks2013-01-111-2/+2
* Re-enable ip6addrctl support but only for IPv6 address.ume2013-01-101-7/+5
* Disable destination address selection support ofume2013-01-091-0/+8
* Silence a clang warning by telling it we are only interested in leftandrew2013-01-061-1/+1
* Add derived versions for common Simplified Chinese encodings.delphij2012-12-283-0/+596
* Add zh_CN.UTF-8 catalog.delphij2012-12-282-0/+296
* - 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
OpenPOWER on IntegriCloud