aboutsummaryrefslogtreecommitdiff
path: root/sys/tools/acpi_quirks2h.awk
Commit message (Collapse)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
| | | | | | | | | The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch up to that fact and revert to their recommended match of BSD-2-Clause. Discussed with: pfg MFC After: 3 days Sponsored by: Netflix
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
| | | | | | | | | | | | | | | | | Mainly focus on files that use BSD 2-Clause license, however the tool I was using misidentified many licenses so this was mostly a manual - error prone - task. The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts. No functional change intended. Notes: svn path=/head/; revision=326272
* Catch up with ACPI-CA 20070320 import.Jung-uk Kim2007-03-221-5/+5
| | | | Notes: svn path=/head/; revision=167814
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+2
| | | | Notes: svn path=/head/; revision=139825
* Complete quirk handling script by matching the in-kernel table format.Nate Lawson2004-06-301-16/+11
| | | | | | | | Use a union to properly assign values. Collapse some unnecessary variables in the revision rules. Notes: svn path=/head/; revision=131311
* Add a script to parse acpi_quirks into a header file that we can compileNate Lawson2004-06-241-0/+191
into ACPI. Script written by Mark Santcroos with some edits from myself. Submitted by: marks Notes: svn path=/head/; revision=131037