aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Read the contents of the snapshot files properlyEnji Cooper2016-05-131-18/+15
* | Update jemalloc to 4.2.0.Jason Evans2016-05-131-1/+1
* | Use strlcpy() instead of strncpy() to ensure that qf->fsname is NULDon Lewis2016-05-131-1/+1
* | libc: Actually export fopencookie(3)Conrad Meyer2016-05-121-0/+1
* | MFV r299425:Martin Matuska2016-05-123-5/+115
* | Use strlcpy() instead of strncpy() to copy the string returned byDon Lewis2016-05-121-1/+1
* | print_positional_test: Fix misuse of wchar APIsConrad Meyer2016-05-121-3/+4
* | libmp: Fix trivial buffer overrunConrad Meyer2016-05-121-2/+2
* | nss/gethostby_test: fix broken vector iteration of gethostbyaddr h_aliasesConrad Meyer2016-05-121-1/+1
* | libc: Add fopencookie(3) wrapper around funopen(3)Conrad Meyer2016-05-114-3/+329
* | librpcsec_gss: remove redundant code.Pedro F. Giffuni2016-05-111-5/+0
* | Rename dprintf into dbg_printf to avoid collision with dprintf(3)Baptiste Daroussin2016-05-101-10/+10
* | DIRDEPS_BUILD: Run the staged bootstrap-tools version of build-tools.Bryan Drewery2016-05-092-3/+3
* | libc/xdr: unsign some loop indexes.Pedro F. Giffuni2016-05-061-2/+2
* | Limit Options.inc generation to desired targetsEd Maste2016-05-051-2/+3
* | Do not leak THR_FLAGS_SUSPENDED from the previous suspend/resumeKonstantin Belousov2016-05-052-4/+2