Up to [local] / src / usr.sbin / afs / src / lwp
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.6, Thu Aug 23 06:21:52 2012 UTC (13 years, 1 month ago) by deraadt
Branch: MAIN
CVS Tags: HEAD
Changes since 1.5: +1 -1 lines
FILE REMOVED
the afs src tree can go away
Revision 1.5 / (download) - annotate - [select for diffs], Fri Nov 17 20:54:47 2006 UTC (18 years, 10 months ago) by deraadt
Branch: MAIN
CVS Tags: 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,
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
Changes since 1.4: +3 -3 lines
Diff to previous 1.4 (colored)
change PRE_Block to an int, which architectures like alpha can access atomically. Adapt all the others (except s390 which is not fixed yet). mips and hppa still do not work for some other reason. testing by beck, ckuethe, todd, asm proofreading by miod
Revision 1.4 / (download) - annotate - [select for diffs], Wed Sep 15 05:55:46 2004 UTC (21 years ago) by miod
Branch: MAIN
CVS Tags: 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
Changes since 1.3: +2 -4 lines
Diff to previous 1.3 (colored)
Use less stack, as allowed by the new ABI.
Revision 1.3 / (download) - annotate - [select for diffs], Mon Mar 8 20:52:03 2004 UTC (21 years, 6 months ago) by miod
Branch: MAIN
CVS Tags: OPENBSD_3_6_BASE,
OPENBSD_3_6,
OPENBSD_3_5_BASE,
OPENBSD_3_5
Changes since 1.2: +9 -12 lines
Diff to previous 1.2 (colored)
Slightly optimize and make both routines one instruction shorter.
Revision 1.2 / (download) - annotate - [select for diffs], Tue Mar 2 23:36:45 2004 UTC (21 years, 7 months ago) by miod
Branch: MAIN
Changes since 1.1: +3 -2 lines
Diff to previous 1.1 (colored)
A wrong comment is worth a thousand bugs...
Revision 1.1 / (download) - annotate - [select for diffs], Tue Mar 2 18:17:51 2004 UTC (21 years, 7 months ago) by miod
Branch: MAIN
Arla lwp support for m88k systems. Slightly abuses the framework to enforce 8-byte stack alignment.