| /freebsd-head/contrib/one-true-awk/testdir/ |
| HD | arnold-fixes.tar | ... arnold-fixes/
arnold-fixes/unary-plus.bad
arnold-fixes/a-format. |
| HD | T.arnold | 1 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-head/crypto/openssh/ |
| HD | CREDITS | 8 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-head/crypto/heimdal/ |
| HD | NEWS | 3 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-head/contrib/tcsh/ |
| HD | Fixes | 150 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-head/contrib/llvm-project/libcxx/ |
| HD | CREDITS.TXT | 13 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-head/contrib/bc/ |
| HD | NEWS.md | 5 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-head/contrib/llvm-project/clang/lib/Format/ |
| HD | QualifierAlignmentFixer.cpp | 58 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 …]
|
| HD | UsingDeclarationsSorter.cpp | 139 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()
|
| HD | ObjCPropertyAttributeOrderFixer.cpp | 38 const SourceManager &SourceMgr, tooling::Replacements &Fixes, in sortPropertyAttributes() argument 151 auto Err = Fixes.add(Replacement); in sortPropertyAttributes() 160 tooling::Replacements &Fixes, const FormatToken *Tok) { in analyzeObjCPropertyDecl() argument 178 sortPropertyAttributes(SourceMgr, Fixes, LParenTok->Next, RParenTok); in analyzeObjCPropertyDecl() 186 tooling::Replacements Fixes; in analyze() local 209 analyzeObjCPropertyDecl(SourceMgr, Keywords, Fixes, Tok); in analyze() 216 return {Fixes, 0}; in analyze()
|
| HD | NamespaceEndCommentsFixer.cpp | 11 /// fixes namespace end comments. 222 tooling::Replacements *Fixes) { in addEndComment() argument 225 auto Err = Fixes->add(tooling::Replacement(SourceMgr, Range, EndCommentText)); in addEndComment() 234 tooling::Replacements *Fixes) { in updateEndComment() argument 239 auto Err = Fixes->add(tooling::Replacement(SourceMgr, Range, EndCommentText)); in updateEndComment() 286 tooling::Replacements Fixes; in analyze() local 301 return {Fixes, 0}; in analyze() 336 updateEndComment(EndCommentPrevTok, std::string(), SourceMgr, &Fixes); in analyze() 369 SourceMgr, &Fixes); in analyze() 373 updateEndComment(EndCommentPrevTok, EndCommentText, SourceMgr, &Fixes); in analyze() [all …]
|
| /freebsd-head/contrib/libfido2/ |
| HD | NEWS | 39 ** 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-head/contrib/jemalloc/ |
| HD | ChangeLog | 2 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-head/contrib/libarchive/ |
| HD | NEWS | 43 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-head/contrib/libcbor/ |
| HD | CHANGELOG.md | 67 … increasing the reference count on the tagged item reference it returns [[Fixes #109](https://gith… 76 - Fix bad encoding of NaN half-floats [[Fixes #53]](https://github.com/PJK/libcbor/issues/53) (disc… 78 - Fix potentially bad encoding of negative half-float with exponent < -14 [[Fixes #112]](https://gi… 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://gi… 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 #99](https://github.com/PJK/libcbor/issues/99), [#100](htt… [all …]
|
| /freebsd-head/contrib/bsnmp/ |
| HD | NEWS | 6 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-head/contrib/flex/ |
| HD | NEWS | 39 *** 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-head/contrib/expat/ |
| HD | Changes | 41 Bug fixes: 79 Security fixes: 151 Security fixes: 184 Security fixes: 238 Security fixes: 244 Bug fixes: 263 Bug fixes: 286 Security fixes: 302 Bug fixes: 400 Security fixes: [all …]
|
| /freebsd-head/contrib/libpcap/ |
| HD | CHANGES | 23 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-head/contrib/ntp/sntp/libevent/ |
| HD | ChangeLog | 3 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-head/contrib/libevent/ |
| HD | ChangeLog | 3 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-head/contrib/ntp/ |
| HD | NEWS | 4 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-head/contrib/tcpdump/ |
| HD | CHANGES | 14 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-head/contrib/tnftp/ |
| HD | NEWS | 5 Portability fixes. 9 Portability fixes. 35 Portability fixes, including for FreeBSD, Mac OS X, and Solaris.
|
| /freebsd-head/contrib/bzip2/ |
| HD | CHANGES | 43 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.
|