aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Submitted by: philPhil Shafer2016-05-292-8/+8
* Import the skein hashing algorithm, based on the threefish block cipherAllan Jude2016-05-299-19/+425
* Avoid literal-suffix error due to missing space.Bryan Drewery2016-05-281-1/+1
* zfsd(8), the ZFS fault management daemonAlan Somers2016-05-2814-0/+2361
* Use a relative symlink for proper --sysroot support.Bryan Drewery2016-05-281-1/+1
* Implement SHA-512 truncated (224 and 256 bits)Allan Jude2016-05-284-10/+78
* Move external GCC compiler hacks to bsd.sys.mk.Bryan Drewery2016-05-272-2/+2
* After r300770, for libc++ and libcxxrt, use -isystem instead of -I.Dimitry Andric2016-05-272-2/+2
* libmd: Work around C++'s inability to understand CConrad Meyer2016-05-271-0/+8
* Let l64a() properly null terminate its result.Ed Schouten2016-05-261-22/+14
* Update libc++ to 3.8.0. Excerpted list of fixes (with upstream revisionDimitry Andric2016-05-261-2/+17
|\
| * Vendor import of libc++ trunk r256633:vendor/libc++/r256633Dimitry Andric2015-12-302-47/+113
* | Update to ELF Tool Chain r3477Ed Maste2016-05-251-1/+1
* | Do not generate code for sbrk syscall -- sbrk support was removed.Ruslan Bukin2016-05-251-0/+1
* | libc: regexec(3) adjustment.Pedro F. Giffuni2016-05-252-24/+50
* | Remove legacy brk and sbrk from RISC-V.Ruslan Bukin2016-05-254-161/+1
* | Call closedir() before returning from fetchListFile() to avoid a leak.Don Lewis2016-05-251-0/+1
* | Don't leak addrinfo in fetch_bind()Don Lewis2016-05-251-1/+4
* | Fix Coverity CID 978183 Resource leak in rexec().Don Lewis2016-05-251-0/+1
* | Fix Coverity CID 1016714 Resource leak in process_file_actions_entry()Don Lewis2016-05-251-3/+6
* | Fix 1016718 Resource leak.Don Lewis2016-05-251-1/+3
* | Fix up r300385Enji Cooper2016-05-241-2/+3
* | Remove redundant NULLing of outbuf_pmapEnji Cooper2016-05-241-1/+0
* | Use reallocf instead of malloc to fix leak with outbuf_pmapEnji Cooper2016-05-241-1/+3
* | The NAS-Identifier attribute is a string, not an integer.Dag-Erling Smørgrav2016-05-241-1/+1
* | Fix multiple Coverity Out-of-bounds access false postive issues in CAMDon Lewis2016-05-241-1/+1
* | vfork(2): Mention some risks of calling vfork() from application code.Jilles Tjoelker2016-05-221-12/+28
* | Stop dereferencing _end in crt1.c. This was only needed for brk/sbrk so isAndrew Turner2016-05-221-10/+1
* | 1) POSIX prohibits printing errors to stderr here and requireAndrey A. Chernov2016-05-221-15/+10
* | nis_rpcent: don't leak resultbuf from yp_first(..)/yp_next(..)Enji Cooper2016-05-221-0/+2
* | Call endnetconfig on nc_handle sooner to avoid leaking nc_handle if tmpnconfEnji Cooper2016-05-221-1/+1
* | getnetid(..): consistently fclose fd at the end of the functionEnji Cooper2016-05-221-11/+15
* | Don't leak `handle` if svc_tp_create(..) succeeds and allocating a newEnji Cooper2016-05-221-1/+3
* | Don't leak `tmp` if `p->nc_lookups` can't be mallocedEnji Cooper2016-05-221-0/+1
* | libc/regex: fix two buffer underruns.Pedro F. Giffuni2016-05-211-9/+6
* | Add FREEBSD_CC_VERSION which will be used to define __FreeBSD_cc_version.Bryan Drewery2016-05-211-0/+2
* | FTS: Remove stale reference to nfs4 fs which was removed in r192578.Bryan Drewery2016-05-212-2/+0
* | Add the density code for LTO-7 to libmt and the mt(1) man page.Kenneth D. Merry2016-05-201-0/+1
* | Update to ELF Tool Chain r3475Ed Maste2016-05-202-1/+2
* | Remove brk and sbrk from arm64. They were defined in The Single UNIXAndrew Turner2016-05-204-155/+2
* | Fix a bug in the parsing code: always use the len and not 8.Warner Losh2016-05-201-1/+1
* | Document _umtx_op(2) interface for the implementation of robust mutexes.Konstantin Belousov2016-05-192-14/+221
* | libufs: Simplify generation number calculation.Pedro F. Giffuni2016-05-181-1/+1
* | libutil: minor spelling fixes.Pedro F. Giffuni2016-05-184-4/+4
* | Make armv6 hard float abi by default. Kill armv6hf.Warner Losh2016-05-188-13/+21
* | Add support for %S to libstand as well so /boot/loader and friends canWarner Losh2016-05-171-0/+5
* | Add implementation of robust mutexes, hopefully close enough to theKonstantin Belousov2016-05-1711-298/+632
* | Fix off by one error in index limit calculationDon Lewis2016-05-161-1/+1
* | Set retval in the empty password case to avoid a path through theDon Lewis2016-05-161-0/+1
* | libthr(3): Fix xref to _umtx_op(2) now that we have it.Jilles Tjoelker2016-05-161-2/+2