summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* MFC r263986:tijl2014-04-1513-28/+25
* MFC r262872: fts: Don't abort if an empty pathname is given.jilles2014-04-051-5/+1
* MFC r258794: chmod(2): Document S_ISVTX following SUSv3/SUSv4.jilles2014-04-051-10/+16
* waitid(2): Do not tell userland programmers to include <sys/signal.h>.jilles2014-04-051-1/+1
* MFC r262613:dim2014-03-261-1/+1
* MFC r263107:davidxu2014-03-171-0/+1
* MFC r262890:eadler2014-03-103-8/+0
* MFC r261859: fts: Fix double-free with conflicting concurrent modifications.jilles2014-03-071-4/+8
* MFC r262441-262442,262447,262461-262464,262655:tijl2014-03-042-5/+4
* MFC: r262296brueffer2014-02-281-3/+3
* MFC: r261447brueffer2014-02-101-1/+1
* MFC r261080:kib2014-02-064-8/+20
* MFC r258779,r258780,r258787,r258822:eadler2014-02-043-5/+5
* Update EINVAL description.pluknet2014-01-301-2/+2
* MFC r258578, r258580, r258581 (by hrs):mav2014-01-2253-1422/+1353
* MFC r260556: Add some missing .Nm for newer syscalls in existing man pages.jilles2014-01-183-3/+6
* MFC r259921,259950:pluknet2014-01-142-0/+154
* MFC r260257:tuexen2014-01-071-9/+18
* MFC r259872:pluknet2014-01-021-5/+1
* MFC r259922: Fix an apparent typo.pluknet2013-12-291-1/+1
* MFC r259042:kib2013-12-131-5/+10
* MFC r258043:trasz2013-12-031-1/+1
* MFC r258042:trasz2013-12-031-4/+3
* MFC r258041:trasz2013-12-031-1/+6
* MFC r258537, r258587:gjb2013-11-2916-282/+733
* MFC r258283 - move iconv* symbols out of libc.so.7 namespace withpeter2013-11-206-42/+201
* MFC r257874:pluknet2013-11-191-2/+2
* MFC r257583, r258012, r258013:gjb2013-11-162-20/+0
* MFC r257859:dim2013-11-111-1/+1
* Merge r257633:pjd2013-11-066-529/+427
* Merge r256537 from head:glebius2013-10-291-0/+11
* MFC r256833:delphij2013-10-241-0/+2
* accept(2): Update portability note for accept4().jilles2013-10-011-3/+10
* Minor mdoc improvements.joel2013-09-191-4/+4
* Extend the support for exempting processes from being killed when swap isjhb2013-09-193-0/+146
* Remove an unused variable and fix a memory leak in sctp_connectx().tuexen2013-09-191-3/+4
* Consistently reference file descriptors as "fd". 55 other manpagesbdrewery2013-09-126-37/+37
* Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping usejhb2013-09-091-1/+14
* On ARM EABI double precision floating point values are stored in theandrew2013-09-073-3/+3
* wait(2): Add some possible caveats to standards section.jilles2013-09-071-4/+18
* libc: Make resolver sockets close-on-exec (SOCK_CLOEXEC).jilles2013-09-061-2/+3
* libc: Use SOCK_CLOEXEC for various internal file descriptors.jilles2013-09-064-9/+12
* libc/stdio: Allow fopen/freopen modes in any order (except initial r/w/a).jilles2013-09-061-27/+28
* Fix the namespace pollution caused by iconv.h including stdbool.htheraven2013-09-061-0/+1
* Update some signal man pages for multithreading.jilles2013-09-064-25/+41
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-055-4/+35
* Document SIGLIBRT in signal(3); take a stab at the signal description asrwatson2013-09-031-0/+1
* system(): Restore behaviour for SIGINT and SIGQUIT.jilles2013-09-011-0/+2
* libc: Always use our own copy of sys_errlist and sys_nerr (.so only).jilles2013-08-314-4/+56
* Xref capsicum(4) and procdesc(4) from pdfork(2).rwatson2013-08-281-4/+18
OpenPOWER on IntegriCloud