head	1.8;
access;
symbols
	RELENG_7_4_0_RELEASE:1.7.10.1
	RELENG_7_4:1.7.10.1.0.4
	RELENG_7_4_BP:1.7.10.1
	RELENG_7_3_0_RELEASE:1.7.10.1
	RELENG_7_3:1.7.10.1.0.2
	RELENG_7_3_BP:1.7.10.1
	RELENG_7_2_0_RELEASE:1.7.20.1
	RELENG_7_2:1.7.0.20
	RELENG_7_2_BP:1.7
	RELENG_7_1_0_RELEASE:1.7.18.1
	RELENG_6_4_0_RELEASE:1.7.16.1
	RELENG_7_1:1.7.0.18
	RELENG_7_1_BP:1.7
	RELENG_6_4:1.7.0.16
	RELENG_6_4_BP:1.7
	RELENG_7_0_0_RELEASE:1.7
	RELENG_6_3_0_RELEASE:1.7
	RELENG_7_0:1.7.0.14
	RELENG_7_0_BP:1.7
	RELENG_6_3:1.7.0.12
	RELENG_6_3_BP:1.7
	RELENG_7:1.7.0.10
	RELENG_7_BP:1.7
	RELENG_6_2_0_RELEASE:1.7
	RELENG_6_2:1.7.0.8
	RELENG_6_2_BP:1.7
	RELENG_5_5_0_RELEASE:1.6
	RELENG_5_5:1.6.0.8
	RELENG_5_5_BP:1.6
	RELENG_6_1_0_RELEASE:1.7
	RELENG_6_1:1.7.0.6
	RELENG_6_1_BP:1.7
	RELENG_6_0_0_RELEASE:1.7
	RELENG_6_0:1.7.0.4
	RELENG_6_0_BP:1.7
	RELENG_6:1.7.0.2
	RELENG_6_BP:1.7
	RELENG_5_4_0_RELEASE:1.6
	RELENG_5_4:1.6.0.6
	RELENG_5_4_BP:1.6
	RELENG_5_3_0_RELEASE:1.6
	RELENG_5_3:1.6.0.4
	RELENG_5_3_BP:1.6
	RELENG_5:1.6.0.2
	RELENG_5_BP:1.6
	RELENG_5_2_1_RELEASE:1.5
	RELENG_5_2_0_RELEASE:1.5
	RELENG_5_2:1.5.0.6
	RELENG_5_2_BP:1.5
	RELENG_5_1_0_RELEASE:1.5
	RELENG_5_1:1.5.0.4
	RELENG_5_1_BP:1.5
	RELENG_5_0_0_RELEASE:1.5
	RELENG_5_0:1.5.0.2
	RELENG_5_0_BP:1.5
	KSE_MILESTONE_2:1.3
	KSE_PRE_MILESTONE_2:1.3;
locks; strict;
comment	@# @;


1.8
date	2008.06.30.22.22.20;	author peter;	state dead;
branches;
next	1.7;

1.7
date	2005.06.03.15.35.36;	author imp;	state Exp;
branches
	1.7.2.1
	1.7.10.1
	1.7.16.1
	1.7.18.1
	1.7.20.1;
next	1.6;

1.6
date	2004.02.13.10.11.01;	author ru;	state Exp;
branches
	1.6.2.1;
next	1.5;

1.5
date	2002.09.08.02.59.38;	author peter;	state Exp;
branches;
next	1.4;

1.4
date	2002.09.07.18.02.18;	author tmm;	state Exp;
branches;
next	1.3;

1.3
date	2001.02.04.08.23.13;	author peter;	state Exp;
branches;
next	1.2;

1.2
date	2001.01.06.14.00.11;	author obrien;	state Exp;
branches;
next	1.1;

1.1
date	2000.12.20.12.51.08;	author takawata;	state Exp;
branches;
next	;

1.7.2.1
date	2009.11.29.17.35.31;	author bz;	state dead;
branches;
next	;

1.7.10.1
date	2009.11.29.17.27.58;	author bz;	state dead;
branches;
next	;

1.7.16.1
date	2008.10.02.02.57.24;	author kensmith;	state Exp;
branches;
next	;

1.7.18.1
date	2008.11.25.02.59.29;	author kensmith;	state Exp;
branches;
next	;

1.7.20.1
date	2009.04.15.03.14.26;	author kensmith;	state Exp;
branches;
next	;

1.6.2.1
date	2006.07.09.19.49.26;	author markm;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Manually commit removed directory part of svn change 179785.

r179785 | wkoszek | 2008-06-14 05:51:44 -0700 (Sat, 14 Jun 2008)
------------------------------------------------------------------------
Remove obselete PECOFF image activator support.

PRs assigned at the time of removal:    kern/80742

Discussed on:   freebsd-current (silence), IRC
Tested by:      make universe
Approved by:    cognet (mentor)
@
text
@# $FreeBSD: src/sys/modules/pecoff/Makefile,v 1.7 2005/06/03 15:35:36 imp Exp $

.PATH: ${.CURDIR}/../../compat/pecoff

KMOD=	pecoff
SRCS=	imgact_pecoff.c opt_pecoff.h vnode_if.h

CFLAGS+= -DDEBUG

.include <bsd.kmod.mk>
@


1.7
log
@Update to reflect takawata-san's changes to MAINTAINERS
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.7.2.1
log
@SVN rev 199902 on 2009-11-29 17:35:31Z by bz

MFC r179785, r180496:

  Remove obselete PECOFF image activator support.

Discussed with:	secteam, kib
Approved by:	re (kensmith)
@
text
@d1 1
a1 1
# $FreeBSD: src/sys/modules/pecoff/Makefile,v 1.7 2005/06/03 15:35:36 imp Exp $
@


1.7.10.1
log
@SVN rev 199901 on 2009-11-29 17:27:58Z by bz

MFC r179785, r180496:

  Remove obselete PECOFF image activator support.

Discussed with:	secteam, kib
Approved by:	re (kensmith)
@
text
@d1 1
a1 1
# $FreeBSD: src/sys/modules/pecoff/Makefile,v 1.7 2005/06/03 15:35:36 imp Exp $
@


1.7.20.1
log
@SVN rev 191087 on 2009-04-15 03:14:26Z by kensmith

Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.

Approved by:	re (implicit)
@
text
@@


1.7.18.1
log
@SVN rev 185281 on 2008-11-25 02:59:29Z by kensmith

Create releng/7.1 in preparation for moving into RC phase of 7.1 release
cycle.

Approved by:	re (implicit)
@
text
@@


1.7.16.1
log
@SVN rev 183531 on 2008-10-02 02:57:24Z by kensmith

Create releng/6.4 from stable/6 in preparation for 6.4-RC1.

Approved by:	re (implicit)
@
text
@@


1.6
log
@Removed -g from CFLAGS.  There is a better way to build debugging
versions of the modules, and unconditionally putting -g in CFLAGS
has negative impact on the size of the resulting .ko object, even
now that debugging symbols are always stripped.
@
text
@a2 2
MAINTAINER=	takawata@@FreeBSD.org

@


1.6.2.1
log
@MFC: keep the maintainers consistent with HEAD.
@
text
@d3 2
@


1.5
log
@opt_kstack_pages.h is not needed anymore.  It would have been a Bad Thing
if it had been different to the running kernel.
@
text
@d10 1
a10 1
CFLAGS+= -g -DDEBUG
@


1.4
log
@Unbreak the modules build:
- add dependencies on opt_cpu.h and opt_kstack_pages.h to the linux module
  Makefile in the i386 case. The latter is needed by an i386-only file, the
  former by the i386 implementation of linux_sysvec.c (opt_cpu.h is used for
  architecture-dependent options, so I added it only for i386, although this
  file is also generated for the alpha).
- add a dependency on opt_kstack_pages.h to the pecoff module Makefile.
@
text
@d8 1
a8 1
SRCS=	imgact_pecoff.c opt_kstack_pages.h opt_pecoff.h vnode_if.h
@


1.3
log
@Zap some bad examples:
opt_foo.h:
	touch opt_foo.h
.. is unnecessary - kmod.mk does this for us.
@
text
@d1 1
a1 1
# $FreeBSD: src/sys/modules/pecoff/Makefile,v 1.2 2001/01/06 14:00:11 obrien Exp $
d8 1
a8 1
SRCS=	imgact_pecoff.c opt_pecoff.h vnode_if.h
@


1.2
log
@Use a consistent style and one much closer to the rest of /usr/src
@
text
@d1 1
a1 1
# $FreeBSD: src/sys/modules/pecoff/Makefile,v 1.1 2000/12/20 12:51:08 takawata Exp $
a10 4
#EXPORT_SYMS=_pecoff_mod

opt_pecoff.h: Makefile
	touch opt_pecoff.h
@


1.1
log
@Add PECOFF (WIN32 Execution file format) support.
To use it, some dll is needed. And currently, the dll is only for NetBSD.
So one more kernel module is needed.
For more infomation,
http://chiharu.haun.org/peace/ .

Reviewed by:	bp
@
text
@d1 1
a1 1
# $FreeBSD$
d3 1
a3 1
.PATH:	${.CURDIR}/../../compat/pecoff
d5 1
a5 1
MAINTAINER=	takawata@@FreeBSD.org
d10 1
a10 2

CFLAGS+=	-g -DDEBUG
d13 1
a13 1
opt_pecoff.h:Makefile
d15 1
@

