head	1.4;
access;
symbols
	RELENG_8_4:1.3.0.2
	RELENG_9_1_0_RELEASE:1.1.2.2.2.2
	RELENG_8:1.1.0.4
	RELENG_9_1:1.1.2.2.0.2
	RELENG_9_1_BP:1.1.2.2
	RELENG_9:1.1.0.2;
locks; strict;
comment	@# @;


1.4
date	2013.06.05.00.32.41;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2012.11.17.01.52.55;	author svnexp;	state Exp;
branches
	1.3.2.1;
next	1.2;

1.2
date	2012.10.22.02.12.11;	author eadler;	state Exp;
branches;
next	1.1;

1.1
date	2012.06.04.22.54.19;	author obrien;	state Exp;
branches
	1.1.2.1
	1.1.4.1;
next	;

1.3.2.1
date	2012.11.17.01.52.55;	author svnexp;	state dead;
branches;
next	1.3.2.2;

1.3.2.2
date	2013.03.28.13.05.19;	author svnexp;	state Exp;
branches;
next	;

1.1.2.1
date	2012.06.29.15.57.25;	author obrien;	state dead;
branches;
next	1.1.2.2;

1.1.2.2
date	2012.06.29.15.57.25;	author obrien;	state Exp;
branches
	1.1.2.2.2.1;
next	1.1.2.3;

1.1.2.3
date	2012.10.26.00.44.32;	author eadler;	state Exp;
branches;
next	1.1.2.4;

1.1.2.4
date	2012.11.17.11.37.16;	author svnexp;	state Exp;
branches;
next	1.1.2.5;

1.1.2.5
date	2013.06.07.20.01.44;	author svnexp;	state Exp;
branches;
next	;

1.1.2.2.2.1
date	2012.08.05.23.54.33;	author kensmith;	state Exp;
branches;
next	1.1.2.2.2.2;

1.1.2.2.2.2
date	2012.11.17.08.48.04;	author svnexp;	state Exp;
branches;
next	;

1.1.4.1
date	2012.09.19.20.11.47;	author obrien;	state dead;
branches;
next	1.1.4.2;

1.1.4.2
date	2012.09.19.20.11.47;	author obrien;	state Exp;
branches;
next	1.1.4.3;

1.1.4.3
date	2012.10.26.00.44.34;	author eadler;	state Exp;
branches;
next	1.1.4.4;

1.1.4.4
date	2012.11.17.10.36.56;	author svnexp;	state Exp;
branches;
next	1.1.4.5;

1.1.4.5
date	2013.06.07.22.21.42;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.4
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/251368
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# $FreeBSD: head/sys/modules/filemon/Makefile 251368 2013-06-04 06:38:01Z obrien $

.PATH: ${.CURDIR}/../../dev/filemon

KMOD=	filemon
SRCS=	${KMOD}.c
SRCS+=	opt_compat.h

.include <bsd.kmod.mk>
@


1.3
log
@Switching exporter and resync
@
text
@d1 1
a1 1
# $FreeBSD: head/sys/modules/filemon/Makefile 241828 2012-10-22 02:12:11Z eadler $
d7 1
a7 1
SRCS+=	vnode_if.h opt_compat.h opt_capsicum.h
@


1.3.2.1
log
@file Makefile was added on branch RELENG_8_4 on 2013-03-28 13:05:19 +0000
@
text
@d1 9
@


1.3.2.2
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/248810
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@a0 9
# $FreeBSD: releng/8.4/sys/modules/filemon/Makefile 242113 2012-10-26 00:44:34Z eadler $

.PATH: ${.CURDIR}/../../dev/filemon

KMOD=	filemon
SRCS=	${KMOD}.c
SRCS+=	vnode_if.h opt_compat.h opt_capsicum.h

.include <bsd.kmod.mk>
@


1.2
log
@SVN rev 241828 on 2012-10-22 02:12:11Z by eadler

Finish migration of MAINTAINER entries

Approved by:	cperciva
MFC after:	3 days
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.1
log
@SVN rev 236592 on 2012-06-04 22:54:19Z by obrien

Add the 'filemon' device.  'filemon' is a kernel module that provides a device
interface for processes to record system calls of its children.

Submitted by:	Juniper Networks.
@
text
@a2 2
MAINTAINER=	obrien@@FreeBSD.org

@


1.1.4.1
log
@file Makefile was added on branch RELENG_8 on 2012-09-19 20:14:20 +0000
@
text
@d1 11
@


1.1.4.2
log
@SVN rev 240707 on 2012-09-19 20:11:47Z by obrien

MF9: r237795
     MFC: r236592 r236593 r236594 r236620 r236621 r236622 r236637 r237794:
          filemon(4)
@
text
@a0 11
# $FreeBSD$

MAINTAINER=	obrien@@FreeBSD.org

.PATH: ${.CURDIR}/../../dev/filemon

KMOD=	filemon
SRCS=	${KMOD}.c
SRCS+=	vnode_if.h opt_compat.h opt_capsicum.h

.include <bsd.kmod.mk>
@


1.1.4.3
log
@SVN rev 242113 on 2012-10-26 00:44:34Z by eadler

MFC r241828,r241891:
	Finish migration of MAINTAINER entries

Approved by:	cperciva (implicit)
@
text
@d3 2
@


1.1.4.4
log
@## SVN ##
## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/ 242909
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r242909 | dim | 2012-11-12 07:47:19 +0000 (Mon, 12 Nov 2012) | 20 lines
## SVN ##
## SVN ## MFC r242625:
## SVN ##
## SVN ## Remove duplicate const specifiers in many drivers (I hope I got all of
## SVN ## them, please let me know if not).  Most of these are of the form:
## SVN ##
## SVN ## static const struct bzzt_type {
## SVN ##       [...list of members...]
## SVN ## } const bzzt_devs[] = {
## SVN ##       [...list of initializers...]
## SVN ## };
## SVN ##
## SVN ## The second const is unnecessary, as arrays cannot be modified anyway,
## SVN ## and if the elements are const, the whole thing is const automatically
## SVN ## (e.g. it is placed in .rodata).
## SVN ##
## SVN ## I have verified this does not change the binary output of a full kernel
## SVN ## build (except for build timestamps embedded in the object files).
## SVN ##
## SVN ## Reviewed by:	yongari, marius
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d1 1
a1 1
# $FreeBSD: stable/8/sys/modules/filemon/Makefile 242113 2012-10-26 00:44:34Z eadler $
@


1.1.4.5
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/251511
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d1 1
a1 1
# $FreeBSD: stable/8/sys/modules/filemon/Makefile 251511 2013-06-07 21:39:46Z obrien $
d7 1
a7 1
SRCS+=	opt_compat.h
@


1.1.2.1
log
@file Makefile was added on branch RELENG_9 on 2012-06-29 16:00:48 +0000
@
text
@d1 11
@


1.1.2.2
log
@SVN rev 237795 on 2012-06-29 15:57:25Z by obrien

MFC: r236592 r236593 r236594 r236620 r236621 r236622 r236637 r237794: filemon(4)
@
text
@a0 11
# $FreeBSD$

MAINTAINER=	obrien@@FreeBSD.org

.PATH: ${.CURDIR}/../../dev/filemon

KMOD=	filemon
SRCS=	${KMOD}.c
SRCS+=	vnode_if.h opt_compat.h opt_capsicum.h

.include <bsd.kmod.mk>
@


1.1.2.3
log
@SVN rev 242112 on 2012-10-26 00:44:32Z by eadler

MFC r241828,r241891:
	Finish migration of MAINTAINER entries

Approved by:	cperciva (implicit)
@
text
@d3 2
@


1.1.2.4
log
@## SVN ##
## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/ 242902
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r242902 | dteske | 2012-11-11 23:29:45 +0000 (Sun, 11 Nov 2012) | 10 lines
## SVN ##
## SVN ## Fix a regression introduced by SVN r211417 that saw the breakage of a feature
## SVN ## documented in usr.sbin/sysinstall/help/shortcuts.hlp (reproduced below):
## SVN ##
## SVN ## If /usr/sbin/sysinstall is linked to another filename, say
## SVN ## `/usr/local/bin/configPackages', then the basename will be used
## SVN ## as an implicit command name.
## SVN ##
## SVN ## Reviewed by:	adrian (co-mentor)
## SVN ## Approved by:	adrian (co-mentor)
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d1 1
a1 1
# $FreeBSD: stable/9/sys/modules/filemon/Makefile 242112 2012-10-26 00:44:32Z eadler $
@


1.1.2.5
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/251504
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d1 1
a1 1
# $FreeBSD: stable/9/sys/modules/filemon/Makefile 251504 2013-06-07 19:02:32Z obrien $
d7 1
a7 1
SRCS+=	opt_compat.h
@


1.1.2.2.2.1
log
@SVN rev 239080 on 2012-08-05 23:54:33Z by kensmith

Copy stable/9 to releng/9.1 as part of the 9.1-RELEASE release process.

Approved by:	re (implicit)
@
text
@@


1.1.2.2.2.2
log
@Switch importer
@
text
@d1 1
a1 1
# $FreeBSD: releng/9.1/sys/modules/filemon/Makefile 236592 2012-06-04 22:54:19Z obrien $
@


