summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Stop inlining the struct ucond definition into struct pthread_cond.kib2016-05-292-15/+11
* Remove non-history libkse references and fix PTHREAD_PROCESSES_PRIVATE typo.jilles2016-05-291-3/+1
* Micro optimize: C standard guarantees that right shift for unsigned valueache2016-05-291-1/+1
* _umtx_op(2): Note deprecation of UMTX_OP_MUTEX_WAKE.jilles2016-05-291-1/+15
* _umtx_op(2),thr_*(2): Various spelling, grammar and mdoc fixes.jilles2016-05-296-60/+73
* 1) Unifdef USE_WEAK_SEEDING since it is too obsolete to support and makesache2016-05-291-41/+11
* 1) Unifdef USE_WEAK_SEEDING it is too obsolete to support and makes readingache2016-05-291-46/+14
* GCC External: Revert r300886, r300904, r300917, r300918bdrewery2016-05-292-2/+2
* Submitted by: philphil2016-05-292-8/+8
* Import the skein hashing algorithm, based on the threefish block cipherallanjude2016-05-299-19/+425
* Avoid literal-suffix error due to missing space.bdrewery2016-05-281-1/+1
* zfsd(8), the ZFS fault management daemonasomers2016-05-2814-0/+2361
* Use a relative symlink for proper --sysroot support.bdrewery2016-05-281-1/+1
* Implement SHA-512 truncated (224 and 256 bits)allanjude2016-05-284-10/+78
* Move external GCC compiler hacks to bsd.sys.mk.bdrewery2016-05-272-2/+2
* After r300770, for libc++ and libcxxrt, use -isystem instead of -I.dim2016-05-272-2/+2
* libmd: Work around C++'s inability to understand Ccem2016-05-271-0/+8
* Let l64a() properly null terminate its result.ed2016-05-261-22/+14
* Update libc++ to 3.8.0. Excerpted list of fixes (with upstream revisiondim2016-05-261-2/+17
|\
| * Vendor import of libc++ trunk r256633:dim2015-12-302-47/+113
* | Update to ELF Tool Chain r3477emaste2016-05-251-1/+1
* | Do not generate code for sbrk syscall -- sbrk support was removed.br2016-05-251-0/+1
* | libc: regexec(3) adjustment.pfg2016-05-252-24/+50
* | Remove legacy brk and sbrk from RISC-V.br2016-05-254-161/+1
* | Call closedir() before returning from fetchListFile() to avoid a leak.truckman2016-05-251-0/+1
* | Don't leak addrinfo in fetch_bind()truckman2016-05-251-1/+4
* | Fix Coverity CID 978183 Resource leak in rexec().truckman2016-05-251-0/+1
* | Fix Coverity CID 1016714 Resource leak in process_file_actions_entry()truckman2016-05-251-3/+6
* | Fix 1016718 Resource leak.truckman2016-05-251-1/+3
* | Fix up r300385ngie2016-05-241-2/+3
* | Remove redundant NULLing of outbuf_pmapngie2016-05-241-1/+0
* | Use reallocf instead of malloc to fix leak with outbuf_pmapngie2016-05-241-1/+3
* | The NAS-Identifier attribute is a string, not an integer.des2016-05-241-1/+1
* | Fix multiple Coverity Out-of-bounds access false postive issues in CAMtruckman2016-05-241-1/+1
* | vfork(2): Mention some risks of calling vfork() from application code.jilles2016-05-221-12/+28
* | Stop dereferencing _end in crt1.c. This was only needed for brk/sbrk so isandrew2016-05-221-10/+1
* | 1) POSIX prohibits printing errors to stderr here and requireache2016-05-221-15/+10
* | nis_rpcent: don't leak resultbuf from yp_first(..)/yp_next(..)ngie2016-05-221-0/+2
* | Call endnetconfig on nc_handle sooner to avoid leaking nc_handle if tmpnconfngie2016-05-221-1/+1
* | getnetid(..): consistently fclose fd at the end of the functionngie2016-05-221-11/+15
* | Don't leak `handle` if svc_tp_create(..) succeeds and allocating a newngie2016-05-221-1/+3
* | Don't leak `tmp` if `p->nc_lookups` can't be mallocedngie2016-05-221-0/+1
* | libc/regex: fix two buffer underruns.pfg2016-05-211-9/+6
* | Add FREEBSD_CC_VERSION which will be used to define __FreeBSD_cc_version.bdrewery2016-05-211-0/+2
* | FTS: Remove stale reference to nfs4 fs which was removed in r192578.bdrewery2016-05-212-2/+0
* | Add the density code for LTO-7 to libmt and the mt(1) man page.ken2016-05-201-0/+1
* | Update to ELF Tool Chain r3475emaste2016-05-202-1/+2
* | Remove brk and sbrk from arm64. They were defined in The Single UNIXandrew2016-05-204-155/+2
* | Fix a bug in the parsing code: always use the len and not 8.imp2016-05-201-1/+1
* | Document _umtx_op(2) interface for the implementation of robust mutexes.kib2016-05-192-14/+221
OpenPOWER on IntegriCloud