| /freebsd-12.1/contrib/serf/ |
| H A D | CHANGES | 4 Fix issue #153: avoid SSPI handle leak 5 Fix issue #167: Explicitly use the ANSI version of SSPI 13 Fix some usages of the openssl BIO api (r1699852) 79 Fix issue 114: ssl/tls renegotiation fails 84 Fix issue 111: add flag to set custom library path 85 Fix issue 112: add soname 92 Mac OS X: Fix scons --install-sandbox 138 Fix an off-by-one in buffer sizing (r1695) 203 Fix memory leak when using SSL (r1408, r1416) 204 Fix build for blank apr-util directory (r1421) [all …]
|
| /freebsd-12.1/contrib/jemalloc/ |
| H A D | ChangeLog | 58 - Fix 32-bit build on MSVC. (@rustyx) 657 - Fix heap profiling bugs: 672 - Fix portability bugs: 835 - Fix latent bugs in atomic_*(). 985 - Fix two quarantine bugs: 992 - Fix building for s390 systems. 1049 - Fix fork(2)-related deadlocks. 1211 + Fix a rallocm() rsize bug. 1219 - Fix a "thread.arena" mallctl bug. 1233 - Fix a heap dumping deadlock. [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Tooling/ |
| H A D | DiagnosticsYaml.h | 47 : DiagnosticName(D.DiagnosticName), Message(D.Message), Fix(D.Fix), in LLVM_YAML_IS_SEQUENCE_VECTOR() 52 return clang::tooling::Diagnostic(DiagnosticName, Message, Fix, Notes, in LLVM_YAML_IS_SEQUENCE_VECTOR() 58 llvm::StringMap<clang::tooling::Replacements> Fix; in LLVM_YAML_IS_SEQUENCE_VECTOR() 76 for (auto &Replacements : Keys->Fix) { in LLVM_YAML_IS_SEQUENCE_VECTOR() 82 for (auto &Fix : Fixes) { in LLVM_YAML_IS_SEQUENCE_VECTOR() 83 llvm::Error Err = Keys->Fix[Fix.getFilePath()].add(Fix); in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
| /freebsd-12.1/contrib/unbound/doc/ |
| H A D | Changelog | 25 - Fix contrib/fastrpz.patch to apply cleanly. Fix for serve-stale 521 - Fix that fixes the Fix that spoolbuf is not used to store tcp 663 - Fix #4240: Fix whitespace cleanup in example.conf. 692 - Fix #14: contrib/unbound.init: Fix wrong comparison judgment 1248 - Fix #4139: Fix unbound-host leaks memory on ANY. 1615 - Fix #3598: Fix swig build issue on rhel6 based system. 1907 - Fix #1434: Fix windows openssl 1.1.0 linking. 2512 - Fix #1182: Fix Resource leak (socket), at startup. 3006 - Fix #746: Fix unbound sets CD bit on all forwards. 3225 - Fix #718: Fix unbound-control-setup with support for env [all …]
|
| /freebsd-12.1/contrib/apr-util/ |
| H A D | CHANGES | 4 *) MySQL driver: Fix incorrect handling of bad parameter in the 8 *) apr_crypto_get_driver(): Fix invalid storage reference on error path. 11 *) Fix compile failure for Android. PR 56627. [Fredrik Fornwall 14 *) Fix to let ODBC driver build with MSVC6, which does not have intptr_t 17 *) Windows cmake build: Fix incompatiblities with Visual Studio 22 *) Fix detection of Berkeley DB 6.0. PR 55277. 36 *) Fix warnings in odbc driver on 64bit systems. 55 *) Fix memory leak in hook sorting function. PR 51256. 65 *) Fix password validation failure for all crypt and crypt_r based 97 *) apr_password_validate(): Fix intermittent errors on systems [all …]
|
| /freebsd-12.1/contrib/ntp/sntp/libevent/ |
| H A D | ChangeLog | 11 o Fix race caused by event_active (3c7d6fc vjpai) 91 o Fix a c90 warning (76643dd) 186 o Fix typo (4b754df Joakim Soderberg) 278 o Fix a c90 warning (c207682) 319 o Fix a typo (be7bf2c Ondřej Kuzník) 330 o Fix even more coverity warnings. (d240328) 740 o Fix the website URL in the readme (f775521) 781 o Fix a fd leak in event_reinit() (3f18ad1) 919 o Fix up test_evutil_snprintf (caf695a) 952 o Fix new warnings from GCC 4.6 (06a714f) [all …]
|
| H A D | ChangeLog-2.0 | 71 o Fix the website URL in the readme (f775521) 112 o Fix a fd leak in event_reinit() (3f18ad1) 250 o Fix up test_evutil_snprintf (caf695a) 283 o Fix new warnings from GCC 4.6 (06a714f) 514 o Fix even more win64 warnings (7484df6) 714 o Fix whitespace. (cb927a5) 826 o Fix test.sh on freebsd (3d9e05b) 850 o Fix whitespace in evutil.c (935e150) 944 o Fix windows and msvc build (5c7a7bc) 970 o Fix mingw compilation (23170a6) [all …]
|
| H A D | ChangeLog-1.4 | 23 o Fix a free(NULL) in min_heap.h (2458934) 27 o Fix compile warning in http.c (906d573) 76 o Fix a memory leak when reading multi-line headers 102 o Fix off-by-one errors in devpoll; from Ian Bell 107 o Fix connection keep-alive behavior for HTTP/1.0 113 o Fix Windows build 128 o Fix build under Visual C++ 2005. 131 o Fix autoconf script behavior on IRIX. 183 o Fix Solaris compilation; from Magne Mahre 188 o Fix a memory leak in the DNS server [all …]
|
| /freebsd-12.1/contrib/libevent/ |
| H A D | ChangeLog-2.0 | 71 o Fix the website URL in the readme (f775521) 112 o Fix a fd leak in event_reinit() (3f18ad1) 250 o Fix up test_evutil_snprintf (caf695a) 283 o Fix new warnings from GCC 4.6 (06a714f) 514 o Fix even more win64 warnings (7484df6) 714 o Fix whitespace. (cb927a5) 826 o Fix test.sh on freebsd (3d9e05b) 850 o Fix whitespace in evutil.c (935e150) 944 o Fix windows and msvc build (5c7a7bc) 970 o Fix mingw compilation (23170a6) [all …]
|
| H A D | ChangeLog-1.4 | 23 o Fix a free(NULL) in min_heap.h (2458934) 27 o Fix compile warning in http.c (906d573) 76 o Fix a memory leak when reading multi-line headers 102 o Fix off-by-one errors in devpoll; from Ian Bell 107 o Fix connection keep-alive behavior for HTTP/1.0 113 o Fix Windows build 128 o Fix build under Visual C++ 2005. 131 o Fix autoconf script behavior on IRIX. 183 o Fix Solaris compilation; from Magne Mahre 188 o Fix a memory leak in the DNS server [all …]
|
| H A D | ChangeLog | 33 o Fix incorrect MIME type (23f9a20e johnsonlee) 538 o Fix a c90 warning (76643dd) 633 o Fix typo (4b754df Joakim Soderberg) 725 o Fix a c90 warning (c207682) 766 o Fix a typo (be7bf2c Ondřej Kuzník) 777 o Fix even more coverity warnings. (d240328) 1187 o Fix the website URL in the readme (f775521) 1228 o Fix a fd leak in event_reinit() (3f18ad1) 1366 o Fix up test_evutil_snprintf (caf695a) 1399 o Fix new warnings from GCC 4.6 (06a714f) [all …]
|
| /freebsd-12.1/crypto/openssl/ |
| H A D | NEWS | 277 o Fix for CVE-2014-3571 278 o Fix for CVE-2015-0206 279 o Fix for CVE-2014-3569 280 o Fix for CVE-2014-3572 281 o Fix for CVE-2015-0204 282 o Fix for CVE-2015-0205 283 o Fix for CVE-2014-8275 284 o Fix for CVE-2014-3570 288 o Fix for CVE-2014-3513 289 o Fix for CVE-2014-3567 [all …]
|
| /freebsd-12.1/contrib/less/ |
| H A D | NEWS | 59 * Fix some memory leaks. 65 . Fix some const mismatches. 113 * Fix bug with ++ commands. 117 * Fix possible memory corruption 138 * Fix crash with "stty rows 0". 140 * Fix Win32 attribute display bug. 221 * Fix non-regex searches with ctrl-R. 289 * Fix DJGPP build. 350 * Fix configure bugs. 389 * Fix bug in handling tag file error. [all …]
|
| /freebsd-12.1/contrib/tcpdump/ |
| H A D | CHANGES | 179 EGP: Fix bounds checks 187 HNCP: Fix incorrect time interval format. Fix handling of IPv4 prefixes 197 IPv6: Fix header printing 240 RPL: Fix suboption print 248 SFLOW: Fix bounds checking 261 TCP: Fix two bounds checks (Fix heap overflows) 266 TokenRing: Fix -e output 330 Fix PPI printing 369 Fix crashes on SPARC 471 Fix typo in man page. [all …]
|
| /freebsd-12.1/contrib/ldns/ |
| H A D | Changelog | 2 * Fix lookup of relative names in ldns_resolver_search. 73 * Fix _answerfrom comment in ldns_struct_pkt. 74 * Fix drill axfr ipv4/ipv6 queries. 76 * Fix description of QR flag in packet.h. 77 * Fix for openssl 1.1.0 API changes. 104 * Fix crash in displaying TLSA RR's. 175 * Fix Makefile to build pyldns with BSD make 266 * bugfix #394: Fix socket leak on errors 379 * Fix drill verify NSEC3 denials. 494 * Fix occasional NSEC bitmap bogus [all …]
|
| /freebsd-12.1/sys/contrib/zlib/ |
| H A D | ChangeLog | 59 - Fix typo in win32/Makefile.msc 67 - Fix bug in 'F' mode for gzopen() 103 - Fix configure for Sun shell 114 - Fix build with non-GNU make on Solaris 122 - Fix make_vms.com for VAX [Zinser] 435 - Fix bug in gzseek() 501 - Fix same problem in deflate_slow() 550 - Fix bug in adler32_combine() [Zhu] 923 - Fix printf format in example.c 999 - Fix memory leak in deflateInit2() [all …]
|
| /freebsd-12.1/libexec/bootpd/ |
| H A D | Changes | 12 Fix the irix Makefile targets, and other misc. 30 Fix reporting of duplicate Ethernet addresses. 39 Fix select calls on linux (modifies timeval arg). 40 Fix setarp (specify Ethernet type for now). 102 Fix setarp for SVR4 (needs to use I_STR ioctl) 124 Fix args to report in getether code for Ultrix. 163 Fix syslog call (missing "facility" code) 165 Fix getif bug (matched when it should not) 173 Fix bootptest IP address printing. 174 Fix byte-order bugs in bootpgw and bootptest. [all …]
|
| /freebsd-12.1/contrib/apr/ |
| H A D | CHANGES | 11 *) apr_atomic: Fix errors when building on Visual Studio 2013 while 30 *) apr_thread_cond_*wait() on BeOS: Fix broken logic. PR 45800. 36 *) apr_skiplist: Fix possible multiple-free() on the same value in 54 *) apr_skiplist: Fix potential corruption of skiplists leading to 70 *) apr_socket_atreadeof(): Fix breakage on OS X. [Jim Jagielski] 72 *) Fix POSIX shared memory (shm_open) use for named shared memory. 77 *) Fix race condition when calling apr_dir_make_recursive from 81 *) Fix apr_escape.c compilation errors on EBCDIC platforms. 88 *) Windows cmake build: Fix incorrect installation of some .pdb 104 *) Fix Linux kernel version check to recognize more versions, [all …]
|
| /freebsd-12.1/contrib/libpcap/ |
| H A D | CHANGES | 5 Fix compilation if IPv6 support not enabled 13 Fix DLT_ type for Solaris IPNET devices 22 Fix compilation error in DAG support 23 Fix issues with CMake configuration 70 Fix some memory leaks. 99 Fix the range checks in BPF loads 215 Fix typoes in README.linux file. 233 Fix filtering in pcap-ng files. 289 Fix build on RHEL5. 290 Fix shared library build on AIX. [all …]
|
| /freebsd-12.1/contrib/file/ |
| H A D | ChangeLog | 48 * Fix always true condition (Thomas Jarosch) 119 * PR/556: Fix separators on annotations. 143 * Fix compression code (Werner Fink) 166 * Fix ID3 indirect parsing 637 * Fix minor error in file(1). 641 * Fix issue #150 (I hope). 826 * Fix core-dump from unbound loop: 867 * Fix 3 bugs (From Ian Darwin): 878 * Fix logic for including mygetopts.h 1080 * Fix automake error in configure.ac. [all …]
|
| /freebsd-12.1/contrib/bsnmp/ |
| H A D | NEWS | 10 Fix a core dump when -d tracing suboption has no argument (thanks 13 Fix bug in parsing the include path in the daemon. 15 Fix an uninitialize structure field in gensnmptree (thanks to 20 Fix link traps to be more RFC conform (thanks to [email protected]) 29 1.11a Fix build of modules when stdint.h is included after asn1.h 60 Fix an error in timer handling in the LIBBEGEMOT case. 62 snmpd/main.c: Fix a 64-bit warning. 103 Fix a typo in the mibII counter retrival code. 108 Fix a syntax error in the example configuration file (thanks to 111 Fix a long standing problem with the module loading code [all …]
|
| /freebsd-12.1/contrib/libstdc++/ |
| H A D | ChangeLog-1999 | 408 (ignore): Fix. 617 * bits/istream.tcc: Fix. 618 * bits/ostream.tcc: Fix. 619 * bits/std_istream.h: Fix. 620 * bits/std_ostream.h: Fix. 1271 * bits/istream.tcc: Fix. 1783 * bits/std_string.h: Fix. 2560 * bits/locfacets.tcc: Fix. 2769 * bits/locfacets.h: Fix. 2833 * bits/istream.tcc: Fix. [all …]
|
| /freebsd-12.1/contrib/tcsh/ |
| H A D | Fixes | 15 9. Fix memory leak for paraml 188 35. Fix SEGV from echo `` 239 20. Fix dataroot autoconf issue. 243 16. Fix gcc 4 warnings. 292 12. Fix octal parsing (Li Zefan) 556 45. Fix repeat 3 repeat 2 echo foo 803 87. Fix remotehost again (kim) 994 78. Fix the Imakefile to use XCOMM 1568 83. Fix for complete completions 1667 16. Fix for csh compatible braces. [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/Core/ |
| H A D | Diagnostic.cpp | 44 const llvm::StringMap<Replacements> &Fix, in Diagnostic() argument 47 : DiagnosticName(DiagnosticName), Message(Message), Fix(Fix), Notes(Notes), in Diagnostic()
|
| /freebsd-12.1/contrib/mandoc/ |
| H A D | NEWS | 117 * Fix two syntax errors in generated PDF files. 120 * Fix misformatting of man(7) documents lacking .SH macros 315 * mdoc(7): Fix NULL dereference in some specific cases of a 319 * eqn(7): Fix NULL dereference in the terminal formatter 397 * mdoc(7): Fix multiple aspects of SYNOPSIS .Nm formatting. 596 * tbl(7): Fix vertical spacing at the beginning of tables. 600 * roff(7): Fix vertical scaling, most of it was wrong. 673 * Fix NULL pointer access triggered by missing .Nm. 674 * Fix an assertion triggered by .It right after .El. 675 * Fix an assertion triggered by .Ec without preceding .Eo. [all …]
|