| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the return value when we found a symbol in .dynstr. This nasty bug was | rpaulo | 2013-08-10 | 1 | -0/+1 |
* | Add mkostemp() and mkostemps(). | jilles | 2013-08-09 | 4 | -21/+106 |
* | According to POSIX \ in the fnmatch(3) pattern should escape | ache | 2013-08-08 | 1 | -2/+0 |
* | Our libc iconv (unlike gnu iconv and the citrus code in NetBSD) has a | peter | 2013-08-08 | 1 | -0/+13 |
* | Update Bind to 9.8.5-P2 | erwin | 2013-08-06 | 5 | -1/+343 |
|\ |
|
| * | Vendor import of BIND 9.8.5-P2 | erwin | 2013-07-31 | 1 | -1/+1 |
| * | Vendor import of Bind 9.8.5-P1 | erwin | 2013-07-24 | 160 | -1747/+5376 |
* | | After r253839, which modifies ld's behaviour to not automatically pull | dim | 2013-08-03 | 2 | -0/+3 |
* | | Include an Accept header in requests. | des | 2013-07-30 | 2 | -3/+18 |
* | | Restore the longer form of the _Generic. The short form does not work in C++. | theraven | 2013-07-29 | 1 | -2/+11 |
* | | Reenable the isnan(double) / isinf(double) declarations when targeting C89 + ... | theraven | 2013-07-29 | 1 | -0/+15 |
* | | Revert r253748,253749 | avg | 2013-07-28 | 2 | -0/+2 |
* | | remove needless inclusion of machine/cpu.h in userland | avg | 2013-07-28 | 2 | -2/+0 |
* | | Implement certificate verification, and many other SSL-related | des | 2013-07-26 | 4 | -16/+632 |
* | | Remove define and documentation for vm_pageout_algorithm missed in r253587 | zont | 2013-07-26 | 1 | -4/+0 |
* | | Enhance the description of NOTE_TRACK: | jhb | 2013-07-25 | 1 | -6/+11 |
* | | Add pkgconf files for libusb. | rpaulo | 2013-07-25 | 4 | -0/+41 |
* | | wordexp(): Fix syntax validation for backslashes in single-quotes. | jilles | 2013-07-23 | 1 | -1/+2 |
* | | Document EINVAL error return from PT_LWPINFO | emaste | 2013-07-22 | 1 | -1/+9 |
* | | Teach siglongjmp about the VFP version of the setjmp buffer. | andrew | 2013-07-21 | 1 | -3/+5 |
* | | Use the correct request syntax for proxied (tunneled) HTTPS requests. | des | 2013-07-21 | 1 | -1/+1 |
* | | Since there's no defined schema for the XML that's generated by the | scottl | 2013-07-19 | 2 | -0/+6 |
* | | [fix to r253380] __setenv: be explicit about placing '=' after name | avg | 2013-07-17 | 1 | -2/+1 |
* | | libc: name passed into __setenv is not necessarily NUL-terminated | avg | 2013-07-16 | 1 | -1/+1 |
* | | Add some missing definitions to build a working FreeBSD's libusb under Linux. | hselasky | 2013-07-14 | 4 | -55/+67 |
* | | Cleaner support for type qualifiers. | theraven | 2013-07-13 | 1 | -11/+2 |
* | | Ensure that the _Generic() macro in math.h works with qualified types. | theraven | 2013-07-13 | 1 | -17/+26 |
* | | Fix mdoc syntax. | hrs | 2013-07-13 | 1 | -7/+7 |
* | | Typo corrected. | schweikh | 2013-07-12 | 1 | -1/+1 |
* | | Prefix the alias macros for members of struct __mcontext with an underscore | marius | 2013-07-12 | 3 | -14/+14 |
* | | Add a leaf node CTL_NET.PF_ROUTE.0.AF.NET_RT_DUMP.0.FIB. This returns | hrs | 2013-07-12 | 1 | -9/+9 |
* | | Fix the build with C++ where __builtin_types_compatible_p is not allowed. | theraven | 2013-07-12 | 1 | -2/+3 |
* | | Revert r253247. This change should be improved based on a lesson learnt | hrs | 2013-07-12 | 1 | -2/+2 |
* | | Use strtoumax() instead of strtoul() for id/ref attr in XML elements. | hrs | 2013-07-12 | 1 | -2/+2 |
* | | Fix some typoes in math.h cleanup. | theraven | 2013-07-11 | 1 | -3/+3 |
* | | Cleanups to math.h that prevent namespace conflicts with C++. | theraven | 2013-07-11 | 1 | -28/+49 |
* | | In r227839, when removing libkvm dependency on procfs(5), | trociny | 2013-07-10 | 2 | -2/+1 |
* | | Fix the handling of SCTP_CURRENT_ASSOC and SCTP_ALL_ASSOC in | tuexen | 2013-07-09 | 1 | -0/+5 |
* | | Fix a bug where SCTP_ENABLE_STREAM_RESET is not handled by | tuexen | 2013-07-09 | 1 | -0/+3 |
* | | Update references. | hrs | 2013-07-09 | 2 | -12/+11 |
* | | mktemp(3): Add standards section. Prefer standard header. | jilles | 2013-07-05 | 1 | -4/+29 |
* | | Style fix noted by bde@ | ache | 2013-07-04 | 1 | -4/+8 |
* | | After fixing ranges restore POSIX requirement: rand() call without | ache | 2013-07-04 | 1 | -1/+6 |
* | | In addition to prev. commit, for repeated rand_r(3) calls don't forget | ache | 2013-07-03 | 1 | -1/+5 |
* | | 1) POSIX requires rand(3) return values to be in the [0, RAND_MAX] range, | ache | 2013-07-03 | 1 | -4/+16 |
* | | Make it clear that there are three separate internal locks. | peter | 2013-07-03 | 4 | -25/+28 |
* | | As a followup to r252547, propate const down the call stack. | peter | 2013-07-03 | 21 | -46/+46 |
* | | Replace the #define for "iconv" so it is for the function name instead of | peter | 2013-07-03 | 5 | -7/+9 |
* | | Move pos++ out of the complicated equation, introduced at r240780. | mav | 2013-07-01 | 1 | -2/+3 |
* | | If strdup failed, don't try and free the wrong thing. | peter | 2013-07-01 | 1 | -1/+1 |