summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* pselect(2): Add xref to sigsuspend(2).Jilles Tjoelker2013-08-161-2/+3
* Add man page dup3(3).Jilles Tjoelker2013-08-163-1/+123
* Add dup3(), based on F_DUP2FD and F_DUP2FD_CLOEXEC fcntls.Jilles Tjoelker2013-08-163-0/+61
* GC unused source file.Dag-Erling Smørgrav2013-08-161-178/+0
* sigsuspend(2): Add xrefs to pselect(2) and sigwait-alikes.Jilles Tjoelker2013-08-151-1/+5
* libc: Use O_CLOEXEC when writing gmon files (cc -pg).Jilles Tjoelker2013-08-131-2/+2
* vfork(2) was listed as deprecated in 1994 (r1573) and was the falsePeter Wemm2013-08-131-19/+19
* db: Use O_CLOEXEC instead of separate fcntl() call.Jilles Tjoelker2013-08-132-8/+3
* Expose _citrus_bcs_trunc_rws_len for libintl's use.Peter Wemm2013-08-131-0/+1
* Turn off warns for this do-nothing file. clang noticed.Peter Wemm2013-08-131-0/+2
* The iconv in libc did two things - implement the standard APIs, the GNUPeter Wemm2013-08-136-17/+41
* db/hash: Use O_CLOEXEC instead of separate fcntl() call.Jilles Tjoelker2013-08-111-2/+1
* Fix the return value when we found a symbol in .dynstr. This nasty bug wasRui Paulo2013-08-101-0/+1
* Add mkostemp() and mkostemps().Jilles Tjoelker2013-08-094-21/+106
* According to POSIX \ in the fnmatch(3) pattern should escapeAndrey A. Chernov2013-08-081-2/+0
* Our libc iconv (unlike gnu iconv and the citrus code in NetBSD) has aPeter Wemm2013-08-081-0/+13
* Update Bind to 9.8.5-P2Erwin Lansing2013-08-065-1/+343
|\
| * Vendor import of BIND 9.8.5-P2vendor/bind9/9.8.5-P2Erwin Lansing2013-07-311-1/+1
| * Vendor import of Bind 9.8.5-P1vendor/bind9/9.8.5-P1Erwin Lansing2013-07-24160-1747/+5376
* | After r253839, which modifies ld's behaviour to not automatically pullDimitry Andric2013-08-032-0/+3
* | Include an Accept header in requests.Dag-Erling Smørgrav2013-07-302-3/+18
* | Restore the longer form of the _Generic. The short form does not work in C++.David Chisnall2013-07-291-2/+11
* | Reenable the isnan(double) / isinf(double) declarations when targeting C89 + ...David Chisnall2013-07-291-0/+15
* | Revert r253748,253749Andriy Gapon2013-07-282-0/+2
* | remove needless inclusion of machine/cpu.h in userlandAndriy Gapon2013-07-282-2/+0
* | Implement certificate verification, and many other SSL-relatedDag-Erling Smørgrav2013-07-264-16/+632
* | Remove define and documentation for vm_pageout_algorithm missed in r253587Andrey Zonov2013-07-261-4/+0
* | Enhance the description of NOTE_TRACK:John Baldwin2013-07-251-6/+11
* | Add pkgconf files for libusb.Rui Paulo2013-07-254-0/+41
* | wordexp(): Fix syntax validation for backslashes in single-quotes.Jilles Tjoelker2013-07-231-1/+2
* | Document EINVAL error return from PT_LWPINFOEd Maste2013-07-221-1/+9
* | Teach siglongjmp about the VFP version of the setjmp buffer.Andrew Turner2013-07-211-3/+5
* | Use the correct request syntax for proxied (tunneled) HTTPS requests.Dag-Erling Smørgrav2013-07-211-1/+1
* | Since there's no defined schema for the XML that's generated by theScott Long2013-07-192-0/+6
* | [fix to r253380] __setenv: be explicit about placing '=' after nameAndriy Gapon2013-07-171-2/+1
* | libc: name passed into __setenv is not necessarily NUL-terminatedAndriy Gapon2013-07-161-1/+1
* | Add some missing definitions to build a working FreeBSD's libusb under Linux.Hans Petter Selasky2013-07-144-55/+67
* | Cleaner support for type qualifiers.David Chisnall2013-07-131-11/+2
* | Ensure that the _Generic() macro in math.h works with qualified types.David Chisnall2013-07-131-17/+26
* | Fix mdoc syntax.Hiroki Sato2013-07-131-7/+7
* | Typo corrected.Jens Schweikhardt2013-07-121-1/+1
* | Prefix the alias macros for members of struct __mcontext with an underscoreMarius Strobl2013-07-123-14/+14
* | Add a leaf node CTL_NET.PF_ROUTE.0.AF.NET_RT_DUMP.0.FIB. This returnsHiroki Sato2013-07-121-9/+9
* | Fix the build with C++ where __builtin_types_compatible_p is not allowed.David Chisnall2013-07-121-2/+3
* | Revert r253247. This change should be improved based on a lesson learntHiroki Sato2013-07-121-2/+2
* | Use strtoumax() instead of strtoul() for id/ref attr in XML elements.Hiroki Sato2013-07-121-2/+2
* | Fix some typoes in math.h cleanup.David Chisnall2013-07-111-3/+3
* | Cleanups to math.h that prevent namespace conflicts with C++.David Chisnall2013-07-111-28/+49
* | In r227839, when removing libkvm dependency on procfs(5),Mikolaj Golub2013-07-102-2/+1
* | Fix the handling of SCTP_CURRENT_ASSOC and SCTP_ALL_ASSOC inMichael Tuexen2013-07-091-0/+5