diff options
Diffstat (limited to 'Mach')
-rw-r--r-- | Mach/BuildingOskitMach.mdwn | 2 | ||||
-rw-r--r-- | Mach/BuildingOskitMach/modules-light.x86.pc | 236 | ||||
-rw-r--r-- | Mach/BuildingOskitMach/modules.x86.pc | 236 | ||||
-rw-r--r-- | Mach/OskitMachPatches/patch-gnumach_softclock-wagi.diff.gz | bin | 0 -> 576 bytes | |||
-rw-r--r-- | Mach/OskitMachPatches/patch-gnumach_softint-wagi.diff.gz | bin | 0 -> 1799 bytes | |||
-rw-r--r-- | Mach/OskitPatches/patch-oskit-0.97-eepro.diff.gz | bin | 0 -> 301 bytes | |||
-rw-r--r-- | Mach/OskitPatches/patch-oskit-0.97-i_khavki.diff.gz | bin | 0 -> 405 bytes | |||
-rw-r--r-- | Mach/OskitPatches/patch-oskit-0.97-jon_arney.diff.gz | bin | 0 -> 282 bytes | |||
-rw-r--r-- | Mach/OskitPatches/patch-oskit-0.97-kkraemer.diff.gz | bin | 0 -> 367 bytes | |||
-rw-r--r-- | Mach/OskitPatches/patch-oskit-0.97-sbrk_hack.diff.gz | bin | 0 -> 283 bytes | |||
-rw-r--r-- | Mach/WebHome.mdwn | 46 | ||||
-rw-r--r-- | Mach/WebStatistics.mdwn | 132 |
12 files changed, 562 insertions, 90 deletions
diff --git a/Mach/BuildingOskitMach.mdwn b/Mach/BuildingOskitMach.mdwn index 35782996..e1bf66f7 100644 --- a/Mach/BuildingOskitMach.mdwn +++ b/Mach/BuildingOskitMach.mdwn @@ -5,7 +5,7 @@ <td width="50%"> %TOC% </td> <td width="50%"> <p><nop></nop></p> - <h3><a name="Introduction"> Introduction </a></h3> This is a brief "<nop>HowTO build OSKit-Mach" (a.k.a GNUmach 2.0). It covers everything from getting the latest sources of both the <a href="http://www.cs.utah.edu/flux/oskit/" target="_top">OSKit</a> and the GNUmach kernel, down to building and debugging them. <p> To be able to actually make use of your recently checked out CVS version of the GNUMach kernel &amp; c:o you need a GNU system of <a href="ftp://ftp.funet.fi/pub/gnu/alpha/gnu/hurd/contrib/marcus/gnu-20020816.tar.gz" target="_top">gnu-20020816.tar.gz</a> or later. See <span style="background:"><font color="">Tarball Notes Home</font></span><a href="http://LOCATIONDistrib/TarballNotesHome">?</a> for more info. </p></nop></td> + <h3><a name="Introduction"> Introduction </a></h3> This is a brief "<nop>HowTO build OSKit-Mach" (a.k.a GNUmach 2.0). It covers everything from getting the latest sources of both the <a href="http://www.cs.utah.edu/flux/oskit/" target="_top">OSKit</a> and the GNUmach kernel, down to building and debugging them. <p> To be able to actually make use of your recently checked out CVS version of the GNUMach kernel &amp; c:o you need a GNU system of <a href="ftp://ftp.funet.fi/pub/gnu/alpha/gnu/hurd/contrib/marcus/gnu-20020816.tar.gz" target="_top">gnu-20020816.tar.gz</a> or later. See [[Distrib/TarballNotesHome]] for more info. </p></nop></td> </tr> </table> diff --git a/Mach/BuildingOskitMach/modules-light.x86.pc b/Mach/BuildingOskitMach/modules-light.x86.pc new file mode 100644 index 00000000..07818cc5 --- /dev/null +++ b/Mach/BuildingOskitMach/modules-light.x86.pc @@ -0,0 +1,236 @@ +## +## OSKit Module configuration file. +## +## Comments are ignored, non-commented words should be +## OSKit directories to include in the build. +## +## Libraries are built in the order defined in this +## file. +## +## Specify this file with the --with-modulesfile=<x> +## option to configure. By default the file 'modules' +## in the OSKit source directory is used. +## + +### Always include this module (the header files) +oskit + +### The flask module must be compiled before +### most of the other modules. +### It is currently a required module. +flask + +### Builds the documentation (Utah only) +#doc + + +### --- Required components + +### The C Runtime (the magic that calls 'main') (required) +crt + +knit/c + +### Various bits of kernel magic (required) +kern + +### List Memory Manager (required) +lmm + +### The Client OS library (required) +clientos + + +### --- Boot Adaptors + +### Build the multiboot compliant boot adaptor +### Requires that ld support '-format binary' (checked) +boot/multiboot + +### Build the Linux boot adaptor +### Requires ld support '-oformat binary' (checked) +#boot/linux + +### Build the MSDOS boot adaptor (??) +## Requires ld support '-oformat msdos' (checked) +#boot/dos + +### Build the BSD boot adaptor +### Requires some sort of a.out linker (checked) +#boot/bsd + +### The NetBoot Meta-kernel +#boot/net + +### Build the PXE compliant boot loader +#boot/pxe + +### --- OSKit-on-UNIX support libraries. +#unix + +### --- C Libraries + +### A minimal standard C library +libc + +### A much more complete standard C library +posix/sys + +### Thread-safe version of the previous +#posix/sys_r + + +### --- Miscellaneous utility libraries + +### Address Map Manager +#amm + +### Library for contacting a bootp server +#bootp + +### Com IIDs library (required for most kernels) +com + +### For groking disk partitions +diskpart + +### Include the Dynamic Packet Filter library +#dpf/dpf + +### Exec library for loading linked executables +exec + +### Read-only access to a number of filesystems +#fsread + +### Filesystem name parsing library +#fsnamespace/fsn + +### Same as above, but multithread safe +#fsnamespace/fsn_r + +### Fake UDP library (Only supports UDP send) +#fudp + +### Include the Hierarchical Packet Fair Queueing module +#hpfq + +### The Memdebug library +#memdebug + +### The memory file system +#memfs + +### SMP support (believed to be broken) +#smp +## the SMP example +#examples/x86/smp ### requires smp + +### POSIX threads +#threads + +### Simple Virtual Memory +#svm + +### UVM +#uvm/uvm + +### Simple Process Library +#uvm/sproc +### the sproc example +#examples/x86/sproc ### requires sproc + +### --- Startup Library + +### Simpler functions for initializing OSKit subsystems +### NOTE: this drags in almost every other library. +#startup + + +### --- Devices, Networks and Filesystems + +### The device layer glue. Depends on lmm and kern +### Required for any kernel that uses OSKit devices. +dev + +### Realtime support. Needed for realtime threads and for GPROF. +#realtime + +### Devices and code stolen from FreeBSD +#freebsd/dev +#freebsd/net_flask +#freebsd/net +#freebsd/libm +#freebsd/libc +#freebsd/libc_r + +### Include Run-time linker support. This must come after freebsd build +#rtld +## The rltd example +#examples/dyntest ### requires rtld + +### Stuff stolen from Linux +linux/dev +#linux/fs + +### Stuff stolen from NetBSD +#netbsd/fs + +### SVGA video library +#video/svgalib +### SVGA-related examples +#examples/x86/video_svga ### requires video/svgalib + +### X11 video library +#x11/client +#x11/video +### X11-related examples +#examples/x86/video_x11 ### requires x11/video + +### The zlib compression library +#zlib + +### The UDP library. More complete than fudp, but not totally complete. +#udp + +### The Utah testbed TMCP communication library and examples +#tmcp +#examples/tmcp + +### The NetDisk kernel. +## Requires the zlib compression library. +## Requires the udp library. +#netdisk + +### --- Scripts and build/debug utilities + +### Includes the CPU-oskit-gcc wrapper. +unsupported + + +### --- Additional stuff that must be at or near the end of the build + + +### Sets of example kernels +#examples/x86 +#examples/x86/extended +#examples/x86/threads + +### Building the example kernels as host-build binaries with unix-mode +### emulation. NOTE: These will only be built if you are compiling +### the OSKit with unixmode support (and on Linux or FreeBSD). +#examples/unix +#examples/unix/extended +#examples/unix/threads + +### The OSKit test infrastructure +#testsuite + +### The security server +#security +## security server example kernel +#examples/x86/security ### requires security + +### The Mad MPEG audio decoder library and example +#libmad +#libmad/minimad diff --git a/Mach/BuildingOskitMach/modules.x86.pc b/Mach/BuildingOskitMach/modules.x86.pc new file mode 100644 index 00000000..bb27aca3 --- /dev/null +++ b/Mach/BuildingOskitMach/modules.x86.pc @@ -0,0 +1,236 @@ +## +## OSKit Module configuration file. +## +## Comments are ignored, non-commented words should be +## OSKit directories to include in the build. +## +## Libraries are built in the order defined in this +## file. +## +## Specify this file with the --with-modulesfile=<x> +## option to configure. By default the file 'modules' +## in the OSKit source directory is used. +## + +### Always include this module (the header files) +oskit + +### The flask module must be compiled before +### most of the other modules. +### It is currently a required module. +flask + +### Builds the documentation (Utah only) +#doc + + +### --- Required components + +### The C Runtime (the magic that calls 'main') (required) +crt + +knit/c + +### Various bits of kernel magic (required) +kern + +### List Memory Manager (required) +lmm + +### The Client OS library (required) +clientos + + +### --- Boot Adaptors + +### Build the multiboot compliant boot adaptor +### Requires that ld support '-format binary' (checked) +boot/multiboot + +### Build the Linux boot adaptor +### Requires ld support '-oformat binary' (checked) +boot/linux + +### Build the MSDOS boot adaptor (??) +## Requires ld support '-oformat msdos' (checked) +#boot/dos + +### Build the BSD boot adaptor +### Requires some sort of a.out linker (checked) +#boot/bsd + +### The NetBoot Meta-kernel +boot/net + +### Build the PXE compliant boot loader +#boot/pxe + +### --- OSKit-on-UNIX support libraries. +unix + +### --- C Libraries + +### A minimal standard C library +libc + +### A much more complete standard C library +posix/sys + +### Thread-safe version of the previous +posix/sys_r + + +### --- Miscellaneous utility libraries + +### Address Map Manager +amm + +### Library for contacting a bootp server +bootp + +### Com IIDs library (required for most kernels) +com + +### For groking disk partitions +diskpart + +### Include the Dynamic Packet Filter library +#dpf/dpf + +### Exec library for loading linked executables +exec + +### Read-only access to a number of filesystems +fsread + +### Filesystem name parsing library +fsnamespace/fsn + +### Same as above, but multithread safe +fsnamespace/fsn_r + +### Fake UDP library (Only supports UDP send) +fudp + +### Include the Hierarchical Packet Fair Queueing module +#hpfq + +### The Memdebug library +memdebug + +### The memory file system +memfs + +### SMP support (believed to be broken) +smp +## the SMP example +examples/x86/smp ### requires smp + +### POSIX threads +threads + +### Simple Virtual Memory +svm + +### UVM +uvm/uvm + +### Simple Process Library +uvm/sproc +### the sproc example +examples/x86/sproc ### requires sproc + +### --- Startup Library + +### Simpler functions for initializing OSKit subsystems +### NOTE: this drags in almost every other library. +startup + + +### --- Devices, Networks and Filesystems + +### The device layer glue. Depends on lmm and kern +### Required for any kernel that uses OSKit devices. +dev + +### Realtime support. Needed for realtime threads and for GPROF. +realtime + +### Devices and code stolen from FreeBSD +freebsd/dev +#freebsd/net_flask +freebsd/net +freebsd/libm +freebsd/libc +freebsd/libc_r + +### Include Run-time linker support. This must come after freebsd build +#rtld +## The rltd example +#examples/dyntest ### requires rtld + +### Stuff stolen from Linux +linux/dev +linux/fs + +### Stuff stolen from NetBSD +netbsd/fs + +### SVGA video library +#video/svgalib +### SVGA-related examples +#examples/x86/video_svga ### requires video/svgalib + +### X11 video library +#x11/client +#x11/video +### X11-related examples +#examples/x86/video_x11 ### requires x11/video + +### The zlib compression library +#zlib + +### The UDP library. More complete than fudp, but not totally complete. +udp + +### The Utah testbed TMCP communication library and examples +#tmcp +#examples/tmcp + +### The NetDisk kernel. +## Requires the zlib compression library. +## Requires the udp library. +#netdisk + +### --- Scripts and build/debug utilities + +### Includes the CPU-oskit-gcc wrapper. +unsupported + + +### --- Additional stuff that must be at or near the end of the build + + +### Sets of example kernels +examples/x86 +examples/x86/extended +examples/x86/threads + +### Building the example kernels as host-build binaries with unix-mode +### emulation. NOTE: These will only be built if you are compiling +### the OSKit with unixmode support (and on Linux or FreeBSD). +examples/unix +examples/unix/extended +examples/unix/threads + +### The OSKit test infrastructure +testsuite + +### The security server +security +## security server example kernel +examples/x86/security ### requires security + +### The Mad MPEG audio decoder library and example +#libmad +#libmad/minimad diff --git a/Mach/OskitMachPatches/patch-gnumach_softclock-wagi.diff.gz b/Mach/OskitMachPatches/patch-gnumach_softclock-wagi.diff.gz Binary files differnew file mode 100644 index 00000000..3d57b43a --- /dev/null +++ b/Mach/OskitMachPatches/patch-gnumach_softclock-wagi.diff.gz diff --git a/Mach/OskitMachPatches/patch-gnumach_softint-wagi.diff.gz b/Mach/OskitMachPatches/patch-gnumach_softint-wagi.diff.gz Binary files differnew file mode 100644 index 00000000..215706b3 --- /dev/null +++ b/Mach/OskitMachPatches/patch-gnumach_softint-wagi.diff.gz diff --git a/Mach/OskitPatches/patch-oskit-0.97-eepro.diff.gz b/Mach/OskitPatches/patch-oskit-0.97-eepro.diff.gz Binary files differnew file mode 100644 index 00000000..80d94f3f --- /dev/null +++ b/Mach/OskitPatches/patch-oskit-0.97-eepro.diff.gz diff --git a/Mach/OskitPatches/patch-oskit-0.97-i_khavki.diff.gz b/Mach/OskitPatches/patch-oskit-0.97-i_khavki.diff.gz Binary files differnew file mode 100644 index 00000000..2e322de9 --- /dev/null +++ b/Mach/OskitPatches/patch-oskit-0.97-i_khavki.diff.gz diff --git a/Mach/OskitPatches/patch-oskit-0.97-jon_arney.diff.gz b/Mach/OskitPatches/patch-oskit-0.97-jon_arney.diff.gz Binary files differnew file mode 100644 index 00000000..aaf1475a --- /dev/null +++ b/Mach/OskitPatches/patch-oskit-0.97-jon_arney.diff.gz diff --git a/Mach/OskitPatches/patch-oskit-0.97-kkraemer.diff.gz b/Mach/OskitPatches/patch-oskit-0.97-kkraemer.diff.gz Binary files differnew file mode 100644 index 00000000..7d75a34e --- /dev/null +++ b/Mach/OskitPatches/patch-oskit-0.97-kkraemer.diff.gz diff --git a/Mach/OskitPatches/patch-oskit-0.97-sbrk_hack.diff.gz b/Mach/OskitPatches/patch-oskit-0.97-sbrk_hack.diff.gz Binary files differnew file mode 100644 index 00000000..2fef6632 --- /dev/null +++ b/Mach/OskitPatches/patch-oskit-0.97-sbrk_hack.diff.gz diff --git a/Mach/WebHome.mdwn b/Mach/WebHome.mdwn index ab4d7fe6..0575e9d7 100644 --- a/Mach/WebHome.mdwn +++ b/Mach/WebHome.mdwn @@ -12,12 +12,12 @@ Sporadic efforts by numerous individuals have been made to keep the information <p> </p> <ul> - <li><span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a>: History of Mach </li> + <li>[[MachHistory]]: History of Mach </li> </ul> <p> </p> <ul> - <li><span style="background:"><font color="">Mach Concepts</font></span><a href="http://LOCATION/MachConcepts">?</a>: <a href="http://www.dina.dk/~abraham/Linus_vs_Tanenbaum.html" target="_top">Linus vs. Tanenbaum</a></li> + <li>[[MachConcepts]]: <a href="http://www.dina.dk/~abraham/Linus_vs_Tanenbaum.html" target="_top">Linus vs. Tanenbaum</a></li> </ul> <p> </p> @@ -39,37 +39,37 @@ Sporadic efforts by numerous individuals have been made to keep the information <p> </p> <ul> - <li><span style="background:"><font color="">GNU Mach</font></span><a href="http://LOCATION/GNUMach">?</a>: GNUmach 1.x kernel <ul> - <li><span style="background:"><font color="">Building GNU Mach</font></span><a href="http://LOCATION/BuildingGNUMach">?</a></li> + <li>[[GNUMach]]: GNUmach 1.x kernel <ul> + <li>[[BuildingGNUMach]]</li> </ul> </li> </ul> <p> </p> <ul> - <li><span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a>: GNUmach 2.0 (DEFUNCT) <ul> - <li><span style="background:"><font color="">Oskit Mach Status List</font></span><a href="http://LOCATION/OskitMachStatusList">?</a>: Status and TODO list (<a href="http://packages.debian.org/gnumach" target="_top">deb status</a>) </li> - <li><span style="background:"><font color="">Oskit Mach Patches</font></span><a href="http://LOCATION/OskitMachPatches">?</a>: Bleeding edge patches </li> - <li><span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a>: Useful patches for the OSKit </li> - <li><span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a>: How to build your own GNUmach kernel </li> - <li><span style="background:"><font color="">Remote Debug Oskit Mach</font></span><a href="http://LOCATION/RemoteDebugOskitMach">?</a>: How to use gdb to remote debug the GNUmach kernel </li> + <li>[[OskitMach]]: GNUmach 2.0 (DEFUNCT) <ul> + <li>[[OskitMachStatusList]]: Status and TODO list (<a href="http://packages.debian.org/gnumach" target="_top">deb status</a>) </li> + <li>[[OskitMachPatches]]: Bleeding edge patches </li> + <li>[[OskitPatches]]: Useful patches for the OSKit </li> + <li>[[BuildingOskitMach]]: How to build your own GNUmach kernel </li> + <li>[[RemoteDebugOskitMach]]: How to use gdb to remote debug the GNUmach kernel </li> </ul> </li> </ul> <p> </p> <ul> - <li><span style="background:"><font color="">Micro Kernel FUD</font></span><a href="http://LOCATION/MicroKernelFUD">?</a>: Fear, Uncertainty, Doubt - The Micro Kernel Experiment Continues </li> + <li>[[MicroKernelFUD]]: Fear, Uncertainty, Doubt - The Micro Kernel Experiment Continues </li> </ul> <p> </p> <ul> - <li><span style="background:"><font color="">Micro Kernel Research</font></span><a href="http://LOCATION/MicroKernelResearch">?</a>: Papers on Mach related topics, <span style="background:"><font color="">Posix Semaphores</font></span><a href="http://LOCATION/PosixSemaphores">?</a>, <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a>. </li> + <li>[[MicroKernelResearch]]: Papers on Mach related topics, [[PosixSemaphores]], [[PortToL4]]. </li> </ul> <p> </p> <ul> - <li><span style="background:"><font color="">Micro Kernels For Beginners</font></span><a href="http://LOCATION/MicroKernelsForBeginners">?</a>: (suggested page, better description needed) For experienced users who know little about microkernels but wish to learn about them. </li> + <li>[[MicroKernelsForBeginners]]: (suggested page, better description needed) For experienced users who know little about microkernels but wish to learn about them. </li> </ul> <p> </p> @@ -90,7 +90,7 @@ Sporadic efforts by numerous individuals have been made to keep the information <p> </p> <ul> - <li><span style="background:"><font color="">GNUMach Revival Project</font></span><a href="http://LOCATION/GNUMachRevivalProject">?</a>: Task and Wish list for a new effort to make GNU Mach a reliable (in stability and performance terms) microkernel for The Hurd. </li> + <li>[[GNUMachRevivalProject]]: Task and Wish list for a new effort to make GNU Mach a reliable (in stability and performance terms) microkernel for The Hurd. </li> </ul> <p> </p> @@ -102,22 +102,22 @@ Sporadic efforts by numerous individuals have been made to keep the information </p> <table border="1" cellpadding="1" cellspacing="0"> <tr> - <th bgcolor="#99CCCC"><strong>Hot Topics <font size="-1">(<span style="background:"><font color="">more</font></span><a href="http://LOCATION/WebStatistics">?</a>)</font></strong></th> + <th bgcolor="#99CCCC"><strong>Hot Topics <font size="-1">([[WebStatistics]])</font></strong></th> <th bgcolor="#99CCCC"><strong>Top Contributors</strong></th> </tr> </table> %INCLUDE{"WebStatistics" pattern=".*?\-\-statTopContributors\-\-\&gt;[^\|]+\|[^\|]+\|[^\|]+\|[^\|]+\|[^\|]+\|[^\|]+(\|[^\|]+\|[^\|]+\|).*"}% <p> - </p><input name="search" size="20" type="text" /> <input type="submit" value="Search %WEB%" /><br /><font size="-1">More search options in <span style="background:"><font color="">Web Search</font></span><a href="http://LOCATION/WebSearch">?</a></font><br /> + </p><input name="search" size="20" type="text" /> <input type="submit" value="Search %WEB%" /><br /><font size="-1">More search options in [[WebSearch]]</font><br /> <p> Currently, Web refers to the Mach Web. </p> <p> </p> <ul> - <li><span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a> - Alphabetical index </li> - <li><span style="background:"><font color="">Web Notify</font></span><a href="http://LOCATION/WebNotify">?</a> - Email notification </li> - <li><span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a> - Web <nop>ChangeLog </nop></li> - <li><span style="background:"><font color="">Web Discuss</font></span><a href="http://LOCATION/WebDiscuss">?</a> - Content discussions </li> - <li><span style="background:"><font color="">Web Topic List</font></span><a href="http://LOCATION/WebTopicList">?</a> - Index by Topic </li> - <li><span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a> - Statistical trivia </li> - <li><span style="background:"><font color="">Web Preferences</font></span><a href="http://LOCATION/WebPreferences">?</a> - Administrative settings </li> + <li>[[WebIndex]] - Alphabetical index </li> + <li>[[WebNotify]] - Email notification </li> + <li>[[WebChanges]] - Web <nop>ChangeLog </nop></li> + <li>[[WebDiscuss]] - Content discussions </li> + <li>[[WebTopicList]] - Index by Topic </li> + <li>[[WebStatistics]] - Statistical trivia </li> + <li>[[WebPreferences]] - Administrative settings </li> </ul> <p> </p> diff --git a/Mach/WebStatistics.mdwn b/Mach/WebStatistics.mdwn index 6021e536..bc21137a 100644 --- a/Mach/WebStatistics.mdwn +++ b/Mach/WebStatistics.mdwn @@ -28,7 +28,7 @@ <td align="right"> 436 </td> <td align="right"> 0 </td> <td align="right"> 0 </td> - <td> 83 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 65 <span style="background:"><font color="">GNUMach Revival Project</font></span><a href="http://LOCATION/GNUMachRevivalProject">?</a><br /> 24 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 24 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 21 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 20 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 19 <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a><br /> 17 <span style="background:"><font color="">Remote Debug Oskit Mach</font></span><a href="http://LOCATION/RemoteDebugOskitMach">?</a><br /> 16 <span style="background:"><font color="">Mach Concepts</font></span><a href="http://LOCATION/MachConcepts">?</a><br /> 14 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a><br /> 14 <span style="background:"><font color="">Oskit Mach Status List</font></span><a href="http://LOCATION/OskitMachStatusList">?</a></td> + <td> 83 [[WebHome]]<br /> 65 [[GNUMachRevivalProject]]<br /> 24 [[OskitMach]]<br /> 24 [[BuildingOskitMach]]<br /> 21 [[MachHistory]]<br /> 20 [[GNUMach]]<br /> 19 [[PortToL4]]<br /> 17 [[RemoteDebugOskitMach]]<br /> 16 [[MachConcepts]]<br /> 14 [[OskitPatches]]<br /> 14 [[OskitMachStatusList]]</td> <td> </td> </tr> <tr> @@ -36,31 +36,31 @@ <td align="right"> 842 </td> <td align="right"> 1 </td> <td align="right"> 0 </td> - <td> 248 <span style="background:"><font color="">GNUMach Revival Project</font></span><a href="http://LOCATION/GNUMachRevivalProject">?</a><br /> 174 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 67 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 60 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 55 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 54 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 22 <span style="background:"><font color="">Mach Concepts</font></span><a href="http://LOCATION/MachConcepts">?</a><br /> 19 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a><br /> 19 <span style="background:"><font color="">Oskit Mach Patches</font></span><a href="http://LOCATION/OskitMachPatches">?</a><br /> 17 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 17 <span style="background:"><font color="">Oskit Mach Status List</font></span><a href="http://LOCATION/OskitMachStatusList">?</a></td> - <td> 1 <span style="background:"><font color="">Michael Banck</font></span><a href="http://LOCATIONMain/MichaelBanck">?</a></td> + <td> 248 [[GNUMachRevivalProject]]<br /> 174 [[WebHome]]<br /> 67 [[OskitMach]]<br /> 60 [[BuildingOskitMach]]<br /> 55 [[GNUMach]]<br /> 54 [[MachHistory]]<br /> 22 [[MachConcepts]]<br /> 19 [[OskitPatches]]<br /> 19 [[OskitMachPatches]]<br /> 17 [[WebChanges]]<br /> 17 [[OskitMachStatusList]]</td> + <td> 1 [[Main/MichaelBanck]]</td> </tr> <tr> <td> Jan 2006 </td> <td align="right"> 4570 </td> <td align="right"> 3 </td> <td align="right"> 0 </td> - <td> 2988 <span style="background:"><font color="">GNUMach Revival Project</font></span><a href="http://LOCATION/GNUMachRevivalProject">?</a><br /> 444 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 296 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 270 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 164 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 83 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 52 <span style="background:"><font color="">Mach Concepts</font></span><a href="http://LOCATION/MachConcepts">?</a><br /> 45 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a><br /> 43 <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a><br /> 37 <span style="background:"><font color="">Oskit Mach Patches</font></span><a href="http://LOCATION/OskitMachPatches">?</a><br /> 29 <span style="background:"><font color="">Micro Kernel FUD</font></span><a href="http://LOCATION/MicroKernelFUD">?</a></td> - <td> 3 <span style="background:"><font color="">TWiki Guest</font></span><a href="http://LOCATIONMain/TWikiGuest">?</a></td> + <td> 2988 [[GNUMachRevivalProject]]<br /> 444 [[WebHome]]<br /> 296 [[GNUMach]]<br /> 270 [[MachHistory]]<br /> 164 [[OskitMach]]<br /> 83 [[BuildingOskitMach]]<br /> 52 [[MachConcepts]]<br /> 45 [[OskitPatches]]<br /> 43 [[PortToL4]]<br /> 37 [[OskitMachPatches]]<br /> 29 [[MicroKernelFUD]]</td> + <td> 3 [[Main/TWikiGuest]]</td> </tr> <tr> <td> Dec 2005 </td> <td align="right"> 749 </td> <td align="right"> 14 </td> <td align="right"> 0 </td> - <td> 231 <span style="background:"><font color="">GNUMach Revival Project</font></span><a href="http://LOCATION/GNUMachRevivalProject">?</a><br /> 193 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 53 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 47 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 44 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 40 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 22 <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a><br /> 20 <span style="background:"><font color="">Mach Concepts</font></span><a href="http://LOCATION/MachConcepts">?</a><br /> 16 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 16 <span style="background:"><font color="">Micro Kernel FUD</font></span><a href="http://LOCATION/MicroKernelFUD">?</a><br /> 13 <span style="background:"><font color="">Oskit Mach Patches</font></span><a href="http://LOCATION/OskitMachPatches">?</a></td> - <td> 8 <span style="background:"><font color="">TWiki Guest</font></span><a href="http://LOCATIONMain/TWikiGuest">?</a><br /> 6 <span style="background:"><font color="">Sergio Lopez</font></span><a href="http://LOCATIONMain/SergioLopez">?</a></td> + <td> 231 [[GNUMachRevivalProject]]<br /> 193 [[WebHome]]<br /> 53 [[OskitMach]]<br /> 47 [[GNUMach]]<br /> 44 [[MachHistory]]<br /> 40 [[BuildingOskitMach]]<br /> 22 [[PortToL4]]<br /> 20 [[MachConcepts]]<br /> 16 [[WebChanges]]<br /> 16 [[MicroKernelFUD]]<br /> 13 [[OskitMachPatches]]</td> + <td> 8 [[Main/TWikiGuest]]<br /> 6 [[Main/SergioLopez]]</td> </tr> <tr> <td> Nov 2005 </td> <td align="right"> 388 </td> <td align="right"> 0 </td> <td align="right"> 0 </td> - <td> 144 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 39 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 27 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 27 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 26 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 18 <span style="background:"><font color="">Oskit Mach Status List</font></span><a href="http://LOCATION/OskitMachStatusList">?</a><br /> 17 <span style="background:"><font color="">Mach Concepts</font></span><a href="http://LOCATION/MachConcepts">?</a><br /> 15 <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a><br /> 11 <span style="background:"><font color="">Micro Kernels For Beginners</font></span><a href="http://LOCATION/MicroKernelsForBeginners">?</a><br /> 10 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a><br /> 9 <span style="background:"><font color="">Oskit Mach Patches</font></span><a href="http://LOCATION/OskitMachPatches">?</a></td> + <td> 144 [[WebHome]]<br /> 39 [[OskitMach]]<br /> 27 [[MachHistory]]<br /> 27 [[GNUMach]]<br /> 26 [[BuildingOskitMach]]<br /> 18 [[OskitMachStatusList]]<br /> 17 [[MachConcepts]]<br /> 15 [[PortToL4]]<br /> 11 [[MicroKernelsForBeginners]]<br /> 10 [[OskitPatches]]<br /> 9 [[OskitMachPatches]]</td> <td> </td> </tr> <tr> @@ -68,7 +68,7 @@ <td align="right"> 304 </td> <td align="right"> 0 </td> <td align="right"> 0 </td> - <td> 120 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 47 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 27 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 24 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 18 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 13 <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a><br /> 11 <span style="background:"><font color="">Micro Kernel FUD</font></span><a href="http://LOCATION/MicroKernelFUD">?</a><br /> 9 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a><br /> 7 <span style="background:"><font color="">Mach Concepts</font></span><a href="http://LOCATION/MachConcepts">?</a><br /> 6 <span style="background:"><font color="">Oskit Mach Status List</font></span><a href="http://LOCATION/OskitMachStatusList">?</a><br /> 6 <span style="background:"><font color="">Micro Kernels For Beginners</font></span><a href="http://LOCATION/MicroKernelsForBeginners">?</a></td> + <td> 120 [[WebHome]]<br /> 47 [[OskitMach]]<br /> 27 [[MachHistory]]<br /> 24 [[GNUMach]]<br /> 18 [[BuildingOskitMach]]<br /> 13 [[PortToL4]]<br /> 11 [[MicroKernelFUD]]<br /> 9 [[OskitPatches]]<br /> 7 [[MachConcepts]]<br /> 6 [[OskitMachStatusList]]<br /> 6 [[MicroKernelsForBeginners]]</td> <td> </td> </tr> <tr> @@ -76,15 +76,15 @@ <td align="right"> 459 </td> <td align="right"> 1 </td> <td align="right"> 0 </td> - <td> 149 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 37 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 33 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 32 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 32 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 25 <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a><br /> 24 <span style="background:"><font color="">Mach Concepts</font></span><a href="http://LOCATION/MachConcepts">?</a><br /> 15 <span style="background:"><font color="">Micro Kernels For Beginners</font></span><a href="http://LOCATION/MicroKernelsForBeginners">?</a><br /> 14 <span style="background:"><font color="">Oskit Mach Patches</font></span><a href="http://LOCATION/OskitMachPatches">?</a><br /> 14 <span style="background:"><font color="">Micro Kernel FUD</font></span><a href="http://LOCATION/MicroKernelFUD">?</a><br /> 12 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a></td> - <td> 1 <span style="background:"><font color="">Thomas Schwinge</font></span><a href="http://LOCATIONMain/ThomasSchwinge">?</a></td> + <td> 149 [[WebHome]]<br /> 37 [[OskitMach]]<br /> 33 [[GNUMach]]<br /> 32 [[MachHistory]]<br /> 32 [[BuildingOskitMach]]<br /> 25 [[PortToL4]]<br /> 24 [[MachConcepts]]<br /> 15 [[MicroKernelsForBeginners]]<br /> 14 [[OskitMachPatches]]<br /> 14 [[MicroKernelFUD]]<br /> 12 [[OskitPatches]]</td> + <td> 1 [[Main/ThomasSchwinge]]</td> </tr> <tr> <td> Aug 2005 </td> <td align="right"> 546 </td> <td align="right"> 0 </td> <td align="right"> 0 </td> - <td> 164 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 55 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 49 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 48 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 37 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 31 <span style="background:"><font color="">Micro Kernel FUD</font></span><a href="http://LOCATION/MicroKernelFUD">?</a><br /> 25 <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a><br /> 20 <span style="background:"><font color="">Mach Concepts</font></span><a href="http://LOCATION/MachConcepts">?</a><br /> 18 <span style="background:"><font color="">Micro Kernels For Beginners</font></span><a href="http://LOCATION/MicroKernelsForBeginners">?</a><br /> 17 <span style="background:"><font color="">Oskit Mach Patches</font></span><a href="http://LOCATION/OskitMachPatches">?</a><br /> 15 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a></td> + <td> 164 [[WebHome]]<br /> 55 [[OskitMach]]<br /> 49 [[GNUMach]]<br /> 48 [[BuildingOskitMach]]<br /> 37 [[MachHistory]]<br /> 31 [[MicroKernelFUD]]<br /> 25 [[PortToL4]]<br /> 20 [[MachConcepts]]<br /> 18 [[MicroKernelsForBeginners]]<br /> 17 [[OskitMachPatches]]<br /> 15 [[OskitPatches]]</td> <td> </td> </tr> <tr> @@ -92,7 +92,7 @@ <td align="right"> 411 </td> <td align="right"> 0 </td> <td align="right"> 0 </td> - <td> 174 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 54 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 35 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 28 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 23 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 22 <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a><br /> 16 <span style="background:"><font color="">Mach Concepts</font></span><a href="http://LOCATION/MachConcepts">?</a><br /> 13 <span style="background:"><font color="">Micro Kernels For Beginners</font></span><a href="http://LOCATION/MicroKernelsForBeginners">?</a><br /> 12 <span style="background:"><font color="">Micro Kernel FUD</font></span><a href="http://LOCATION/MicroKernelFUD">?</a><br /> 10 <span style="background:"><font color="">Oskit Mach Patches</font></span><a href="http://LOCATION/OskitMachPatches">?</a><br /> 9 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a></td> + <td> 174 [[WebHome]]<br /> 54 [[OskitMach]]<br /> 35 [[BuildingOskitMach]]<br /> 28 [[MachHistory]]<br /> 23 [[GNUMach]]<br /> 22 [[PortToL4]]<br /> 16 [[MachConcepts]]<br /> 13 [[MicroKernelsForBeginners]]<br /> 12 [[MicroKernelFUD]]<br /> 10 [[OskitMachPatches]]<br /> 9 [[OskitPatches]]</td> <td> </td> </tr> <tr> @@ -100,15 +100,15 @@ <td align="right"> 475 </td> <td align="right"> 1 </td> <td align="right"> 0 </td> - <td> 129 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 62 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 43 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 40 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 36 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 22 <span style="background:"><font color="">Mach Concepts</font></span><a href="http://LOCATION/MachConcepts">?</a><br /> 17 <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a><br /> 17 <span style="background:"><font color="">Oskit Mach Patches</font></span><a href="http://LOCATION/OskitMachPatches">?</a><br /> 16 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a><br /> 16 <span style="background:"><font color="">Oskit Mach Status List</font></span><a href="http://LOCATION/OskitMachStatusList">?</a><br /> 12 <span style="background:"><font color="">Micro Kernels For Beginners</font></span><a href="http://LOCATION/MicroKernelsForBeginners">?</a></td> - <td> 1 <span style="background:"><font color="">Ognyan Kulev</font></span><a href="http://LOCATIONMain/OgnyanKulev">?</a></td> + <td> 129 [[WebHome]]<br /> 62 [[OskitMach]]<br /> 43 [[MachHistory]]<br /> 40 [[GNUMach]]<br /> 36 [[BuildingOskitMach]]<br /> 22 [[MachConcepts]]<br /> 17 [[PortToL4]]<br /> 17 [[OskitMachPatches]]<br /> 16 [[OskitPatches]]<br /> 16 [[OskitMachStatusList]]<br /> 12 [[MicroKernelsForBeginners]]</td> + <td> 1 [[Main/OgnyanKulev]]</td> </tr> <tr> <td> May 2005 </td> <td align="right"> 573 </td> <td align="right"> 0 </td> <td align="right"> 0 </td> - <td> 189 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 74 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 43 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 36 <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a><br /> 35 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 34 <span style="background:"><font color="">Oskit Mach Status List</font></span><a href="http://LOCATION/OskitMachStatusList">?</a><br /> 29 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 25 <span style="background:"><font color="">Mach Concepts</font></span><a href="http://LOCATION/MachConcepts">?</a><br /> 18 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a><br /> 16 <span style="background:"><font color="">Micro Kernel FUD</font></span><a href="http://LOCATION/MicroKernelFUD">?</a><br /> 15 <span style="background:"><font color="">Micro Kernels For Beginners</font></span><a href="http://LOCATION/MicroKernelsForBeginners">?</a></td> + <td> 189 [[WebHome]]<br /> 74 [[OskitMach]]<br /> 43 [[BuildingOskitMach]]<br /> 36 [[PortToL4]]<br /> 35 [[GNUMach]]<br /> 34 [[OskitMachStatusList]]<br /> 29 [[MachHistory]]<br /> 25 [[MachConcepts]]<br /> 18 [[OskitPatches]]<br /> 16 [[MicroKernelFUD]]<br /> 15 [[MicroKernelsForBeginners]]</td> <td> </td> </tr> <tr> @@ -116,31 +116,31 @@ <td align="right"> 548 </td> <td align="right"> 6 </td> <td align="right"> 0 </td> - <td> 260 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 57 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 39 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 29 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 23 <span style="background:"><font color="">Mach Concepts</font></span><a href="http://LOCATION/MachConcepts">?</a><br /> 21 <span style="background:"><font color="">Oskit Mach Status List</font></span><a href="http://LOCATION/OskitMachStatusList">?</a><br /> 20 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 15 <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a><br /> 15 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a><br /> 14 <span style="background:"><font color="">Oskit Mach Patches</font></span><a href="http://LOCATION/OskitMachPatches">?</a><br /> 12 <span style="background:"><font color="">Micro Kernels For Beginners</font></span><a href="http://LOCATION/MicroKernelsForBeginners">?</a></td> - <td> 5 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a><br /> 1 <span style="background:"><font color="">Thomas Schwinge</font></span><a href="http://LOCATIONMain/ThomasSchwinge">?</a></td> + <td> 260 [[WebHome]]<br /> 57 [[OskitMach]]<br /> 39 [[MachHistory]]<br /> 29 [[BuildingOskitMach]]<br /> 23 [[MachConcepts]]<br /> 21 [[OskitMachStatusList]]<br /> 20 [[GNUMach]]<br /> 15 [[PortToL4]]<br /> 15 [[OskitPatches]]<br /> 14 [[OskitMachPatches]]<br /> 12 [[MicroKernelsForBeginners]]</td> + <td> 5 [[Main/JoachimNilsson]]<br /> 1 [[Main/ThomasSchwinge]]</td> </tr> <tr> <td> Mar 2005 </td> <td align="right"> 1155 </td> <td align="right"> 1 </td> <td align="right"> 0 </td> - <td> 372 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 91 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 82 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 80 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 73 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a><br /> 66 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 52 <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a><br /> 46 <span style="background:"><font color="">Oskit Mach Patches</font></span><a href="http://LOCATION/OskitMachPatches">?</a><br /> 37 <span style="background:"><font color="">Mach Concepts</font></span><a href="http://LOCATION/MachConcepts">?</a><br /> 32 <span style="background:"><font color="">Remote Debug Oskit Mach</font></span><a href="http://LOCATION/RemoteDebugOskitMach">?</a><br /> 31 <span style="background:"><font color="">Micro Kernel FUD</font></span><a href="http://LOCATION/MicroKernelFUD">?</a></td> - <td> 1 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a></td> + <td> 372 [[WebHome]]<br /> 91 [[OskitMach]]<br /> 82 [[GNUMach]]<br /> 80 [[BuildingOskitMach]]<br /> 73 [[OskitPatches]]<br /> 66 [[MachHistory]]<br /> 52 [[PortToL4]]<br /> 46 [[OskitMachPatches]]<br /> 37 [[MachConcepts]]<br /> 32 [[RemoteDebugOskitMach]]<br /> 31 [[MicroKernelFUD]]</td> + <td> 1 [[Main/JoachimNilsson]]</td> </tr> <tr> <td> Feb 2005 </td> <td align="right"> 704 </td> <td align="right"> 3 </td> <td align="right"> 0 </td> - <td> 254 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 73 <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a><br /> 69 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 55 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 55 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 40 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 38 <span style="background:"><font color="">Oskit Mach Status List</font></span><a href="http://LOCATION/OskitMachStatusList">?</a><br /> 25 <span style="background:"><font color="">Mach Concepts</font></span><a href="http://LOCATION/MachConcepts">?</a><br /> 23 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a><br /> 21 <span style="background:"><font color="">Micro Kernels For Beginners</font></span><a href="http://LOCATION/MicroKernelsForBeginners">?</a><br /> 12 <span style="background:"><font color="">Micro Kernel FUD</font></span><a href="http://LOCATION/MicroKernelFUD">?</a></td> - <td> 2 <span style="background:"><font color="">Ognyan Kulev</font></span><a href="http://LOCATIONMain/OgnyanKulev">?</a><br /> 1 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a></td> + <td> 254 [[WebHome]]<br /> 73 [[PortToL4]]<br /> 69 [[OskitMach]]<br /> 55 [[MachHistory]]<br /> 55 [[BuildingOskitMach]]<br /> 40 [[GNUMach]]<br /> 38 [[OskitMachStatusList]]<br /> 25 [[MachConcepts]]<br /> 23 [[OskitPatches]]<br /> 21 [[MicroKernelsForBeginners]]<br /> 12 [[MicroKernelFUD]]</td> + <td> 2 [[Main/OgnyanKulev]]<br /> 1 [[Main/JoachimNilsson]]</td> </tr> <tr> <td> Jan 2005 </td> <td align="right"> 2491 </td> <td align="right"> 0 </td> <td align="right"> 0 </td> - <td> 492 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 277 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 213 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 163 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 160 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 125 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a><br /> 109 <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a><br /> 105 <span style="background:"><font color="">Oskit Mach Status List</font></span><a href="http://LOCATION/OskitMachStatusList">?</a><br /> 99 <span style="background:"><font color="">Remote Debug Oskit Mach</font></span><a href="http://LOCATION/RemoteDebugOskitMach">?</a><br /> 89 <span style="background:"><font color="">Oskit Mach Patches</font></span><a href="http://LOCATION/OskitMachPatches">?</a><br /> 78 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a></td> + <td> 492 [[WebHome]]<br /> 277 [[BuildingOskitMach]]<br /> 213 [[OskitMach]]<br /> 163 [[MachHistory]]<br /> 160 [[GNUMach]]<br /> 125 [[OskitPatches]]<br /> 109 [[PortToL4]]<br /> 105 [[OskitMachStatusList]]<br /> 99 [[RemoteDebugOskitMach]]<br /> 89 [[OskitMachPatches]]<br /> 78 [[WebStatistics]]</td> <td> </td> </tr> <tr> @@ -148,7 +148,7 @@ <td align="right"> 2303 </td> <td align="right"> 0 </td> <td align="right"> 0 </td> - <td> 462 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 217 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 206 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 135 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 134 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 124 <span style="background:"><font color="">Oskit Mach Status List</font></span><a href="http://LOCATION/OskitMachStatusList">?</a><br /> 113 <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a><br /> 104 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a><br /> 97 <span style="background:"><font color="">Remote Debug Oskit Mach</font></span><a href="http://LOCATION/RemoteDebugOskitMach">?</a><br /> 82 <span style="background:"><font color="">Oskit Mach Patches</font></span><a href="http://LOCATION/OskitMachPatches">?</a><br /> 75 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a></td> + <td> 462 [[WebHome]]<br /> 217 [[BuildingOskitMach]]<br /> 206 [[OskitMach]]<br /> 135 [[MachHistory]]<br /> 134 [[GNUMach]]<br /> 124 [[OskitMachStatusList]]<br /> 113 [[PortToL4]]<br /> 104 [[OskitPatches]]<br /> 97 [[RemoteDebugOskitMach]]<br /> 82 [[OskitMachPatches]]<br /> 75 [[WebStatistics]]</td> <td> </td> </tr> <tr> @@ -156,7 +156,7 @@ <td align="right"> 2199 </td> <td align="right"> 0 </td> <td align="right"> 0 </td> - <td> 456 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 233 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 172 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 122 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 116 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 97 <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a><br /> 94 <span style="background:"><font color="">Oskit Mach Status List</font></span><a href="http://LOCATION/OskitMachStatusList">?</a><br /> 92 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a><br /> 91 <span style="background:"><font color="">Remote Debug Oskit Mach</font></span><a href="http://LOCATION/RemoteDebugOskitMach">?</a><br /> 89 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 84 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a></td> + <td> 456 [[WebHome]]<br /> 233 [[BuildingOskitMach]]<br /> 172 [[OskitMach]]<br /> 122 [[GNUMach]]<br /> 116 [[MachHistory]]<br /> 97 [[PortToL4]]<br /> 94 [[OskitMachStatusList]]<br /> 92 [[OskitPatches]]<br /> 91 [[RemoteDebugOskitMach]]<br /> 89 [[WebChanges]]<br /> 84 [[WebStatistics]]</td> <td> </td> </tr> <tr> @@ -164,7 +164,7 @@ <td align="right"> 2040 </td> <td align="right"> 0 </td> <td align="right"> 0 </td> - <td> 470 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 208 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 195 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 123 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 101 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 99 <span style="background:"><font color="">Oskit Mach Status List</font></span><a href="http://LOCATION/OskitMachStatusList">?</a><br /> 85 <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a><br /> 73 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a><br /> 73 <span style="background:"><font color="">Micro Kernel FUD</font></span><a href="http://LOCATION/MicroKernelFUD">?</a><br /> 65 <span style="background:"><font color="">Mach Concepts</font></span><a href="http://LOCATION/MachConcepts">?</a><br /> 58 <span style="background:"><font color="">Remote Debug Oskit Mach</font></span><a href="http://LOCATION/RemoteDebugOskitMach">?</a></td> + <td> 470 [[WebHome]]<br /> 208 [[OskitMach]]<br /> 195 [[BuildingOskitMach]]<br /> 123 [[MachHistory]]<br /> 101 [[GNUMach]]<br /> 99 [[OskitMachStatusList]]<br /> 85 [[PortToL4]]<br /> 73 [[OskitPatches]]<br /> 73 [[MicroKernelFUD]]<br /> 65 [[MachConcepts]]<br /> 58 [[RemoteDebugOskitMach]]</td> <td> </td> </tr> <tr> @@ -172,7 +172,7 @@ <td align="right"> 2132 </td> <td align="right"> 0 </td> <td align="right"> 0 </td> - <td> 449 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 247 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 176 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 117 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 114 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 95 <span style="background:"><font color="">Oskit Mach Status List</font></span><a href="http://LOCATION/OskitMachStatusList">?</a><br /> 92 <span style="background:"><font color="">Remote Debug Oskit Mach</font></span><a href="http://LOCATION/RemoteDebugOskitMach">?</a><br /> 84 <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a><br /> 83 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a><br /> 69 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 57 <span style="background:"><font color="">Oskit Mach Patches</font></span><a href="http://LOCATION/OskitMachPatches">?</a></td> + <td> 449 [[WebHome]]<br /> 247 [[BuildingOskitMach]]<br /> 176 [[OskitMach]]<br /> 117 [[MachHistory]]<br /> 114 [[GNUMach]]<br /> 95 [[OskitMachStatusList]]<br /> 92 [[RemoteDebugOskitMach]]<br /> 84 [[PortToL4]]<br /> 83 [[OskitPatches]]<br /> 69 [[WebChanges]]<br /> 57 [[OskitMachPatches]]</td> <td> </td> </tr> <tr> @@ -180,7 +180,7 @@ <td align="right"> 2297 </td> <td align="right"> 0 </td> <td align="right"> 0 </td> - <td> 460 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 242 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 182 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 138 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 132 <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a><br /> 116 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 108 <span style="background:"><font color="">Oskit Mach Status List</font></span><a href="http://LOCATION/OskitMachStatusList">?</a><br /> 93 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a><br /> 87 <span style="background:"><font color="">Mach Concepts</font></span><a href="http://LOCATION/MachConcepts">?</a><br /> 78 <span style="background:"><font color="">Remote Debug Oskit Mach</font></span><a href="http://LOCATION/RemoteDebugOskitMach">?</a><br /> 66 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a></td> + <td> 460 [[WebHome]]<br /> 242 [[BuildingOskitMach]]<br /> 182 [[OskitMach]]<br /> 138 [[GNUMach]]<br /> 132 [[PortToL4]]<br /> 116 [[MachHistory]]<br /> 108 [[OskitMachStatusList]]<br /> 93 [[OskitPatches]]<br /> 87 [[MachConcepts]]<br /> 78 [[RemoteDebugOskitMach]]<br /> 66 [[WebChanges]]</td> <td> </td> </tr> <tr> @@ -188,31 +188,31 @@ <td align="right"> 1944 </td> <td align="right"> 1 </td> <td align="right"> 0 </td> - <td> 387 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 195 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 180 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 122 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 107 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 100 <span style="background:"><font color="">Oskit Mach Status List</font></span><a href="http://LOCATION/OskitMachStatusList">?</a><br /> 94 <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a><br /> 87 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a><br /> 83 <span style="background:"><font color="">Mach Concepts</font></span><a href="http://LOCATION/MachConcepts">?</a><br /> 73 <span style="background:"><font color="">Remote Debug Oskit Mach</font></span><a href="http://LOCATION/RemoteDebugOskitMach">?</a><br /> 58 <span style="background:"><font color="">Oskit Mach Patches</font></span><a href="http://LOCATION/OskitMachPatches">?</a></td> - <td> 1 <span style="background:"><font color="">Thierry Lacoste</font></span><a href="http://LOCATIONMain/ThierryLacoste">?</a></td> + <td> 387 [[WebHome]]<br /> 195 [[BuildingOskitMach]]<br /> 180 [[OskitMach]]<br /> 122 [[GNUMach]]<br /> 107 [[MachHistory]]<br /> 100 [[OskitMachStatusList]]<br /> 94 [[PortToL4]]<br /> 87 [[OskitPatches]]<br /> 83 [[MachConcepts]]<br /> 73 [[RemoteDebugOskitMach]]<br /> 58 [[OskitMachPatches]]</td> + <td> 1 [[Main/ThierryLacoste]]</td> </tr> <tr> <td> Jun 2004 </td> <td align="right"> 1358 </td> <td align="right"> 2 </td> <td align="right"> 0 </td> - <td> 315 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 144 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 132 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 85 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 78 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 65 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a><br /> 55 <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a><br /> 53 <span style="background:"><font color="">Oskit Mach Status List</font></span><a href="http://LOCATION/OskitMachStatusList">?</a><br /> 41 <span style="background:"><font color="">Remote Debug Oskit Mach</font></span><a href="http://LOCATION/RemoteDebugOskitMach">?</a><br /> 39 <span style="background:"><font color="">Mach Concepts</font></span><a href="http://LOCATION/MachConcepts">?</a><br /> 37 <span style="background:"><font color="">Oskit Mach Patches</font></span><a href="http://LOCATION/OskitMachPatches">?</a></td> - <td> 2 <span style="background:"><font color="">Fabrice Bauzac</font></span><a href="http://LOCATIONMain/FabriceBauzac">?</a></td> + <td> 315 [[WebHome]]<br /> 144 [[BuildingOskitMach]]<br /> 132 [[OskitMach]]<br /> 85 [[MachHistory]]<br /> 78 [[GNUMach]]<br /> 65 [[OskitPatches]]<br /> 55 [[PortToL4]]<br /> 53 [[OskitMachStatusList]]<br /> 41 [[RemoteDebugOskitMach]]<br /> 39 [[MachConcepts]]<br /> 37 [[OskitMachPatches]]</td> + <td> 2 [[Main/FabriceBauzac]]</td> </tr> <tr> <td> May 2004 </td> <td align="right"> 1218 </td> <td align="right"> 1 </td> <td align="right"> 0 </td> - <td> 309 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 119 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 95 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 68 <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a><br /> 66 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 58 <span style="background:"><font color="">Oskit Mach Status List</font></span><a href="http://LOCATION/OskitMachStatusList">?</a><br /> 57 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 46 <span style="background:"><font color="">Micro Kernel FUD</font></span><a href="http://LOCATION/MicroKernelFUD">?</a><br /> 40 <span style="background:"><font color="">Mach Concepts</font></span><a href="http://LOCATION/MachConcepts">?</a><br /> 37 <span style="background:"><font color="">Micro Kernels For Beginners</font></span><a href="http://LOCATION/MicroKernelsForBeginners">?</a><br /> 36 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a></td> - <td> 1 <span style="background:"><font color="">Kurt BKaiser</font></span><a href="http://LOCATIONMain/KurtBKaiser">?</a></td> + <td> 309 [[WebHome]]<br /> 119 [[OskitMach]]<br /> 95 [[BuildingOskitMach]]<br /> 68 [[PortToL4]]<br /> 66 [[GNUMach]]<br /> 58 [[OskitMachStatusList]]<br /> 57 [[MachHistory]]<br /> 46 [[MicroKernelFUD]]<br /> 40 [[MachConcepts]]<br /> 37 [[MicroKernelsForBeginners]]<br /> 36 [[WebChanges]]</td> + <td> 1 [[Main/KurtBKaiser]]</td> </tr> <tr> <td> Apr 2004 </td> <td align="right"> 993 </td> <td align="right"> 0 </td> <td align="right"> 0 </td> - <td> 282 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 99 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 98 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 64 <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a><br /> 62 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 52 <span style="background:"><font color="">Oskit Mach Status List</font></span><a href="http://LOCATION/OskitMachStatusList">?</a><br /> 46 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 45 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 29 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a><br /> 29 <span style="background:"><font color="">Oskit Mach Patches</font></span><a href="http://LOCATION/OskitMachPatches">?</a><br /> 24 <span style="background:"><font color="">Mach Concepts</font></span><a href="http://LOCATION/MachConcepts">?</a></td> + <td> 282 [[WebHome]]<br /> 99 [[OskitMach]]<br /> 98 [[BuildingOskitMach]]<br /> 64 [[PortToL4]]<br /> 62 [[GNUMach]]<br /> 52 [[OskitMachStatusList]]<br /> 46 [[WebChanges]]<br /> 45 [[MachHistory]]<br /> 29 [[OskitPatches]]<br /> 29 [[OskitMachPatches]]<br /> 24 [[MachConcepts]]</td> <td> </td> </tr> <tr> @@ -220,23 +220,23 @@ <td align="right"> 1556 </td> <td align="right"> 6 </td> <td align="right"> 1 </td> - <td> 364 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 154 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 131 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 88 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 67 <span style="background:"><font color="">Oskit Mach Status List</font></span><a href="http://LOCATION/OskitMachStatusList">?</a><br /> 66 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a><br /> 64 <span style="background:"><font color="">Oskit Mach Patches</font></span><a href="http://LOCATION/OskitMachPatches">?</a><br /> 61 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 55 <span style="background:"><font color="">Micro Kernel FUD</font></span><a href="http://LOCATION/MicroKernelFUD">?</a><br /> 54 <span style="background:"><font color="">Remote Debug Oskit Mach</font></span><a href="http://LOCATION/RemoteDebugOskitMach">?</a><br /> 52 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a></td> - <td> 6 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATIONMain/GrantBow">?</a><br /> 1 <span style="background:"><font color="">Ognyan Kulev</font></span><a href="http://LOCATIONMain/OgnyanKulev">?</a></td> + <td> 364 [[WebHome]]<br /> 154 [[BuildingOskitMach]]<br /> 131 [[OskitMach]]<br /> 88 [[GNUMach]]<br /> 67 [[OskitMachStatusList]]<br /> 66 [[WebChanges]]<br /> 64 [[OskitMachPatches]]<br /> 61 [[MachHistory]]<br /> 55 [[MicroKernelFUD]]<br /> 54 [[RemoteDebugOskitMach]]<br /> 52 [[OskitPatches]]</td> + <td> 6 [[Main/GrantBow]]<br /> 1 [[Main/OgnyanKulev]]</td> </tr> <tr> <td> Feb 2004 </td> <td align="right"> 1240 </td> <td align="right"> 3 </td> <td align="right"> 0 </td> - <td> 319 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 180 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 125 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 77 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 54 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 53 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a><br /> 45 <span style="background:"><font color="">Oskit Mach Patches</font></span><a href="http://LOCATION/OskitMachPatches">?</a><br /> 41 <span style="background:"><font color="">Oskit Mach Status List</font></span><a href="http://LOCATION/OskitMachStatusList">?</a><br /> 41 <span style="background:"><font color="">Mach Concepts</font></span><a href="http://LOCATION/MachConcepts">?</a><br /> 40 <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a><br /> 36 <span style="background:"><font color="">Remote Debug Oskit Mach</font></span><a href="http://LOCATION/RemoteDebugOskitMach">?</a></td> - <td> 2 <span style="background:"><font color="">Mat Sei</font></span><a href="http://LOCATIONMain/MatSei">?</a><br /> 1 <span style="background:"><font color="">Ognyan Kulev</font></span><a href="http://LOCATIONMain/OgnyanKulev">?</a></td> + <td> 319 [[WebHome]]<br /> 180 [[BuildingOskitMach]]<br /> 125 [[OskitMach]]<br /> 77 [[GNUMach]]<br /> 54 [[MachHistory]]<br /> 53 [[OskitPatches]]<br /> 45 [[OskitMachPatches]]<br /> 41 [[OskitMachStatusList]]<br /> 41 [[MachConcepts]]<br /> 40 [[PortToL4]]<br /> 36 [[RemoteDebugOskitMach]]</td> + <td> 2 [[Main/MatSei]]<br /> 1 [[Main/OgnyanKulev]]</td> </tr> <tr> <td> Jan 2004 </td> <td align="right"> 1153 </td> <td align="right"> 0 </td> <td align="right"> 0 </td> - <td> 264 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 114 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 100 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 64 <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a><br /> 56 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 49 <span style="background:"><font color="">Oskit Mach Status List</font></span><a href="http://LOCATION/OskitMachStatusList">?</a><br /> 44 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 41 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a><br /> 38 <span style="background:"><font color="">Remote Debug Oskit Mach</font></span><a href="http://LOCATION/RemoteDebugOskitMach">?</a><br /> 36 <span style="background:"><font color="">Oskit Mach Patches</font></span><a href="http://LOCATION/OskitMachPatches">?</a><br /> 33 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a></td> + <td> 264 [[WebHome]]<br /> 114 [[OskitMach]]<br /> 100 [[BuildingOskitMach]]<br /> 64 [[PortToL4]]<br /> 56 [[GNUMach]]<br /> 49 [[OskitMachStatusList]]<br /> 44 [[MachHistory]]<br /> 41 [[OskitPatches]]<br /> 38 [[RemoteDebugOskitMach]]<br /> 36 [[OskitMachPatches]]<br /> 33 [[WebStatistics]]</td> <td> </td> </tr> <tr> @@ -244,7 +244,7 @@ <td align="right"> 1174 </td> <td align="right"> 0 </td> <td align="right"> 0 </td> - <td> 275 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 119 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 91 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 75 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 68 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 65 <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a><br /> 59 <span style="background:"><font color="">Oskit Mach Status List</font></span><a href="http://LOCATION/OskitMachStatusList">?</a><br /> 41 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a><br /> 40 <span style="background:"><font color="">Micro Kernel FUD</font></span><a href="http://LOCATION/MicroKernelFUD">?</a><br /> 40 <span style="background:"><font color="">Mach Concepts</font></span><a href="http://LOCATION/MachConcepts">?</a><br /> 33 <span style="background:"><font color="">Oskit Mach Patches</font></span><a href="http://LOCATION/OskitMachPatches">?</a></td> + <td> 275 [[WebHome]]<br /> 119 [[OskitMach]]<br /> 91 [[BuildingOskitMach]]<br /> 75 [[MachHistory]]<br /> 68 [[GNUMach]]<br /> 65 [[PortToL4]]<br /> 59 [[OskitMachStatusList]]<br /> 41 [[OskitPatches]]<br /> 40 [[MicroKernelFUD]]<br /> 40 [[MachConcepts]]<br /> 33 [[OskitMachPatches]]</td> <td> </td> </tr> <tr> @@ -252,7 +252,7 @@ <td align="right"> 1165 </td> <td align="right"> 0 </td> <td align="right"> 0 </td> - <td> 214 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 119 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 106 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 71 <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a><br /> 57 <span style="background:"><font color="">Oskit Mach Status List</font></span><a href="http://LOCATION/OskitMachStatusList">?</a><br /> 55 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 52 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a><br /> 48 <span style="background:"><font color="">Micro Kernel FUD</font></span><a href="http://LOCATION/MicroKernelFUD">?</a><br /> 48 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 43 <span style="background:"><font color="">Mach Concepts</font></span><a href="http://LOCATION/MachConcepts">?</a><br /> 32 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a></td> + <td> 214 [[WebHome]]<br /> 119 [[OskitMach]]<br /> 106 [[BuildingOskitMach]]<br /> 71 [[PortToL4]]<br /> 57 [[OskitMachStatusList]]<br /> 55 [[GNUMach]]<br /> 52 [[OskitPatches]]<br /> 48 [[MicroKernelFUD]]<br /> 48 [[MachHistory]]<br /> 43 [[MachConcepts]]<br /> 32 [[WebStatistics]]</td> <td> </td> </tr> <tr> @@ -260,31 +260,31 @@ <td align="right"> 866 </td> <td align="right"> 5 </td> <td align="right"> 0 </td> - <td> 209 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 75 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 71 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 62 <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a><br /> 43 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 41 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 34 <span style="background:"><font color="">Oskit Mach Status List</font></span><a href="http://LOCATION/OskitMachStatusList">?</a><br /> 29 <span style="background:"><font color="">Remote Debug Oskit Mach</font></span><a href="http://LOCATION/RemoteDebugOskitMach">?</a><br /> 29 <span style="background:"><font color="">Micro Kernel FUD</font></span><a href="http://LOCATION/MicroKernelFUD">?</a><br /> 26 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 26 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a></td> - <td> 3 <span style="background:"><font color="">John Allsup</font></span><a href="http://LOCATIONMain/JohnAllsup">?</a><br /> 2 <span style="background:"><font color="">Ognyan Kulev</font></span><a href="http://LOCATIONMain/OgnyanKulev">?</a></td> + <td> 209 [[WebHome]]<br /> 75 [[OskitMach]]<br /> 71 [[BuildingOskitMach]]<br /> 62 [[PortToL4]]<br /> 43 [[MachHistory]]<br /> 41 [[GNUMach]]<br /> 34 [[OskitMachStatusList]]<br /> 29 [[RemoteDebugOskitMach]]<br /> 29 [[MicroKernelFUD]]<br /> 26 [[WebStatistics]]<br /> 26 [[OskitPatches]]</td> + <td> 3 [[Main/JohnAllsup]]<br /> 2 [[Main/OgnyanKulev]]</td> </tr> <tr> <td> Sep 2003 </td> <td align="right"> 1509 </td> <td align="right"> 10 </td> <td align="right"> 0 </td> - <td> 259 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 210 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 164 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 90 <span style="background:"><font color="">Oskit Mach Status List</font></span><a href="http://LOCATION/OskitMachStatusList">?</a><br /> 84 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a><br /> 78 <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a><br /> 63 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 54 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 52 <span style="background:"><font color="">Mach Concepts</font></span><a href="http://LOCATION/MachConcepts">?</a><br /> 49 <span style="background:"><font color="">Remote Debug Oskit Mach</font></span><a href="http://LOCATION/RemoteDebugOskitMach">?</a><br /> 46 <span style="background:"><font color="">Micro Kernel FUD</font></span><a href="http://LOCATION/MicroKernelFUD">?</a></td> - <td> 6 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a><br /> 2 <span style="background:"><font color="">Ognyan Kulev</font></span><a href="http://LOCATIONMain/OgnyanKulev">?</a><br /> 1 <span style="background:"><font color="">Sebastian Gabriel</font></span><a href="http://LOCATIONMain/SebastianGabriel">?</a><br /> 1 <span style="background:"><font color="">Gabor Greif</font></span><a href="http://LOCATIONMain/GaborGreif">?</a></td> + <td> 259 [[WebHome]]<br /> 210 [[BuildingOskitMach]]<br /> 164 [[OskitMach]]<br /> 90 [[OskitMachStatusList]]<br /> 84 [[OskitPatches]]<br /> 78 [[PortToL4]]<br /> 63 [[GNUMach]]<br /> 54 [[MachHistory]]<br /> 52 [[MachConcepts]]<br /> 49 [[RemoteDebugOskitMach]]<br /> 46 [[MicroKernelFUD]]</td> + <td> 6 [[Main/JoachimNilsson]]<br /> 2 [[Main/OgnyanKulev]]<br /> 1 [[Main/SebastianGabriel]]<br /> 1 [[Main/GaborGreif]]</td> </tr> <tr> <td> Aug 2003 </td> <td align="right"> 1017 </td> <td align="right"> 4 </td> <td align="right"> 0 </td> - <td> 281 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 120 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 83 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 59 <span style="background:"><font color="">Remote Debug Oskit Mach</font></span><a href="http://LOCATION/RemoteDebugOskitMach">?</a><br /> 52 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 50 <span style="background:"><font color="">Oskit Mach Status List</font></span><a href="http://LOCATION/OskitMachStatusList">?</a><br /> 47 <span style="background:"><font color="">Micro Kernel FUD</font></span><a href="http://LOCATION/MicroKernelFUD">?</a><br /> 43 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 41 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a><br /> 38 <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a><br /> 31 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a></td> - <td> 3 <span style="background:"><font color="">Ognyan Kulev</font></span><a href="http://LOCATIONMain/OgnyanKulev">?</a><br /> 1 <span style="background:"><font color="">Luis Miguel</font></span><a href="http://LOCATIONMain/LuisMiguel">?</a></td> + <td> 281 [[WebHome]]<br /> 120 [[BuildingOskitMach]]<br /> 83 [[OskitMach]]<br /> 59 [[RemoteDebugOskitMach]]<br /> 52 [[GNUMach]]<br /> 50 [[OskitMachStatusList]]<br /> 47 [[MicroKernelFUD]]<br /> 43 [[MachHistory]]<br /> 41 [[OskitPatches]]<br /> 38 [[PortToL4]]<br /> 31 [[WebStatistics]]</td> + <td> 3 [[Main/OgnyanKulev]]<br /> 1 [[Main/LuisMiguel]]</td> </tr> <tr> <td> Jul 2003 </td> <td align="right"> 1049 </td> <td align="right"> 0 </td> <td align="right"> 0 </td> - <td> 265 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 145 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 122 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 60 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 48 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a><br /> 46 <span style="background:"><font color="">Oskit Mach Status List</font></span><a href="http://LOCATION/OskitMachStatusList">?</a><br /> 43 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 41 <span style="background:"><font color="">Remote Debug Oskit Mach</font></span><a href="http://LOCATION/RemoteDebugOskitMach">?</a><br /> 41 <span style="background:"><font color="">Mach Concepts</font></span><a href="http://LOCATION/MachConcepts">?</a><br /> 36 <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a><br /> 30 <span style="background:"><font color="">Oskit Mach Patches</font></span><a href="http://LOCATION/OskitMachPatches">?</a></td> + <td> 265 [[WebHome]]<br /> 145 [[BuildingOskitMach]]<br /> 122 [[OskitMach]]<br /> 60 [[GNUMach]]<br /> 48 [[OskitPatches]]<br /> 46 [[OskitMachStatusList]]<br /> 43 [[MachHistory]]<br /> 41 [[RemoteDebugOskitMach]]<br /> 41 [[MachConcepts]]<br /> 36 [[PortToL4]]<br /> 30 [[OskitMachPatches]]</td> <td> </td> </tr> <tr> @@ -292,31 +292,31 @@ <td align="right"> 1101 </td> <td align="right"> 7 </td> <td align="right"> 0 </td> - <td> 279 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 106 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 100 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 73 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 65 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 49 <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a><br /> 46 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a><br /> 45 <span style="background:"><font color="">Oskit Mach Status List</font></span><a href="http://LOCATION/OskitMachStatusList">?</a><br /> 43 <span style="background:"><font color="">Mach Concepts</font></span><a href="http://LOCATION/MachConcepts">?</a><br /> 37 <span style="background:"><font color="">Oskit Mach Patches</font></span><a href="http://LOCATION/OskitMachPatches">?</a><br /> 36 <span style="background:"><font color="">Micro Kernel FUD</font></span><a href="http://LOCATION/MicroKernelFUD">?</a></td> - <td> 5 <span style="background:"><font color="">Ognyan Kulev</font></span><a href="http://LOCATIONMain/OgnyanKulev">?</a><br /> 2 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a></td> + <td> 279 [[WebHome]]<br /> 106 [[OskitMach]]<br /> 100 [[BuildingOskitMach]]<br /> 73 [[MachHistory]]<br /> 65 [[GNUMach]]<br /> 49 [[PortToL4]]<br /> 46 [[OskitPatches]]<br /> 45 [[OskitMachStatusList]]<br /> 43 [[MachConcepts]]<br /> 37 [[OskitMachPatches]]<br /> 36 [[MicroKernelFUD]]</td> + <td> 5 [[Main/OgnyanKulev]]<br /> 2 [[Main/JoachimNilsson]]</td> </tr> <tr> <td> May 2003 </td> <td align="right"> 1187 </td> <td align="right"> 6 </td> <td align="right"> 0 </td> - <td> 286 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 157 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 113 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 79 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a><br /> 68 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 65 <span style="background:"><font color="">Oskit Mach Status List</font></span><a href="http://LOCATION/OskitMachStatusList">?</a><br /> 59 <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a><br /> 48 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 39 <span style="background:"><font color="">Micro Kernel FUD</font></span><a href="http://LOCATION/MicroKernelFUD">?</a><br /> 35 <span style="background:"><font color="">Mach Concepts</font></span><a href="http://LOCATION/MachConcepts">?</a><br /> 30 <span style="background:"><font color="">Oskit Mach Patches</font></span><a href="http://LOCATION/OskitMachPatches">?</a></td> - <td> 3 <span style="background:"><font color="">Ognyan Kulev</font></span><a href="http://LOCATIONMain/OgnyanKulev">?</a><br /> 3 <span style="background:"><font color="">Barry De Freese</font></span><a href="http://LOCATIONMain/BarryDeFreese">?</a></td> + <td> 286 [[WebHome]]<br /> 157 [[BuildingOskitMach]]<br /> 113 [[OskitMach]]<br /> 79 [[OskitPatches]]<br /> 68 [[GNUMach]]<br /> 65 [[OskitMachStatusList]]<br /> 59 [[PortToL4]]<br /> 48 [[MachHistory]]<br /> 39 [[MicroKernelFUD]]<br /> 35 [[MachConcepts]]<br /> 30 [[OskitMachPatches]]</td> + <td> 3 [[Main/OgnyanKulev]]<br /> 3 [[Main/BarryDeFreese]]</td> </tr> <tr> <td> Apr 2003 </td> <td align="right"> 985 </td> <td align="right"> 7 </td> <td align="right"> 0 </td> - <td> 225 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 104 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 79 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 59 <span style="background:"><font color="">Oskit Mach Status List</font></span><a href="http://LOCATION/OskitMachStatusList">?</a><br /> 56 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a><br /> 55 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 53 <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a><br /> 46 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 29 <span style="background:"><font color="">Oskit Mach Patches</font></span><a href="http://LOCATION/OskitMachPatches">?</a><br /> 27 <span style="background:"><font color="">Remote Debug Oskit Mach</font></span><a href="http://LOCATION/RemoteDebugOskitMach">?</a><br /> 27 <span style="background:"><font color="">Micro Kernel FUD</font></span><a href="http://LOCATION/MicroKernelFUD">?</a></td> - <td> 6 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a><br /> 1 <span style="background:"><font color="">Ognyan Kulev</font></span><a href="http://LOCATIONMain/OgnyanKulev">?</a></td> + <td> 225 [[WebHome]]<br /> 104 [[OskitMach]]<br /> 79 [[BuildingOskitMach]]<br /> 59 [[OskitMachStatusList]]<br /> 56 [[OskitPatches]]<br /> 55 [[GNUMach]]<br /> 53 [[PortToL4]]<br /> 46 [[MachHistory]]<br /> 29 [[OskitMachPatches]]<br /> 27 [[RemoteDebugOskitMach]]<br /> 27 [[MicroKernelFUD]]</td> + <td> 6 [[Main/JoachimNilsson]]<br /> 1 [[Main/OgnyanKulev]]</td> </tr> <tr> <td> Mar 2003 </td> <td align="right"> 1047 </td> <td align="right"> 0 </td> <td align="right"> 0 </td> - <td> 272 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 114 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 97 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 65 <span style="background:"><font color="">Oskit Mach Status List</font></span><a href="http://LOCATION/OskitMachStatusList">?</a><br /> 63 <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a><br /> 62 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 58 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a><br /> 50 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 38 <span style="background:"><font color="">Mach Concepts</font></span><a href="http://LOCATION/MachConcepts">?</a><br /> 32 <span style="background:"><font color="">Micro Kernel FUD</font></span><a href="http://LOCATION/MicroKernelFUD">?</a><br /> 29 <span style="background:"><font color="">Remote Debug Oskit Mach</font></span><a href="http://LOCATION/RemoteDebugOskitMach">?</a></td> + <td> 272 [[WebHome]]<br /> 114 [[OskitMach]]<br /> 97 [[BuildingOskitMach]]<br /> 65 [[OskitMachStatusList]]<br /> 63 [[PortToL4]]<br /> 62 [[MachHistory]]<br /> 58 [[OskitPatches]]<br /> 50 [[GNUMach]]<br /> 38 [[MachConcepts]]<br /> 32 [[MicroKernelFUD]]<br /> 29 [[RemoteDebugOskitMach]]</td> <td> </td> </tr> <tr> @@ -324,40 +324,40 @@ <td align="right"> 765 </td> <td align="right"> 8 </td> <td align="right"> 1 </td> - <td> 220 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 108 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 66 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 56 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a><br /> 48 <span style="background:"><font color="">Oskit Mach Status List</font></span><a href="http://LOCATION/OskitMachStatusList">?</a><br /> 46 <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a><br /> 42 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 38 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 26 <span style="background:"><font color="">Micro Kernel FUD</font></span><a href="http://LOCATION/MicroKernelFUD">?</a><br /> 23 <span style="background:"><font color="">Oskit Mach Patches</font></span><a href="http://LOCATION/OskitMachPatches">?</a><br /> 19 <span style="background:"><font color="">Mach Concepts</font></span><a href="http://LOCATION/MachConcepts">?</a></td> - <td> 5 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a><br /> 3 <span style="background:"><font color="">Matt Grant</font></span><a href="http://LOCATIONMain/MattGrant">?</a><br /> 1 <span style="background:"><font color="">Ognyan Kulev</font></span><a href="http://LOCATIONMain/OgnyanKulev">?</a></td> + <td> 220 [[WebHome]]<br /> 108 [[OskitMach]]<br /> 66 [[BuildingOskitMach]]<br /> 56 [[OskitPatches]]<br /> 48 [[OskitMachStatusList]]<br /> 46 [[PortToL4]]<br /> 42 [[GNUMach]]<br /> 38 [[MachHistory]]<br /> 26 [[MicroKernelFUD]]<br /> 23 [[OskitMachPatches]]<br /> 19 [[MachConcepts]]</td> + <td> 5 [[Main/JoachimNilsson]]<br /> 3 [[Main/MattGrant]]<br /> 1 [[Main/OgnyanKulev]]</td> </tr> <tr> <td> Jan 2003 </td> <td align="right"> 1173 </td> <td align="right"> 43 </td> <td align="right"> 0 </td> - <td> 311 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 187 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 120 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 77 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 76 <span style="background:"><font color="">Oskit Mach Status List</font></span><a href="http://LOCATION/OskitMachStatusList">?</a><br /> 74 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 52 <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a><br /> 45 <span style="background:"><font color="">Useful Oskit Patches</font></span><a href="http://LOCATION/UsefulOskitPatches">?</a><br /> 36 <span style="background:"><font color="">Oskit Mach Patches</font></span><a href="http://LOCATION/OskitMachPatches">?</a><br /> 31 <span style="background:"><font color="">Mach Concepts</font></span><a href="http://LOCATION/MachConcepts">?</a><br /> 27 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a></td> - <td> 18 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a><br /> 12 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATIONMain/GrantBow">?</a><br /> 5 <span style="background:"><font color="">Matt Grant</font></span><a href="http://LOCATIONMain/MattGrant">?</a><br /> 3 <span style="background:"><font color="">TWiki Guest</font></span><a href="http://LOCATIONMain/TWikiGuest">?</a><br /> 2 <span style="background:"><font color="">Ognyan Kulev</font></span><a href="http://LOCATIONMain/OgnyanKulev">?</a><br /> 2 <span style="background:"><font color="">James AMorrison</font></span><a href="http://LOCATIONMain/JamesAMorrison">?</a><br /> 1 <span style="background:"><font color="">Derek Davies</font></span><a href="http://LOCATIONMain/DerekDavies">?</a></td> + <td> 311 [[WebHome]]<br /> 187 [[OskitMach]]<br /> 120 [[BuildingOskitMach]]<br /> 77 [[GNUMach]]<br /> 76 [[OskitMachStatusList]]<br /> 74 [[MachHistory]]<br /> 52 [[PortToL4]]<br /> 45 [[UsefulOskitPatches]]<br /> 36 [[OskitMachPatches]]<br /> 31 [[MachConcepts]]<br /> 27 [[OskitPatches]]</td> + <td> 18 [[Main/JoachimNilsson]]<br /> 12 [[Main/GrantBow]]<br /> 5 [[Main/MattGrant]]<br /> 3 [[Main/TWikiGuest]]<br /> 2 [[Main/OgnyanKulev]]<br /> 2 [[Main/JamesAMorrison]]<br /> 1 [[Main/DerekDavies]]</td> </tr> <tr> <td> Dec 2002 </td> <td align="right"> 869 </td> <td align="right"> 39 </td> <td align="right"> 5 </td> - <td> 254 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 130 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 65 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a><br /> 65 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 57 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 55 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 54 <span style="background:"><font color="">Oskit Mach Status List</font></span><a href="http://LOCATION/OskitMachStatusList">?</a><br /> 53 <span style="background:"><font color="">Micro Kernel FUD</font></span><a href="http://LOCATION/MicroKernelFUD">?</a><br /> 36 <span style="background:"><font color="">Mach Concepts</font></span><a href="http://LOCATION/MachConcepts">?</a><br /> 23 <span style="background:"><font color="">Port To L 4</font></span><a href="http://LOCATION/PortToL4">?</a><br /> 21 <span style="background:"><font color="">Web Discuss</font></span><a href="http://LOCATION/WebDiscuss">?</a></td> - <td> 17 <span style="background:"><font color="">Ognyan Kulev</font></span><a href="http://LOCATIONMain/OgnyanKulev">?</a><br /> 15 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a><br /> 12 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATIONMain/GrantBow">?</a></td> + <td> 254 [[WebHome]]<br /> 130 [[OskitMach]]<br /> 65 [[OskitPatches]]<br /> 65 [[BuildingOskitMach]]<br /> 57 [[GNUMach]]<br /> 55 [[MachHistory]]<br /> 54 [[OskitMachStatusList]]<br /> 53 [[MicroKernelFUD]]<br /> 36 [[MachConcepts]]<br /> 23 [[PortToL4]]<br /> 21 [[WebDiscuss]]</td> + <td> 17 [[Main/OgnyanKulev]]<br /> 15 [[Main/JoachimNilsson]]<br /> 12 [[Main/GrantBow]]</td> </tr> <tr> <td> Nov 2002 </td> <td align="right"> 618 </td> <td align="right"> 42 </td> <td align="right"> 7 </td> - <td> 128 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 104 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 70 <span style="background:"><font color="">Oskit Mach Status List</font></span><a href="http://LOCATION/OskitMachStatusList">?</a><br /> 65 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 54 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 50 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 41 <span style="background:"><font color="">Oskit Patches</font></span><a href="http://LOCATION/OskitPatches">?</a><br /> 20 <span style="background:"><font color="">Remote Debug Oskit Mach</font></span><a href="http://LOCATION/RemoteDebugOskitMach">?</a><br /> 17 <span style="background:"><font color="">Micro Kernel Research</font></span><a href="http://LOCATION/MicroKernelResearch">?</a><br /> 9 <span style="background:"><font color="">Web Statistics</font></span><a href="http://LOCATION/WebStatistics">?</a><br /> 9 <span style="background:"><font color="">Web Changes</font></span><a href="http://LOCATION/WebChanges">?</a></td> - <td> 32 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a><br /> 11 <span style="background:"><font color="">Ognyan Kulev</font></span><a href="http://LOCATIONMain/OgnyanKulev">?</a><br /> 6 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATIONMain/GrantBow">?</a></td> + <td> 128 [[OskitMach]]<br /> 104 [[WebHome]]<br /> 70 [[OskitMachStatusList]]<br /> 65 [[BuildingOskitMach]]<br /> 54 [[MachHistory]]<br /> 50 [[GNUMach]]<br /> 41 [[OskitPatches]]<br /> 20 [[RemoteDebugOskitMach]]<br /> 17 [[MicroKernelResearch]]<br /> 9 [[WebStatistics]]<br /> 9 [[WebChanges]]</td> + <td> 32 [[Main/JoachimNilsson]]<br /> 11 [[Main/OgnyanKulev]]<br /> 6 [[Main/GrantBow]]</td> </tr> <tr> <td> Oct 2002 </td> <td align="right"> 88 </td> <td align="right"> 18 </td> <td align="right"> 0 </td> - <td> 25 <span style="background:"><font color="">Web Home</font></span><a href="http://LOCATION/WebHome">?</a><br /> 16 <span style="background:"><font color="">Oskit Mach</font></span><a href="http://LOCATION/OskitMach">?</a><br /> 13 <span style="background:"><font color="">Mach History</font></span><a href="http://LOCATION/MachHistory">?</a><br /> 7 <span style="background:"><font color="">New Mach History</font></span><a href="http://LOCATION/NewMachHistory">?</a><br /> 6 <span style="background:"><font color="">Web Preferences</font></span><a href="http://LOCATION/WebPreferences">?</a><br /> 6 <span style="background:"><font color="">Oskit Mach Status List</font></span><a href="http://LOCATION/OskitMachStatusList">?</a><br /> 4 <span style="background:"><font color="">Building Oskit Mach</font></span><a href="http://LOCATION/BuildingOskitMach">?</a><br /> 3 <span style="background:"><font color="">Web Notify</font></span><a href="http://LOCATION/WebNotify">?</a><br /> 2 <span style="background:"><font color="">Web Topic List</font></span><a href="http://LOCATION/WebTopicList">?</a><br /> 2 <span style="background:"><font color="">GNUMach</font></span><a href="http://LOCATION/GNUMach">?</a><br /> 1 <span style="background:"><font color="">Web Index</font></span><a href="http://LOCATION/WebIndex">?</a></td> - <td> 16 <span style="background:"><font color="">Joachim Nilsson</font></span><a href="http://LOCATIONMain/JoachimNilsson">?</a><br /> 2 <span style="background:"><font color="">Grant Bow</font></span><a href="http://LOCATIONMain/GrantBow">?</a></td> + <td> 25 [[WebHome]]<br /> 16 [[OskitMach]]<br /> 13 [[MachHistory]]<br /> 7 [[NewMachHistory]]<br /> 6 [[WebPreferences]]<br /> 6 [[OskitMachStatusList]]<br /> 4 [[BuildingOskitMach]]<br /> 3 [[WebNotify]]<br /> 2 [[WebTopicList]]<br /> 2 [[GNUMach]]<br /> 1 [[WebIndex]]</td> + <td> 16 [[Main/JoachimNilsson]]<br /> 2 [[Main/GrantBow]]</td> </tr> </table> |