History log of /freebsd-current/usr.sbin/jail/jaillex.l
Revision Date Author Comments
# 1d386b48 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line .c pattern

Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/


# 086e0149 03-Jun-2023 Jamie Gritton <jamie@FreeBSD.org>

jail: Use re-entrant versions of lex & yacc, and lex's yylineno


# 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


# a9a39d40 10-Sep-2019 Baptiste Daroussin <bapt@FreeBSD.org>

Stop linking to libl by specifying we do not need yywrap

MFC after: 3 days


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

various: 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.


# 6bd211bb 27-Mar-2017 Jamie Gritton <jamie@FreeBSD.org>

Same as r316022 (Fix hexadecimal escape codes in jail.conf(5)),
but do it right this time.

Reported by: Kyle Evans <Kyle Evans>
MFC after: 3 days


# acf8ec56 27-Mar-2017 Jamie Gritton <jamie@FreeBSD.org>

Fix hexadecimal escape codes in jail.conf(5).

PR: 218154
Submitted by: Masahiro Konishi <mkonishi@sea.plala.or.jp>
MFC after: 3 days


# 9c5a52cf 22-May-2013 Jung-uk Kim <jkim@FreeBSD.org>

Work around build breakages with GCC 4.2.

Reported by: tinderbox


# a7880d59 03-May-2013 Jung-uk Kim <jkim@FreeBSD.org>

Improve compatibility with recent flex from flex.sourceforge.net.


# ff129df0 02-May-2012 Jamie Gritton <jamie@FreeBSD.org>

Add YY_NO_INPUT so clang doesn't complain about "input" not being used.


# d8352076 17-Jun-2011 Jamie Gritton <jamie@FreeBSD.org>

Update copyright dates and other whitespacey stuff.


# 2671ee73 20-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

Initial work on the new jail(8). There are more features to add, and some
cleaning up to do on existing features, but this is pretty much what the
final product will look like.