OpenBSD CVS

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


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.12, Fri Apr 23 21:34:40 2010 UTC (14 years, 1 month ago) by deraadt
Branch: MAIN
CVS Tags: HEAD
Changes since 1.11: +1 -1 lines
FILE REMOVED

Merge the only relevant (for now) parts of simplelock.h into lock.h
since it is time to start transitioning away from the no-op behaviour.
ok oga kettenis

Revision 1.11 / (download) - annotate - [select for diffs], Sun Jun 13 21:49:28 2004 UTC (19 years, 11 months ago) by niklas
Branch: MAIN
CVS Tags: 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, 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
Changes since 1.10: +28 -34 lines
Diff to previous 1.10 (colored)

debranch SMP, have fun

Revision 1.8.4.4 / (download) - annotate - [select for diffs], Sun May 18 17:41:16 2003 UTC (21 years ago) by niklas
Branch: SMP
Changes since 1.8.4.3: +2 -2 lines
Diff to previous 1.8.4.3 (colored) to branchpoint 1.8 (colored) next main 1.9 (colored)

Go back to defining simplelocks as noops, even if MULTIPROCESSOR.  Instead use
a new real simple recursive-lock capable lock implementation for the few
necessary locks (kernel, scheduler, tlb shootdown, printf and ddb MP).
This because we cannot trust the old fine-grained locks spread out all over
our kernel, and not really tested.

Revision 1.8.4.3 / (download) - annotate - [select for diffs], Thu May 15 04:08:03 2003 UTC (21 years ago) by niklas
Branch: SMP
Changes since 1.8.4.2: +28 -34 lines
Diff to previous 1.8.4.2 (colored) to branchpoint 1.8 (colored)

Biglock!  Most of the logic
comes from NetBSD.
Also a lot of fixes, enough to get a dual cpu machine actually run MP for a
very short while (we are just talking about seconds) before starving out one
of the cpus.  More coming very soon.

Revision 1.9.6.1 / (download) - annotate - [select for diffs], Tue Jun 11 03:32:33 2002 UTC (21 years, 11 months ago) by art
Branch: UBC
Changes since 1.9: +7 -7 lines
Diff to previous 1.9 (colored) next main 1.10 (colored)

Sync UBC branch to -current

Revision 1.8.4.2 / (download) - annotate - [select for diffs], Thu Mar 28 14:52:02 2002 UTC (22 years, 2 months ago) by niklas
Branch: SMP
Changes since 1.8.4.1: +7 -7 lines
Diff to previous 1.8.4.1 (colored) to branchpoint 1.8 (colored)

Merge in -current from roughly a week ago

Revision 1.10 / (download) - annotate - [select for diffs], Thu Mar 14 01:27:14 2002 UTC (22 years, 2 months ago) by millert
Branch: MAIN
CVS Tags: UBC_SYNC_B, UBC_SYNC_A, SMP_SYNC_B, SMP_SYNC_A, 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.9: +7 -7 lines
Diff to previous 1.9 (colored)

First round of __P removal in sys

Revision 1.8.4.1 / (download) - annotate - [select for diffs], Mon May 14 22:45:03 2001 UTC (23 years ago) by niklas
Branch: SMP
Changes since 1.8: +3 -1 lines
Diff to previous 1.8 (colored)

merge in approximately 2.9 into SMP branch

Revision 1.9 / (download) - annotate - [select for diffs], Mon Feb 26 15:43:08 2001 UTC (23 years, 3 months ago) by art
Branch: MAIN
CVS Tags: UBC_BASE, OPENBSD_3_0_BASE, OPENBSD_3_0, OPENBSD_2_9_BASE, OPENBSD_2_9
Branch point for: UBC
Changes since 1.8: +3 -1 lines
Diff to previous 1.8 (colored)

Add SLOCK_INITIALIZER

Revision 1.8 / (download) - annotate - [select for diffs], Fri Jul 9 15:17:59 1999 UTC (24 years, 11 months ago) by art
Branch: MAIN
CVS Tags: kame_19991208, SMP_BASE, OPENBSD_2_8_BASE, OPENBSD_2_8, OPENBSD_2_7_BASE, OPENBSD_2_7, OPENBSD_2_6_BASE, OPENBSD_2_6
Branch point for: SMP
Changes since 1.7: +26 -11 lines
Diff to previous 1.7 (colored)

rename SIMPLELOCK_DEBUG to LOCKDEBUG
clean up the debug functions
add simple_lock_assert

Revision 1.7 / (download) - annotate - [select for diffs], Tue Jan 19 20:44:42 1999 UTC (25 years, 4 months ago) by art
Branch: MAIN
CVS Tags: OPENBSD_2_5_BASE, OPENBSD_2_5
Changes since 1.6: +1 -5 lines
Diff to previous 1.6 (colored)

don't define SIMPLELOCK_DEBUG when DEBUG is defined

Revision 1.6 / (download) - annotate - [select for diffs], Mon Dec 28 19:13:01 1998 UTC (25 years, 5 months ago) by art
Branch: MAIN
Changes since 1.5: +10 -6 lines
Diff to previous 1.5 (colored)

simple debugging for simple locks

Revision 1.5 / (download) - annotate - [select for diffs], Fri Nov 14 23:40:03 1997 UTC (26 years, 6 months ago) by csapuntz
Branch: MAIN
CVS Tags: OPENBSD_2_4_BASE, OPENBSD_2_4, OPENBSD_2_3_BASE, OPENBSD_2_3
Changes since 1.4: +5 -1 lines
Diff to previous 1.4 (colored)

Make user-mode C++ compilers happy by #ifdef around inline functions

Revision 1.4 / (download) - annotate - [select for diffs], Fri Nov 7 10:25:42 1997 UTC (26 years, 7 months ago) by niklas
Branch: MAIN
Changes since 1.3: +2 -0 lines
Diff to previous 1.3 (colored)

$OpenBSD$

Revision 1.3 / (download) - annotate - [select for diffs], Thu Nov 6 05:59:11 1997 UTC (26 years, 7 months ago) by csapuntz
Branch: MAIN
Changes since 1.2: +0 -0 lines
Diff to previous 1.2 (colored)

Updates for VFS Lite 2 + soft update.

Revision 1.2, Mon Oct 6 20:21:11 1997 UTC (26 years, 8 months ago) by deraadt
Branch: MAIN
Changes since 1.1: +0 -0 lines
FILE REMOVED

back out vfs lite2 till after 2.2

Revision 1.1 / (download) - annotate - [select for diffs], Mon Oct 6 15:25:35 1997 UTC (26 years, 8 months ago) by csapuntz
Branch: MAIN

VFS Lite2 Changes

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.