summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* 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
* wordexp(): Avoid leaking the pipe file descriptors to a parallel fork/exec.jilles2013-08-271-4/+4
* libc: Access some unexported variables more efficiently (related to stdio).jilles2013-08-231-2/+2
* libc: Make various internal file descriptors from fopen() close-on-exec.jilles2013-08-2313-21/+21
* Remove EOL whitespace.joel2013-08-221-1/+1
* Expand the use of stat(2) flags to allow storing some Windows/DOSken2013-08-212-14/+72
* Implement fdclosedir(3) function, which is equivalent to the closedir(3)pjd2013-08-183-3/+24
* Remove redundant space.pjd2013-08-181-1/+1
* dup3(3): Replace copyright notice.jilles2013-08-181-8/+4
* Consistently use 'af' as an argument name for address family.pjd2013-08-181-2/+2
* Make example more correct (errstr is a pointer, not boolean).pjd2013-08-181-1/+1
* libc: Access _logname_valid more efficiently.jilles2013-08-173-14/+2
* Correct function name and return value.pjd2013-08-171-2/+2
* Add new mmap(2) flags to permit applications to request specific virtualjhb2013-08-161-3/+50
* pselect(2): Add xref to sigsuspend(2).jilles2013-08-161-2/+3
* Add man page dup3(3).jilles2013-08-163-1/+123
* Add dup3(), based on F_DUP2FD and F_DUP2FD_CLOEXEC fcntls.jilles2013-08-163-0/+61
* sigsuspend(2): Add xrefs to pselect(2) and sigwait-alikes.jilles2013-08-151-1/+5
* libc: Use O_CLOEXEC when writing gmon files (cc -pg).jilles2013-08-131-2/+2
* vfork(2) was listed as deprecated in 1994 (r1573) and was the falsepeter2013-08-131-19/+19
* db: Use O_CLOEXEC instead of separate fcntl() call.jilles2013-08-132-8/+3
* Expose _citrus_bcs_trunc_rws_len for libintl's use.peter2013-08-131-0/+1
* The iconv in libc did two things - implement the standard APIs, the GNUpeter2013-08-132-15/+20
* db/hash: Use O_CLOEXEC instead of separate fcntl() call.jilles2013-08-111-2/+1
* Add mkostemp() and mkostemps().jilles2013-08-094-21/+106
* According to POSIX \ in the fnmatch(3) pattern should escapeache2013-08-081-2/+0
* Our libc iconv (unlike gnu iconv and the citrus code in NetBSD) has apeter2013-08-081-0/+13
* Revert r253748,253749avg2013-07-282-0/+2
OpenPOWER on IntegriCloud