aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Hoist the getpwnam() call outside the first if/else block inDon Lewis2016-05-161-2/+2
* | Don't call free_addrselectpolicy(&policyhead) before policyhead has beenDon Lewis2016-05-161-1/+0
* | Since rdata is only used as an argument to the immediately followingDon Lewis2016-05-161-5/+3
* | Likely a false positive ... but make sure that -1 can't be used as anDon Lewis2016-05-161-4/+6
* | Add thr*.2 and _umtx_op.2 manpages to the build.Konstantin Belousov2016-05-141-1/+8
* | MFV r299716: file 5.27Xin LI2016-05-141-3/+3
* | Document the non-obsoleted kernel interfaces used by libthr.Konstantin Belousov2016-05-146-0/+1858
* | iconvctl(3): remove superfluous NULL pointer testsEric van Gyzen2016-05-144-6/+83
* | Remove NO_WERROR from libbsnmp/Makefile.incEnji Cooper2016-05-131-1/+0