| #
4544f34f
|
| 04-Feb-2026 |
Enji Cooper <ngie@FreeBSD.org> |
.gitignore: ignore additional unwanted files
Ignore more files generated by toolchains, e.g., `.pico`, etc. Ignore the `.DS_Store` produced by macOS as well because all they provide is additional fi
.gitignore: ignore additional unwanted files
Ignore more files generated by toolchains, e.g., `.pico`, etc. Ignore the `.DS_Store` produced by macOS as well because all they provide is additional file metadata that shouldn't be committed to `git`.
MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D55096
show more ...
|
| #
3a4c29b5
|
| 26-Sep-2025 |
Enji Cooper <ngie@FreeBSD.org> |
GoogleTest: import 1.17.0
The changes between the two versions can be found in this diff of the two release tags: https://github.com/google/googletest/compare/v1.15.2...v1.17.0
One notable change i
GoogleTest: import 1.17.0
The changes between the two versions can be found in this diff of the two release tags: https://github.com/google/googletest/compare/v1.15.2...v1.17.0
One notable change is that GoogleTest 1.17.0 now requires C++-17 to build.
show more ...
|
| #
653f765f
|
| 09-Oct-2025 |
Alfonso S. Siciliano <asiciliano@FreeBSD.org> |
contrib/bsddialog: Import version 1.0.5
Version for change and feature requests.
* Improve documentation for --alternate-screen and --normal-screen. Request: https://bugs.freebsd.org/285459. (Thi
contrib/bsddialog: Import version 1.0.5
Version for change and feature requests.
* Improve documentation for --alternate-screen and --normal-screen. Request: https://bugs.freebsd.org/285459. (This PR is not about bsddialog itself but is used as an example for an official FreeBSD documentation request.)
* Reduce the number of screen refreshes to improve performance over a 115200 UART connection. Request: https://gitlab.com/alfix/bsddialog/-/issues/8.
* Change textbox buttons to return distinct values (previously always returned OK). Request: https://reviews.freebsd.org/D48668; already committed in contrib/ 96a241a35905078bdc5d20bf25943cdb67758dea
* Change forms navigation key behavior for ENTER and TAB. Request: https://bugs.freebsd.org/287592.
Refer to /usr/src/contrib/bsddialog/CHANGELOG to know more.
PR: 287592 Reported by: adrian Sponsored by: The FreeBSD Foundation
show more ...
|
| #
dd8c666d
|
| 10-Sep-2025 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
src.sys.mk: Support src.conf in SRCTOP
If SRCCONF is not defined and src.conf exists at the top level of the source tree, use that instead of /etc/src.conf.
MFC after: 3 days Reviewed by: kevans, i
src.sys.mk: Support src.conf in SRCTOP
If SRCCONF is not defined and src.conf exists at the top level of the source tree, use that instead of /etc/src.conf.
MFC after: 3 days Reviewed by: kevans, imp Differential Revision: https://reviews.freebsd.org/D52470
show more ...
|
| #
95286bbb
|
| 26-Jun-2025 |
Baptiste Daroussin <bapt@FreeBSD.org> |
lyaml: vendor import lyaml bindings for libyaml version 6.2.8
|
| #
5f99da55
|
| 25-Jun-2025 |
Baptiste Daroussin <bapt@FreeBSD.org> |
libyaml: vendor import 0.2.5
|
| #
1e2f2704
|
| 22-May-2025 |
Muhammad Moinur Rahman <bofh@FreeBSD.org> |
libucl: Update to 0.9.2
Approved by: bapt Differential Revision: https://reviews.freebsd.org/D50363
|
| #
9792a032
|
| 09-Apr-2025 |
Ed Maste <emaste@FreeBSD.org> |
Vendor import of OpenSSH 10.0p1
Sponsored by: The FreeBSD Foundation
|
| #
736d6639
|
| 17-Dec-2024 |
Kyle Evans <kevans@FreeBSD.org> |
Import libecc v0.9.7
libecc will be used privately for upcoming ECC support in pkg(7). Other crypto consumers should continue using openssl.
|
| #
efff9f8a
|
| 17-Dec-2024 |
Kyle Evans <kevans@FreeBSD.org> |
Import libder v1.0
libder will be used by pkg(7) to read DER-encoded keys and signatures in the upcoming ECC support.
|
| #
2022efa0
|
| 14-Sep-2024 |
Martin Matuska <mm@FreeBSD.org> |
Update vendor/libarchive to 3.7.5
Security fixes: #2158 rpm: calculate huge header sizes correctly #2160 util: fix out of boundary access in mktemp functions #2168 uu: stop processing if lines ar
Update vendor/libarchive to 3.7.5
Security fixes: #2158 rpm: calculate huge header sizes correctly #2160 util: fix out of boundary access in mktemp functions #2168 uu: stop processing if lines are too long #2174 lzop: prevent integer overflow #2172 rar4: protect copy_from_lzss_window_to_unp() (CVE-2024-20696) #2175 unzip: unify EOF handling #2179 rar4: fix out of boundary access with large files #2203 rar4: fix OOB access with unicode filenames #2210 rar4: add boundary checks to rgb filter #2248 rar4: fix OOB in delta filter #2249 rar4: fix OOB in audio filter #2256 fix multiple vulnerabilities identified by SAST #2258 cpio: ignore out-of-range gid/uid/size/ino and harden AFIO parsing #2265 rar5: clear 'data ready' cache on window buffer reallocs #2269 rar4: fix CVE-2024-26256 (CVE-2024-26256)
Important bugfixes: #2150 xar: fix another infinite loop and expat error handling #2173 shar: check strdup return value #2161 lha: fix integer truncation on 32-bit systems #2245 7zip: fix issue when skipping first file in 7zip archive that is a multiple of 65536 bytes #2259 rar5: don't try to read rediculously long names #2290 ar: fix archive entries having no type
Obtained from: libarchive Vendor commit: 12ecf8418ab3595d66cdea1abadcea8b6a9d288b CVE: CVE-2024-20696, CVE-2024-26256
show more ...
|
| #
d565364d
|
| 01-Jul-2024 |
Ed Maste <emaste@FreeBSD.org> |
Vendor import of OpenSSH 9.8p1
|
| #
e85dbcda
|
| 04-May-2024 |
Ed Maste <emaste@FreeBSD.org> |
Vendor import of libfido2 1.14.0
|
| #
d6f77d3c
|
| 26-Apr-2024 |
Martin Matuska <mm@FreeBSD.org> |
Update vendor/libarchive to 3.7.4
Security fixes: #2135 rar: Fix OOB in rar e8 filter (CVE-2024-26256) #2145 zip: Fix out of boundary access
Important bugfixes: #2131 7zip: Limit amount of prope
Update vendor/libarchive to 3.7.4
Security fixes: #2135 rar: Fix OOB in rar e8 filter (CVE-2024-26256) #2145 zip: Fix out of boundary access
Important bugfixes: #2131 7zip: Limit amount of properties #2110 bsdtar: Fix error handling around strtol() usages #2116 passphrase: Never allow empty passwords #2124 rar: Fix "File CRC Error" when extracting specific rar4 archives #2123 xar: Avoid infinite link loop #2108 zip: Update AppleDouble support for directories #2071 zstd: Implement core detection
Obained from: libarchive Libarchive commit: 313aa1fa10b657de791e3202c168a6c833bc3543
show more ...
|
| #
a509d68f
|
| 11-Apr-2024 |
Martin Matuska <mm@FreeBSD.org> |
Update vendor/libarchive to 3.7.3
New features: #1941 uudecode filter: support file name and file mode in raw mode #1943 7-zip reader: translate Windows permissions into UNIX permissions
Update vendor/libarchive to 3.7.3
New features: #1941 uudecode filter: support file name and file mode in raw mode #1943 7-zip reader: translate Windows permissions into UNIX permissions #1962 zstd filter now supports the "long" write option #2012 add trailing letter b to bsdtar(1) substitute pattern #2031 PCRE2 support #2054 add support for long options "--group" and "--owner" to tar(1)
Security fixes: #2101 Fix possible vulnerability in tar error reporting introduced in f27c173
Important bugfixes: #1974 ISO9660: preserve the natural order of links #2105 rar5: fix infinite loop if during rar5 decompression the last block produced no data #2027 xz filter: fix incorrect eof at the end of an lzip member #2043 zip: fix end-of-data marker processing when decompressing zip archives
Obtained from: libarchive Libarchive commit: 4fcc02d906cca4b9e21a78a833f1142a2689ec52
show more ...
|
| #
9200ce32
|
| 17-Mar-2024 |
Ed Maste <emaste@FreeBSD.org> |
Vendor import of OpenSSH 9.7p1
|
| #
9eb461aa
|
| 07-Mar-2024 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Vendor import of diff from OpenBSD's Game of Trees
Repository: ssh://anonymous@got.gameoftrees.org/diff.git Commit hash: b5a9c15f4d68c06ec3bf839529b3ed2def0a6af6 Commit date: 2023-09-15
|
| #
93a25ac9
|
| 02-Feb-2024 |
Lexi Winter <lexi@le-Fay.ORG> |
.gitignore: add sys/*/compile
Files in sys/*/compile are created when compiling the kernel with config(8). They are never source files and should never be committed to source control, so list this
.gitignore: add sys/*/compile
Files in sys/*/compile are created when compiling the kernel with config(8). They are never source files and should never be committed to source control, so list this entire directory in .gitignore. While not the official way to build the kernel, it's often useful to debug sys/conf/files* changes when adding new drivers, etc.
Reviewed by: imp, meena <me igalic co> Pull Request: https://github.com/freebsd/freebsd-src/pull/1082
show more ...
|
| #
5796e3a7
|
| 16-Nov-2023 |
Umer Saleem <usaleem@ixsystems.com> |
Packaging: Auto-generate changelog during configure (#15528)
Auto-generate changelog based off on @VERSION@ during configure,
so that it is not needed to be update with new releases / version
upda
Packaging: Auto-generate changelog during configure (#15528)
Auto-generate changelog based off on @VERSION@ during configure,
so that it is not needed to be update with new releases / version
updates.
Signed-off-by: Umer Saleem <usaleem@ixsystems.com>
Reviewed-by: Tony Hutter <hutter2@llnl.gov>
show more ...
|
| #
dc1d3303
|
| 05-Aug-2023 |
Rob Norris <robn@despairlabs.com> |
mailmap: initial, trying to tidy up a lot of the commit history
This comes from the observation that a huge number of commit author fields look quite strange (to my eyes), but quite often the Signed
mailmap: initial, trying to tidy up a lot of the commit history
This comes from the observation that a huge number of commit author fields look quite strange (to my eyes), but quite often the Signed-off-by: trailer has the correct name. For these I have updated the name where it was obvious how to do so, however, I have not created a mapping for the commit email to the Signed-off-by email, as whatever I choose for email will become the prime candidate for inclusion in the AUTHORS file, and care needs to be taken when acting without explicit consent.
There's a small handful of commits that look like they were done on local machines, or CI hosts, or similar, where the git authorship config wasn't set up properly. Its obvious what this should look like, so I've just done them.
The remainder is mapping Github noreply emails to either an obviously-correct Signed-off-by trailer, or to a an author from another commit. This was mostly done by hand, so there may be errors, but I think its close. I do not understand where these come from - I know that they're what commits made via Github web look like when there's no real address set on the account, but I find it hard to believe that so many of these came through the web, especially given the complexity of most of the changes. I suspect there's some kind of merge helper tool in play here. Regardless, the history is set now, and this tries to get it back on track.
Obviously, all of this helps the history look tidy, but this also feeds into the AUTHORS update script. See next commit.
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Tino Reichardt <milky-zfs@mcmilk.de> Signed-off-by: Rob Norris <robn@despairlabs.com> Closes #15374
show more ...
|
| #
82d22913
|
| 06-Oct-2023 |
Martin Matuška <martin@matuska.de> |
CI: add FreeBSD build with Cirrus CI
As a first step for automatic FreeBSD testing add a build and install
for FreeBSD versions 12.4, 13.2 and 14-snapshot using Cirrus CI.
Reviewed-by: Jose Luis
CI: add FreeBSD build with Cirrus CI
As a first step for automatic FreeBSD testing add a build and install
for FreeBSD versions 12.4, 13.2 and 14-snapshot using Cirrus CI.
Reviewed-by: Jose Luis Duran
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Martin Matuska <mm@FreeBSD.org>
Closes #15332
show more ...
|
| #
e56a937c
|
| 04-Oct-2023 |
Baptiste Daroussin <bapt@FreeBSD.org> |
bsddialog: Import version 1.0
|
| #
28df100a
|
| 20-Sep-2023 |
Mina Galic <freebsd@igalic.co> |
vendor/unbound: ignore *~
and remove stray config.h.in~ file
Reviewed by: delphij, cy Differential Revision: https://reviews.freebsd.org/D41919
|
| #
9b3517a4
|
| 21-Aug-2023 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Import unifdef 2.11
|
| #
8ef49144
|
| 08-Aug-2023 |
Enji Cooper <ngie@FreeBSD.org> |
Import GoogleTest v1.14.0
Imported via the following general commands:
``` git rm -rf * git archive --format=tar v1.14.0 | tar -xvf - -C /path/to/git/vendor/clone git commit -A ```
Obtained from:
Import GoogleTest v1.14.0
Imported via the following general commands:
``` git rm -rf * git archive --format=tar v1.14.0 | tar -xvf - -C /path/to/git/vendor/clone git commit -A ```
Obtained from: https://github.com/google/googletest
show more ...
|