History log of /freebsd-current/lib/libbsdstat/bsdstat.c
Revision Date Author Comments
# b3e76948 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: two-line .h pattern

Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/


# 4d846d26 10-May-2023 Warner Losh <imp@FreeBSD.org>

spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD

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


# 5e53a4f9 25-Nov-2017 Pedro F. Giffuni <pfg@FreeBSD.org>

lib: further adoption of SPDX licensing ID tags.

Mainly focus on files that use BSD 2-Clause license, however the tool I
was using mis-identified 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.


# 41cee4e4 16-May-2016 Don Lewis <truckman@FreeBSD.org>

Fix off by one error in index limit calculation

Reported by: Coverity
CID: 1193826


# 801a8f94 10-Mar-2014 Eitan Adler <eadler@FreeBSD.org>

libbsdstat: fix warnings, set WARNS

libbsdstat can build with WARNS=6 with a one line change.


# 81bd3d89 05-Mar-2014 Adrian Chadd <adrian@FreeBSD.org>

Add 'libstatfoo' from Sam Leffler.