tpg/acess2.git
2012-05-18 John HodgeKernel/VFS - Added timeouts to select
2012-05-18 John HodgeIPStack - Added quirk for unconfigured interfaces to...
2012-05-16 John HodgeModules - Little debugging fixes (and planning VESA...
2012-05-16 John HodgeModules/IPStack - Fixed bugs in IPStack_Buffer_GetBuffer
2012-05-16 John HodgeUsermode - Little debug and other fixes
2012-05-16 John HodgeKernel - Made things a little less chatty during boot...
2012-05-16 John HodgeModules/VIARhineII - RX and TX works, but TX is a hack atm
2012-05-15 John HodgeUsermode/AxWin3 - Debugging
2012-05-15 John HodgeModules/VIARhineII - More implementation work
2012-05-13 John HodgeModules/VIARhineII - Implementing, won't work yet
2012-05-12 John HodgeModules/USB - Less chatty device initialisation
2012-05-12 John HodgeIPStack - Making TCP a little less chatty
2012-05-12 John HodgeIPStack - Cleaned up userland 'ip' tool, and fixed...
2012-05-12 John HodgeUsermode/irc - Fixing some niggling issues
2012-05-12 John HodgeIPStack - Removed early network config, because it...
2012-05-12 John HodgeIPStack - Reworking of network device API
2012-05-11 John HodgeModules/VIARhineII - Fiddling
2012-05-09 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2012-05-09 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2012-05-09 John HodgeModules/VIARhineII - Working on a driver, doesn't do...
2012-05-09 John HodgeAcessNative - Fixing little bugs
2012-05-09 John HodgeBuildConf - fixing x86_64 config for motsugo
2012-05-07 John HodgeModules/UHCI - Fixed (or hid) a bug causing lockups...
2012-05-07 John HodgeReduced chattiness of threading, x86 IRQs and BochsGA
2012-05-05 John HodgeKernel/threads - Fixed crash due to error in process...
2012-05-04 John HodgeBuildConf - Removed VIAVideo from x86 build because...
2012-05-04 John HodgeKernel/x86_64 - Added header to vm8086
2012-05-04 John HodgeKernel/VTerm - Fixed mistype in warning
2012-05-04 John HodgeModules/VBE - Fixed integer overflow if avaliable modes...
2012-05-04 John HodgeKernel/x86 - Fixed a bug in vm8086 that caused modesets...
2012-04-25 John HodgeMerge branch 'master' of github.com:thepowersgang/acess2
2012-04-25 John HodgeVIAVideo - Does something different now!
2012-04-24 John HodgeMerge branch 'master' of git.mutabah.net:acess2
2012-04-24 John HodgeKernel - Working on VIA Video driver
2012-04-22 John HodgeMerge branch 'master' of cadel.mutabah.net:acess2
2012-04-22 John HodgeVESA - Debugging issue on VIA S3 BIOS
2012-04-20 John HodgeInconcequential changes to ARM proc.S (syntax hilighting)
2012-04-20 John HodgeUsermode - Removed SpiderScript
2012-04-20 John HodgeSpiderScript - Moved header to directory, ready to...
2012-04-20 John HodgeSpiderScript - Implementing object element/attribute...
2012-04-20 John HodgeSpiderScript - Fixed array behaviour, removed memory...
2012-04-17 John HodgeUsermode/SpiderScript - Added language namespace exports
2012-04-17 John HodgeUsermode/SpiderScript - Restructured namespace handling...
2012-04-17 John HodgeUsermode/SpiderScript - Added compile-time type checkin...
2012-04-15 John HodgeUsermode/spiderscript - Added generation-time type...
2012-04-15 John HodgeUsermode/libspiderscript - Fixed namespace scoping...
2012-04-15 John HodgeUsermode/libspiderscript - Cleaning code, made bytecode...
2012-04-14 John HodgeUsermode/libspiderscript - Fixing a multitude of bugs
2012-04-01 John HodgeKernel/threads - Adding PGIDs, made processes have...
2012-04-01 John HodgeModules/InitRD - Added gitignore to stop autogenerated...
2012-04-01 John HodgeUsermode/AxWin3 WM - Fixed cursor position not changing...
2012-04-01 John HodgeKernel/vm8086 - Added debugging message for 0F XX instr...
2012-03-27 John HodgeTESTING - Patches to implement Ctrl-C in VTerm
2012-03-27 John HodgeKernel - Fixed PCI bus enumeration bug, switched x86...
2012-03-24 John HodgeUsermode/login - Disabled screen clear so kernel boot...
2012-03-24 John HodgeModules/InitRD - Disabled tree dump, it makes things...
2012-03-24 John HodgeKernel - Put debug output to the vterm to allow rhw...
2012-03-24 John HodgeModules/RTL8139 - Improved debugging for RHW bugs
2012-03-23 John HodgeIPStack - Fixed bug in ping code
2012-03-22 John HodgeKernel/RingBuffer - Fix spinlock not being zeroed
2012-03-21 John HodgeModules/IPStack - Moving to reduction of memcpy usage
2012-03-16 John HodgeAdding some newer files to initrd
2012-03-16 John HodgeFixing KMod support
2012-03-15 John HodgeModules - x86_64 compile fix to ATA and LVM
2012-03-15 John HodgeKernel - Fixing bugs in VT scrolling and keyboard mappi...
2012-03-14 John HodgeAcessNative - Implementing SendMessage/GetMessage
2012-03-14 John HodgeKernel/messages - Fix compile error in debug
2012-03-11 John HodgeAcessNative - Possible fix to ioctl() bugs
2012-03-11 John HodgeUsermode/axwin3 - Little additions and bugfixes
2012-03-11 John HodgeModules/Mouse - Fixing bugs, removing debug
2012-03-11 John HodgeModules - Implementing mouse multiplexer
2012-03-10 John HodgeModules/UHCI - Fixed interrupt bug that caused keyboard...
2012-03-08 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2012-03-08 John HodgeModules/Tegra2Vid - Fiddling!
2012-03-08 John HodgeModules/AHCI - Initial fiddling
2012-03-06 John HodgeModules/Tegra2Vid - Slight debugging updates
2012-03-06 John HodgeModules/RTL8169 - Misc
2012-03-06 John HodgeModules/USB - Fixing lack of locking, some commenting...
2012-03-05 John HodgeModules/USB HID - Keyboard support!
2012-03-05 John HodgeMerge branch 'master' of ssh.ucc.asn.au:tpg/acess2
2012-03-05 John HodgeModules/USB HID - Shell USB Keyboard
2012-03-05 John HodgeModules/RTL8169 - Incomplete
2012-03-01 John HodgeKernel - Slight comming change
2012-03-01 John HodgeModules/Keyboard - Improving documentation
2012-03-01 John Hodgemissed file
2012-03-01 John HodgeKernel/VTerm - Fixing meta-key handling
2012-03-01 John HodgeKernel - Split key translation out of PS2Keyboard
2012-02-29 John HodgeModules/USB_HID - Fixed report parsing bug that caused...
2012-02-29 John HodgeModules/USB - Interrupt endpoints work
2012-02-29 John HodgeUSB/UHCI - Cleanup
2012-02-28 John HodgeModules/USB - Fixed UHCI (partially)
2012-02-26 John HodgeKernel/USB - Still broken, reworking host controller...
2012-02-26 John HodgeKernel - Added another event and allowed clearing of...
2012-02-26 John HodgeKernel/x86 - Added option to disable preemption, and...
2012-02-25 John HodgeModules/USB - Slight correctness fixes, and fixed a...
2012-02-24 John HodgeModules/UHCI - Just a little more debug
2012-02-23 John HodgeExtra - Added -nousb and -notee flags to RunQemu
2012-02-23 John HodgeModules/UHCI - Big cleanups to code... but there is...
2012-02-23 John HodgeModules/USB - Documention/Debugging, and fixed an API use
2012-02-23 John HodgeKernel - Slight semaphore fix
next

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