History log of /freebsd-current/.gitattributes
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 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 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


# 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
Reviewed by: delphij
Differential Revision: https://reviews.freebsd.org/D42447


# 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 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

# 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://reviews.freebsd.org/D18739

# 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: https://reviews.freebsd.org/D18137

# 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 Revision: https://reviews.freebsd.org/D16528

# 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.

# 68965ba9 02-Dec-2021 Cy Schubert <cy@FreeBSD.org>

unbound: Vendor import 1.14.0rc1

This vendor import was requested by glebius@ as it should fix unbound
crashes.

Reported by: glebius


# 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 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.


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

Vendor import of Gavin D. Howards bc version 4.0.1


# 1a56a5ea 20-Aug-2019 Dimitry Andric <dim@FreeBSD.org>

Remove upstream files and directories from vendor/llvm/dist that we do
not use. This saves on repository space, and reduces the number of tree
conflicts when merging.


# 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 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


# 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://reviews.freebsd.org/D18739


# 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: https://reviews.freebsd.org/D18137


# 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 Revision: https://reviews.freebsd.org/D16528


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

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


# 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


# 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


# 8c8f03ca 11-May-2016 Martin Matuska <mm@FreeBSD.org>

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