|
Revision tags: release/13.4.0-p5, release/13.5.0-p1, release/14.2.0-p3, release/13.5.0, release/14.2.0-p2, release/14.1.0-p8, release/13.4.0-p4, release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3, release/14.2.0, release/13.4.0, release/14.1.0, release/13.3.0 |
|
| #
0733fe2a |
| 16-Nov-2023 |
Umer Saleem <[email protected]> |
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 update
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 <[email protected]> Reviewed-by: Tony Hutter <[email protected]>
show more ...
|
|
Revision tags: release/14.0.0 |
|
| #
da93b72c |
| 05-Aug-2023 |
Rob Norris <[email protected]> |
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 <[email protected]> Reviewed-by: Tino Reichardt <[email protected]> Signed-off-by: Rob Norris <[email protected]> Closes #15374
show more ...
|
| #
c27277da |
| 06-Oct-2023 |
Martin Matuška <[email protected]> |
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 <[email protected]>
Signed-off-by: Martin Matuska <[email protected]>
Closes #15332
show more ...
|
| #
9b3517a4 |
| 21-Aug-2023 |
Dag-Erling Smørgrav <[email protected]> |
Import unifdef 2.11
|
| #
14b646f7 |
| 18-Jul-2023 |
Martin Matuska <[email protected]> |
Update vendor/libarchive to libarchive/libarchive@ee4579617
Important changes (relevant to FreeBSD): #1840 year 2038 fix for pax archives on platforms with 64-bit time_t #1873 bsdunzip ported to
Update vendor/libarchive to libarchive/libarchive@ee4579617
Important changes (relevant to FreeBSD): #1840 year 2038 fix for pax archives on platforms with 64-bit time_t #1873 bsdunzip ported to libarchive from FreeBSD #1894 read support for zstd compression in 7zip archives #1918 ARM64 filter support in 7zip archives
Obtained from: libarchive Libarchive commit: ee45796171324519f0c0bfd012018dd099296336 Libarchive tag: v3.7.0
show more ...
|
| #
058aa793 |
| 20-Apr-2023 |
Ed Maste <[email protected]> |
Vendor import of libcbor 0.10.2
|
|
Revision tags: release/13.2.0 |
|
| #
974000f1 |
| 27-Mar-2023 |
Ruslan Bukin <[email protected]> |
Update OpenCSD to v1.4.0.
Sponsored by: UKRI
|
| #
42875200 |
| 07-Mar-2023 |
Jake Freeland <[email protected]> |
.gitignore: Ignore LSP generated .cache
Language servers like clangd generate a .cache directory to store compilation cache. Tell Git to ignore this directory when staging files.
Reviewed by: markj
.gitignore: Ignore LSP generated .cache
Language servers like clangd generate a .cache directory to store compilation cache. Tell Git to ignore this directory when staging files.
Reviewed by: markj MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D38937
show more ...
|
| #
b1cbac9f |
| 27-Jan-2023 |
Phil Shafer <[email protected]> |
Vendor import of NetBSD's mtree at 2020-12-11
|
|
Revision tags: release/12.4.0 |
|
| #
04af98db |
| 23-Nov-2022 |
Mateusz Guzik <[email protected]> |
gitignore: whack dead architectures
|
| #
93bf91b4 |
| 05-Nov-2022 |
Kyle Evans <[email protected]> |
Update wireguard-tools to 139aac59a5ab7
This includes fixes for two issues pointed out by FreeBSD's Coverity, as well as a -Wcast-qual complaint.
While we're here, ignore build artifacts as well up
Update wireguard-tools to 139aac59a5ab7
This includes fixes for two issues pointed out by FreeBSD's Coverity, as well as a -Wcast-qual complaint.
While we're here, ignore build artifacts as well upon import.
show more ...
|
| #
7e00bf87 |
| 29-Oct-2022 |
Kyle Evans <[email protected]> |
Import wireguard-tools for wg(8)
744bfb213144 ("Import the WireGuard driver from zx2c4.com") re-imported the WireGuard driver with the intention that wg(8) will be used to manage WireGuard interface
Import wireguard-tools for wg(8)
744bfb213144 ("Import the WireGuard driver from zx2c4.com") re-imported the WireGuard driver with the intention that wg(8) will be used to manage WireGuard interfaces, as on other platforms, now that wg(8) has been dual-licensed MIT specifically to allow our use in base (thanks!).
This is a copy of wireguard-tools/src, with files that we don't need .gitignore'd out to make it more clear that we're only building files that are either MIT or dual-licensed MIT. We may go with a different structure later (e.g., if we end up needing to include outside of src/), but an upstream restructure seems unlikely in the foreseeable future.
show more ...
|
| #
9f24fda5 |
| 25-Sep-2022 |
Alfonso S. Siciliano <[email protected]> |
contrib/bsddialog: Import version 0.4
Improvements and changes to integrate bsddialog(1) with scripts in BASE. Overview:
* New options. --and-widget, --keep-tite, --calendar. * Change output form
contrib/bsddialog: Import version 0.4
Improvements and changes to integrate bsddialog(1) with scripts in BASE. Overview:
* New options. --and-widget, --keep-tite, --calendar. * Change output format. Menus and --print-maxsize. * Redefine sizing. Fixed rows, cols and menurows became at the most. * Add DIAGNOSTICS. Error messages for bad arguments and options. * Add keys. Space for --menu, fast keys for --msgbox and --yesno. * Text. Change default text modification, add --cr-wrap.
See /usr/src/contrib/bsddialog/CHANGELOG '2022-09-24 Version 0.4' for more detailed information.
show more ...
|
| #
2c9fd765 |
| 03-Sep-2022 |
Alfonso S. Siciliano <[email protected]> |
contrib/bsddialog: Import version 0.3
New features overview: * Unicode. User interface handles multi-column characters. API can handle char* like a multibyte character string. Internally wide
contrib/bsddialog: Import version 0.3
New features overview: * Unicode. User interface handles multi-column characters. API can handle char* like a multibyte character string. Internally wide characters are used for keyboard input, to adapt word wrapping and dynamic text auto-sizing for multi-column characters. * Forms refactoring. Complete rewrite deleting libformw dependency. * Theme. New utility options to save and load custom theme at run-time. * TUI navigation. Added keys to navigate input components. Changed default focus behavior of input dialogs to be LGPL-dialog-like; a new option can set the previous whiptail-like behavior.
See /usr/src/contrib/bsddialog/CHANGELOG '2022-08-29 Version 0.3' for more detailed information.
show more ...
|
| #
ef7a6f1d |
| 29-May-2022 |
Mark Johnston <[email protected]> |
gitignore: Ignore compile_commands.events.json
This is a temporary file that appears when a build is wrapped using devel/bear.
MFC after: 1 week
|
|
Revision tags: release/13.1.0 |
|
| #
5cdca5b1 |
| 09-Apr-2022 |
наб <[email protected]> |
autoconf: use include directives instead of recursing down cmd
No installation diff, dist lost -zfs-2.1.99/cmd/fsck_zfs/fsck.zfs which was distributed erroneously, since it's generated
Also clean
autoconf: use include directives instead of recursing down cmd
No installation diff, dist lost -zfs-2.1.99/cmd/fsck_zfs/fsck.zfs which was distributed erroneously, since it's generated
Also clean gitrev on clean
Also add -e 'any possible bashisms' to default checkbashisms flags, and fully parallelise it and shellcheck, and it works out-of-tree, too
Also align the Release in the dist META file correctly
Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Ahelenia Ziemiańska <[email protected]> Closes #13316
show more ...
|
| #
f6acb9b9 |
| 18-Apr-2022 |
Simon J. Gerraty <[email protected]> |
Vendor import of BearSSL at 2022-04-18 hash d40d23b
|
| #
2f8d4418 |
| 13-Mar-2022 |
Alfonso S. Siciliano <[email protected]> |
bsddialog: Import version0.2
This version provides improvements and fixes mainly to use bsddialog utility in bsdinstall/scripts. The lib API is not broken so the previous converted utilities (tzsetu
bsddialog: Import version0.2
This version provides improvements and fixes mainly to use bsddialog utility in bsdinstall/scripts. The lib API is not broken so the previous converted utilities (tzsetup, distextract, etc.) are OK.
Approved by: bapt (mentor) Differential Revision: https://reviews.freebsd.org/D34458
show more ...
|
| #
3673adf1 |
| 07-Mar-2022 |
Stefan Eßer <[email protected]> |
vendor/bc: import version 5.2.3
This version fixes a parse error when passing a file to bc using -f if that file has a multiline comment or string in it.
MFC after: 3 days
|
| #
84631082 |
| 09-Feb-2022 |
Martin Matuska <[email protected]> |
Update vendor/libarchive libarchive/libarchive@9147def1d
Libarchive 3.6.0
New features: PR #1614: tar: new option "--no-read-sparse" PR #1503: RAR reader: filter support PR #1585: RAR5 reader
Update vendor/libarchive libarchive/libarchive@9147def1d
Libarchive 3.6.0
New features: PR #1614: tar: new option "--no-read-sparse" PR #1503: RAR reader: filter support PR #1585: RAR5 reader: self-extracting archive support
New features (not used in FreeBSD base): PR #1567: tar: threads support for zstd (#1567) PR #1518: ZIP reader: zstd decompression support
Security Fixes: PR #1491, #1492, #1493, CVE-2021-36976: fix invalid memory access and out of bounds read in RAR5 reader PR #1566, #1618, CVE-2021-31566: extended fix for following symlinks when processing the fixup list
Other notable bugfixes and improvements: PR #1620: tar: respect "--ignore-zeros" in c, r and u modes PR #1625: reduced size of application binaries
Obtained from: libarchive Libarchive commit: 9147def1da7ad1bdd47b3559eb1bfeeb0e0f374b Libarchive tag: v3.6.0
show more ...
|
| #
679ff611 |
| 18-Jan-2022 |
Cy Schubert <[email protected]> |
.gitignore: Restore inadvertently deleted file
Restore .gitignore inadvertently deleted by 5eb81a4b4028113e3c319f21a1db6b67613ec7ab.
Fixes: 5eb81a4b4028113e3c319f21a1db6b67613ec7ab Pointy hat to:
.gitignore: Restore inadvertently deleted file
Restore .gitignore inadvertently deleted by 5eb81a4b4028113e3c319f21a1db6b67613ec7ab.
Fixes: 5eb81a4b4028113e3c319f21a1db6b67613ec7ab Pointy hat to: cy
show more ...
|
| #
b1f7154c |
| 08-Jan-2022 |
Alexander V. Chernikov <[email protected]> |
gitignore: ignore vim swap files & .rej/.orig
Reviewed by: cem, avg MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D33794
|
| #
77a55d2c |
| 21-Dec-2021 |
Alfonso Siciliano <[email protected]> |
bsddialog: import snapshot 0.0.2
|
| #
ace33703 |
| 26-Dec-2021 |
Andriy Gapon <[email protected]> |
add exuberant ctags tags file to gitignore
|
| #
e41955dd |
| 13-Dec-2021 |
Alfonso Siciliano <[email protected]> |
bsddialog: import version 0.0.1
|