]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
MFV r301238:
[FreeBSD/FreeBSD.git] / lib /
2016-06-03 delphijMFV r301238:
2016-06-02 bdreweryRemove libstdc++ again.
2016-06-02 dimPull in r271548 from upstream llvm trunk (by me):
2016-06-02 lidlAdd basic blacklist build support
2016-06-02 pfgcitrus: Remove redundant code in _citrus_esdb_get_list().
2016-06-01 lidlImport NetBSD's blacklist source from vendor tree
2016-06-01 jillesthr_*(2): Add xrefs to what libthr implements using...
2016-06-01 allanjudeSkein was not meant to be connected to libcrypto
2016-06-01 edDon't call setgrent() in an unportable way.
2016-06-01 oshogboDocument behavior of wait introduced in the r286698.
2016-06-01 cemlibthr: Use formatted PANIC()
2016-06-01 cemlibthr: _thread_vprintf: Enhance support for %p, %#x
2016-06-01 cemlibthr: Add vprintf variant of _thread_printf, formatte...
2016-06-01 acheDon't use fixup for C99 and up, the compiler result...
2016-05-31 asomersCoverity fixes for r300906
2016-05-31 acheFor EILSEQ case in mbsnrtowcs() and wcsnrtombs() update...
2016-05-31 edFix prototype of dbm_open().
2016-05-31 desr169386 (PR 112515) was incomplete: it treated 307...
2016-05-30 pfglibdevdctl: minor spelling fixes.
2016-05-30 edLet dbm's datum::dptr use the right type.
2016-05-30 edFix the signature of the psignal() function.
2016-05-30 dimBump __FreeBSD_cc_version after r300974.
2016-05-30 jamieMark jail(2), and the sysctls that it (and only it...
2016-05-29 kibStop inlining the struct ucond definition into struct...
2016-05-29 jillesRemove non-history libkse references and fix PTHREAD_PR...
2016-05-29 acheMicro optimize: C standard guarantees that right shift...
2016-05-29 jilles_umtx_op(2): Note deprecation of UMTX_OP_MUTEX_WAKE.
2016-05-29 jilles_umtx_op(2),thr_*(2): Various spelling, grammar and...
2016-05-29 ache1) Unifdef USE_WEAK_SEEDING since it is too obsolete...
2016-05-29 ache1) Unifdef USE_WEAK_SEEDING it is too obsolete to suppo...
2016-05-29 bdreweryGCC External: Revert r300886, r300904, r300917, r300918
2016-05-29 philSubmitted by: phil
2016-05-29 allanjudeImport the skein hashing algorithm, based on the threef...
2016-05-28 bdreweryAvoid literal-suffix error due to missing space.
2016-05-28 asomerszfsd(8), the ZFS fault management daemon
2016-05-28 bdreweryUse a relative symlink for proper --sysroot support.
2016-05-28 allanjudeImplement SHA-512 truncated (224 and 256 bits)
2016-05-27 bdreweryMove external GCC compiler hacks to bsd.sys.mk.
2016-05-27 dimAfter r300770, for libc++ and libcxxrt, use -isystem...
2016-05-27 cemlibmd: Work around C++'s inability to understand C
2016-05-26 edLet l64a() properly null terminate its result.
2016-05-26 dimUpdate libc++ to 3.8.0. Excerpted list of fixes (with...
2016-05-25 emasteUpdate to ELF Tool Chain r3477
2016-05-25 brDo not generate code for sbrk syscall -- sbrk support...
2016-05-25 pfglibc: regexec(3) adjustment.
2016-05-25 brRemove legacy brk and sbrk from RISC-V.
2016-05-25 truckmanCall closedir() before returning from fetchListFile...
2016-05-25 truckmanDon't leak addrinfo in fetch_bind()
2016-05-25 truckmanFix Coverity CID 978183 Resource leak in rexec().
2016-05-25 truckmanFix Coverity CID 1016714 Resource leak in process_file_...
2016-05-25 truckmanFix 1016718 Resource leak.
2016-05-24 ngieFix up r300385
2016-05-24 ngieRemove redundant NULLing of outbuf_pmap
2016-05-24 ngieUse reallocf instead of malloc to fix leak with outbuf_pmap
2016-05-24 desThe NAS-Identifier attribute is a string, not an integer.
2016-05-24 truckmanFix multiple Coverity Out-of-bounds access false postiv...
2016-05-22 jillesvfork(2): Mention some risks of calling vfork() from...
2016-05-22 andrewStop dereferencing _end in crt1.c. This was only needed...
2016-05-22 ache1) POSIX prohibits printing errors to stderr here and...
2016-05-22 ngienis_rpcent: don't leak resultbuf from yp_first(..)...
2016-05-22 ngieCall endnetconfig on nc_handle sooner to avoid leaking...
2016-05-22 ngiegetnetid(..): consistently fclose fd at the end of...
2016-05-22 ngieDon't leak `handle` if svc_tp_create(..) succeeds and...
2016-05-22 ngieDon't leak `tmp` if `p->nc_lookups` can't be malloced
2016-05-21 pfglibc/regex: fix two buffer underruns.
2016-05-21 bdreweryAdd FREEBSD_CC_VERSION which will be used to define...
2016-05-21 bdreweryFTS: Remove stale reference to nfs4 fs which was remove...
2016-05-20 kenAdd the density code for LTO-7 to libmt and the mt...
2016-05-20 emasteUpdate to ELF Tool Chain r3475
2016-05-20 andrewRemove brk and sbrk from arm64. They were defined in...
2016-05-20 impFix a bug in the parsing code: always use the len and...
2016-05-19 kibDocument _umtx_op(2) interface for the implementation...
2016-05-18 pfglibufs: Simplify generation number calculation.
2016-05-18 pfglibutil: minor spelling fixes.
2016-05-18 impMake armv6 hard float abi by default. Kill armv6hf.
2016-05-17 impAdd support for %S to libstand as well so /boot/loader...
2016-05-17 kibAdd implementation of robust mutexes, hopefully close...
2016-05-16 truckmanFix off by one error in index limit calculation
2016-05-16 truckmanSet retval in the empty password case to avoid a path...
2016-05-16 jilleslibthr(3): Fix xref to _umtx_op(2) now that we have it.
2016-05-16 truckmanHoist the getpwnam() call outside the first if/else...
2016-05-16 truckmanDon't call free_addrselectpolicy(&policyhead) before...
2016-05-16 truckmanSince rdata is only used as an argument to the immediat...
2016-05-16 truckmanLikely a false positive ... but make sure that -1 can...
2016-05-14 kibAdd thr*.2 and _umtx_op.2 manpages to the build.
2016-05-14 delphijMFV r299716: file 5.27
2016-05-14 kibDocument the non-obsoleted kernel interfaces used by...
2016-05-14 vangyzeniconvctl(3): remove superfluous NULL pointer tests
2016-05-13 ngieRemove NO_WERROR from libbsnmp/Makefile.inc
2016-05-13 ngieRead the contents of the snapshot files properly
2016-05-13 jasoneUpdate jemalloc to 4.2.0.
2016-05-13 truckmanUse strlcpy() instead of strncpy() to ensure that qf...
2016-05-12 cemlibc: Actually export fopencookie(3)
2016-05-12 mmMFV r299425:
2016-05-12 truckmanUse strlcpy() instead of strncpy() to copy the string...
2016-05-12 cemprint_positional_test: Fix misuse of wchar APIs
2016-05-12 cemlibmp: Fix trivial buffer overrun
2016-05-12 cemnss/gethostby_test: fix broken vector iteration of...
2016-05-11 cemlibc: Add fopencookie(3) wrapper around funopen(3)
2016-05-11 pfglibrpcsec_gss: remove redundant code.
next