History log of /freebsd/.gitattributes (Results 1 – 21 of 21)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# e85dbcda 04-May-2024 Ed Maste <emaste@FreeBSD.org>

Vendor import of libfido2 1.14.0


Revision tags: release/13.3.0
# 896fd0d3 26-Dec-2023 Minsoo Choo <minsoochoo0122@proton.me>

Remove SVN related Git attributes

Signed-off-by: Minsoo Choo <minsoochoo0122@proton.me>
Reviewed by: imp, zlei
Pull Request: https://github.com/freebsd/freebsd-src/pull/938


# b2376a5f 15-Nov-2023 Warner Losh <imp@FreeBSD.org>

Revert "awk: Merge upstream 2nd Edition Awk Book"

The pre-push testing I did turned out to be testing the old version with
the old testsuite (for reasons I don't understnad). There's issues with
the

Revert "awk: Merge upstream 2nd Edition Awk Book"

The pre-push testing I did turned out to be testing the old version with
the old testsuite (for reasons I don't understnad). There's issues with
the new version, the new test in the suite or (likely) both. Revert
until they can be chased down.

This should also fix the github CI that's gone red since this commit.

This reverts commit 3fd60a6b73ac01a72df89751f173970fae4cae73, reversing
changes made to 194df014feebd8b169b41ecd75ae73d63a792d6b.

Sponsored by: Netflix

show more ...


Revision tags: release/14.0.0
# 3fd60a6b 02-Nov-2023 Warner Losh <imp@FreeBSD.org>

awk: Merge upstream 2nd Edition Awk Book

Merge in the November 2nd, 2023 version of one true awk.

This brings in Unicode support, CSV support and a number of bug fixes.

Sponsored by: Netflix
Revi

awk: Merge upstream 2nd Edition Awk Book

Merge in the November 2nd, 2023 version of one true awk.

This brings in Unicode support, CSV support and a number of bug fixes.

Sponsored by: Netflix
Reviewed by: delphij
Differential Revision: https://reviews.freebsd.org/D42447

show more ...


Revision tags: release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0
# 2f57ecae 09-Aug-2021 Stefan Eßer <se@FreeBSD.org>

vendor/bc: imoport release 5.0.0

This is a new major release with a number of changes and extensions:

- Limited the number of temporary numbers and made the space for them
static so that allocati

vendor/bc: imoport release 5.0.0

This is a new major release with a number of changes and extensions:

- Limited the number of temporary numbers and made the space for them
static so that allocating more space for them cannot fail.
- Allowed integers with non-zero scale to be used with power, places,
and shift operators.
- Added greatest common divisor and least common multiple to lib2.bc.
- Made bc and dc UTF-8 capable.
- Added the ability for users to have bc and dc quit on SIGINT.
- Added the ability for users to disable prompt and TTY mode by
environment variables.
- Added the ability for users to redefine keywords.
- Added dc's modular exponentiation and divmod to bc.
- Added the ability to assign strings to variables and array elements
and pass them to functions in bc.
- Added dc's asciify command and stream printing to bc.
- Added bitwise and, or, xor, left shift, right shift, reverse,
left rotate, right rotate, and mod functions to lib2.bc.
- Added the functions s2u(x) and s2un(x,n), to lib2.bc.

show more ...


# bd136720 25-Apr-2021 Stefan Eßer <se@FreeBSD.org>

Vendor import of Gavin D. Howards bc version 4.0.1


Revision tags: release/13.0.0, release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0
# e532a999 20-Jun-2019 Alan Somers <asomers@FreeBSD.org>

MFHead @349234

Sponsored by: The FreeBSD Foundation


# b0f20f11 07-Jun-2019 Alex Richardson <arichardson@FreeBSD.org>

Add a basic clang-format configuration file

This gets reasonably close to the existing format in sys/kern but will
probably require some changes to upstream clang-format before it can be
used as the

Add a basic clang-format configuration file

This gets reasonably close to the existing format in sys/kern but will
probably require some changes to upstream clang-format before it can be
used as the default formatting tool.

I tried formatting a few files in sys/kern and the result is pretty close to
the existing code. However, this configuration file is not ready to be used
without manually checking the output.

Reviewed By: emaste
Differential Revision: https://reviews.freebsd.org/D20533

show more ...


# fbeb31a2 05-Jan-2019 Matt Macy <mmacy@FreeBSD.org>

MK_ZFS -> {MK_ZFS|MK_LOADER_ZFS}, this is so we can diable userland / kernel
ZFS but keep the boot-loaders when using ZoL port.

MFC after: 1 week
Reviewed by: rgrimes
Differential Revision: https://

MK_ZFS -> {MK_ZFS|MK_LOADER_ZFS}, this is so we can diable userland / kernel
ZFS but keep the boot-loaders when using ZoL port.

MFC after: 1 week
Reviewed by: rgrimes
Differential Revision: https://reviews.freebsd.org/D18739

show more ...


Revision tags: release/12.0.0
# cdf90d6e 26-Nov-2018 Andrew Rybchenko <arybchik@FreeBSD.org>

sfxge(4): fix incorrectly set svn properties

File name was used by the svn property value since
real value was lost in the command.


# 9ed106d0 26-Nov-2018 Andrew Rybchenko <arybchik@FreeBSD.org>

sfxge(4): update autogenerated headers from firmwaresrc

Pick up Medford2 interfaces.

Split AOE operations out into own header.

Sponsored by: Solarflare Communications, Inc.
Differential Revision

sfxge(4): update autogenerated headers from firmwaresrc

Pick up Medford2 interfaces.

Split AOE operations out into own header.

Sponsored by: Solarflare Communications, Inc.
Differential Revision: https://reviews.freebsd.org/D18137

show more ...


# 706cfae4 22-Oct-2018 Conrad Meyer <cem@FreeBSD.org>

import zstd 1.3.7


# b7e25196 02-Aug-2018 Ben Widawsky <bwidawsk@FreeBSD.org>

Remove spuriously added svn properties


# be223cad 02-Aug-2018 Ben Widawsky <bwidawsk@FreeBSD.org>

tools: Add a git-svn bootstrap script

codified version of https://wiki.freebsd.org/GitWorkflow/GitSvn#Using_git-svn

Approved by: emaste (mentor)
Suggested by: Warner Losh (imp)
Differential Revisio

tools: Add a git-svn bootstrap script

codified version of https://wiki.freebsd.org/GitWorkflow/GitSvn#Using_git-svn

Approved by: emaste (mentor)
Suggested by: Warner Losh (imp)
Differential Revision: https://reviews.freebsd.org/D16528

show more ...


# eb11fae6 28-Jul-2018 Dimitry Andric <dim@FreeBSD.org>

Vendor import of llvm trunk r338150:
https://llvm.org/svn/llvm-project/llvm/trunk@338150


Revision tags: release/11.2.0
# 4fc74049 29-Dec-2017 Dimitry Andric <dim@FreeBSD.org>

Merge ^/head r327169 through r327340.


# 15e8779b 25-Dec-2017 Eitan Adler <eadler@FreeBSD.org>

.git*: add gitattributes and gitignore

For users of the git mirrors, lets provide useful git configuration
files.


# 044eb2f6 18-Dec-2017 Dimitry Andric <dim@FreeBSD.org>

Vendor import of llvm trunk r321017:
https://llvm.org/svn/llvm-project/llvm/trunk@321017


Revision tags: release/10.4.0, release/11.1.0
# a19eddc3 15-Apr-2017 Baptiste Daroussin <bapt@FreeBSD.org>

Import zstd 1.1.4


# bd51c208 03-Feb-2017 Dag-Erling Smørgrav <des@FreeBSD.org>

import unbound 1.6.0


Revision tags: release/11.0.1, release/11.0.0
# 8c8f03ca 11-May-2016 Martin Matuska <mm@FreeBSD.org>

Keep full libarchive distribution in vendor branch (prep for 3.2.0 update)