aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix warning from valgrind when a failed entry is tested.Eitan Adler2012-12-171-0/+1
* libc/iconv: Fix race condition with setting FD_CLOEXEC.Jilles Tjoelker2012-12-171-5/+1
* New devstat metrics for devstat_compute_statistics():Mikolaj Golub2012-12-153-9/+75
* Eliminate redundant variable.Pawel Jakub Dawidek2012-12-121-6/+3
* libc: Make various internal file descriptors close-on-exec.Jilles Tjoelker2012-12-112-2/+2
* Cleanup a few duplicate llvm libs that snuck in with the recent update.Dimitry Andric2012-12-111-4/+1
* libc: Make various internal file descriptors close-on-exec.Jilles Tjoelker2012-12-107-12/+12
* Improve style(9) compliance of function declarations.Brooks Davis2012-12-101-4/+12
* Re-disable GSSAPI, which does not build on several archs.Erwin Lansing2012-12-071-4/+4
* Update to 9.8.4-P1.Erwin Lansing2012-12-074-9/+16
|\
| * Vendor import of Bind 9.8.4vendor/bind9/9.8.4Erwin Lansing2012-12-05134-484/+1811
| * Vendor import of BIND 9.8.3-P3vendor/bind9/9.8.3-P3Doug Barton2012-09-204-7/+35
| * Vendor import of BIND 9.8.3-P2vendor/bind9/9.8.3-P2Doug Barton2012-07-242-8/+23
| * Vendor import of BIND 9.8.3-P1vendor/bind9/9.8.3-P1Doug Barton2012-06-042-7/+12
* | Document that socket(2) may fail with EAFNOSUPPORT if the family cannotKevin Lo2012-12-071-7/+12
* | Fix build: reflect the increased field number.Xin LI2012-12-071-1/+1
* | - Rewrite radius servers traversal algorithm.Sergey Matveychuk2012-12-067-42/+212
* | remove redundant yyparse declarationsBaptiste Daroussin2012-12-051-1/+0
* | libc: Use the new 'e' fopen() mode option to simplify fstab.c.Jilles Tjoelker2012-12-041-11/+1
* | Document that bind(2) can fail with EAFNOSUPPORT.Kevin Lo2012-12-041-0/+2
| |
| \
*-. \ Upgrade our copy of llvm/clang to r168974, from upstream's release_32Dimitry Andric2012-12-0334-55/+114
|\ \ \
| | * | Vendor import of clang release_32 branch r168974 (effectively, 3.2 RC2):vendor/clang/clang-release_32-r168974Dimitry Andric2012-12-02374-14601/+27724
| | * | Vendor import of clang trunk r162107:vendor/clang/clang-trunk-r162107Dimitry Andric2012-08-1961-864/+1868
| * | | Vendor import of llvm release_32 branch r168974 (effectively, 3.2 RC2):vendor/llvm/llvm-release_32-r168974Dimitry Andric2012-12-02707-17315/+52897
* | | | Protect against DoS attacks, such as being described in CVE-2010-2632.Marcel Moolenaar2012-12-011-22/+79
* | | | In globextend(), take advantage of the fact that realloc(NULL, size) isMarcel Moolenaar2012-12-011-3/+2
* | | | In globextend() when the pathv vector cannot be (re-)allocated, don'tMarcel Moolenaar2012-12-011-6/+1
* | | | The getline function returns the number of characters read, notEitan Adler2012-12-011-2/+2
* | | | libc: Allow setting close-on-exec in fopen/freopen/fdopen.Jilles Tjoelker2012-11-304-2/+33
* | | | Document that getpeername(2) and getsockname(2) can fail with EINVAL.Kevin Lo2012-11-232-0/+8
* | | | only rename(2) after chmod(2) has succeedBaptiste Daroussin2012-11-201-7/+3
* | | | change mode the group file to 0644 after a successfull rename(2)Baptiste Daroussin2012-11-201-1/+8
* | | | Cleanup the code a bit, which improves the portability.Michael Tuexen2012-11-191-43/+42
* | | | Fix the handling of mapped IPv6 addresses in sctp_connectx().Michael Tuexen2012-11-191-1/+0
* | | | - the preferred way to write a NULL pointer constant is with NULLKevin Lo2012-11-163-9/+6
* | | | Fix weird indentation.Dag-Erling Smørgrav2012-11-161-4/+4
* | | | mdoc: Use the Ev macro for environmental variables.Joel Dahl2012-11-161-3/+3
* | | | Document that rtprio(2) and rtprio_thread(2) can fail with EFAULTKevin Lo2012-11-161-2/+10
* | | | Complete man page.Greg Lehey2012-11-161-11/+27
* | | | Document that sendfile(2) can fail with ENOBUFS.Kevin Lo2012-11-141-0/+2
* | | | Document wait6() and waitid().Konstantin Belousov2012-11-132-32/+282
* | | | Implement the waitid() SUSv4 function using wait6() system call.Konstantin Belousov2012-11-136-1/+72
* | | | Add an explanatory comment to lib/libc/gen/isnan.c about the fix to makeDimitry Andric2012-11-111-0/+5
* | | | Only define isnan, isnanf, __isnan and __isnanf in libc.so, not inDimitry Andric2012-11-102-3/+6
* | | | Clarify that the ' flag is an apostrophe.Greg Lehey2012-11-081-1/+1
* | | | Implement DTrace for PowerPC. This includes both 32-bit and 64-bit.Justin Hibbits2012-11-073-0/+16
* | | | Simple unit-tests for libcrypt, to show how easy it is.Simon J. Gerraty2012-11-072-0/+64
* | | | Fix typo; s/ouput/outputKevin Lo2012-11-071-1/+1
* | | | Remove -L<path> from LDADD, it doesn't belong there.Marcel Moolenaar2012-11-071-1/+3
* | | | Fix a few warnings from newer clang 3.2 in libpmc, about comparing enumDimitry Andric2012-11-051-2/+2