summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Make recv() and send() cancellation points, as required by POSIX.jilles2013-06-092-6/+10
* Minor mdoc fixes.joel2013-06-091-3/+3
* sigaction(2): Document various non-POSIX functions as async-signal safe.jilles2013-06-081-2/+15
* Add new system call - aio_mlock(). The name speaks for itself. It allowsglebius2013-06-083-0/+135
* Finish pulling in the NetBSD setjmp/longjmp updates on ARM.andrew2013-06-074-4/+162
* Include machine/setjmp.h to get the definition of _JB_MAGIC__SETJMP. Thisandrew2013-06-071-1/+3
* Switch to 2-clause license and standard textemaste2013-06-061-11/+11
* Remove part of the NetBSD longjmp code that was not ready to be merged.andrew2013-06-051-2/+1
* Start to merge the updated ARM NetBSD setjump/longjmp functions. To beginandrew2013-06-042-75/+52
* mdoc: convert .Fd to .In, which is much nicer.joel2013-06-043-7/+7
* Add libiconv based versions of *c16*() and *c32*().ed2013-06-037-3/+314
* Switch to 2-clause licenseemaste2013-06-031-6/+0
* dup(2): Clarify return value, in particular of dup2().jilles2013-05-311-4/+5
* sigaction(2): *at system calls are async-signal safe.jilles2013-05-311-0/+14
* sigaction(2): Extend description of async-signal safe functions:jilles2013-05-311-13/+108
* fork(2): Add information about fork() in multi-threaded processes.jilles2013-05-311-0/+12
* fork(2): #include <sys/types.h> is not needed.jilles2013-05-311-2/+1
* Remove clause 3 and 4 from TNF licensesemaste2013-05-2913-91/+0
* Remove the advertising clause from the Regents of the University ofemaste2013-05-285-25/+5
* Renumber clauses to reduce diffs to other versionsemaste2013-05-28100-100/+100
* Remove the advertising clause from the Regents of the University ofemaste2013-05-2810-50/+10
* The getcontext() from the __fillcontextx() call in thekib2013-05-289-6/+69
* cap_rights_limit(2): CAP_ACCEPT also permits accept4(2).jilles2013-05-271-1/+3
* Make the malloc(3) family of functions weak and make their non-weakmarcel2013-05-251-0/+11
* sigreturn(2): Remove ancient compatibility warning about 4.2BSD.jilles2013-05-251-4/+0
* Make some tiny improvements to iconv_open().ed2013-05-251-21/+15
* Only call free() on something we allocated.ed2013-05-251-2/+2
* Let iconv build on -HEAD properly.ed2013-05-233-0/+3
* Update manpages for r250887.ed2013-05-213-9/+3
* Add <uchar.h>.ed2013-05-219-52/+410
* Update the setfib man page to reflect recent changes.julian2013-05-201-3/+6
* popen(): Add 'e' mode character to set close-on-exec on the new fd.jilles2013-05-202-10/+27
* Fix a typo: It should be "strtoll" and not "stroll".hiren2013-05-141-3/+3
* Fix several typoseadler2013-05-121-1/+1
* Typo.pluknet2013-05-121-1/+1
* posix_spawn_file_actions_adddup2(3): Document difference with dup2().jilles2013-05-091-2/+23
* posix_spawn_file_actions_addopen(3): Correct error for bad file descriptor.jilles2013-05-091-2/+2
* wordexp(): Simplify code by deferring work to sh.jilles2013-05-091-13/+3
* POSIX 1003.1-2008: add ENOTRECOVERABLE, EOWNERDEAD errnos.pluknet2013-05-043-1/+11
* Document that the return type is different from 1003.1-2008.pluknet2013-05-041-2/+9
* mdoc: missing comma in .Dd macro.pluknet2013-05-045-5/+5
* Add entry for errno ECAPMODE.pluknet2013-05-041-0/+2
* Improve compatibility with recent flex from flex.sourceforge.net.jkim2013-05-031-3/+2
* Also, add a missing period.pluknet2013-05-033-3/+3
* Remove an extra comma.pluknet2013-05-033-3/+3
* Remove the STANDARDS section.pluknet2013-05-031-4/+1
* accept(2), pipe(2): Fix .Dd.jilles2013-05-012-2/+2
* Add pipe2() system call.jilles2013-05-013-2/+46
* Add accept4() system call.jilles2013-05-013-3/+46
* intro(2): Fix some errors in ENFILE and EMFILE descriptions.jilles2013-04-271-5/+6
OpenPOWER on IntegriCloud