| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix warning from valgrind when a failed entry is tested. | Eitan Adler | 2012-12-17 | 1 | -0/+1 |
| * | libc/iconv: Fix race condition with setting FD_CLOEXEC. | Jilles Tjoelker | 2012-12-17 | 1 | -5/+1 |
| * | New devstat metrics for devstat_compute_statistics(): | Mikolaj Golub | 2012-12-15 | 3 | -9/+75 |
| * | Eliminate redundant variable. | Pawel Jakub Dawidek | 2012-12-12 | 1 | -6/+3 |
| * | libc: Make various internal file descriptors close-on-exec. | Jilles Tjoelker | 2012-12-11 | 2 | -2/+2 |
| * | Cleanup a few duplicate llvm libs that snuck in with the recent update. | Dimitry Andric | 2012-12-11 | 1 | -4/+1 |
| * | libc: Make various internal file descriptors close-on-exec. | Jilles Tjoelker | 2012-12-10 | 7 | -12/+12 |
| * | Improve style(9) compliance of function declarations. | Brooks Davis | 2012-12-10 | 1 | -4/+12 |
| * | Re-disable GSSAPI, which does not build on several archs. | Erwin Lansing | 2012-12-07 | 1 | -4/+4 |
| * | Update to 9.8.4-P1. | Erwin Lansing | 2012-12-07 | 4 | -9/+16 |
| |\ |
|
| | * | Vendor import of Bind 9.8.4vendor/bind9/9.8.4 | Erwin Lansing | 2012-12-05 | 134 | -484/+1811 |
| | * | Vendor import of BIND 9.8.3-P3vendor/bind9/9.8.3-P3 | Doug Barton | 2012-09-20 | 4 | -7/+35 |
| | * | Vendor import of BIND 9.8.3-P2vendor/bind9/9.8.3-P2 | Doug Barton | 2012-07-24 | 2 | -8/+23 |
| | * | Vendor import of BIND 9.8.3-P1vendor/bind9/9.8.3-P1 | Doug Barton | 2012-06-04 | 2 | -7/+12 |
| * | | Document that socket(2) may fail with EAFNOSUPPORT if the family cannot | Kevin Lo | 2012-12-07 | 1 | -7/+12 |
| * | | Fix build: reflect the increased field number. | Xin LI | 2012-12-07 | 1 | -1/+1 |
| * | | - Rewrite radius servers traversal algorithm. | Sergey Matveychuk | 2012-12-06 | 7 | -42/+212 |
| * | | remove redundant yyparse declarations | Baptiste Daroussin | 2012-12-05 | 1 | -1/+0 |
| * | | libc: Use the new 'e' fopen() mode option to simplify fstab.c. | Jilles Tjoelker | 2012-12-04 | 1 | -11/+1 |
| * | | Document that bind(2) can fail with EAFNOSUPPORT. | Kevin Lo | 2012-12-04 | 1 | -0/+2 |
| | | | |
| | \ | |
| *-. \ | Upgrade our copy of llvm/clang to r168974, from upstream's release_32 | Dimitry Andric | 2012-12-03 | 34 | -55/+114 |
| |\ \ \ |
|
| | | * | | Vendor import of clang release_32 branch r168974 (effectively, 3.2 RC2):vendor/clang/clang-release_32-r168974 | Dimitry Andric | 2012-12-02 | 374 | -14601/+27724 |
| | | * | | Vendor import of clang trunk r162107:vendor/clang/clang-trunk-r162107 | Dimitry Andric | 2012-08-19 | 61 | -864/+1868 |
| | * | | | Vendor import of llvm release_32 branch r168974 (effectively, 3.2 RC2):vendor/llvm/llvm-release_32-r168974 | Dimitry Andric | 2012-12-02 | 707 | -17315/+52897 |
| * | | | | Protect against DoS attacks, such as being described in CVE-2010-2632. | Marcel Moolenaar | 2012-12-01 | 1 | -22/+79 |
| * | | | | In globextend(), take advantage of the fact that realloc(NULL, size) is | Marcel Moolenaar | 2012-12-01 | 1 | -3/+2 |
| * | | | | In globextend() when the pathv vector cannot be (re-)allocated, don't | Marcel Moolenaar | 2012-12-01 | 1 | -6/+1 |
| * | | | | The getline function returns the number of characters read, not | Eitan Adler | 2012-12-01 | 1 | -2/+2 |
| * | | | | libc: Allow setting close-on-exec in fopen/freopen/fdopen. | Jilles Tjoelker | 2012-11-30 | 4 | -2/+33 |
| * | | | | Document that getpeername(2) and getsockname(2) can fail with EINVAL. | Kevin Lo | 2012-11-23 | 2 | -0/+8 |
| * | | | | only rename(2) after chmod(2) has succeed | Baptiste Daroussin | 2012-11-20 | 1 | -7/+3 |
| * | | | | change mode the group file to 0644 after a successfull rename(2) | Baptiste Daroussin | 2012-11-20 | 1 | -1/+8 |
| * | | | | Cleanup the code a bit, which improves the portability. | Michael Tuexen | 2012-11-19 | 1 | -43/+42 |
| * | | | | Fix the handling of mapped IPv6 addresses in sctp_connectx(). | Michael Tuexen | 2012-11-19 | 1 | -1/+0 |
| * | | | | - the preferred way to write a NULL pointer constant is with NULL | Kevin Lo | 2012-11-16 | 3 | -9/+6 |
| * | | | | Fix weird indentation. | Dag-Erling Smørgrav | 2012-11-16 | 1 | -4/+4 |
| * | | | | mdoc: Use the Ev macro for environmental variables. | Joel Dahl | 2012-11-16 | 1 | -3/+3 |
| * | | | | Document that rtprio(2) and rtprio_thread(2) can fail with EFAULT | Kevin Lo | 2012-11-16 | 1 | -2/+10 |
| * | | | | Complete man page. | Greg Lehey | 2012-11-16 | 1 | -11/+27 |
| * | | | | Document that sendfile(2) can fail with ENOBUFS. | Kevin Lo | 2012-11-14 | 1 | -0/+2 |
| * | | | | Document wait6() and waitid(). | Konstantin Belousov | 2012-11-13 | 2 | -32/+282 |
| * | | | | Implement the waitid() SUSv4 function using wait6() system call. | Konstantin Belousov | 2012-11-13 | 6 | -1/+72 |
| * | | | | Add an explanatory comment to lib/libc/gen/isnan.c about the fix to make | Dimitry Andric | 2012-11-11 | 1 | -0/+5 |
| * | | | | Only define isnan, isnanf, __isnan and __isnanf in libc.so, not in | Dimitry Andric | 2012-11-10 | 2 | -3/+6 |
| * | | | | Clarify that the ' flag is an apostrophe. | Greg Lehey | 2012-11-08 | 1 | -1/+1 |
| * | | | | Implement DTrace for PowerPC. This includes both 32-bit and 64-bit. | Justin Hibbits | 2012-11-07 | 3 | -0/+16 |
| * | | | | Simple unit-tests for libcrypt, to show how easy it is. | Simon J. Gerraty | 2012-11-07 | 2 | -0/+64 |
| * | | | | Fix typo; s/ouput/output | Kevin Lo | 2012-11-07 | 1 | -1/+1 |
| * | | | | Remove -L<path> from LDADD, it doesn't belong there. | Marcel Moolenaar | 2012-11-07 | 1 | -1/+3 |
| * | | | | Fix a few warnings from newer clang 3.2 in libpmc, about comparing enum | Dimitry Andric | 2012-11-05 | 1 | -2/+2 |