OpenBSD CVS

CVS log for src/sys/sys/Attic/lkm.h


[BACK] Up to [local] / src / sys / sys

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.14, Thu Oct 9 04:05:04 2014 UTC (9 years, 8 months ago) by tedu
Branch: MAIN
CVS Tags: HEAD
Changes since 1.13: +1 -1 lines
FILE REMOVED

remove lkm files

Revision 1.13 / (download) - annotate - [select for diffs], Fri Nov 7 02:23:04 2008 UTC (15 years, 7 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, 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
Changes since 1.12: +4 -3 lines
Diff to previous 1.12 (colored)

wrap do/while construct around the function macro DISPATCH(); ok dlg

Revision 1.12 / (download) - annotate - [select for diffs], Sat Nov 3 22:23:35 2007 UTC (16 years, 7 months ago) by mikeb
Branch: MAIN
CVS Tags: OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3
Changes since 1.11: +3 -1 lines
Diff to previous 1.11 (colored)

Fix LKM support for amd64.

ok deraadt weingart

Revision 1.9.4.1 / (download) - annotate - [select for diffs], Wed Mar 6 02:17:13 2002 UTC (22 years, 3 months ago) by niklas
Branch: SMP
Changes since 1.9: +35 -50 lines
Diff to previous 1.9 (colored) next main 1.10 (colored)

Merge in trunk

Revision 1.9.14.1 / (download) - annotate - [select for diffs], Thu Jan 31 22:55:48 2002 UTC (22 years, 4 months ago) by niklas
Branch: UBC
Changes since 1.9: +35 -50 lines
Diff to previous 1.9 (colored) next main 1.10 (colored)

Merge in -current, builds on i386, otherwise untested

Revision 1.11 / (download) - annotate - [select for diffs], Wed Jan 9 18:20:52 2002 UTC (22 years, 5 months ago) by ericj
Branch: MAIN
CVS Tags: UBC_SYNC_B, UBC_SYNC_A, SMP_SYNC_B, SMP_SYNC_A, 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, 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, OPENBSD_3_3_BASE, OPENBSD_3_3, OPENBSD_3_2_BASE, OPENBSD_3_2, OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.10: +1 -3 lines
Diff to previous 1.10 (colored)


streams gone

Revision 1.10 / (download) - annotate - [select for diffs], Mon Jan 7 19:23:32 2002 UTC (22 years, 5 months ago) by ericj
Branch: MAIN
Changes since 1.9: +35 -48 lines
Diff to previous 1.9 (colored)


first pass cleanup for lkms
- Use queue.h macros instead of accessing members directly
- Allocate from kernel_map instead of kmem_map
- remove streams
- free memory for syms in lkmunreserve()
- change LMREADY arg to u_long (allow it to work on 64bit systems) - NetBSD
- KNF

Revision 1.9 / (download) - annotate - [select for diffs], Thu Jul 15 17:44:59 1999 UTC (24 years, 11 months ago) by art
Branch: MAIN
CVS Tags: kame_19991208, UBC_BASE, SMP_BASE, OPENBSD_3_0_BASE, OPENBSD_3_0, OPENBSD_2_9_BASE, OPENBSD_2_9, OPENBSD_2_8_BASE, OPENBSD_2_8, OPENBSD_2_7_BASE, OPENBSD_2_7, OPENBSD_2_6_BASE, OPENBSD_2_6
Branch point for: UBC, SMP
Changes since 1.8: +4 -4 lines
Diff to previous 1.8 (colored)

Fix the MOD_VFS macro to reflect reality.
Bump LKM_VERSION (Argh! I should have done that a few months ago!)
Noted by rees@umich.edu

Revision 1.8 / (download) - annotate - [select for diffs], Fri Feb 19 17:17:49 1999 UTC (25 years, 3 months ago) by art
Branch: MAIN
CVS Tags: OPENBSD_2_5_BASE, OPENBSD_2_5
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

Change the vfs lkm interface do it takes a full struct vfsconf instead of
only struct vfsops.
Use the new vfs_register and vfs_unregister in the vfs lkms.

Revision 1.7 / (download) - annotate - [select for diffs], Thu May 29 22:01:25 1997 UTC (27 years ago) by mickey
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
Changes since 1.6: +2 -1 lines
Diff to previous 1.6 (colored)

add sym_id lkm_table member

Revision 1.6 / (download) - annotate - [select for diffs], Mon Oct 14 13:01:32 1996 UTC (27 years, 8 months ago) by mickey
Branch: MAIN
CVS Tags: OPENBSD_2_1_BASE, OPENBSD_2_1
Changes since 1.5: +6 -5 lines
Diff to previous 1.5 (colored)

make gcc -Wall happy for lkms...

Revision 1.5 / (download) - annotate - [select for diffs], Thu Aug 29 15:17:34 1996 UTC (27 years, 9 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.4: +18 -2 lines
Diff to previous 1.4 (colored)

lkm ddb symbol table loading. done during the middle ages by jtkohl, merged
to modern day sources by rees@umich.edu

Revision 1.4 / (download) - annotate - [select for diffs], Fri Jun 21 17:03:25 1996 UTC (27 years, 11 months ago) by mickey
Branch: MAIN
Changes since 1.3: +2 -1 lines
Diff to previous 1.3 (colored)

allow LKM listing.

Revision 1.3 / (download) - annotate - [select for diffs], Fri Jun 21 11:33:31 1996 UTC (27 years, 11 months ago) by mickey
Branch: MAIN
Changes since 1.2: +12 -9 lines
Diff to previous 1.2 (colored)

allocate LKM slot dynamically.
prepare to LKM symtabs, cross deps, etc!

Revision 1.2 / (download) - annotate - [select for diffs], Sun Mar 3 12:11:55 1996 UTC (28 years, 3 months ago) by niklas
Branch: MAIN
Changes since 1.1: +3 -2 lines
Diff to previous 1.1 (colored)

From NetBSD: 960217 merge

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Oct 18 08:53:27 1995 UTC (28 years, 7 months ago) by deraadt
CVS Tags: netbsd_1_1
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

initial import of NetBSD tree

Revision 1.1 / (download) - annotate - [select for diffs], Wed Oct 18 08:53:27 1995 UTC (28 years, 7 months ago) by deraadt
Branch: MAIN

Initial revision

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.