| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sure we visit both symbol sections even if one of them doesn't | rpaulo | 2012-09-02 | 1 | -24/+21 |
* | Rework all non-contributed files that use `struct timezone'. | ed | 2012-09-01 | 2 | -2/+2 |
* | Bring some changes from Bull's NFSv4 libtirpc implementation. | pfg | 2012-09-01 | 9 | -19/+45 |
* | Teach libdwarf about the DW_FORM_flag_present dwarf attribute, so | dim | 2012-08-29 | 4 | -0/+9 |
* | In suspend_common(), don't wait for a thread which is in creation, because | davidxu | 2012-08-27 | 5 | -4/+64 |
* | Add libcxxrt's objects (prefixing them with cxxrt_ to avoid collisions) | dim | 2012-08-25 | 1 | -1/+18 |
* | Sprinkle a bit of style.Makefile(5) across various clang Makefiles. No | dim | 2012-08-23 | 2 | -14/+14 |
* | Eliminate redundant code, _thr_spinlock_init() has already been called | davidxu | 2012-08-23 | 1 | -3/+0 |
* | Add missing .Pp macro. | zeising | 2012-08-21 | 1 | -0/+1 |
* | Remove trailing whitespace. | joel | 2012-08-21 | 1 | -1/+1 |
* | Add manual pages for clock_getcpuclockid and pthread_getcpuclockid. | davidxu | 2012-08-21 | 2 | -1/+96 |
* | Fix prototype. Also the function should return error code instead of | davidxu | 2012-08-21 | 1 | -2/+4 |
* | Add three additional clang intrinsics headers, which I missed in the | dim | 2012-08-20 | 1 | -1/+4 |
*---. | Upgrade our copy of llvm/clang to trunk r162107. With thanks to | dim | 2012-08-20 | 39 | -34/+116 |
|\ \ \ |
|
| | | * | Vendor import of clang trunk r161861: | dim | 2012-08-15 | 353 | -18662/+38404 |
| | | * | Vendor import of clang release_31 r156863 (the actual 3.1 release): | dim | 2012-05-23 | 1 | -1/+1 |
| | | * | Vendor import of clang release_31 final r156748: | dim | 2012-05-22 | 15 | -298/+102 |
| | * | | Vendor import of llvm trunk r162107: | dim | 2012-08-19 | 36 | -678/+1527 |
| |/ / |
|
| * | | Vendor import of llvm trunk r161861: | dim | 2012-08-15 | 801 | -31591/+68358 |
| * | | Vendor import of llvm release_31 r156863 (the actual 3.1 release): | dim | 2012-05-23 | 2 | -2/+2 |
| * | | Vendor import of llvm release_31 final r156748: | dim | 2012-05-22 | 1 | -28/+58 |
* | | | Correct a regression introduced during the import of file(1) 5.11. | mckay | 2012-08-17 | 1 | -1/+1 |
* | | | Implement syscall clock_getcpuclockid2, so we can get a clock id | davidxu | 2012-08-17 | 6 | -6/+47 |
* | | | Make 'junk' volatile so that compilers won't be tempted to optimize | kevlo | 2012-08-17 | 1 | -1/+1 |
* | | | Merging of projects/armv6, part 2 | gonzo | 2012-08-15 | 2 | -0/+10 |
* | | | Merging of projects/armv6, part 2 | gonzo | 2012-08-15 | 1 | -1/+13 |
* | | | Add support for streams to LibUSB v2.0. | hselasky | 2012-08-13 | 5 | -14/+43 |
* | | | Do defered mutex wakeup once. | davidxu | 2012-08-12 | 1 | -0/+1 |
* | | | MFp4: | davidxu | 2012-08-11 | 5 | -24/+38 |
* | | | Add __always_inline to __ieee754_rem_pio2() and __ieee754_rem_pio2f(), | dim | 2012-08-11 | 2 | -2/+2 |
* | | | Rename aux.c to auxv.c. | ed | 2012-08-11 | 2 | -1/+1 |
* | | | Change a few extern inline functions in libm to static inline, since | dim | 2012-08-11 | 6 | -28/+23 |
* | | | nftw(): POSIX says directories causing loops should be silently skipped. | jilles | 2012-08-09 | 1 | -3/+2 |
* | | | Refresh with OpenBSD RCS ID changes to reflect that we now have essentionally | delphij | 2012-08-09 | 1 | -7/+1 |
* | | | ftw(): Do not check the maxfds argument against OPEN_MAX. | jilles | 2012-08-09 | 1 | -2/+1 |
* | | | nftw(): Do not check the maxfds argument against OPEN_MAX. | jilles | 2012-08-09 | 1 | -2/+1 |
* | | | Fix an instance in pam_krb5(8), where the variable 'user' could be used | dim | 2012-08-06 | 1 | -2/+2 |
* | | | Fix two instances in pam_krb5(8), where the variable 'princ_name' could | dim | 2012-08-06 | 1 | -4/+4 |
* | | | Add an option for pam_krb5 to allow it to authenticate users which don't have | dfr | 2012-08-05 | 1 | -4/+7 |
* | | | Use calloc(). | delphij | 2012-08-01 | 1 | -2/+1 |
* | | | ieeefp.h is only needed on i386 class hardware. | kargl | 2012-07-30 | 1 | -0/+2 |
* | | | Whitespace. | kargl | 2012-07-30 | 3 | -4/+3 |
* | | | Remove trailing whitespace. | joel | 2012-07-30 | 1 | -1/+1 |
* | | | Add more locale-specific functions to the relevant man pages and Makefile: | issyl0 | 2012-07-30 | 6 | -14/+86 |
* | | | Backport NFSv4 ACL fix from libarchive master branch. | mm | 2012-07-30 | 3 | -1/+5 |
* | | | Catch up config_freebsd.h with libarchive 3.0.4 | mm | 2012-07-29 | 1 | -2/+0 |
* | | | Update libarchive to 3.0.4 | mm | 2012-07-28 | 2 | -0/+9 |
* | | | Correct BUGS description of static buffer use | emaste | 2012-07-27 | 1 | -3/+3 |
* | | | Document F_DUP2FD_CLOEXEC. | kib | 2012-07-27 | 1 | -4/+14 |
* | | | Drop non-portable libedit's el_data_set() and el_data_get() for | pfg | 2012-07-26 | 3 | -32/+1 |