summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* btowc(3), isblank(3): Correct prototypes for _l variants.jilles2013-03-272-3/+3
* accept(2): Mention inheritance of O_ASYNC and signal destination.jilles2013-03-261-3/+13
* Compile contrib/tzcode/stdtime/localtime.c with -fwrapv, since it reliesdim2013-03-241-0/+3
* Document chflagsat(2).pjd2013-03-213-3/+54
* Implement chflagsat(2) system call, similar to fchmodat(2), but operates onpjd2013-03-211-0/+1
* - Make 'flags' argument to chflags(2), fchflags(2) and lchflags(2) of typepjd2013-03-211-3/+3
* Allow O_CLOEXEC in posix_openpt() flags.jilles2013-03-211-2/+7
* Implement SOCK_CLOEXEC, SOCK_NONBLOCK and MSG_CMSG_CLOEXEC.jilles2013-03-193-4/+27
* There are actually two different cases when mlock(2) returnsglebius2013-03-191-2/+7
* Add restrict keyword to realpath manpage.kevlo2013-03-181-1/+1
* Add a note to the HISTORY section about lchflags(2) being introduced inpjd2013-03-161-0/+4
* Update to the latest (un)vis(3) sources from NetBSD. This addsbrooks2013-03-142-2/+18
* libc: Avoid SIGPIPE when nscd closes the connection unexpectedly.jilles2013-03-131-4/+5
* Link getcontextx(3) to getcontext(3).pluknet2013-03-131-0/+1
* Add the getcontextx prototype to SYNOPSIS.pluknet2013-03-131-1/+3
* 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
OpenPOWER on IntegriCloud