summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Create a symlink from strchrnul.3 to strchr.3.zeising2013-03-061-1/+2
* - Implement two new system calls:pjd2013-03-025-0/+232
* mdoc: remove superfluous paragraph macro.joel2013-03-023-3/+0
* Merge Capsicum overhaul:pjd2013-03-028-144/+584
* Provide cap_sandboxed(3) function, which is a wrapper around cap_getmode(2)pjd2013-03-025-0/+124
* Fix assignment of maximum bounadary.delphij2013-03-011-1/+1
* Assign the len field of the netbuf structure to the current length ofkevlo2013-03-011-1/+1
* mdoc: add missing El.joel2013-02-271-0/+1
* Add an implementation of open_memstream() and open_wmemstream(). Thesejhb2013-02-275-1/+639
* libc/opendir: Improve behaviour of union uniquifier:jilles2013-02-241-25/+26
* Now that qsort(3) has a sample comparison function, point to thatkeramida2013-02-231-1/+7
* Sort sections.joel2013-02-201-6/+6
* Various improvements to the qsort(3) usage example:keramida2013-02-201-14/+8
* Add a sample program that shows how a custom comparison function andkeramida2013-02-191-1/+47
* setbuf(3): Restore a BUGS section about setbuf().jilles2013-02-181-1/+4
* Make more code be protected by internal mutex, and now it is fork-safe, indavidxu2013-02-171-2/+2
* Put one file per line so it is easier to read diffs against those files.pjd2013-02-162-184/+653
* Simplify code by using flag O_EXLOCK.davidxu2013-02-161-9/+3
* setbuf(3): Remove bugs section about ancient versions of BSD.jilles2013-02-151-17/+1
* Change examples to be consistent with what style(9) says.zeising2013-02-142-8/+8
* 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
OpenPOWER on IntegriCloud