summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Add an explanatory comment to lib/libc/gen/isnan.c about the fix to makedim2012-11-111-0/+5
* | | Only define isnan, isnanf, __isnan and __isnanf in libc.so, not indim2012-11-102-3/+6
* | | Clarify that the ' flag is an apostrophe.grog2012-11-081-1/+1
* | | Implement DTrace for PowerPC. This includes both 32-bit and 64-bit.jhibbits2012-11-073-0/+16
* | | Simple unit-tests for libcrypt, to show how easy it is.sjg2012-11-072-0/+64
* | | Fix typo; s/ouput/outputkevlo2012-11-071-1/+1
* | | Remove -L<path> from LDADD, it doesn't belong there.marcel2012-11-071-1/+3
* | | Fix a few warnings from newer clang 3.2 in libpmc, about comparing enumdim2012-11-051-2/+2
* | | Fix errno in a couple of error cases.tuexen2012-11-031-1/+3
* | | Fix typobapt2012-11-031-1/+1
* | | Fix broken macro checking in the libc++ Makefile, introduced in r241909.dim2012-11-021-1/+1
* | | fopen(3): Mention that the "x" mode option is from C11.jilles2012-11-011-1/+5
* | | fcntl(2): Fix typos in name of constant "F_DUP2FD_CLOEXEC".jilles2012-11-011-2/+2
* | | Correct attribution.des2012-10-311-3/+8
* | | Minor mdoc and language fixes.joel2012-10-301-3/+2
* | | Removed unnecessary bits in the header that shows where I stole the templatebapt2012-10-301-3/+0
* | | Document the pw_util(3) functionsbapt2012-10-302-1/+299
* | | backout r242319, racy and not done in the right placebapt2012-10-292-18/+0
* | | make pw_init and gr_init fail if the specified master password or group file isbapt2012-10-292-0/+20
* | | Const-ify the zone name argument to uma_zcreate(9).mdf2012-10-261-1/+1
* | | Improve libgeom XML parsing error handling.jh2012-10-261-8/+33
* | | Cleanup and rename some variables in libpmc and hwpmc.sbruno2012-10-244-4/+4
* | | Allow building libc++ with any custom -std=xxx flag. Note that usingdim2012-10-221-0/+2
* | | Revert r241756imp2012-10-221-62/+0
* | | Revert r241755imp2012-10-221-51/+0
* | | Update the kill(2) and killpg(2) man pages to the modern permissioneadler2012-10-222-16/+20
OpenPOWER on IntegriCloud