Home
last modified time | relevance | path

Searched full:fixes (Results 1 – 25 of 471) sorted by relevance

12345678910>>...19

/freebsd/contrib/one-true-awk/testdir/
HDarnold-fixes.tar ... arnold-fixes/ arnold-fixes/unary-plus.bad arnold-fixes/a-format.
H A DT.arnold1 echo T.arnold: test fixes by Arnold Robbins 8/18
4 rm -rf arnold-fixes
5 tar xf arnold-fixes.tar
6 cd arnold-fixes
/freebsd/crypto/openssh/
H A DCREDITS8 Alexandre Oliva <oliva@lsd.ic.unicamp.br> - AIX fixes
9 Andre Lucas <andre@ae-35.com> - new login code, many fixes
11 Andrew McGill <andrewm@datrix.co.za> - SCO fixes
16 Arkadiusz Miskiewicz <misiek@pld.org.pl> - IPv6 compat fixes
18 Ben Taylor <bent@clark.net> - Solaris debugging and fixes
20 Charles Levert <charles@comm.polymtl.ca> - SunOS 4 & bug fixes
24 Chris, the Young One <cky@pobox.com> - Password auth fixes
25 Christos Zoulas <christos@zoulas.com> - Autoconf fixes
26 Chun-Chung Chen <cjj@u.washington.edu> - RPM fixes
29 Dan Brosemer <odin@linuxfreak.com> - Autoconf support, build fixes
[all …]
/freebsd/crypto/heimdal/
H A DNEWS3 Security fixes
9 Bug fixes
43 Bug fixes
49 Bug fixes
62 Bug fixes
65 - Many many more bug fixes
185 * Bug fixes.
191 * Bug fixes.
195 * Serveral bug fixes to iprop.
207 * Bug fixes.
[all …]
/freebsd/contrib/tcsh/
H A DFixes150 101. More utmp fixes
156 95. revert gencat handling to pre-cygwin fixes (without the env settings)
195 64. NLSPATH handling fixes (Corinna Vinschen)
225 42. resource limit fixes: signed vs. unsigned, megabyte issue, doc issues
235 34. Better fixes for histchars and promptchars (nargs)
242 29. PR/84: Performance fixes for large history merges (add
272 9. Manual page fixes (Alan R. S. Bueno)
311 32. longjmp clobbered variable fixes.
313 30. Windows fork fixes
384 48. Fixes build failure with !SHORT_STRINGS (Miloslav Trmac)
[all …]
/freebsd/contrib/llvm-project/libcxx/
H A DCREDITS.TXT13 D: Minor patches and Linux fixes.
28 D: Visibility fixes, minor FreeBSD portability patches.
44 D: C++14 support, patches and bug fixes.
52 D: Minor patches and bug fixes.
65 D: LFTS support, patches and bug fixes.
69 D: Regex bug fixes.
84 D: Minor patches and bug fixes.
88 D: Bug fixes.
113 D: Minor patches and Linux fixes.
129 D: Windows fixes
[all …]
/freebsd/contrib/bc/
H A DNEWS.md5 This is a production release that fixes `Ctrl+d` on FreeBSD and Linux when using
13 This is a production release that fixes a warning using GCC on FreeBSD.
83 This is a production release with two bug fixes and one change.
95 This is a production release that fixes an infinite loop bug in `root()` and
96 `cbrt()`, fixes a bug with `BC_LINE_LENGTH=0`, and adds the `fib()` function to
101 This is a production release that fixes a `read()`/`?` bug and adds features to
120 This is a production release that fixes a `bc` dependency loop for minimal
125 This is a production release with a couple of fixes for manuals and a new
133 This is a production release that fixes an install bug that affected locale
139 This is a production release that fixes a test bug that affected Android and
[all …]
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DQualifierAlignmentFixer.cpp58 tooling::Replacements &Fixes, in replaceToken() argument
61 auto Err = Fixes.add(Replacement); in replaceToken()
70 tooling::Replacements &Fixes, in removeToken() argument
74 replaceToken(SourceMgr, Fixes, Range, ""); in removeToken()
78 tooling::Replacements &Fixes, in insertQualifierAfter() argument
87 replaceToken(SourceMgr, Fixes, Range, NewText); in insertQualifierAfter()
91 tooling::Replacements &Fixes, in insertQualifierBefore() argument
100 replaceToken(SourceMgr, Fixes, Range, NewText); in insertQualifierBefore()
116 tooling::Replacements &Fixes, const FormatToken *First, in rotateTokens() argument
152 replaceToken(SourceMgr, Fixes, Range, NewText); in rotateTokens()
[all …]
H A DUsingDeclarationsSorter.cpp139 const SourceManager &SourceMgr, tooling::Replacements *Fixes, in endUsingDeclarationBlock() argument
173 auto Err = Fixes->add(tooling::Replacement(SourceMgr, Range, "")); in endUsingDeclarationBlock()
197 auto Err = Fixes->add(tooling::Replacement(SourceMgr, Range, Text)); in endUsingDeclarationBlock()
217 tooling::Replacements Fixes; in analyze() local
223 endUsingDeclarationBlock(&UsingDeclarations, SourceMgr, &Fixes, in analyze()
228 endUsingDeclarationBlock(&UsingDeclarations, SourceMgr, &Fixes, in analyze()
235 endUsingDeclarationBlock(&UsingDeclarations, SourceMgr, &Fixes, in analyze()
241 endUsingDeclarationBlock(&UsingDeclarations, SourceMgr, &Fixes, in analyze()
243 return {Fixes, 0}; in analyze()
/freebsd/contrib/libfido2/
H A DNEWS39 ** Documentation and reliability fixes.
49 ** Documentation and reliability fixes.
62 ** Cygwin and NetBSD build fixes.
63 ** Documentation and reliability fixes.
84 ** Reliability and portability fixes.
105 ** Documentation and reliability fixes.
146 ** Documentation and reliability fixes.
161 - reliability fixes.
218 ** Documentation and reliability fixes.
234 ** Documentation and reliability fixes
[all...]
/freebsd/contrib/libcbor/
H A DCHANGELOG.md67 - BREAKING: Fix `cbor_tag_item` not increasing the reference count on the tagged item reference it returns [[Fixes #109](https://github.com/PJK/libcbor/issues/109)] (discovered bt [JohnGilmour](https://github.com/JohnGilmour))
76 - Fix bad encoding of NaN half-floats [[Fixes #53]](https://github.com/PJK/libcbor/issues/53) (discovered by [BSipos-RKF](https://github.com/BSipos-RKF))
78 - Fix potentially bad encoding of negative half-float with exponent < -14 [[Fixes #112]](https://github.com/PJK/libcbor/issues/112) (discovered by [yami36](https://github.com/yami36))
79 - BREAKING: Improved bool support [[Fixes #63]](https://github.com/PJK/libcbor/issues/63)
82 - Fix memory_allocation_test breaking the build without CBOR_CUSTOM_ALLOC [[Fixes #128]](https://github.com/PJK/libcbor/issues/128) (by [panlinux](https://github.com/panlinux))
96 - Correctly set .so version [[Fixes #52]](https://github.com/PJK/libcbor/issues/52).
99 - Correctly set OSX dynamic library version [[Fixes #75]](https://github.com/PJK/libcbor/issues/75)
102 and builder helper functions [[Fixes #84]](https://github.com/PJK/libcbor/issues/84)
105 - Globally enforced code style [[Fixes #83]](https://github.com/PJK/libcbor/issues/83)
109 running on a big-endian machine [[Fixes #9
[all...]
/freebsd/contrib/jemalloc/
H A DChangeLog2 bug fixes are all mentioned, but some internal enhancements are omitted here for
13 Bug fixes:
44 reduced virtual memory fragmentation and metadata usage; and 3) bug fixes on
114 Bug fixes (all only relevant to jemalloc 5.x):
234 Bug fixes (most of the issues are only relevant to jemalloc 5.0):
262 This bugfix release fixes several issues, most of which are obscure enough
265 Bug fixes:
289 fixes potential deadlocks after fork(2). (@interwq)
476 Bug fixes:
497 Bug fixes:
[all …]
/freebsd/contrib/libarchive/
H A DNEWS43 Jan 23, 2020: Important fixes for writing XAR archives
57 May 18, 2019: Fixes for reading Android APK and JAR archives
65 Mar 12, 2019: Important fixes for storing file attributes and flags
75 Jan 27, 2018: Many fixes for building with Visual Studio
106 This fixes a handful of security and other critical issues with 3.2.0
121 Early 2015: Many fixes to crash and overflow bugs thanks to Hanno Boeck
178 Dec 23, 2011: Various fixes merged from FreeBSD
180 Dec 23, 2011: Robustness fixes to 7Zip reader
185 Nov 26, 2011: Small fixes to ISO and Zip to improve robustness with corrupted input
188 Nov 20, 2011: Build fixes on Windows
[all …]
/freebsd/contrib/bsnmp/
H A DNEWS6 A couple of man page fixes from various submitters.
36 Lot of man-page fixes from ru@freebsd.org.
38 Fixes to command line macros and macro redefinition.
44 Man-page fixes from Christian Brueffer.
46 Lots of spelling fixes from Giorgios Keramidas.
72 many man page fixes from ru@freebsd.org and tobez@freebsd.org
156 WARNS=5 fixes.
174 Sparc fixes.
/freebsd/contrib/expat/
H A DChanges34 Security fixes:
88 Security fixes:
94 Bug fixes:
113 Bug fixes:
136 Security fixes:
152 Bug fixes:
250 Security fixes:
257 Bug fixes:
284 Security fixes:
289 Bug fixes:
[all …]
/freebsd/contrib/flex/
H A DNEWS39 *** A number of portability fixes were introduced so building flex is
50 needed portability fixes have been included.
66 *** several bug fixes resolved problems introduced in recent flex
162 *** Some portability fixes in the test suite such as opening files for reading in binary mode
176 ** bug fixes
204 *** various documentation and code clean up fixes: resolves sf bugs #167, #168, among other patches.
244 ** various portability fixes that quiet compiler warnings on 64-bit
247 ** various manual fixes, including correcting the name of a %option and
250 ** various bug fixes that prevent certain error conditions from
323 ** portability fixes to some unit tests
[all …]
/freebsd/contrib/libpcap/
H A DCHANGES23 Make some static variables thread-local; fixes issue #1174.
28 moving code (#976); fixes #945 (although the resulting filter
31 of that value is deleted (#972); fixes #143, #434, #436, #437,
36 Avoid 32-bit unsigned integer overflow in USB captures. Fixes
60 Convert the module to C. Fixes issue #1114.
61 Address a few compiler warnings. Fixes issue #1114.
62 Fix various build problems. Fixes issue #1114.
114 support, if no capture mechanism was found. Fixes issue #1016.
118 Better handle enabling and disabling of sanitizers. Fixes issue
152 Man page formatting and prose fixes.
[all …]
/freebsd/contrib/ntp/sntp/libevent/
H A DChangeLog3 This release contains mostly bug fixes (I decided not to port some features
26 fixes:
33 o Merge branch 'EV_CLOSED-and-EV_ET-fixes' (db2efdf5 Azat Khuzhin)
58 build fixes:
87 details). Apart from that it contains some bug fixes, that grouped below.
130 This release contains mostly fixes (some evbuffer oddity, AF_UNIX handling in
131 http server, some UB fixes and others) but also some new functionality
136 trivial fixes pruned out from it - to make it a little bit more informative).
149 fixes:
150 o Merge branch 'evbuffer-fixes-806-v2' (2fea04b3 Azat Khuzhin)
[all …]
/freebsd/contrib/libevent/
H A DChangeLog3 This release contains mostly bug fixes (I decided not to port some features
26 fixes:
33 o Merge branch 'EV_CLOSED-and-EV_ET-fixes' (db2efdf5 Azat Khuzhin)
58 build fixes:
87 details). Apart from that it contains some bug fixes, that grouped below.
130 This release contains mostly fixes (some evbuffer oddity, AF_UNIX handling in
131 http server, some UB fixes and others) but also some new functionality
136 trivial fixes pruned out from it - to make it a little bit more informative).
149 fixes:
150 o Merge branch 'evbuffer-fixes-806-v2' (2fea04b3 Azat Khuzhin)
[all …]
/freebsd/contrib/ntp/
H A DNEWS4 Focus: Bug fixes
17 - Fixes 40 bugs
140 Focus: Bug fixes
146 - fixes 3 bugs, including a regression
165 Focus: Security, Bug fixes
171 - fixes 4 vulnerabilities (3 LOW and 1 None severity),
172 - fixes 46 bugs
224 - original patch by Richard Schmidt, with mods & unit test fixes
239 * [Bug 3682] Fixes for warnings when compiled without OpenSSL <perlinger@ntp.org>
288 Focus: Security, Bug fixes
[all...]
/freebsd/contrib/tcpdump/
H A DCHANGES14 ESP: Don't use EVP_add_cipher_alias() (fixes building on OpenBSD 7.5).
44 Use the buffer stack for de-escaping PPP; fixes CVE-2024-2397;
561 Fixes issue where statistics not reported when -G and -W options used
587 CFM: Fixes to match the IEEE standard, additional bounds and length checks
629 MPLS LSP ping: Update printing for RFC 4379, bug fixes, more bounds checks
700 … dagid is always an IPv6 address, not an opaque 128-bit string, and other fixes to RPL printer.
725 fixes to LLC header printing, and RFC948-style IP packets
735 Capsicum fixes for FreeBSD 10
740 fixes for CVE-2015-0261: IPv6 mobility header check issue
741 fixes for CVE-2015-2153, 2154, 2155: kday packets
[all …]
/freebsd/contrib/tnftp/
H A DNEWS5 Portability fixes.
9 Portability fixes.
35 Portability fixes, including for FreeBSD, Mac OS X, and Solaris.
/freebsd/contrib/bzip2/
H A DCHANGES43 fixes apply only to features (calls and parameters) not used by
177 There are no functionality changes or bug fixes relative to version
186 in the 18 or so months since 1.0.1 was released. Most of the fixes
270 Fixes some minor bugs since the last version, 1.0.2.
277 to 1.0.3 is recommended. This fixes CAN-2005-1260.
284 * Fixes for various compilation warnings with newer versions of
293 Fixes some minor bugs since the last version, 1.0.3.
305 * Sanitise file names more carefully in bzgrep. Fixes CAN-2005-0758
318 Security fix only. Fixes CERT-FI 20469 as it applies to bzip2.
/freebsd/
H A D.git-blame-ignore-revs11 # style fixes for iflib
15 # style and whitespace fixes for bpf
17 # whitespace fixes in sys/mman.h
/freebsd/crypto/openssl/
H A DNEWS.md26 This release incorporates the following bug fixes and mitigations:
717 * Build fixes for the Windows and OpenVMS platforms
841 * Build fixes for the Windows and OpenVMS platforms
908 * Various DTLS fixes.
928 * Various DTLS fixes.
951 * GOST MAC and CFB fixes.
981 * CFB cipher definition fixes.
986 * Cipher definition fixes.
989 * SPKAC handling fixes.
993 * Ticket and SNI coexistence fixes.
[all …]

12345678910>>...19