tpg/acess2.git
13 years agoFixed `make install` issues, bugs with VESA rel0.07
John Hodge [Thu, 17 Feb 2011 13:19:33 +0000 (21:19 +0800)]
Fixed `make install` issues, bugs with VESA

13 years agoAdded some very pedantic warning flags
John Hodge [Mon, 14 Feb 2011 09:35:00 +0000 (17:35 +0800)]
Added some very pedantic warning flags

13 years agoReworked semaphores to be symetric
John Hodge [Sun, 13 Feb 2011 07:10:02 +0000 (15:10 +0800)]
Reworked semaphores to be symetric

- Can block on Signal now
- Removing busy waits

13 years agoWorking on x86_64 build
John Hodge [Sun, 13 Feb 2011 04:28:32 +0000 (12:28 +0800)]
Working on x86_64 build

13 years agoFixed a bug where stack was accessed after address space switch
John Hodge [Sun, 13 Feb 2011 04:28:04 +0000 (12:28 +0800)]
Fixed a bug where stack was accessed after address space switch

13 years agocleanup (removed debug comment)
John Hodge [Sun, 13 Feb 2011 04:27:49 +0000 (12:27 +0800)]
cleanup (removed debug comment)

13 years agoFixed crt0.o not creating its output directory
John Hodge [Sun, 13 Feb 2011 04:26:15 +0000 (12:26 +0800)]
Fixed crt0.o not creating its output directory

13 years agoCleanup (debug statements removed)
John Hodge [Sun, 13 Feb 2011 04:25:43 +0000 (12:25 +0800)]
Cleanup (debug statements removed)

13 years agoFixed gitignore to skip x86_64 objects
John Hodge [Sun, 13 Feb 2011 04:24:07 +0000 (12:24 +0800)]
Fixed gitignore to skip x86_64 objects

13 years agoChanged to a classfull sequential allocation algo
John Hodge [Sun, 13 Feb 2011 04:22:47 +0000 (12:22 +0800)]
Changed to a classfull sequential allocation algo

- Means that addresses end up being allocated sequentially (instead
  of in reverse), cleans up the memory dumps.

13 years agoTSC backed timekeeping, 64-bit integer printing
John Hodge [Sat, 12 Feb 2011 04:29:50 +0000 (12:29 +0800)]
TSC backed timekeeping, 64-bit integer printing

- Improved 64-bit division (using the FPU)

13 years agoCleaned up places where MM_Allocate was used without checks
John Hodge [Sat, 12 Feb 2011 02:25:00 +0000 (10:25 +0800)]
Cleaned up places where MM_Allocate was used without checks

13 years agoBig bugfixes from trying a Clone/fork bomb
John Hodge [Sat, 12 Feb 2011 01:28:35 +0000 (09:28 +0800)]
Big bugfixes from trying a Clone/fork bomb

- User heap bugfixes (why was I using sbrk?)
- Threads_Kill (handling non-active threads)
- Proc_Clone (Error handling from MM)
- MM_NewKStack (OOM handling)

13 years agoFixed compile errors, added Semaphore code
John Hodge [Wed, 2 Feb 2011 13:50:27 +0000 (21:50 +0800)]
Fixed compile errors, added Semaphore code

I will compile before committing
I will compile before committing
I will compile before committing

13 years agoUpdated InitRD to new usermode layout, cleanups in networking
John Hodge [Wed, 2 Feb 2011 12:33:49 +0000 (20:33 +0800)]
Updated InitRD to new usermode layout, cleanups in networking

13 years agoUsermode - Starting on a text editor
John Hodge [Sat, 29 Jan 2011 04:32:28 +0000 (12:32 +0800)]
Usermode - Starting on a text editor

13 years agoSlight bugfixes and output cleanups
John Hodge [Tue, 25 Jan 2011 14:25:50 +0000 (22:25 +0800)]
Slight bugfixes and output cleanups

13 years agoIPStack / ifconfig - Routing changes
John Hodge [Tue, 25 Jan 2011 13:41:13 +0000 (21:41 +0800)]
IPStack / ifconfig - Routing changes

- Implemented implicit routes in interface.c/routing.c
 > Implicit routes are routes that are constructed on the fly from
   an interface.
- Vastly improved the route support in ifconfig
- (Misc) Added some missing syscalls to Usermode/acess/sys.h

13 years agold-acess - Fixed bugs due to not testing from AcessNative changes
John Hodge [Tue, 25 Jan 2011 13:39:59 +0000 (21:39 +0800)]
ld-acess - Fixed bugs due to not testing from AcessNative changes

- Possibly some edge cases left in if someone tries to link against
  libld-acess.so or ld-acess.so and the name does not match the
  hard coded value.

13 years agoKernel - Fixed page fault Proc_ReturnToUser
John Hodge [Tue, 25 Jan 2011 13:38:44 +0000 (21:38 +0800)]
Kernel - Fixed page fault Proc_ReturnToUser

13 years agoIPStack - Routing improvement
John Hodge [Mon, 24 Jan 2011 15:01:35 +0000 (23:01 +0800)]
IPStack - Routing improvement

- When creating an boot config, routes are set up too
 > TODO: Implement a static route for each interface (as part of
   tInteface), removing the need to set a route when creating.
 > Problem, maintaining?
 > No real problem, just not have those in the main route list (if
   you want an interface route to be more important than another,
   just set it manually)

13 years agoIPStack - Heaps of network fixes
John Hodge [Sun, 23 Jan 2011 15:08:11 +0000 (23:08 +0800)]
IPStack - Heaps of network fixes

- Also reduced verbosity

13 years agoKernel - So... should remember to initialise structures
John Hodge [Sun, 23 Jan 2011 13:34:53 +0000 (21:34 +0800)]
Kernel - So... should remember to initialise structures

- Forgot to clear the ret->Lock in IOCache_Create
 > Caused random locks if the lock protector was not 0 when
   malloc'd
- Set up fractal mappings from boot
 > Exposed by trying to use Log_Debug before VMem was fully initialised

13 years agoAcessNative - Bugfixing
John Hodge [Sun, 23 Jan 2011 08:41:43 +0000 (16:41 +0800)]
AcessNative - Bugfixing

- Still have heaps of syscalls to implement

13 years agoAcessNative - Reworked protocol to be simpler
John Hodge [Sun, 23 Jan 2011 02:41:09 +0000 (10:41 +0800)]
AcessNative - Reworked protocol to be simpler

- Completed the interface code, not tested yet
- Switched to a single list of parameters, with flags for returned values

13 years agoAcessNative - Getting there... (Bedtime commit)
John Hodge [Sat, 22 Jan 2011 15:32:39 +0000 (23:32 +0800)]
AcessNative - Getting there... (Bedtime commit)

13 years agoLots of work on the AcessNative kernel
John Hodge [Sat, 22 Jan 2011 12:59:13 +0000 (20:59 +0800)]
Lots of work on the AcessNative kernel

- Fixed some bugs (and possibly introduced some) in the main kernel
- Cleaned up a heap of other stuff in AcessNative/ld-acess
- Fixed a bug in the TCP code that could cause a deadlock

13 years agoRenamed ld-acess.so_src directory to ld-acess_src
John Hodge [Tue, 18 Jan 2011 23:48:16 +0000 (07:48 +0800)]
Renamed ld-acess.so_src directory to ld-acess_src

13 years ago- Misc changes
John Hodge [Tue, 18 Jan 2011 23:44:34 +0000 (07:44 +0800)]
- Misc changes

- Tracing case where interrupts are disabled
 > In the x86 build, somewhere (in some cases) IF is cleared when it should
   not be, causing a system lock up.
- Sped up Heap_Allocate with __Bytes == 0 (returns an non-null invalid pointer)

13 years agoBig changes to AcessNative
John Hodge [Tue, 18 Jan 2011 12:47:12 +0000 (20:47 +0800)]
Big changes to AcessNative

- ld-acess can now execute an application
 > the syscall interface is not yet completed, so nothing happens
- Getting ld-acess working required some changes to the Usermode build
  system, specifically making ld-acess.so actually a shared library.
 > It was being linked statically, causing the AcessNative versions of
   syscalls to not be used (and causing segfaults on "int 0xAC")

13 years agoAcessNative - Work on the ELF Loader
John Hodge [Thu, 30 Dec 2010 10:12:55 +0000 (21:12 +1100)]
AcessNative - Work on the ELF Loader

- Still not working, but does load now
- Updated gitignore to ignore vim swap files

13 years agoAcessNative - Cleaned up some of acesskernel's code
John Hodge [Mon, 20 Dec 2010 01:55:59 +0000 (10:40 +0845)]
AcessNative - Cleaned up some of acesskernel's code

- Moved logging etc out to a helper function to keep main.c clean
- Added a common syscalls header to aid maintaining the syscall
  interface.

13 years agoAcessNative - ld-acess - Woking on ELF loading
John Hodge [Mon, 20 Dec 2010 01:54:45 +0000 (10:39 +0845)]
AcessNative - ld-acess - Woking on ELF loading

13 years agoFixed bad handling of VFS_AllocHandle_
John Hodge [Mon, 20 Dec 2010 01:52:13 +0000 (10:37 +0845)]
Fixed bad handling of VFS_AllocHandle_

13 years agoThrough many hacks, AcessNative now compiles
John Hodge [Fri, 10 Dec 2010 11:04:38 +0000 (19:04 +0800)]
Through many hacks, AcessNative now compiles

- Still doesn't do anything

13 years agoFixed places where char* was used in place of const char*
John Hodge [Fri, 10 Dec 2010 09:00:37 +0000 (17:00 +0800)]
Fixed places where char* was used in place of const char*

> Still need to update filesystem Write functions to take const void*
> Also started on AcessNative threads.c clone

13 years agoMerge branch 'master' of serenade.mutabah.net:acess2
John Hodge [Fri, 10 Dec 2010 05:02:21 +0000 (13:02 +0800)]
Merge branch 'master' of serenade.mutabah.net:acess2

13 years agoAcessNative - ld-acess initial commmit (non-compile)
John Hodge [Fri, 10 Dec 2010 04:57:57 +0000 (12:57 +0800)]
AcessNative - ld-acess initial commmit (non-compile)

13 years agoAcessNative - Wine equivalent for Acess
John Hodge [Fri, 10 Dec 2010 04:52:02 +0000 (12:52 +0800)]
AcessNative - Wine equivalent for Acess

- Allows native Acess applications to be run on Windows/Linux
- Uses large parts of the main kernel, reducing code duplication
- Still incomplete, will use SDL for video, and a UDP server for
  User->Kernel requests.

13 years agoCleaning up code, and separating a little to allow native code to share
John Hodge [Fri, 10 Dec 2010 04:47:46 +0000 (12:47 +0800)]
Cleaning up code, and separating a little to allow native code to share

> Split vfs/open.c into handle.c, allowing the handle code to be
  replaced in the native emulation code.
> Changed a few referenes to Uint to tVAddr

These changes were made to allow the kernel to be compiled as a
user mode executable for windows/linux, to improve turnover speed
for user applications.

13 years agoNear-Complete Joystick spec
thePowersGang [Thu, 9 Dec 2010 06:27:46 +0000 (14:27 +0800)]
Near-Complete Joystick spec

- NOTE: The joystick spec will be used for mouse drivers too (meaning
    the programs that use a mouse can be easily changed to use a
    joystick instead)

13 years agoAdded thread pointer to thread dump
John Hodge [Sat, 4 Dec 2010 04:29:35 +0000 (12:29 +0800)]
Added thread pointer to thread dump

13 years agoDraft Joystick spec (used for mouse driver)
thePowersGang [Thu, 2 Dec 2010 09:29:13 +0000 (17:29 +0800)]
Draft Joystick spec (used for mouse driver)

13 years agoGUI Fixes
John Hodge [Sun, 28 Nov 2010 07:41:54 +0000 (15:41 +0800)]
GUI Fixes

- bugfixing behavior of size/position determining code
- Improved layout of interface

13 years agoFixed GUI font rendering
John Hodge [Sun, 28 Nov 2010 01:44:12 +0000 (09:44 +0800)]
Fixed GUI font rendering

- can now print "Ace" to menu button :)

13 years agoFixed Video_DrawText passing too many arguments to _SysDebug
John Hodge [Sat, 27 Nov 2010 14:34:19 +0000 (22:34 +0800)]
Fixed Video_DrawText passing too many arguments to _SysDebug

- _SysDebug has a maximum of 5 parameters (not including the format)

13 years agoAdded sanity checking to kernel vnsprintf
John Hodge [Sat, 27 Nov 2010 14:31:22 +0000 (22:31 +0800)]
Added sanity checking to kernel vnsprintf

- Also added debug to Video_DrawText in AxWin2

13 years agoFixed compile issues in AxWin2 WM
John Hodge [Sat, 27 Nov 2010 14:15:22 +0000 (22:15 +0800)]
Fixed compile issues in AxWin2 WM

- #if'ed out image code
- Added text rendering :)
- Fixed issue with `make install` for Applications

13 years agoFixed false positive on VESA cursor OOB checks
John Hodge [Sat, 27 Nov 2010 06:54:26 +0000 (14:54 +0800)]
Fixed false positive on VESA cursor OOB checks

13 years agoUsermode build system overhaul
John Hodge [Sat, 27 Nov 2010 05:29:36 +0000 (13:29 +0800)]
Usermode build system overhaul

- All usermode binaries now go to Usermode/Output/<arch>/[Libs,Bin,SBin]
- Moved almost all individual Makefiles over to using ../Makefile.tpl
- Fixed compile warnings
- Deleted un-needed libacess.so and old ld-acess.so sources (they're in
   git if I need them)

13 years agoBuild fixes
John Hodge [Sat, 27 Nov 2010 04:23:08 +0000 (12:23 +0800)]
Build fixes

- reworked usermode builds to merge libacess.so and ld-acess.so
- Also fixed some compile errors/warnings in x86 MM

13 years agoFixed Makefile.cfg behavior
John Hodge [Sat, 27 Nov 2010 04:16:55 +0000 (12:16 +0800)]
Fixed Makefile.cfg behavior

13 years agoCombined ld-acess and libacess
John Hodge [Thu, 25 Nov 2010 14:36:55 +0000 (22:36 +0800)]
Combined ld-acess and libacess

13 years agoSlight change to VMM defines
John Hodge [Thu, 25 Nov 2010 14:24:00 +0000 (22:24 +0800)]
Slight change to VMM defines

13 years agoFiddling with IPStack
John Hodge [Sun, 21 Nov 2010 07:50:50 +0000 (15:50 +0800)]
Fiddling with IPStack

- Added support for setting interfaces from the kernel boot line

13 years agoFixed need to set $(ACESSDIR)
thePowersGang [Sat, 20 Nov 2010 08:52:24 +0000 (16:52 +0800)]
Fixed need to set $(ACESSDIR)

13 years agoFixing error reporting
John Hodge [Sat, 20 Nov 2010 06:05:13 +0000 (14:05 +0800)]
Fixing error reporting

13 years agoFixing route determining
John Hodge [Sat, 20 Nov 2010 05:59:37 +0000 (13:59 +0800)]
Fixing route determining

- Infinite loop due to bad memcmp implementation
- Updating ping to support the new route code

13 years agoFixed memcmp error (checks 1 more byte than it should)
John Hodge [Sat, 20 Nov 2010 05:52:41 +0000 (13:52 +0800)]
Fixed memcmp error (checks 1 more byte than it should)

13 years agoFixed IPv4 checksum (network byte order, dimwit)
John Hodge [Sat, 20 Nov 2010 05:00:34 +0000 (13:00 +0800)]
Fixed IPv4 checksum (network byte order, dimwit)

13 years agoGeneral fixes
John Hodge [Sat, 20 Nov 2010 03:50:39 +0000 (11:50 +0800)]
General fixes

- Fixed recursion in ARP_Resolve when there is not a direct route
  to the destinaton
 > ARP now does not use routes if the destination address is on the
   current subnet.
- Added debug to routing code, debug to IRC client too

13 years agoCleaning up pcidump / fixed compile warning in InitRD
John Hodge [Sat, 20 Nov 2010 02:20:10 +0000 (10:20 +0800)]
Cleaning up pcidump / fixed compile warning in InitRD

13 years agoifconfig - routes
John Hodge [Sat, 20 Nov 2010 02:09:03 +0000 (10:09 +0800)]
ifconfig - routes

- Slight change to route ioctl API (added get_type)
- Added IP->Text to libnet
- Added route listing to ifconfig
- Added libnet to `make all`

13 years agoMultiple IPStack Related changes (and other bugfixes)
John Hodge [Fri, 19 Nov 2010 15:48:01 +0000 (23:48 +0800)]
Multiple IPStack Related changes (and other bugfixes)

- Added route determining to arp.c
- Changed route source API to take an interface pointer
- Fixed loopback device behavior ('LOOPBACK' is a special adapter path)
- Required fixing the fifo driver
 > Size on /Defices/fifo directory should be 1, not 0
 > Set default fifo to be blocking
- Slight change to ifconfig to ignore iterfaces that return a -1 type,
  or do not conform to the spec.
- Fixed triple fault when a kernel thread is spawned before init is started
  (caused by a kernel stack being marked as COW, causing an uncatched double
  fault)

13 years agoReworked the IPStack tInterface structure
John Hodge [Sun, 14 Nov 2010 10:27:23 +0000 (18:27 +0800)]
Reworked the IPStack tInterface structure

- Now no longer explicitly mentions IPv4/IPv6
- Also allowed the cleaning up of a nice chunk of the interface code

13 years agoFiddling with ARP to handle routing
John Hodge [Sat, 13 Nov 2010 15:35:09 +0000 (23:35 +0800)]
Fiddling with ARP to handle routing

- Added route control to ifconfig

13 years agoCompile fixes, implemented Net_GetInterface
John Hodge [Sun, 7 Nov 2010 05:18:05 +0000 (13:18 +0800)]
Compile fixes, implemented Net_GetInterface

13 years agoMore cleanup in IPStack (making routes usable)
John Hodge [Sun, 7 Nov 2010 03:57:30 +0000 (11:57 +0800)]
More cleanup in IPStack (making routes usable)

- libnet got a main :)

13 years agoRestructured interface code out to its own file, route search implemented
John Hodge [Sun, 7 Nov 2010 00:50:36 +0000 (08:50 +0800)]
Restructured interface code out to its own file, route search implemented

13 years agoFixed compilation issues in IPStack
John Hodge [Sat, 6 Nov 2010 13:23:34 +0000 (21:23 +0800)]
Fixed compilation issues in IPStack

13 years agoComposite commit (GUI / Networking)
John Hodge [Sat, 6 Nov 2010 11:14:50 +0000 (19:14 +0800)]
Composite commit (GUI / Networking)

- GUI Work, just fiddling with getting images supported
- Networking:
 > libnet being built for networking helpers
 > IPStack is being partially reworked to support routes and more versatile
   naming of interfaces (with the ultimate goal of removing integer names)
 > Basic IRC client in the works (testing the networking stack with it)
- Other Changes:
 > Cleanups to library code (implemented snprintf in libc)
 > Improved debugging and thread status naming in threads.c

13 years agoFixed kernel segfault in VTerm (referenced possible NULL value) rel0.06
John Hodge [Sun, 31 Oct 2010 12:35:05 +0000 (20:35 +0800)]
Fixed kernel segfault in VTerm (referenced possible NULL value)

13 years agoFixed scrolling bug in VTerm
John Hodge [Sun, 31 Oct 2010 12:29:36 +0000 (20:29 +0800)]
Fixed scrolling bug in VTerm

- VT_int_ClearLine was rejecting valid line numbers

13 years agoFiddling with x86_64 and i486 builds
John Hodge [Sun, 31 Oct 2010 04:28:59 +0000 (12:28 +0800)]
Fiddling with x86_64 and i486 builds

- Also repaired LFN ReadDir

13 years agox86_64 fixes
John Hodge [Sat, 30 Oct 2010 13:22:18 +0000 (21:22 +0800)]
x86_64 fixes

- Changed register output to %llx instead of %x
- Changed SPINLOCK technique
- Fiddling with scheduling

13 years agoFixing vsnprintf behavior on 64-bit systems
John Hodge [Sat, 30 Oct 2010 13:07:07 +0000 (21:07 +0800)]
Fixing vsnprintf behavior on 64-bit systems

13 years agoMisc fiddling with FAT driver (LFN and ReadDir)
John Hodge [Fri, 29 Oct 2010 08:08:28 +0000 (16:08 +0800)]
Misc fiddling with FAT driver (LFN and ReadDir)

13 years agoBug was in Heap_Realloc
John Hodge [Fri, 29 Oct 2010 07:47:48 +0000 (15:47 +0800)]
Bug was in Heap_Realloc

- Assumed sizeof(tHeapHead) == 8
- Removed debugging info

13 years agoAttempting to fix heap corruption
John Hodge [Fri, 29 Oct 2010 07:14:19 +0000 (15:14 +0800)]
Attempting to fix heap corruption

- Added lock field to tVFS_Node
- Fixed module makefile

13 years agoFixing places where malloc() (and others) is not null checked
John Hodge [Fri, 22 Oct 2010 06:29:48 +0000 (14:29 +0800)]
Fixing places where malloc() (and others) is not null checked

13 years agoCleaning up debug (and set modules to build with debug)
John Hodge [Fri, 22 Oct 2010 06:26:39 +0000 (14:26 +0800)]
Cleaning up debug (and set modules to build with debug)

13 years agoDon't ask me how, but it's booting again
John Hodge [Fri, 22 Oct 2010 06:13:56 +0000 (14:13 +0800)]
Don't ask me how, but it's booting again

13 years agoBuglocating: Some random corruption in VFS, FDD lockups
John Hodge [Tue, 19 Oct 2010 07:21:05 +0000 (15:21 +0800)]
Buglocating: Some random corruption in VFS, FDD lockups

- FDD driver likes to lock
- Also working on a kernel-level debugger

13 years agox86_64: Bugfixing
John Hodge [Thu, 14 Oct 2010 06:13:06 +0000 (14:13 +0800)]
x86_64: Bugfixing

13 years agox86_64 build now compiles :)
John Hodge [Tue, 12 Oct 2010 01:56:33 +0000 (09:56 +0800)]
x86_64 build now compiles :)

13 years agoFixing to get x86_64 build to compile after threading overhaul
John Hodge [Mon, 11 Oct 2010 02:19:32 +0000 (10:19 +0800)]
Fixing to get x86_64 build to compile after threading overhaul

13 years agoChanged back to lottery scheduler, disabled debug
John Hodge [Tue, 5 Oct 2010 07:06:47 +0000 (15:06 +0800)]
Changed back to lottery scheduler, disabled debug
- Fixed behavior in Unix to ACL code

13 years agoRefactored thread switching code to support compile-time swapping
John Hodge [Sun, 3 Oct 2010 10:21:01 +0000 (18:21 +0800)]
Refactored thread switching code to support compile-time swapping
of scheduling methods.
Supported methods:
- Lottery (the old one)
- Priority Based Round-Robin
- Singe Queue Round-Robin

13 years agoDebug, Debug, Debug
John Hodge [Sun, 3 Oct 2010 09:24:03 +0000 (17:24 +0800)]
Debug, Debug, Debug

13 years agoReplace rand() implementation - fixes threading lockups
John Hodge [Sun, 3 Oct 2010 01:28:52 +0000 (09:28 +0800)]
Replace rand() implementation - fixes threading lockups
- Large ammounts of debug enabled to trace #PF in FAT driver
- Added TID to Debug logging
- Enabled locking on debug prints

13 years agoPlaced a comment to not the location of the blocker
John Hodge [Sat, 2 Oct 2010 13:56:44 +0000 (21:56 +0800)]
Placed a comment to not the location of the blocker

13 years agoFixed threading bug
John Hodge [Sat, 2 Oct 2010 13:43:51 +0000 (21:43 +0800)]
Fixed threading bug
- Mutex->LastWaiting was never reset to NULL, hence could point to
  a thread on the active queue, causing corruption.
HEADDESK, HEADDESK, HEADDESK
- Also, fixed lack of LEAVE macros in some parts of binary.c
- Fixed a typo in EXT2 directory handling (write)

13 years agoSpinlock fixes
John Hodge [Thu, 9 Sep 2010 02:06:47 +0000 (10:06 +0800)]
Spinlock fixes

13 years agoexported spinlocks
John Hodge [Thu, 9 Sep 2010 01:57:56 +0000 (09:57 +0800)]
exported spinlocks

13 years agoMoved spinlocks out of arch.h into lib.c
John Hodge [Thu, 9 Sep 2010 01:52:54 +0000 (09:52 +0800)]
Moved spinlocks out of arch.h into lib.c

13 years agoPer-CPU task switch disable, minor spiderscript changes
John Hodge [Thu, 9 Sep 2010 01:27:15 +0000 (09:27 +0800)]
Per-CPU task switch disable, minor spiderscript changes

13 years agoSpiderScript - For loop, #if'd out experimental code
John Hodge [Tue, 7 Sep 2010 10:20:44 +0000 (18:20 +0800)]
SpiderScript - For loop, #if'd out experimental code

13 years agoCosmetic code changes
John Hodge [Tue, 7 Sep 2010 06:41:31 +0000 (14:41 +0800)]
Cosmetic code changes

13 years agoFixing up doxygen comments
John Hodge [Tue, 7 Sep 2010 01:34:25 +0000 (09:34 +0800)]
Fixing up doxygen comments

13 years agoMore thread issue fixing, still not working
John Hodge [Tue, 7 Sep 2010 01:14:35 +0000 (09:14 +0800)]
More thread issue fixing, still not working

UCC git Repository :: git.ucc.asn.au