summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* 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
* sysconf(3): Correct the description of _SC_OPEN_MAX.jilles2013-04-261-2/+2
* getdtablesize(2): Describe what this function actually does.jilles2013-04-241-9/+11
* Convert libc/stdio from K&R to ANSI Cemaste2013-04-2334-151/+53
* Renumber clauses to reduce diffs to other versionsemaste2013-04-2370-70/+70
* - sl_find does not modify 'name'eadler2013-04-232-2/+2
* Switch from K&R prototypes to modern Ceadler2013-04-231-10/+4
* Keep up with negative addrlen check removal in r249649.pluknet2013-04-221-5/+1
* dup(2): Remove incorrect sentence about getdtablesize().jilles2013-04-211-4/+1
* Add example.joel2013-04-211-1/+42
* Remove cross-references to nonexistent CPU_SET(3) manpage.joel2013-04-212-4/+2
* pututxline: Don't set errno=0 in subfunctions.jilles2013-04-171-4/+8
* - Correct mispellings of the word occurrencegabor2013-04-174-6/+6
* mdoc: remove superfluous paragraph macro.joel2013-04-161-1/+0
* - Document that sem_wait() can fail with EINTR if it is interrupted by ajhb2013-04-161-1/+9
* libc: Fix typo in French translation.jilles2013-04-141-1/+1
* Spelling correctionemaste2013-04-112-2/+2
* Remove unused atomic headeremaste2013-04-111-1/+0
* Remove the number of addresses restriction from sctp_connectx().tuexen2013-04-101-202/+94
* Correct the returned message lengths for timeval and bintime controlgnn2013-04-051-3/+3
* Replace access to /dev/random with the kernel pseudo-random numberdelphij2013-04-024-55/+32
* Fix return type of extattr_set_* and fix rmextattr(8) utility.mdf2013-04-021-3/+3
* wordexp(): Remove wrong IFS usage.jilles2013-04-011-4/+1
* 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
OpenPOWER on IntegriCloud