summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | Even though it doesn't really make sense in the context of a CONNECTdes2013-08-221-0/+2
* | | Expand the use of stat(2) flags to allow storing some Windows/DOSken2013-08-212-14/+72
* | | Reset errno before strtoumax() call to properly detect ERANGE.pluknet2013-08-211-0/+7
* | | Check strtoumax(3) for ERANGE in case of non-prefixed string.pluknet2013-08-211-0/+4
* | | 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
* | | Ensure we set all fpu registers to zero by using the address and size ofandrew2013-08-171-1/+1
* | | 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
* | | GC unused source file.des2013-08-161-178/+0
* | | 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
* | | Turn off warns for this do-nothing file. clang noticed.peter2013-08-131-0/+2
* | | The iconv in libc did two things - implement the standard APIs, the GNUpeter2013-08-136-17/+41
* | | db/hash: Use O_CLOEXEC instead of separate fcntl() call.jilles2013-08-111-2/+1
* | | Fix the return value when we found a symbol in .dynstr. This nasty bug wasrpaulo2013-08-101-0/+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
* | | Update Bind to 9.8.5-P2erwin2013-08-065-1/+343
|\ \ \ | |/ /
| * | Vendor import of BIND 9.8.5-P2erwin2013-07-311-1/+1
| * | Vendor import of Bind 9.8.5-P1erwin2013-07-24160-1747/+5376
* | | After r253839, which modifies ld's behaviour to not automatically pulldim2013-08-032-0/+3
* | | Include an Accept header in requests.des2013-07-302-3/+18
* | | Restore the longer form of the _Generic. The short form does not work in C++.theraven2013-07-291-2/+11
* | | Reenable the isnan(double) / isinf(double) declarations when targeting C89 + ...theraven2013-07-291-0/+15
* | | Revert r253748,253749avg2013-07-282-0/+2
* | | remove needless inclusion of machine/cpu.h in userlandavg2013-07-282-2/+0
* | | Implement certificate verification, and many other SSL-relateddes2013-07-264-16/+632
* | | Remove define and documentation for vm_pageout_algorithm missed in r253587zont2013-07-261-4/+0
* | | Enhance the description of NOTE_TRACK:jhb2013-07-251-6/+11
* | | Add pkgconf files for libusb.rpaulo2013-07-254-0/+41
* | | wordexp(): Fix syntax validation for backslashes in single-quotes.jilles2013-07-231-1/+2
* | | Document EINVAL error return from PT_LWPINFOemaste2013-07-221-1/+9
* | | Teach siglongjmp about the VFP version of the setjmp buffer.andrew2013-07-211-3/+5
* | | Use the correct request syntax for proxied (tunneled) HTTPS requests.des2013-07-211-1/+1
* | | Since there's no defined schema for the XML that's generated by thescottl2013-07-192-0/+6
* | | [fix to r253380] __setenv: be explicit about placing '=' after nameavg2013-07-171-2/+1
* | | libc: name passed into __setenv is not necessarily NUL-terminatedavg2013-07-161-1/+1
* | | Add some missing definitions to build a working FreeBSD's libusb under Linux.hselasky2013-07-144-55/+67
OpenPOWER on IntegriCloud