OpenBSD CVS

CVS log for src/share/mk/Attic/bsd.lkm.mk


[BACK] Up to [local] / src / share / mk

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.26, Thu Oct 9 04:44:09 2014 UTC (9 years, 7 months ago) by tedu
Branch: MAIN
CVS Tags: HEAD
Changes since 1.25: +1 -1 lines
FILE REMOVED

no more lkm

Revision 1.25 / (download) - annotate - [select for diffs], Tue Oct 15 22:40:00 2013 UTC (10 years, 7 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored)

We do not produce "core" files, so they do not need to be deleted.  they
have been *.core files for a very long time.  That's a lot of unlink()
calls saved.

Revision 1.24 / (download) - annotate - [select for diffs], Thu Mar 14 12:56:58 2013 UTC (11 years, 2 months ago) by mikeb
Branch: MAIN
CVS Tags: OPENBSD_5_4_BASE, OPENBSD_5_4
Changes since 1.23: +5 -1 lines
Diff to previous 1.23 (colored)

disable pie for kernel modules; from dinar talypov, ok deraadt, pascal

Revision 1.23 / (download) - annotate - [select for diffs], Sun Apr 8 15:56:28 2012 UTC (12 years, 1 month ago) by jsg
Branch: MAIN
CVS Tags: OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2
Changes since 1.22: +2 -10 lines
Diff to previous 1.22 (colored)

unhook lint from the tree.  The parser is incomplete and difficult
to fix and there are several alternatives that don't tell quite so many
dangerous lies.

enthusiastic agreement from a bunch of people

Revision 1.22 / (download) - annotate - [select for diffs], Sat Jul 16 23:34:21 2011 UTC (12 years, 10 months ago) by guenther
Branch: MAIN
CVS Tags: OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

The /g flag is unneeded when the pattern in ${var:S/pattern/sub/g} can
only match once per word, such as when it's anchored with '$'

ok espie@

Revision 1.21 / (download) - annotate - [select for diffs], Sun Nov 4 00:06:19 2007 UTC (16 years, 6 months ago) by mikeb
Branch: MAIN
CVS Tags: OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3
Changes since 1.20: +9 -4 lines
Diff to previous 1.20 (colored)

Always compile modules with -mcmodel=kernel on amd64.
Fix parentheses while here.

Reminded by deraadt@

Revision 1.20 / (download) - annotate - [select for diffs], Thu Sep 15 07:12:18 2005 UTC (18 years, 8 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_4_2_BASE, OPENBSD_4_2, OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9
Changes since 1.19: +9 -13 lines
Diff to previous 1.19 (colored)

uniformize LINKS, so that it gets handled in realinstall all the time
(and the same way).

okay otto@

Revision 1.19 / (download) - annotate - [select for diffs], Tue May 20 22:49:13 2003 UTC (21 years ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_3_8_BASE, OPENBSD_3_8, OPENBSD_3_7_BASE, OPENBSD_3_7, OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5, OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.18: +1 -2 lines
Diff to previous 1.18 (colored)

Modules should build w/ propolice now; noticed by Jan Johansson
deraadt@ OK

Revision 1.18 / (download) - annotate - [select for diffs], Tue Mar 4 22:30:37 2003 UTC (21 years, 2 months ago) by mickey
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3
Changes since 1.17: +2 -1 lines
Diff to previous 1.17 (colored)

need to disable pp for lkm too; from lha@stacken.kth.se

Revision 1.17 / (download) - annotate - [select for diffs], Wed Jul 18 13:23:03 2001 UTC (22 years, 10 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_3_2_BASE, OPENBSD_3_2, OPENBSD_3_1_BASE, OPENBSD_3_1, OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.16: +4 -1 lines
Diff to previous 1.16 (colored)

CDIAGFLAGS, added to CFLAGS if WARNINGS=Yes
Symetrize C++ situation: add CXXOPTS, CXXDIAGFLAGS.

Revision 1.16 / (download) - annotate - [select for diffs], Tue Apr 3 23:00:09 2001 UTC (23 years, 1 month ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9
Changes since 1.15: +3 -1 lines
Diff to previous 1.15 (colored)

Minor clean-ups:
- document some more things (MANPS, make oddities)
- put all PHONY targets in bsd.own.mk, since it's included by everything
that uses it.
- remove them from bsd.lib.mk, since it includes bsd.own.mk.
- ... except for load/unload, which are only in bsd.lkm.mk.
- fix spell target, so that it actually depends on the generated file.

okay niklas@

Revision 1.15 / (download) - annotate - [select for diffs], Sun Jun 18 23:21:47 2000 UTC (23 years, 11 months ago) by assar
Branch: MAIN
CVS Tags: OPENBSD_2_8_BASE, OPENBSD_2_8
Changes since 1.14: +3 -3 lines
Diff to previous 1.14 (colored)

(CFLAGS): add _LKM so kernel header files behave nicely.

Revision 1.14 / (download) - annotate - [select for diffs], Thu Dec 31 23:49:45 1998 UTC (25 years, 4 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_7_BASE, OPENBSD_2_7, OPENBSD_2_6_BASE, OPENBSD_2_6, OPENBSD_2_5_BASE, OPENBSD_2_5
Changes since 1.13: +3 -3 lines
Diff to previous 1.13 (colored)

Add ${PIPE} in sys.mk so we do no need to add all over the places; evanc@concer.to

Revision 1.13 / (download) - annotate - [select for diffs], Sat Dec 19 19:07:33 1998 UTC (25 years, 5 months ago) by millert
Branch: MAIN
Changes since 1.12: +3 -3 lines
Diff to previous 1.12 (colored)

add PIPE variable, suitable for /etc/mk.conf, to enable gcc -pipe mode

Revision 1.12 / (download) - annotate - [select for diffs], Sun Apr 27 21:38:29 1997 UTC (27 years ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_4_BASE, OPENBSD_2_4, OPENBSD_2_3_BASE, OPENBSD_2_3, OPENBSD_2_2_BASE, OPENBSD_2_2, OPENBSD_2_1_BASE, OPENBSD_2_1
Changes since 1.11: +3 -3 lines
Diff to previous 1.11 (colored)

COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP changes.
For some reason the previous commit did not grab these.

Revision 1.11 / (download) - annotate - [select for diffs], Sun Dec 8 14:42:29 1996 UTC (27 years, 5 months ago) by downsj
Branch: MAIN
Changes since 1.10: +4 -4 lines
Diff to previous 1.10 (colored)

install -> ${INSTALL}, -c -> ${COPY}

Revision 1.10 / (download) - annotate - [select for diffs], Thu Nov 14 14:21:22 1996 UTC (27 years, 6 months ago) by mickey
Branch: MAIN
Changes since 1.9: +3 -3 lines
Diff to previous 1.9 (colored)

correct LINKS usage

Revision 1.9 / (download) - annotate - [select for diffs], Thu Aug 1 11:35:45 1996 UTC (27 years, 9 months ago) by niklas
Branch: MAIN
CVS Tags: OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.8: +4 -2 lines
Diff to previous 1.8 (colored)

Comment my recent change

Revision 1.8 / (download) - annotate - [select for diffs], Thu Aug 1 10:17:53 1996 UTC (27 years, 9 months ago) by niklas
Branch: MAIN
Changes since 1.7: +5 -1 lines
Diff to previous 1.7 (colored)

Support BSDSRCDIR setups

Revision 1.7 / (download) - annotate - [select for diffs], Mon Jun 3 04:01:15 1996 UTC (27 years, 11 months ago) by mickey
Branch: MAIN
Changes since 1.6: +5 -1 lines
Diff to previous 1.6 (colored)

always instal ${POSTINSTALL} program, if there is one.

Revision 1.6 / (download) - annotate - [select for diffs], Mon May 27 08:20:11 1996 UTC (27 years, 11 months ago) by tholo
Branch: MAIN
Changes since 1.5: +1 -1 lines
Diff to previous 1.5 (colored)

Stripping lkm's on install is a bad idea.  Don't do it.

Revision 1.5 / (download) - annotate - [select for diffs], Thu Apr 18 11:21:03 1996 UTC (28 years, 1 month ago) by mickey
Branch: MAIN
Changes since 1.4: +0 -1 lines
Diff to previous 1.4 (colored)

Revert last fix. a couple of hot mkdir,chmod,chown could
not replace good old mtree anyway.

Revision 1.4 / (download) - annotate - [select for diffs], Thu Apr 18 11:11:07 1996 UTC (28 years, 1 month ago) by mickey
Branch: MAIN
Changes since 1.3: +2 -1 lines
Diff to previous 1.3 (colored)

Add ${LKMDIR} automatic creation (just in case mtree not ran).

Revision 1.3 / (download) - annotate - [select for diffs], Tue Mar 5 11:12:45 1996 UTC (28 years, 2 months ago) by mickey
Branch: MAIN
Changes since 1.2: +10 -3 lines
Diff to previous 1.2 (colored)

Labeling style changed ($OpenBSD$).
POSTINSTALL added to the <bsd.lkm.mk> (see bsd.README for details).

Revision 1.2 / (download) - annotate - [select for diffs], Sat Mar 2 21:01:23 1996 UTC (28 years, 2 months ago) by tholo
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

Define directory and modes for LKM installs
Correct installation rule for LKM installs

Revision 1.1 / (download) - annotate - [select for diffs], Sun Feb 25 19:02:33 1996 UTC (28 years, 2 months ago) by mickey
Branch: MAIN

Added <bsd.lkm.mk> file. Correspondent changes made to the bsd.README.
All the rest changed to be $OpenBSD$.
Dedicated to Suzi Quatro (she must be alive still, so best wishes to here).

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.