| Commit message (Expand) | Author | Age | Files | Lines |
* | Add missing DPADD to Makefile. | hselasky | 2014-08-17 | 1 | -0/+1 |
* | Bump version because challenge buffer size changed | ache | 2014-08-14 | 1 | -1/+1 |
* | From https://sourceware.org/ml/newlib/2014/msg00113.html | imp | 2014-08-14 | 2 | -3/+7 |
* | Stop telling people to directly report llvm or clang bugs upstream, | dim | 2014-08-13 | 2 | -2/+2 |
* | Add support for the SCTP_PR_STREAM_STATUS and SCTP_PR_ASSOC_STATUS | tuexen | 2014-08-13 | 1 | -0/+6 |
* | Fixed ENOMEM description. | pluknet | 2014-08-13 | 1 | -1/+1 |
* | Add a knob LIBPTHREAD_BIGSTACK_MAIN, which instructs libthr to leave | kib | 2014-08-13 | 2 | -1/+12 |
* | Style. | kib | 2014-08-13 | 1 | -1/+1 |
* | Integrate lib/libutil into the build/kyua | ngie | 2014-08-13 | 8 | -0/+1406 |
* | Minor style tweaks. | pfg | 2014-08-13 | 1 | -7/+7 |
* | According to opie code and even direct mention in opie(4) challenge buffer | ache | 2014-08-12 | 1 | -1/+1 |
* | Fix broken pointer overflow check ns_name_unpack() | ume | 2014-08-12 | 1 | -2/+3 |
* | Update our stub resolver to final version of libbind. | ume | 2014-08-12 | 36 | -199/+909 |
* | Bring the md5 functions into libc for internal use only. | ume | 2014-08-12 | 2 | -0/+6 |
* | Add support for the SCTP_AUTH_SUPPORTED and SCTP_ASCONF_SUPPORTED | tuexen | 2014-08-12 | 1 | -0/+7 |
* | When r255294 was committed, it exposed the symbols lgammal, powl, | kargl | 2014-08-09 | 1 | -22/+3 |
* | In r268463, I misplaced a return in demangle(), causing the function to | dim | 2014-08-09 | 1 | -8/+2 |
* | Const-ify character string | pfg | 2014-08-07 | 1 | -1/+1 |
* | Make libohash a proper internallib instead of hidding it in m4 | bapt | 2014-08-06 | 6 | -0/+783 |
* | Rework privatelib/internallib | bapt | 2014-08-06 | 1 | -1/+1 |
* | Integrate lib/libnv into the build/kyua | ngie | 2014-08-05 | 8 | -0/+1429 |
* | Integrate lib/libmp into the build/kyua | ngie | 2014-08-04 | 3 | -0/+227 |
* | fix misordering... | jmg | 2014-08-04 | 1 | -3/+3 |
* | add xrefs for the other functions... | jmg | 2014-08-04 | 1 | -1/+5 |
* | Add support for the SCTP_RECONFIG_SUPPORTED and the corresponding | tuexen | 2014-08-04 | 1 | -0/+3 |
* | Add support for the SCTP_PKTDROP_SUPPORTED socket option and | tuexen | 2014-08-03 | 1 | -0/+3 |
* | Add SCTP socket option SCTP_NRSACK_SUPPORTED to control the | tuexen | 2014-08-03 | 1 | -0/+3 |
* | Add support for the SCTP_PR_SUPPORTED socket option as specified in | tuexen | 2014-08-02 | 1 | -0/+3 |
* | Cleanup the ECN configuration handling and provide an SCTP socket | tuexen | 2014-08-02 | 1 | -0/+3 |
* | Add pkgfs, a file system implementation for reading files out of a | marcel | 2014-07-31 | 3 | -0/+793 |
* | Fix the example: free the memory that was allocated by getline(). | n_hibma | 2014-07-31 | 1 | -0/+1 |
* | Provide a means for loaders to control which file system to use. This | marcel | 2014-07-30 | 2 | -9/+24 |
* | If telldir() is called immediately after a call to seekdir(), POSIX | jhb | 2014-07-29 | 2 | -28/+26 |
* | Update the list of cross references to include the more modern set of | gnn | 2014-07-28 | 1 | -1/+13 |
* | Unbreak the ABI by reverting r268494 until the compat shims are provided | gahr | 2014-07-28 | 1 | -1/+1 |
* | In r232153, libarchive 3.0.3 was imported, replacing the archive_hash.h | dim | 2014-07-26 | 1 | -10/+10 |
* | strftime() xlocale cleanups. | pfg | 2014-07-26 | 1 | -37/+46 |
* | In the "Too many open files" edge cases don't try to preserve old | ache | 2014-07-26 | 1 | -0/+8 |
* | Remove useless getpwnam() call. | des | 2014-07-26 | 1 | -3/+1 |
* | Reviewed by: imp | sjg | 2014-07-26 | 1 | -3/+3 |
* | POSIX says that passing a location returned by telldir() to seekdir() | jhb | 2014-07-24 | 1 | -0/+1 |
* | libstand's qdivrem.c assumes that sizeof(int) == sizeof(long), this is not | sbruno | 2014-07-24 | 2 | -13/+14 |
* | Fix fault injection in bhyve. | neel | 2014-07-24 | 2 | -32/+0 |
* | Fix mismatch. | pfg | 2014-07-23 | 1 | -1/+1 |
* | fparseln(3): Update from NetBSD sources. | pfg | 2014-07-23 | 1 | -5/+11 |
* | Emulate instructions emitted by OpenBSD/i386 version 5.5: | neel | 2014-07-23 | 2 | -2/+47 |
* | Avoid possible cast degradation. | pfg | 2014-07-22 | 2 | -2/+2 |
* | For "a"-mode files and rewind/fseek + fwrite combination return meaningful | ache | 2014-07-22 | 1 | -0/+18 |
* | Back the whole change out until I figure out how to obtain O_APPEND, | ache | 2014-07-22 | 1 | -6/+0 |
* | Checking for __SAPP alone is not enough because it is emulated O_APPEND | ache | 2014-07-22 | 1 | -1/+2 |