| Commit message (Expand) | Author | Age | Files | Lines |
* | DIRDEPS_BUILD: Connect new directories and update dependencies. | bdrewery | 2016-06-03 | 2 | -0/+40 |
* | For clang, move the definition of FREEBSD_CC_VERSION into its own header | dim | 2016-06-03 | 3 | -2/+6 |
* | Improve errno documentation in pthread_create(3) and thr_new(2) | vangyzen | 2016-06-03 | 2 | -4/+11 |
* | Remove libstdc++ again. | bdrewery | 2016-06-02 | 1 | -1/+0 |
* | Pull in r271548 from upstream llvm trunk (by me): | dim | 2016-06-02 | 1 | -1/+1 |
* | Add basic blacklist build support | lidl | 2016-06-02 | 2 | -0/+35 |
* | citrus: Remove redundant code in _citrus_esdb_get_list(). | pfg | 2016-06-02 | 1 | -12/+6 |
* | thr_*(2): Add xrefs to what libthr implements using each syscall. | jilles | 2016-06-01 | 5 | -8/+29 |
* | Skein was not meant to be connected to libcrypto | allanjude | 2016-06-01 | 1 | -16/+4 |
* | Don't call setgrent() in an unportable way. | ed | 2016-06-01 | 1 | -1/+3 |
* | Document behavior of wait introduced in the r286698. | oshogbo | 2016-06-01 | 1 | -1/+9 |
* | libthr: Use formatted PANIC() | cem | 2016-06-01 | 3 | -24/+10 |
* | libthr: _thread_vprintf: Enhance support for %p, %#x | cem | 2016-06-01 | 1 | -1/+8 |
* | libthr: Add vprintf variant of _thread_printf, formatted PANIC() | cem | 2016-06-01 | 3 | -11/+34 |
* | Don't use fixup for C99 and up, the compiler result is already correct. | ache | 2016-06-01 | 4 | -0/+8 |
* | Coverity fixes for r300906 | asomers | 2016-05-31 | 2 | -15/+3 |
* | For EILSEQ case in mbsnrtowcs() and wcsnrtombs() update src to point to | ache | 2016-05-31 | 2 | -0/+3 |
* | Fix prototype of dbm_open(). | ed | 2016-05-31 | 2 | -2/+2 |
* | r169386 (PR 112515) was incomplete: it treated 307 as an error except | des | 2016-05-31 | 1 | -0/+3 |
* | libdevdctl: minor spelling fixes. | pfg | 2016-05-30 | 1 | -2/+2 |
* | Let dbm's datum::dptr use the right type. | ed | 2016-05-30 | 1 | -2/+2 |
* | Fix the signature of the psignal() function. | ed | 2016-05-30 | 2 | -4/+4 |
* | Bump __FreeBSD_cc_version after r300974. | dim | 2016-05-30 | 1 | -1/+1 |
* | Mark jail(2), and the sysctls that it (and only it) uses as deprecated. | jamie | 2016-05-30 | 1 | -1/+1 |
* | Stop inlining the struct ucond definition into struct pthread_cond. | kib | 2016-05-29 | 2 | -15/+11 |
* | Remove non-history libkse references and fix PTHREAD_PROCESSES_PRIVATE typo. | jilles | 2016-05-29 | 1 | -3/+1 |
* | Micro optimize: C standard guarantees that right shift for unsigned value | ache | 2016-05-29 | 1 | -1/+1 |
* | _umtx_op(2): Note deprecation of UMTX_OP_MUTEX_WAKE. | jilles | 2016-05-29 | 1 | -1/+15 |
* | _umtx_op(2),thr_*(2): Various spelling, grammar and mdoc fixes. | jilles | 2016-05-29 | 6 | -60/+73 |
* | 1) Unifdef USE_WEAK_SEEDING since it is too obsolete to support and makes | ache | 2016-05-29 | 1 | -41/+11 |
* | 1) Unifdef USE_WEAK_SEEDING it is too obsolete to support and makes reading | ache | 2016-05-29 | 1 | -46/+14 |
* | GCC External: Revert r300886, r300904, r300917, r300918 | bdrewery | 2016-05-29 | 2 | -2/+2 |
* | Submitted by: phil | phil | 2016-05-29 | 2 | -8/+8 |
* | Import the skein hashing algorithm, based on the threefish block cipher | allanjude | 2016-05-29 | 9 | -19/+425 |
* | Avoid literal-suffix error due to missing space. | bdrewery | 2016-05-28 | 1 | -1/+1 |
* | zfsd(8), the ZFS fault management daemon | asomers | 2016-05-28 | 14 | -0/+2361 |
* | Use a relative symlink for proper --sysroot support. | bdrewery | 2016-05-28 | 1 | -1/+1 |
* | Implement SHA-512 truncated (224 and 256 bits) | allanjude | 2016-05-28 | 4 | -10/+78 |
* | Move external GCC compiler hacks to bsd.sys.mk. | bdrewery | 2016-05-27 | 2 | -2/+2 |
* | After r300770, for libc++ and libcxxrt, use -isystem instead of -I. | dim | 2016-05-27 | 2 | -2/+2 |
* | libmd: Work around C++'s inability to understand C | cem | 2016-05-27 | 1 | -0/+8 |
* | Let l64a() properly null terminate its result. | ed | 2016-05-26 | 1 | -22/+14 |
* | Update libc++ to 3.8.0. Excerpted list of fixes (with upstream revision | dim | 2016-05-26 | 1 | -2/+17 |
|\ |
|
| * | Vendor import of libc++ trunk r256633: | dim | 2015-12-30 | 2 | -47/+113 |
* | | Update to ELF Tool Chain r3477 | emaste | 2016-05-25 | 1 | -1/+1 |
* | | Do not generate code for sbrk syscall -- sbrk support was removed. | br | 2016-05-25 | 1 | -0/+1 |
* | | libc: regexec(3) adjustment. | pfg | 2016-05-25 | 2 | -24/+50 |
* | | Remove legacy brk and sbrk from RISC-V. | br | 2016-05-25 | 4 | -161/+1 |
* | | Call closedir() before returning from fetchListFile() to avoid a leak. | truckman | 2016-05-25 | 1 | -0/+1 |
* | | Don't leak addrinfo in fetch_bind() | truckman | 2016-05-25 | 1 | -1/+4 |