History log of /freebsd-14.2/.gitattributes (Results 1 – 15 of 15)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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, release/14.0.0, release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0
# 2f57ecae 09-Aug-2021 Stefan Eßer <[email protected]>

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 <[email protected]>

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
# b0f20f11 07-Jun-2019 Alex Richardson <[email protected]>

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 <[email protected]>

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 <[email protected]>

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 <[email protected]>

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 <[email protected]>

import zstd 1.3.7


# b7e25196 02-Aug-2018 Ben Widawsky <[email protected]>

Remove spuriously added svn properties


# be223cad 02-Aug-2018 Ben Widawsky <[email protected]>

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 <[email protected]>

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


Revision tags: release/11.2.0
# 15e8779b 25-Dec-2017 Eitan Adler <[email protected]>

.git*: add gitattributes and gitignore

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


# 044eb2f6 18-Dec-2017 Dimitry Andric <[email protected]>

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 <[email protected]>

Import zstd 1.1.4


# bd51c208 03-Feb-2017 Dag-Erling Smørgrav <[email protected]>

import unbound 1.6.0


Revision tags: release/11.0.1, release/11.0.0
# 8c8f03ca 11-May-2016 Martin Matuska <[email protected]>

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