summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* With the old sade removed, libdisk is no longer used by anything in HEADnwhitehorn2012-12-3022-4754/+0
* Simplify pointing dst after the end of all the gr_mem pointers in newgrbapt2012-12-281-2/+1
* errno = ENOMEM was supposed to be removed not return (NULL);bapt2012-12-281-1/+1
* malloc() sets errno to ENOMEM already.bapt2012-12-281-5/+1
* Do not leave parts of the new group uninitialized in gr_dup().bapt2012-12-281-0/+4
* Add derived versions for common Simplified Chinese encodings.delphij2012-12-283-0/+596
* Add zh_CN.UTF-8 catalog.delphij2012-12-282-0/+296
* avoid arithmetic on uintptr_tbapt2012-12-271-1/+1
* cast to uintptr_t to properly calculate offsetbapt2012-12-271-1/+1
* Add O_CLOEXEC to flopenbapt2012-12-272-2/+2
* gr_dup: simplify duplication of groupbapt2012-12-271-21/+20
* - Clean up previous gr_add use malloc instead of callocbapt2012-12-272-5/+4
* New gr_add function to provide a clean and safe method to append a new memberbapt2012-12-272-0/+42
* Use flopen(3) instead of open(2) + flock(2)bapt2012-12-272-9/+4
* Fix libproc test case to work with clang premature optimizationpluknet2012-12-261-1/+1
* - Update manual pages accordingly to r244384 and r244385.zont2012-12-252-9/+25
* Upgrade our copy of llvm/clang to 3.2 release.dim2012-12-231-2/+2
* - Reduce buffer size from LINE_MAX to PATH_MAX, there is no point to storedelphij2012-12-211-8/+4
* Add libnetbsd, a thin compatibility layer intended to allow a limitedbrooks2012-12-2111-0/+589
* Fix socket calls on error post-r243965.kevlo2012-12-211-2/+2
* Move the 64-bit _setjmp to lib/libstand.rpaulo2012-12-211-0/+93
* Replace our implementation of the vis(3) and unvis(3) APIs withbrooks2012-12-187-1007/+65
* Get libcompiler-rt and libgcc building on ARM with clang.andrew2012-12-181-3/+8
* Fix warning from valgrind when a failed entry is tested.eadler2012-12-171-0/+1
* libc/iconv: Fix race condition with setting FD_CLOEXEC.jilles2012-12-171-5/+1
* New devstat metrics for devstat_compute_statistics():trociny2012-12-153-9/+75
* Eliminate redundant variable.pjd2012-12-121-6/+3
* libc: Make various internal file descriptors close-on-exec.jilles2012-12-112-2/+2
* Cleanup a few duplicate llvm libs that snuck in with the recent update.dim2012-12-111-4/+1
* libc: Make various internal file descriptors close-on-exec.jilles2012-12-107-12/+12
* Improve style(9) compliance of function declarations.brooks2012-12-101-4/+12
* Re-disable GSSAPI, which does not build on several archs.erwin2012-12-071-4/+4
* Update to 9.8.4-P1.erwin2012-12-074-9/+16
|\
| * Vendor import of Bind 9.8.4erwin2012-12-05134-486/+1813
| * Vendor import of BIND 9.8.3-P3dougb2012-09-204-7/+35
| * Vendor import of BIND 9.8.3-P2dougb2012-07-242-8/+23
| * Vendor import of BIND 9.8.3-P1dougb2012-06-042-7/+12
* | Document that socket(2) may fail with EAFNOSUPPORT if the family cannotkevlo2012-12-071-7/+12
* | Fix build: reflect the increased field number.delphij2012-12-071-1/+1
* | - Rewrite radius servers traversal algorithm.sem2012-12-067-42/+212
* | remove redundant yyparse declarationsbapt2012-12-051-1/+0
* | libc: Use the new 'e' fopen() mode option to simplify fstab.c.jilles2012-12-041-11/+1
* | Document that bind(2) can fail with EAFNOSUPPORT.kevlo2012-12-041-0/+2
| |
| \
*-. \ Upgrade our copy of llvm/clang to r168974, from upstream's release_32dim2012-12-0334-55/+114
|\ \ \
| | * | Vendor import of clang release_32 branch r168974 (effectively, 3.2 RC2):dim2012-12-02374-14661/+27784
| | * | Vendor import of clang trunk r162107:dim2012-08-1961-865/+1869
| * | | Vendor import of llvm release_32 branch r168974 (effectively, 3.2 RC2):dim2012-12-02707-17440/+53022
* | | | Protect against DoS attacks, such as being described in CVE-2010-2632.marcel2012-12-011-22/+79
* | | | In globextend(), take advantage of the fact that realloc(NULL, size) ismarcel2012-12-011-3/+2
* | | | In globextend() when the pathv vector cannot be (re-)allocated, don'tmarcel2012-12-011-6/+1
OpenPOWER on IntegriCloud