History log of /freebsd-10-stable/usr.sbin/jail/jaillex.l
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 316193 30-Mar-2017 jamie

MFC r316022,r316023:

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

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


# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 250926 23-May-2013 jkim

Work around build breakages with GCC 4.2.

Reported by: tinderbox


# 250227 03-May-2013 jkim

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


# 234934 02-May-2012 jamie

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


# 234712 26-Apr-2012 jamie

A new jail(8) with a configuration file, ultimately to replace the work
currently done by /etc/rc.d/jail.

MFC after: 3 months


# 223190 17-Jun-2011 jamie

Update copyright dates and other whitespacey stuff.


# 214117 20-Oct-2010 jamie

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.