aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Simplify pointing dst after the end of all the gr_mem pointers in newgrBaptiste Daroussin2012-12-281-2/+1
* errno = ENOMEM was supposed to be removed not return (NULL);Baptiste Daroussin2012-12-281-1/+1
* malloc() sets errno to ENOMEM already.Baptiste Daroussin2012-12-281-5/+1
* Do not leave parts of the new group uninitialized in gr_dup().Baptiste Daroussin2012-12-281-0/+4
* Add derived versions for common Simplified Chinese encodings.Xin LI2012-12-283-0/+596
* Add zh_CN.UTF-8 catalog.Xin LI2012-12-282-0/+296
* avoid arithmetic on uintptr_tBaptiste Daroussin2012-12-271-1/+1
* cast to uintptr_t to properly calculate offsetBaptiste Daroussin2012-12-271-1/+1
* Add O_CLOEXEC to flopenBaptiste Daroussin2012-12-272-2/+2
* gr_dup: simplify duplication of groupBaptiste Daroussin2012-12-271-21/+20
* - Clean up previous gr_add use malloc instead of callocBaptiste Daroussin2012-12-272-5/+4
* New gr_add function to provide a clean and safe method to append a new memberBaptiste Daroussin2012-12-272-0/+42
* Use flopen(3) instead of open(2) + flock(2)Baptiste Daroussin2012-12-272-9/+4
* Fix libproc test case to work with clang premature optimizationSergey Kandaurov2012-12-261-1/+1
* - Update manual pages accordingly to r244384 and r244385.Andrey Zonov2012-12-252-9/+25
*-. Upgrade our copy of llvm/clang to 3.2 release.Dimitry Andric2012-12-231-2/+2
|\ \
| | * Vendor import of llvm tags/RELEASE_32/final r170710 (effectively, 3.2vendor/llvm/llvm-release_32-r170710Dimitry Andric2012-12-2218-269/+214
| * | Vendor import of clang tags/RELEASE_32/final r170710 (effectively, 3.2vendor/clang/clang-release_32-r170710Dimitry Andric2012-12-225-13/+13
* | | - Reduce buffer size from LINE_MAX to PATH_MAX, there is no point to storeXin LI2012-12-211-8/+4
* | | Add libnetbsd, a thin compatibility layer intended to allow a limitedBrooks Davis2012-12-2111-0/+589
* | | Fix socket calls on error post-r243965.Kevin Lo2012-12-211-2/+2
* | | Move the 64-bit _setjmp to lib/libstand.Rui Paulo2012-12-211-0/+93
* | | Replace our implementation of the vis(3) and unvis(3) APIs withBrooks Davis2012-12-187-1007/+65
* | | Get libcompiler-rt and libgcc building on ARM with clang.Andrew Turner2012-12-181-3/+8
* | | 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-486/+1813
| * | | 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-14661/+27784
| | * | Vendor import of clang trunk r162107:vendor/clang/clang-trunk-r162107Dimitry Andric2012-08-1961-865/+1869
| * | | Vendor import of llvm release_32 branch r168974 (effectively, 3.2 RC2):vendor/llvm/llvm-release_32-r168974Dimitry Andric2012-12-02707-17440/+53022
* | | | 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