/[gxemul]/trunk/doc/20060623-netbsd-sgimips-3.0.png
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/doc/20060623-netbsd-sgimips-3.0.png

Parent Directory Parent Directory | Revision Log Revision Log


Revision 24 - (show annotations)
Mon Oct 8 16:19:56 2007 UTC (16 years, 6 months ago) by dpavlin
File MIME type: application/octet-stream
File size: 34583 byte(s)
++ trunk/HISTORY	(local)
$Id: HISTORY,v 1.1256 2006/06/23 20:43:44 debug Exp $
20060219	Various minor updates. Removing the old MIPS16 skeleton code,
		because it will need to be rewritten for dyntrans anyway.
20060220-22	Removing the non-working dyntrans backend support.
		Continuing on the 64-bit dyntrans virtual memory generalization.
20060223	More work on the 64-bit vm generalization.
20060225	Beginning on MIPS dyntrans load/store instructions.
		Minor PPC updates (64-bit load/store, etc).
		Fixes for the variable-instruction-length framework, some
		minor AVR updates (a simple Hello World program works!).
		Beginning on a skeleton for automatically generating documen-
		tation (for devices etc.).
20060226	PPC updates (adding some more 64-bit instructions, etc).
		AVR updates (more instructions).
		FINALLY found and fixed the zs bug, making NetBSD/macppc
		accept the serial console.
20060301	Adding more AVR instructions.
20060304	Continuing on AVR-related stuff. Beginning on a framework for
		cycle-accurate device emulation. Adding an experimental "PAL
		TV" device (just a dummy so far).
20060305	Adding more AVR instructions.
		Adding a dummy epcom serial controller (for TS7200 emulation).
20060310	Removing the emul() command from configuration files, so only
		net() and machine() are supported.
		Minor progress on the MIPS dyntrans rewrite.
20060311	Continuing on the MIPS dyntrans rewrite (adding more
		instructions, etc).
20060315	Adding more instructions (sllv, srav, srlv, bgtz[l], blez[l],
		beql, bnel, slti[u], various loads and stores).
20060316	Removing the ALWAYS_SIGNEXTEND_32 option, since it was rarely
		used.
		Adding more MIPS dyntrans instructions, and fixing bugs.
20060318	Implementing fast loads/stores for MIPS dyntrans (big/little
		endian, 32-bit and 64-bit modes).
20060320	Making MIPS dyntrans the default configure option; use
		"--enable-oldmips" to use the old bintrans system.
		Adding MIPS dyntrans dmult[u]; minor updates.
20060322	Continuing... adding some more instructions.
		Adding a simple skeleton for demangling C++ "_ZN" symbols.
20060323	Moving src/debugger.c into a new directory (src/debugger/).
20060324	Fixing the hack used to load PPC ELFs (useful for relocated
		Linux/ppc kernels), and adding a dummy G3 machine mode.
20060325-26	Beginning to experiment with GDB remote serial protocol
		connections; adding a -G command line option for selecting
		which TCP port to listen to.
20060330	Beginning a major cleanup to replace things like "0x%016llx"
		with more correct "0x%016"PRIx64, etc.
		Continuing on the GDB remote serial protocol support.
20060331	More cleanup, and some minor GDB remote progress.
20060402	Adding a hack to the configure script, to allow compilation
		on systems that lack PRIx64 etc.
20060406	Removing the temporary FreeBSD/arm hack in dev_ns16550.c and
		replacing it with a better fix from Olivier Houchard.
20060407	A remote debugger (gdb or ddd) can now start and stop the
		emulator using the GDB remote serial protocol, and registers
		and memory can be read. MIPS only for now.
20060408	More GDB progress: single-stepping also works, and also adding
		support for ARM, PowerPC, and Alpha targets.
		Continuing on the delay-slot-across-page-boundary issue.
20060412	Minor update: beginning to add support for the SPARC target
		to the remote GDB functionality.
20060414	Various MIPS updates: adding more instructions for dyntrans
		(eret, add), and making some exceptions work. Fixing a bug
		in dmult[u].
		Implementing the first SPARC instructions (sethi, or).
20060415	Adding "magic trap" instructions so that PROM calls can be
		software emulated in MIPS dyntrans.
		Adding more MIPS dyntrans instructions (ddiv, dadd) and
		fixing another bug in dmult.
20060416	More MIPS dyntrans progress: adding [d]addi, movn, movz, dsllv,
		rfi, an ugly hack for supporting R2000/R3000 style faked caches,
		preliminary interrupt support, and various other updates and
		bugfixes.
20060417	Adding more SPARC instructions (add, sub, sll[x], sra[x],
		srl[x]), and useful SPARC header definitions.
		Adding the first (trivial) x86/AMD64 dyntrans instructions (nop,
		cli/sti, stc/clc, std/cld, simple mov, inc ax). Various other
		x86 updates related to variable instruction length stuff.
		Adding unaligned loads/stores to the MIPS dyntrans mode (but
		still using the pre-dyntrans (slow) imlementation).
20060419	Fixing a MIPS dyntrans exception-in-delay-slot bug.
		Removing the old "show opcode statistics" functionality, since
		it wasn't really useful and isn't implemented for dyntrans.
		Single-stepping (or running with instruction trace) now looks
		ok with dyntrans with delay-slot architectures.
20060420	Minor hacks (removing the -B command line option when compiled
		for non-bintrans, and some other very minor updates).
		Adding (slow) MIPS dyntrans load-linked/store-conditional.
20060422	Applying fixes for bugs discovered by Nils Weller's nwcc
		(static DEC memmap => now per machine, and adding an extern
		keyword in cpu_arm_instr.c).
		Finally found one of the MIPS dyntrans bugs that I've been
		looking for (copy/paste spelling error BIG vs LITTLE endian in
		cpu_mips_instr_loadstore.c for 16-bit fast stores).
		FINALLY found the major MIPS dyntrans bug: slti vs sltiu
		signed/unsigned code in cpu_mips_instr.c. :-)
		Adding more MIPS dyntrans instructions (lwc1, swc1, bgezal[l],
		ctc1, tlt[u], tge[u], tne, beginning on rdhwr).
		NetBSD/hpcmips can now reach userland when using dyntrans :-)
		Adding some more x86 dyntrans instructions.
		Finally removed the old Alpha-specific virtual memory code,
		and replaced it with the generic 64-bit version.
		Beginning to add disassembly support for SPECIAL3 MIPS opcodes.
20060423	Continuing on the delay-slot-across-page-boundary issue;
		adding an end_of_page2 ic slot (like I had planned before, but
		had removed for some reason).
		Adding a quick-and-dirty fallback to legacy coprocessor 1
		code (i.e. skipping dyntrans implementation for now).
		NetBSD/hpcmips and NetBSD/pmax (when running on an emulated
		R4400) can now be installed and run. :-)  (Many bugs left
		to fix, though.)
		Adding more MIPS dyntrans instructions: madd[u], msub[u].
		Cleaning up the SPECIAL2 vs R5900/TX79/C790 "MMI" opcode
		maps somewhat (disassembly and dyntrans instruction decoding).
20060424	Adding an isa_revision field to mips_cpu_types.h, and making
		sure that SPECIAL3 opcodes cause Reserved Instruction
		exceptions on MIPS32/64 revisions lower than 2.
		Adding the SPARC 'ba', 'call', 'jmpl/retl', 'and', and 'xor'
		instructions.
20060425	Removing the -m command line option ("run at most x 
		instructions") and -T ("single_step_on_bad_addr"), because
		they never worked correctly with dyntrans anyway.
		Freshening up the man page.
20060428	Adding more MIPS dyntrans instructions: bltzal[l], idle.
		Enabling MIPS dyntrans compare interrupts.
20060429	FINALLY found the weird dyntrans bug, causing NetBSD etc. to
		behave strangely: some floating point code (conditional
		coprocessor branches) could not be reused from the old
		non-dyntrans code. The "quick-and-dirty fallback" only appeared
		to work. Fixing by implementing bc1* for MIPS dyntrans.
		More MIPS instructions: [d]sub, sdc1, ldc1, dmtc1, dmfc1, cfc0.
		Freshening up MIPS floating point disassembly appearance.
20060430	Continuing on C790/R5900/TX79 disassembly; implementing 128-bit
		"por" and "pextlw".
20060504	Disabling -u (userland emulation) unless compiled as unstable
		development version.
		Beginning on freshening up the testmachine include files,
		to make it easier to reuse those files (placing them in
		src/include/testmachine/), and beginning on a set of "demos"
		or "tutorials" for the testmachine functionality.
		Minor updates to the MIPS GDB remote protocol stub.
		Refreshing doc/experiments.html and gdb_remote.html.
		Enabling Alpha emulation in the stable release configuration,
		even though no guest OSes for Alpha can run yet.
20060505	Adding a generic 'settings' object, which will contain
		references to settable variables (which will later be possible
		to access using the debugger).
20060506	Updating dev_disk and corresponding demo/documentation (and
		switching from SCSI to IDE disk types, so it actually works
		with current test machines :-).
20060510	Adding a -D_LARGEFILE_SOURCE hack for 64-bit Linux hosts,
		so that fseeko() doesn't give a warning.
		Updating the section about how dyntrans works (the "runnable
		IR") in doc/intro.html.
		Instruction updates (some x64=1 checks, some more R5900
		dyntrans stuff: better mul/mult separation from MIPS32/64,
		adding ei and di).
		Updating MIPS cpuregs.h to a newer one (from NetBSD).
		Adding more MIPS dyntrans instructions: deret, ehb.
20060514	Adding disassembly and beginning implementation of SPARC wr
		and wrpr instructions.
20060515	Adding a SUN SPARC machine mode, with dummy SS20 and Ultra1
		machines. Adding the 32-bit "rd psr" instruction.
20060517	Disassembly support for the general SPARC rd instruction.
		Partial implementation of the cmp (subcc) instruction.
		Some other minor updates (making sure that R5900 processors
		start up with the EIE bit enabled, otherwise Linux/playstation2
		receives no interrupts).
20060519	Minor MIPS updates/cleanups.
20060521	Moving the MeshCube machine into evbmips; this seems to work
		reasonably well with a snapshot of a NetBSD MeshCube kernel.
		Cleanup/fix of MIPS config0 register initialization.
20060529	Minor MIPS fixes, including a sign-extension fix to the
		unaligned load/store code, which makes NetBSD/pmax on R3000
		work better with dyntrans. (Ultrix and Linux/DECstation still
		don't work, though.)
20060530	Minor updates to the Alpha machine mode: adding an AlphaBook
		mode, an LCA bus (forwarding accesses to an ISA bus), etc.
20060531	Applying a bugfix for the MIPS dyntrans sc[d] instruction from
		Ondrej Palkovsky. (Many thanks.)
20060601	Minifix to allow ARM immediate msr instruction to not give
		an error for some valid values.
		More Alpha updates.
20060602	Some minor Alpha updates.
20060603	Adding the Alpha cmpbge instruction. NetBSD/alpha prints its
		first boot messages :-) on an emulated Alphabook 1.
20060612	Minor updates; adding a dev_ether.h include file for the
		testmachine ether device. Continuing the hunt for the dyntrans
		bug which makes Linux and Ultrix on DECstation behave
		strangely... FINALLY found it! It seems to be related to
		invalidation of the translation cache, on tlbw{r,i}. There
		also seems to be some remaining interrupt-related problems.
20060614	Correcting the implementation of ldc1/sdc1 for MIPS dyntrans
		(so that it uses 16 32-bit registers if the FR bit in the
		status register is not set).
20060616	REMOVING BINTRANS COMPLETELY!
		Removing the old MIPS interpretation mode.
		Removing the MFHILO_DELAY and instruction delay stuff, because
		they wouldn't work with dyntrans anyway.
20060617	Some documentation updates (adding "NetBSD-archive" to some
		URLs, and new Debian/DECstation installation screenshots).
		Removing the "tracenull" and "enable-caches" configure options.
		Improving MIPS dyntrans performance somewhat (only invalidate
		translations if necessary, on writes to the entryhi register,
		instead of doing it for all cop0 writes).
20060618	More cleanup after the removal of the old MIPS emulation.
		Trying to fix the MIPS dyntrans performance bugs/bottlenecks;
		only semi-successful so far (for R3000).
20060620	Minor update to allow clean compilation again on Tru64/Alpha.
20060622	MIPS cleanup and fixes (removing the pc_last stuff, which
		doesn't make sense with dyntrans anyway, and fixing a cross-
		page-delay-slot-with-exception case in end_of_page).
		Removing the old max_random_cycles_per_chunk stuff, and the
		concept of cycles vs instructions for MIPS emulation.
		FINALLY found and fixed the bug which caused NetBSD/pmax
		clocks to behave strangely (it was a load to the zero register,
		which was treated as a NOP; now it is treated as a load to a
		dummy scratch register).
20060623	Increasing the dyntrans chunk size back to
		N_SAFE_DYNTRANS_LIMIT, instead of N_SAFE_DYNTRANS_LIMIT/2.
		Preparing for a quick release, even though there are known
		bugs, and performance for non-R3000 MIPS emulation is very
		poor. :-/
		Reverting to half the dyntrans chunk size again, because
		NetBSD/cats seemed less stable with full size chunks. :(
		NetBSD/sgimips 3.0 can now run :-)  (With release 0.3.8, only
		NetBSD/sgimips 2.1 worked, not 3.0.)

==============  RELEASE 0.4.0  ==============


1 PNG
2 
3 IHDRd?gAMA aPLTEhhh848`h`,( 48 008\`0( 0(@`h@\`00 ,(, 8X` 08 408XX@dp8\X(Ph@`` 88488T`8`hHdp(480PX(DP(@H , @`p 8@( 088`x(L`0\x8dx@dh(Th 4@8``(88Hdh(<H0`x0Xp0\p(HX40@\X8XhH`hHhp(DH0T`(Xp((8\h8h@X`,08PX@\h8TX0P`@XX 4(4((8@8\p8hx<H88Hhh(P`(40(LX ,0(@P(HP8d0LX8p8P`8LX <HH`p@d`H``0DP(08(Tp0Th0HX@hp0Xh4@ DX(PX <@8l ( (\p(DX0DHHx8@ 8H0TX(<@8\x@hx8`pHhx0 (4@(008H(Lh@t@lHd` (( HX0X`@pHlpHtHlx<P(8H(0(0Xx(<8 H`8Xp@pDXHX@h0LPPlp(Xh(@@0PP0`p@l L` <84HH\`(4( LhHl@X(H`8` DP 0 H|(Xx @H0Ph@dH\h @PXtxHt0@H 4H0Tp LX@P`0HP@XhHpxXxx@T`@H(HH`|8lHXhxhHlh8hpH\pP|8dh0H0\hHX`8tXpp$ Hp(Pp ,88lx@hh0dx8Th8p(`xHdxPpp8d`8@@dx@lx8HX,88dpHh8Ph 0@ DH@\p0L`p0DX0Txh8@H0Pp0hx؊yMtEXtSoftwareXV Version 3.10a Rev: 12/29/94 (jp-extension 5.3.3 + PNG patch 1.2d){0 IDATxduYy#`9A9)&I)KIe+ʲ֊eJV^ۻk{wޜs9|_:o8`۷oU}Twb\kef1
4 Nj)v}%/VQkZSx`5`5
5 u+S(ZV RU^2j`0 {&͉Mu`sEQV˪[1!+c²;jt^
6 09k`*+ *+2ILWcpo&S~UK!/9owztX_-<4~꥽DU>`ex[ sx}xG7_^xX=X5y "cuDȇ=&{ك{/g^]s/6MǮ|5JN}=6GÇ{5$_I>l>@ఋ@A$ 3G[?/`!EW<8<u[Ά}^D}saG4"(E]=7]/^x½M\?A*=1zc ׈ (⎼!6 ޳! hqS4Ͻe `/=>+c/tU }(8!<@4Ƿ8 ˾^A5@4%mG^8vtl
7 ˑ{bFBB*\#$i;&GyB6K>~A@"0)u|@`bM5Ip҇P{qS"p$>`~L\ނu85[/i  F
8 $BE|0O©ÚX]`$ˀao*x/m6[,5 kX?qޞO
9 mp/p0{}Mooo-@'4x+{z`6' % Q%p }oyO
10 rom@,ٱ@a^tMT}A
11 GOP3,~Nq*fT7` KW |P[ܶ4"!JIa0VG Ba{dLgڭ^YW#l1QP|S? \%6SgW{mz[kfL5]`-7 h7cXT+Cwhx@s{j}qF1@47D5L;!
12 PZ(m~
13 FpmHtBoJ> UU߸~AoѤVꦿ:F6F%+j}|JJ
14 piο
15 E5)4胨][p%  :5\Ё
16 \kG%[
17 \{UsCu8mG?\";| :'d<ie[C`"w1"7xBv,
18 h,(^#ޠIK*Pv
19 H!)/r6hj4렰x(M VxL@#y͆V 33 YZ4PN7o 1(QH@fP`y;(距@B ;@Ć9cC M[f@!T"*'m$#OF% 1*\x w'_4;\=27Y8N.@ԕ@r"xs#uA?aCѰ
20 ?* /X0@:]'r INtju@zAJwH{DoiAD4G(h\?.^Ukk1cC%!FLALy$!5 Hy&M ] -{:o{/ B[jvL$ohOb{rVz+}tsqRX6t( |
21 LY'?`1EHR|0tpMI=0rn`Uq=(\$ՐJ6Ad7 E$Zi d:?~'3 sJ
22 i 3%\oc
23 obk XV\9
24 =k#Wu ԫr:T,h)IIL& p9|T&,ՁI=)둢%e; 2Hxtx=92LG.P`e `
25 BR*"Eg&?.|^ Cm1/%2xmtޟN{kMC
26 @( p#&6CA8-AkAzeGStl`kB2 U+@ޤrrhTH ¡t!5>ϻx4 B1jU՟WMCVO@(4X,}giKVϯt(~dWo"rѭ/(xDK (Z
27 <&7 (
28 eyPx@mugu=>+~SKd/T9;nQ6 oF>=d#[y?[/P{P5?-}?u7>K*eeFmg3s+, &ހ2`.@V)O!:רkYxZ:yP[ хC,X,@w^`RpX%RV?V[cm<w8o104M4j @gy+SĊoNRu%IWF ?B $\ ){؀rth7ade0@]1t QqU`CiIh-IUr8xD-ae'P!E{ۊ|R[ԆeN 'U5+ 3 V %8*vhndkjDvQL_Ј:M&q:$w,iYٛҼP_[U
29 1P ͸n k\M.&j@~ SP):E_\spw:@An Ң-ahl/[%+iy~T!Y$=WU1Uy a"?0tTehᵱuŞ:ԈkA(^vlPVaGjC
30 vm$Ae@A]AnneLM
31 qHh#ya
32 'G2YU߂tFh.7jƗ!b?V}!̈G: 0haEF4 <x*:"hUկY0z^Fq[Sz%M Dd 8Lj 91P*lp@W"a)K=xR&hW9:+39dlb%&Y9E= ݄$(yh[XV|i)M=45B&HPh"|kʵI@KAf B FB|PV
33 (HW\/8b i*x/&d='yCس|f[+sUشV 3,"+{]=}:ˀ51lڔ TpuP6kvيEy8nMG㟔ja8fYķi͚4'YtZȜ{xGנ:ePK5V)S\N,1R`XʲsK#ƓncȲ:#{BO ҅* Dh#Рsh\V~$7:E9PQ\iKFhv L'ƜhT: jϐ* C#|( ApW!?(sL~Doݿ5Ul#@"ߘUk!D7(cOZUL@oFՐDk#a]_a%k]dXi8H$qNv ޠSZ7' ퟤ@t"xeEOz4u45s +gAbaP!j`pIa>}J!5\!ڋ;3ɟI֍_Y@j FHӈVU}@.vȮ ąBəȸYд= 7S,%5q ryͮ xONΗ,p
34 7O*@.}Wqk[-Ֆ
35 l%9`0ò 6` DZn]qeYN=85|gD4U23 0&=8e| J 
36 igT@"Q5qun*2!`x@ʞ}Sqz@@lD9S@@8|g 7qgYkUcv0+ Kg ϯ`@& nZ8?t $𝁊0fg{@R+c@@pI H~Ĝybf!$ Xp
37 cq""LGgZdbs;wQKʮ1X1̰y6I-=]J˶ wiөP֧^sr'%ۅtwJe˺CT;piӱP (9
38 '$:,Q m쇚=lp |7]yij|Ch \ jZ{} u 5y WYtʣĀ[uʘNIђh n%B:t2|+75!*'Q$8li#$ <,ضPRͦ\!qOP,0z{"D5pC!i(BY,5\y<,4̌/vg.P pJj>-4p#&+O#ןX7c,K\p ī`0w(6%6XU]yȔzsbFbg:BUdU)5Q&[s Wz
39 :3[W߾󐼒lj/
40 CůE8Z@4m"2UnOY&cũ<5fYоySYX1̰ԎM޶lϴs 0ӹ@2 ce
41 \``xu 0)P8j4-:ُDe<jl % T5Ͽ2DxJ,ݓphpgSx_j? H!܆5](Mv4FXtpr֠`CyaI4mU =)FLU"i sKy ƌ[[!X```G2^w|k@|@ܐq䶺*l]DUI*3{sPK3FO1QR' vzpR9ʻ`Tt#%ߗ&P%[PeLse7T8.);Pꟕ `˟ԣ@p9 ך,ҏJi)W4$;z;߹<pAiN 2ηt
42 m=6Jw9ߙuPx@AlOV.hQGW{p@*XK6xctѿȤ{ CkG:3Ð@@8*q0J3@< mpĉG&# sVB5@n4G9r(M=DhSjhg s? 9ww`J{ƕ0wk-MKLDt sWUy10:2:3% K頀R?l8)Wv ~ dRiN$
43 wr"d' |] %V
44 C+KnO;Mtڎ5 52NNhx.AEy43"35.iD\kRǣwaBA&`s7@6V+>:H9WU;baYU?hq]=}yoY tϫzjwR| L[('g[xR0ݕVUx @O9`]DB,:-d}ߧf)5hN[2Μ+ -@ݎ 3sB&\ Կej'-03w G?*/K`bM|=M3L/48hΗ84@k`(@2?.@`J<0R!s !2"XJa ?%F/ʜB9 GJ%`PcҪ(0xI|1I7d}2Xn AQH, P 3pCvWR#H@gK
45 < Zd, j  ]Iʁ5(<^`X@F.)% vP~V̥\M
46 P| 
47 d6"X}`J$X*+L O:'yo4خʽ ru9<f3f`s$"A Xީ3lٟ(^2o3un+X1Xw1X,
48 {ML3zgs=Co HcF Yk]O2zp]m@j3P+ pEzn`ޝ\2h@IZgY&$(\us86e&B93SJ͎CsbmR@"95PzDZZY\$܆|]|r={$kUНR.sBlXH8N/ e
49 -@ED3Yլ
50 \cޝ} œ=[g &C  `9YSLfO#nG g]
51 ?l w
52 |`@E3лl& 88#dY@Cף Kd]sЭ3PtռsL:D#gXEtڟ@#E4Y露ϻ O rӐi9u ɻxr׳۲9+]Fsrn@NL 0* nX1̰J), !&" U{t|Lr8{ҽ+OCןNJB5#Wus
53 ,=f}P u nGpiӱPMB1yyD]&UihI.o@)gT IDATEF@%<Y!@v>ubn2kCQDQ<3`%GXԕߑPX5"VT;|2d@!
54 L0QJܿ{`Cj낆DOBƳǴi35)'njIb_VO+BZPO_Ei<5ފ!.00ɑHOnAk4ryȹ
55 #OXƳb OrRD8`Mr40Qe\y:).j'TcƳW R&9U;+vV`njwpjf~BLͯHy:k<}&`/g3Q+c(<
56 kWgUw=\ HO
57 ̺fUVU}` Q3xɉ׭V Pf@F
58 %,֠XUNoI]Tg%V3rpR"UmGFdv@. ;\uJmR *7*U"VvYi:SҘCIf&KjkG4a+a0͍lVII BaQ@̍tf'5\tX`(FVj@xڂXx54P)Hpl c37Rvuc`wh]l`ylOy*zxi ++{&=+@w11)BncP;ʈ!=ϭL}9Y ZXÙ mzf*l$ؾz +S| EC><)2^X5N$y s{lbeJ =w V 64X-L,XOk }k>k[k؞>YZ s%3kHwƉ@DȽd5<0Y a J:B]%mϡd3h/Cm$qX!-k ;;o}<df@񚇐5Gn΋/i B]l@fZ4H[ćb|!k [x# ' aSB76Vpo,ў-!2L!@;_AĠK2T`мy >V (7 1Vhs;ZNTmf;@qawtqj?⧵թ0'X7ۢlYrJ T[b & )n>rO#$?[hWe ȅ(@gC)EĹ{a!YFxp FJH@x&#/"?E6нlb 0sA
59 ADL}qRj"P<(1 ߑ
60 Fh7P T'{=<b7+<i 41#ؤ|rvGϲ &)
61 f@!R]h$ ++LTRBDKғ;Q4Q[ ̸ں=dO!
62 eCR;E
63 d֣6Y0DOΓ6%FgpЅ9J[YŪґ
64 s*;'%GT*ge3գd@ ~pb TV<'qCk2VknS$dr+M !@YuJ`Қ'L `98^ 68d!mk`W=0Nm+
65 tg&N{K( [w`O-66޵5Xm} #Lǫw!msEC^Ę6PxAOʰ 4|(s]$ιߪ$l6%H~eUVz?K29!Ңud+5(qz3)cĚ@@-я k@t" !\eKDRx*jG9IpJADSvRa~iw]VhS+-dРؔMU>@qMf;Isxf/Cb*_rt[OSZXR77!]S 1fGݜԚM tsљU0Tn`*h'xid`eYE}9Y1X0@;?ce^m&ܛ@Z_. um1f *qN.ʈY{?mNO2f|MlsjM{`-#.ǑJ,+#wrڋAX%A+q+l ͤ8(&  @;k(2v;a㎨D+$ ݆w7J$jX1b1Jk1&+@e[?i/֤ Vm+ڿNN~C@M1\8ZV S}ԚX0J/0'xVsVwů;v`-ۈ[ *pu@,z0b  HfbPs@G,QbP ČtZȐD Y|k1&?PeEް`OޑV/J :ECX71|;b/n4XS*@'7n@fD&c@ţOe!\g*iJ&1:H?y6w?M^qMꞀl(0L`Ƕbbg ()$4Z@4̨W p>=[3
66 >!n)4{MQ;.8SF>16Lse={{%mSi,  $<4!v"mt
67 7;
68 xu[uoVU}3hr='``$͟sl(}r|v]v47z-' }D*2&[ZRLևRՑs2LsQSlϥak jQ o"x{)4m)AWf1.2/*@g8\qP uҍL96 pmKF[p1P SO<23_$bM* K>KA_@ X'@e]U'V 58(0rwuq(='~y!e%gprNAgqʽZlE'fdFu>L^[|?bY:n;w.*{sP+`@V 3@XO{.Ҥπ91H~++er'i],)Fnܘ_SxbWp%w1ۨsV;KVL: {T5&
69 )@&;"՚U?Hgn J{PGV&D@erA+T9Ekl{Fw@:w/RD ~_IF>qD$Uq<$}˜OQݒZ}ȕfR'qdFΜBUT 6Ww?!Áxf@yA~XE^L\?]zP*HXIs
70
71 nry.l$"+D$se[u$-:ȝwG)dfsտ$s6ľfLE=ChG(qhW Ω!$@Q Hd# yT9rؼ*zog˲'C!:/ ]wuUs1
72 g "V`>h 1$ ;EVo&AD+˘d 2!?Qk sW=8ROЇqPP7(8NiB(ܒ&ù
73
74 û%mV7+$XʮOw^N @ v. @%OlI@ѻۚŸ>s:D;fU3$#'+B\@j:IgrXO%r"Y  A.BN|!r%0 3g)V@[ mg,e@;ͼ-[\qʩ oOX~Zˀuc;jnm+k0+,UYU o MA럧QVMcZ> XNS|zK1R9[VΪ!`ҕ,]1o;grq'WTЃbm`zkGZDC} z'ߚ %?i/lbVrץG00H h|uzlPӝ%?}؎@0HvhM?CO&N$zyUPvʎ2%8H*k=%9DWN-~&7ҳG-Γhw*d}A $82'=~]f&H z )7߽ܝ( Q$vUY1ab9\".&q̋(8v9HAOw/t'JyCm
75 zy@
76 zɬ$@u$R_4K7 a $qI @fzάGlBzDO*V=^iJ#T4'<^1YqTU(!66hNLg; V[XM=ie;Qӷ` XЃgAH&`*no/gk'
77 +Aψ/SIY3M `eZRo0X1D_dc+{6mfVe@ֲr
78 xՊʮE"杣2
79 fu gjelCe9@֠aXoDGNn o@*<.8 x<VU N?!+D`:OlD*|4o'deCode(.$/z12Q*= V&W`xl?C%Ўۋ`57mI=8g@@GwY#q':j1g9R{h+JX)ꊁd7;G>[ʚ)~(pk0VF:bx| ķwe%eXC _k/KX@-1P<3N0m@̕mJC(ԦD݆  ?ӍHDVF7'J$#'s:{ [ d7!@'łJ2pmXVX1?l|Kb +@qc@5sf{(uC &SYLz*%Cu(@bL>,$w ,3FkceUʎAg`?@V&Z;m J:w)P<ZJ>n1Nk7R6CA
80
81 :w1XWZ"$@W@J+yވаx`}yĬԃ=vISròw\%aCwqL<Mk"gG,y{О,䎛SvfQl(ZJ)49O |{[1`>N
82 &]sc%3)n
83 "%+c ], x5ytDcMY1&qLz\zoN 0(@~P%'<6|8hz#[6;z\|{b cHum;](lOv̖{4C{zv1UUۦ  +[UD!g%bDF?d;tS| v@nQc&QmhS0nڷ+q[rݨDcaex|']-[p8C7[4rPGԡ=X)\cn)\Pjq봇o0\Ě0f) 03Ē+)@F~/u$ݒf8GX@~;?w+Д4+;ф!݋y hC!-J4E\1>:@IAS}@NZC&! Թb>eɛ%=z eݒFo(s)pDaeZH4"fPI 'z-1uA Cp)=
84 l`EFS$rh)iy-iL T[$yeT%|]ٛQ[' Ɩ0Pd_O`@{*`A2 GL텍<~ Ya2msI`~ږ.qhx[z<UU?k2o̴`@c0 c EVf8uu %j1"@%>y=Ϝ,~Xk~+*uw|L=уr83XY$TvOwWI8WahsX):@|`EvGߗgF
85 vT\~֌`Z+"P3М +E0gIOd`egK@3f5ܥy_F @7Tg+ihYr+zj4ԑMe.hM7^u;` tD@Fg.
86 *,vNSF? .5!뿹0:Zh?P0lЪE.r{O'r~nV'Z*F.IV:<,Avf_V \(]R?+G80lUU/1r.<
87 ,; iB;9BKa~]@n-~\q ~HAMYsM->V?"s/2  WRu+]bg5'ˡ;948Q+6$FbsKc@E.gTPߐRoTnjGl\q'9gOr O$j;cUUx0mhG a(xTyHRC[w@Ssq"TPЪoyIs-,sT]1ǠM8Nic@>; 䄗4qq"aE~llAK##ZUg"N.,ph0Yi@jUʌ0ЄJN!ifSVU7 V ?gb/)| ` V cb0 0X1`U+`!l ?`VCD`Om'Yh&N[8Um/&|"v܍'r1~\Ph>m;h^ F^7eW
88 oe8~oK3W?r8.m)>;B'H72YOmPdX`!t@bO zF#KG"6r IDATVVMs ,pe=}K pwg9x̩hDg
89 iOmD @;x?ù r PP.6)sI`Eh#b 2%>(p?6-leDgjz5[@ @Y7j8
90 0ZDs(,fv,V&Mc@<<'UhHzo|o|=Q[Pl?晀~AKNw?k sN ϊ``e`e~ XQ1P8*dz<5p'8Bj$nMΉfL?!+tr;\BG! &m"7-nkұ'r9Kg^ؚOr)2[L:eHЮgJg/@
91 4
92 GKEw&.T`%߉\) @dw>*Krб_ T%퀦%ּBQ!!ȽӎO r\C$G XB$> q;Q)C2TH6;bT5/D܇qo y9PϜBEU"~s*j}"5p]@.% %IҳVP!PUeg)MN7E(fA&tD)! _U8]RtH# ?qVx^(|L) ̇Q,jxCЌ}~~$ݽ
93 S=d(Su#Aх\ AE.Y!9l"i|Z} Uj@vHԻBvZ qC"o|(ބdWJ%GhzL @j2j7Q`W5W败9 xZ!q cu5H׋ХK<yN8Ipfq3*SGNTt6, WYLrf
94 f-iyG,scH("$y0v \Qɑen}Oiö62ֿIfk<;01qJs4ъ`Ď@ ~LhuC*
95 L蘂"ߋ|kr@+o7)HpШ0*c~o X8gd]3;+6:ḱ@%7#);%~o/6u<j P+lHNaK:w)P<ZQY*SL@Su?^ky,el:3[Bm
96 :w1\*I?y 3!;WSpk 6g{,5pHRvg7mPN($)1#5A1c?Cr`_vr5#YA*JK =u?eh?,yE )RcM1Rz%8q|]8wϹ'n
97 ^h;\_HMcm2H%1zJ& /@6W#T5 =Ewc1f$0fn@iTy1Ц囄b#YAȉIp\P3+葑SR=sHnwW.tG9Fi13͎)?O<p<=I Nt=N| _H9Tj[Wc3(ebԎꘞjM +Sг۬LIg+ ++.+mMy$!  PCYYޛhVm4+zk0jw(PE_iYIꞀHmYrWm1t hd6E\R7FSDXA 2*tAP!>C,9*d$MD2u9NE)~8w/JA07y턴+)@Rl2%@r2$7vi0ΡJ@X jd ayBSZcl:5|DIX»SPe[I`Qk=W]@$3NL59XTD`C>E:"l(]o($M6cb+Ye$ؙhOVsSf,R<Ǐߣf$M
98 T(&T2R 40L@uh[QFìp]e*I +"s2f c  5zdYo* jf3PWǰ\;~9mo@Rj Z@cgGWpL<Ȟg[5=;6= \#v+u(X }= 4ll?CcAԕÐ5KLlȆt&j#sJ?]Da|w1@)r.d #6p1D[ l"*S<H*m;:]4,+Q"R`H 7\<~sBжXh59gМT5``Z`-xlHKh-6oV@d&I7M \TYl&i ^?eZheߚP;1PٲDmI'!'P~?'r(J"Vb l[GZ8)[;r`OwGI_PZoHDݴ#1.A_+Cmb'gDN8B..HD RFsX霢541̰z휁%wH)! DiwIv L`C~NF $ʲ9aFNs-dOeN;\
99 js5}V_HB\~ /OC$'}_8<s<C~b o MY&pʏ>aC&#R=0F31EVf\L 0G<n%`ec
100 e0X(PV0P|`UJ02o3 _0X!=i@e#, 'X"db$yKu me xOD:#%0x`EdX0jg:'b2+23Ejj-2t +6``e$z`H|+Y 0Krol5w%X (0֪IۦK
101 k65; E;c@GO8(wV|V|\Sq|ߎt͸_F`{VB٠^vBx7n{Nlcu^~.- Оiy(8mW+]bu8)لoɆbߎ]sՀvp.<4XrdmVC@ǖ^z5Hs+>xHVttĻSoV6r6^ukKHh+K*w
102 %Q-E[:r\:7t`D%pC%9 ro#"p4# 6|vp%x @dd 2Rpx'# CFa,9=>p!vѐ~H4dD?$"+]D*6TAQՉ "GNu6B*MD0.2|g0 ٝa%s~#t@pAH r &PKR)15͈ ]+qkl(J@v z|ne8K]KEݡp8ݑ<B$ϑJP[<TE:@4#I> /s*QW\jM ?J(2@D2kpq+BUnkZ+ 1|;-Kh?.<SQu4Tg1i1J~<3CH6 Sl\<80Jʀ?t!*}8Qeۅ&m΄ LM& ^*<W:Ѻ`5e>nfLq555nd```e!R){ 1rfh[6yk~rmC+>waB>K:\p\,C 1KU;o6Xa@ A|w rRC/φH%T0>ԊqR7yW3]5X!(x U=hAiDj|@ JK&9+K\qD鰾6KBJ)ۻh'1B@On<JNJf,d"N`][ 0۾1Lg!)`2T=@HQm>PjC$`83Dؼ饨 & r. ՍAq\,?|"@ȘG߿D-z ǝ01Z 6PbU`ܼ&K+Et#@C; UUf [0N N $^EPo~g[pq`xb_rQԹHgD[0 ^ -!e&Rv- Q(0^+2xO~&<'U%eC#} {buR-d -a?xվ ps"Ј8t@ T(Mpƪ\64v*Ix Y`b )T(qRb '/%T`\pe  g XI$T߆Glh!4VOG 4說J-`Onl V&7X1JMaׄ?|f^]6f f /wI18\G-:mb% ed21 [Xa@r MM}@d7l'[1,{ߥ>K3 R VZ VT$Bx> z\klJ@'!&'"v0w`+3uMO6c緪kg VaMYB"!r"x"!9 Ǐx`bVb1`-6D6/9P͆5xt1@iM}E*qPP (l_iv~k<MHbY#0(-!қ ˟OTa_P.^c"=8g]0(%!
103 \482*Bn <A E6R[`3@'Oq&d"M '">BG9z0(!!A@8MiPRAV1`$"T2&.p2@"Iϖ z"P& JHE<w-m9e;gpwC=A Q,則Eg=:RvGaɁDV7Ц”+/"@ޖ`̥`2;eX5s@nCz7[ȏ[2ZL\v4A_uPYjL:vf#h5t(i]7 cfpڽ wܨPYH( *)$^=So#-䐍xȉ] ,dHހ<?{oZï3~V&7t-X^E/~<iyPqOj+w0p-7rjX"ðs5CbHE_"?*4?zސcjԽ-zy+ץ\y2bQ&N/p} ;ҼݐVU-S0  2jGLNtܨOlB"5.%ַ8+)ȹdAŢG?}HFbaj1Κ8FZP@(@e ):0iY[qo ZUt od#ATrcoݹ@HH]̭ Exzj@
104 t*ߢ"bQ:/bL$P$9hDa=#B^YiM1g 2Ο 14YUQ%'~?^\,ordʵMFp `p[**
105 &] `2K'Ѽ{vpWe\bn=`*D;QI'+XT`9Y1,ΜFrUcOt(VnSO&#J;+ [c9[J;wX!Գ+n$#Y`,?lVc-
106  d1;X@x`<' V ,0 3+ `5vOrh:J' m%≙?e3XSsf^(HD|i;?#0|E.BH3``Ȉ:^?flݩm{eC<8tQ<u:2@MujrYA{J9͞#,`h;6[g~IH $7Ohb|@wB.ߑa.dbIӴ1%C<T 9 l2#bӁ J@̩:Fh $oG
107 ,%{@V @*Z@ JRX"POL1TaRKC`I;t w<zVFs@=RS$ Tуk#e0XnNWX@KB#v^4`e
108 _7X17N6)aR@ Q>`lЮ/{OII qW6;bKѠ&SC Dl[Ur 5}tbm[VONL,ʯ-_+M5(= :b W V6#?w"/"3_L&
109 ϏDk L[wSX$@w Lu%5Hs' %8ldh4\U< "!;Gd996 Σ ww/q6`1 EȹU n訲0M$FyA# ?w  6wW&sRγŝM+[*z$a>JC"x7գhzi}K*"W^?Xϝ. y::GO @J.oZ IDATZګ ߙ@4Zi#5xw<&>fe P@ xB=U:!-弭ߥ l/ 9v<6z AL1;JEsP_粕$4%.7,TT>wjQ&
110 @0эU.IN3 &Ҿ!qNr?r[ۡf80+PpUUrKN]J\[0
111 ;lP7g ȓ(g!f,vF.< U
112 f. 3NBr2 ϑȪZ& j\wNMY%vi3BCiL
113 K
114 YI;- =?ob + E+P5tHpfZ<)xSl.   |\kCۨGZ)@O@v@<'?XOv ]_}ˏkz(On"s~vo`R2LECnGV;-S7 ]>3ڋttTr:cR*mTe@1'h#=F:<R:]@֎ >
115 (F%P" T#-)u}  %0D\Ej|ϧ"F
116 /׍пxk][<>2h;TV pm0*PZ>‡\<X`,@tB31gGZ*~4X a_R%AATn$`{%d#LX)S6:f;o+1Y1 4Xt04F;tk4#s4@F Z>k%nAV6XidDB0 MAtiR"!UT(BQbt
117 ^1yϝ"`"K9.,Y#<<""j"̉H()*҆ÐrT& 1hAcw<.as$9g?wz`e"!]TO"P pOYpϝ$<+u
118 DB$mti3Sg3 GG&
119 >w
120 \Zo>?ud`NMcG;X`O|`0_<Pʌ۰4I-n *&4g,0W X 3.^!VF@O;u3IM3 f+Z킉&@1B (9 <_@zsr;Ǵәg rPs'[w h C%=V.6V 2h D:ۿM!7 =8#[; 6OVkgoMmGE2I^ȑ|3\.w?EX#lT`+c+_,Ʃf̅vG "YC%hF gnj,Csk @u} d=m_NXJm?f < )iJ!~Ov L;wq'$G^_ v A ImH#G(H#< m,GJal ?Z2=Wn貃(:Oo` AFa0j:2A:Qxb őcX #j.al(G!6@oh c$nDZ4`<sJ V|J.k
121 }/Dka6KDs/!@<$y9ˆ. KX[:DLN"؎]}B!2ul
122 ,h2lpg2Ifzx&b/1X13X1
123 5}@8:|q (m(P %-I @XCq, @ў_@'\@hBH;H 7,p?p"K^6<d"=w&;<-H;L t[Mƶ?v-f!r2EEi?C<1}H'2s@:iw YB|=G:P3N
124 (ʳ.<E%j?`~y%s@%I@{>"(O_9@CjGR˂&s}CoW0P^`!@A讝'v$`B׼9gxjOILX;zsX}IA+T&KMnfY'yEź\5KߧДF h9%n3+hevh:ZN6T1 4=Q1g #g;"NeO<m30+jdC(
125 rL@n~(ԲATDw`%ˀH|@i#b(Kk_j.>}V::t%{
126 p&xVo(AueC^ }m+jNElSvAk (,&R*lE=}&!E$;F:r?$Dz?B9UU--lhaC% ]GDř }Fj"2@fJedKvz@Y]Mrِgn@-P6h1ܒ1rĈel=Pм=@7 AYߥt9?]:1wv^,ҷO1f0^Ӻ`A_|#Á]7e [˴M JRSU9)&rB$c h\CjVoeU_0XL|`e NQFm){3{8 ;-+-Bh0\.bNn{XJPZ\63]@x{pHcpr{SZZE_063C.p6]HAHz;w IOdd8.^DӠ~B>۩6#{15 Ij/#_0l-:SODq3I'DBhP%Pݛ%Ӹ>f VpIw)K=G,e% 8 5'> pٍO7H zgK]Y#*gg>Q \n!3 ιT_@*NjqN ;WY{Wv$42I648*e[!AC*ddSj4D<x/eY1N.AR?T
127 񉲍I+MBdZ%R-m iX9E='-Wp9
128 `
129 $$6]Zd@Ϻ2!mo4K@;3k5F51D|320&֔G Uݢ@7! C* gǺ[XsU꿫$,b
130 !=ހK *gF~3ژK9P
131 VU@ PJsPj$bWq-@46
132 @[jD.?RE]Q;7P< Q 3M:$\cG ٲV+/a% jHk5\h Ar6)R]AX=&BUU̬I@o6V-GEybD+lA&2pOnQēHM8&zt2y } 91P&J5A69!IH ?MEoбOըէڙNTRˀ/}<
133 '6YxB`eB#a×MD}!ʸ#mT+^,1O/JpDj޸%hK&i966+5N]\ T9X~_#@o|9
134 DÓ9`@mEP$pqy\\%{yZghb8Frg -"y)yM\1iXO3PQU,p@SfyD0٤Ը"@^ $V5Adca&!TSVYਗ਼pZޔN(OQ&PG\|1he2%rj٫!@ޙ
135 n)@I (pjs$6k%zލ]$ šc-pR$#9
136 9dR @X jh) $f|4cI)E&&2&te@ߏh'?~WMvx&`cn/;<,u:Z1 Y@#hwӞ#1N|,%uIX%>l
137
138 @@ft֦f`ue(@ٳR.ĦضF>C$nfӲoR+tM*Lw5!y[7$ A.Ve baM`VYIPVRՈtq׎2LePxRKZ5(քF-JO2`a=fiͳs<`RrUeDi!-}f[7&jr!ZJ]^Ki)x[pu̮hޣ$(2z]PSN@>;5pwUX.JPç,":˪~K}rI@R?C#(Di +wWDae^CE\Xkm:"^u$bpwNt/t}YY`ּk}[Y`{`Q_Tm@m f+]; V W`(0`20 @Wd_Q BĺHyi+wY` b54X "0e‡$u/k0+|PF
139 V5q௙J2R\5X19ٗ ̠TM+S~ܓrWr+[%X 1L'ڏ`_j@W([Bjwrq C\cnuMMyƏ٤ٸg_nnV&ZnrN=tGyW'.O?Щ굓*_[w;~/GC[S?=kϽS7 n8ukpns]wSםXs7,_XŹ?8CNw^~kN{zc/UGهN|bߢ|n>ɋϝi;:y;N.ɧ?o??'oYtOHu:Su喓O[ogno}Ӌ/7tsO{ؓϝ{{'[oz37z뭏?~嶫oWt[<}+_z?|+/?rG8}z/]y7=z9 >~{r~YT/_ËV|K?a.To</o_{{p]GWwz}G>蛟Xs-r鷜8}'NX\|O?r#'/s]kǫ7|#:rgξ~ϙ#Չ=rW9rμ:|o‘3'Ϟyٳձgo_eRuW~'?rDui.=3>‘Gro˿wx'- խpoU~'Z'.^ʅK_zxq/]zK_꟧>\廪#._ꥯ^;/ի C/rX'ŏ?z ,#}/>tʼnw?~U/^.V]aѯ*,/ nxSYuIm6gދxϝZTz=SxuK9NVxC/-zC'_?^z襛/.;s "Rw⯋wtRFcl_W
140 0*T(p~b:wSxӋ]1`QpM؏;w'{Bgnz<Sm~W+|ndӏ>;z/=;ܿZwu/8E-:\xbm^9}e?ujp喙E'^t,*uJEZuή"¥|xT8Z O/i•sѪ^t/Go ,'~WYuO9‚?8QuUYc٥ǫ
141 |Ȣ_~Ǒ%z u#C/> lT x߱x[u4۫W*$,}يۗy@ο%x_wPGN~s%&?s?kspۃNi wW}KO_>wӷ=ۮ^wݹG{սqQn׽|uŪ.>ŋ7..'[
142 }7T=:׽|}|ꄋ^U>USnX<_{aqXſ<O^S-ϟ"ԹK6'oOݼV_Q%<xꎧ~'?. pGGoF,\r.q--s⇫?_oZt~8=y
143 tWmw^G+O[?hWjaGz? G|7^8qt_9ğuY"W^ypw^tg;1ŕ'Ta ąe4+OY>_8?|\xˉ[_8eG9}ݏ..|x<qW-268|/o.t'=g~`^vѿn?|Ye]zU8tA#+6T(X|b,b?V2da;}_``Tx>ׯkYD<E _k~K Kwܝr*ܹzKsg>UX3Ƕu˿K,z#yȭPpl1'~'^Tk0zanEE&IDATU\^v
144 #_gyE*oX %=!ox~zNU~s#_Z./"EGĂU#ɓU|?E_N"dr>[N~
145 ɗN^x?3?V 9Wus*\h?Zǿj4UU7=W/'o7SU rp=gɕU_sK0jOwV^o[?xs/s+ٿ,Cj=]}#ÀGϬP]=ϫ>7?(UhPEG_w UsuÅ꟪X<?{ߟ<^[ۏsћ}Ug7L/ƒx`T/% TVg8qg1đ/G"nϗX`, c™=qd+@V=oQRU\Ϊ_~g/U̽rX~UyKW+|#mG>wΓ/~j4wT~?˗<~ۗ?p'𢡊.mW}{'Λ>|jyGz\mG^g>wW_\_{W;#MtIME ;^XIENDB`

Properties

Name Value
svn:mime-type application/octet-stream

  ViewVC Help
Powered by ViewVC 1.1.26