History log of /src/sys/tools/usbdevs2h.awk (Results 1 – 25 of 33)
Revision Date Author Comments
# 031beb4e 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

sys: Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# 94b73d30 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

usbdevs2h: Ignore First Line and stop generating $FreeBSD$

Just ignore the first line of the usbdevs file. And stop recording what
the usbdevs* files were generated from. It's said '$FreeBSD$' for y

usbdevs2h: Ignore First Line and stop generating $FreeBSD$

Just ignore the first line of the usbdevs file. And stop recording what
the usbdevs* files were generated from. It's said '$FreeBSD$' for years
now...

Sponsored by: Netflix

show more ...


# 031beb4e 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

sys: Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# 94b73d30 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

usbdevs2h: Ignore First Line and stop generating $FreeBSD$

Just ignore the first line of the usbdevs file. And stop recording what
the usbdevs* files were generated from. It's said '$FreeBSD$' for y

usbdevs2h: Ignore First Line and stop generating $FreeBSD$

Just ignore the first line of the usbdevs file. And stop recording what
the usbdevs* files were generated from. It's said '$FreeBSD$' for years
now...

Sponsored by: Netflix

show more ...


# eef186f8 28-Jan-2018 Warner Losh <imp@FreeBSD.org>

Avoid using \$. It's an unknown escape sequence. Some awks warn about
that. Instead, simply remove the sequence entirely because we never
commit the generated files.


# fe267a55 27-Nov-2017 Pedro F. Giffuni <pfg@FreeBSD.org>

sys: general adoption of SPDX licensing ID tags.

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
pro

sys: general adoption of SPDX licensing ID tags.

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.

show more ...


# eef186f8 28-Jan-2018 Warner Losh <imp@FreeBSD.org>

Avoid using \$. It's an unknown escape sequence. Some awks warn about
that. Instead, simply remove the sequence entirely because we never
commit the generated files.


# fe267a55 27-Nov-2017 Pedro F. Giffuni <pfg@FreeBSD.org>

sys: general adoption of SPDX licensing ID tags.

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
pro

sys: general adoption of SPDX licensing ID tags.

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.

show more ...


# 60727d8b 07-Jan-2005 Warner Losh <imp@FreeBSD.org>

/* -> /*- for license, minor formatting changes


# 3c20c603 31-Dec-2004 Warner Losh <imp@FreeBSD.org>

dheader and hheader were the same function, really, so rename one of
them to header, kill the other and use both with a different arg...


# 70eefcc5 31-Dec-2004 Warner Losh <imp@FreeBSD.org>

Use functions to make the program clearer.


# 2fe2cbd5 30-Dec-2004 Warner Losh <imp@FreeBSD.org>

Allow -d and -h as command line flags. These are used to generate
only the .h or _data.h files respectively. Restructure code to allow
for this.


# e5b1e74d 16-Apr-2004 David E. O'Brien <obrien@FreeBSD.org>

Correct $FreeBSD$ style.


# a4c63369 01-Apr-2002 Josef Karthauser <joe@FreeBSD.org>

constify


# 5630d313 18-Nov-1999 Nick Hibma <n_hibma@FreeBSD.org>

Add usbdevs and friends.


# 031beb4e 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

sys: Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# 94b73d30 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

usbdevs2h: Ignore First Line and stop generating $FreeBSD$

Just ignore the first line of the usbdevs file. And stop recording what
the usbdevs* files were generated from. It's said '$FreeBSD$' for y

usbdevs2h: Ignore First Line and stop generating $FreeBSD$

Just ignore the first line of the usbdevs file. And stop recording what
the usbdevs* files were generated from. It's said '$FreeBSD$' for years
now...

Sponsored by: Netflix

show more ...


# eef186f8 28-Jan-2018 Warner Losh <imp@FreeBSD.org>

Avoid using \$. It's an unknown escape sequence. Some awks warn about
that. Instead, simply remove the sequence entirely because we never
commit the generated files.


# fe267a55 27-Nov-2017 Pedro F. Giffuni <pfg@FreeBSD.org>

sys: general adoption of SPDX licensing ID tags.

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
pro

sys: general adoption of SPDX licensing ID tags.

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.

show more ...


# 60727d8b 07-Jan-2005 Warner Losh <imp@FreeBSD.org>

/* -> /*- for license, minor formatting changes


# 3c20c603 31-Dec-2004 Warner Losh <imp@FreeBSD.org>

dheader and hheader were the same function, really, so rename one of
them to header, kill the other and use both with a different arg...


# 70eefcc5 31-Dec-2004 Warner Losh <imp@FreeBSD.org>

Use functions to make the program clearer.


# 2fe2cbd5 30-Dec-2004 Warner Losh <imp@FreeBSD.org>

Allow -d and -h as command line flags. These are used to generate
only the .h or _data.h files respectively. Restructure code to allow
for this.


# e5b1e74d 16-Apr-2004 David E. O'Brien <obrien@FreeBSD.org>

Correct $FreeBSD$ style.


# a4c63369 01-Apr-2002 Josef Karthauser <joe@FreeBSD.org>

constify


12