aboutsummaryrefslogtreecommitdiff
path: root/.gitattributes
Commit message (Collapse)AuthorAgeFilesLines
* Add a basic clang-format configuration fileAlex Richardson2019-06-071-0/+1
| | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=348777
* MK_ZFS -> {MK_ZFS|MK_LOADER_ZFS}, this is so we can diable userland / kernelMatt Macy2019-01-051-0/+1
| | | | | | | | | | | ZFS but keep the boot-loaders when using ZoL port. MFC after: 1 week Reviewed by: rgrimes Differential Revision: https://reviews.freebsd.org/D18739 Notes: svn path=/head/; revision=342793
* sfxge(4): fix incorrectly set svn propertiesAndrew Rybchenko2018-11-261-2/+0
| | | | | | | | File name was used by the svn property value since real value was lost in the command. Notes: svn path=/head/; revision=340931
* sfxge(4): update autogenerated headers from firmwaresrcAndrew Rybchenko2018-11-261-0/+2
| | | | | | | | | | | | Pick up Medford2 interfaces. Split AOE operations out into own header. Sponsored by: Solarflare Communications, Inc. Differential Revision: https://reviews.freebsd.org/D18137 Notes: svn path=/head/; revision=340930
* Remove spuriously added svn propertiesBen Widawsky2018-08-021-1/+0
| | | | Notes: svn path=/head/; revision=337158
* tools: Add a git-svn bootstrap scriptBen Widawsky2018-08-021-0/+1
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=337157
* .git*: add gitattributes and gitignoreEitan Adler2017-12-251-0/+5
For users of the git mirrors, lets provide useful git configuration files. Notes: svn path=/head/; revision=327183