summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* - 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
* | | | The getline function returns the number of characters read, noteadler2012-12-011-2/+2
* | | | libc: Allow setting close-on-exec in fopen/freopen/fdopen.jilles2012-11-304-2/+33
* | | | Document that getpeername(2) and getsockname(2) can fail with EINVAL.kevlo2012-11-232-0/+8
* | | | only rename(2) after chmod(2) has succeedbapt2012-11-201-7/+3
* | | | change mode the group file to 0644 after a successfull rename(2)bapt2012-11-201-1/+8
* | | | Cleanup the code a bit, which improves the portability.tuexen2012-11-191-43/+42
* | | | Fix the handling of mapped IPv6 addresses in sctp_connectx().tuexen2012-11-191-1/+0
* | | | - the preferred way to write a NULL pointer constant is with NULLkevlo2012-11-163-9/+6
* | | | Fix weird indentation.des2012-11-161-4/+4
* | | | mdoc: Use the Ev macro for environmental variables.joel2012-11-161-3/+3
* | | | Document that rtprio(2) and rtprio_thread(2) can fail with EFAULTkevlo2012-11-161-2/+10
* | | | Complete man page.grog2012-11-161-11/+27
* | | | Document that sendfile(2) can fail with ENOBUFS.kevlo2012-11-141-0/+2
* | | | Document wait6() and waitid().kib2012-11-132-32/+282
* | | | Implement the waitid() SUSv4 function using wait6() system call.kib2012-11-136-1/+72
OpenPOWER on IntegriCloud