tpg/acess2.git
2010-05-11 John HodgeCleaned up thread code, changed default compiler name...
2010-05-03 John HodgeBugfixes to usermode 64-bit division, more work on...
2010-05-03 John HodgeWork on WM's sizing code, not quite complete yet
2010-05-01 John HodgeFixed InitRD
2010-05-01 John HodgeMore work on axwin, and slight changes in othe places
2010-05-01 John HodgeImproved user error handling, now a user DIV0 doesn...
2010-05-01 John HodgeRemoved debug
2010-05-01 John HodgeFixes to VTerm to make vterms with resolutions lower...
2010-04-30 John HodgeAdded strings header that was deleted in last commit...
2010-04-30 John HodgeMany changes, bugfixes to user vsnprintf and to escape...
2010-04-26 John HodgeAdded calloc to libc
2010-04-26 John HodgeMore work on the GUI. Still useless tho
2010-04-24 John HodgeFixing documentation for 2D operations
2010-04-24 John HodgeRemoved debug statements that happened during VESA...
2010-04-24 John HodgeAdded basic 2D video accelleration
2010-04-24 John HodgeDarn stupid bugs
2010-04-24 John HodgeBig rewrite of AxWin to get it to compile and run
2010-04-24 John HodgeFixed SYS_SEEK not working due to 64-bit offset
2010-04-24 thePowersGangStrike that, I like zlib better :D
2010-04-24 thePowersGangadded licence, 3-clause BSD
2010-04-24 John HodgeUpdates to VTerm to correctly handle framebuffer modes
2010-04-24 John HodgeFixed the EFLAGS contents to actually enable IF
2010-04-24 John HodgeFixed MM_UnmapHWPages overwriting the wrong area
2010-04-23 John HodgeHalfway through deciding where to put the error handler...
2010-04-23 John HodgeFixes to error handling and User text mappings
2010-04-23 John HodgeFixes to VM8086 handler to remove operand size errors.
2010-04-23 John HodgeAltered debug print function to use vsnprintf and to...
2010-04-22 John HodgeFixed VESA scrolling bug
2010-04-21 John HodgeRemoved debug from VTerm
2010-04-21 John HodgeFixes to Vesa video driver and VTerm's mode setting
2010-04-21 John HodgeFixed case where the screen was cleared during a panic
2010-04-21 John HodgeMade the KPanic routine switch back to 0xB8000 text...
2010-04-21 John HodgeFixed VESA using LogF when not needed, changed VTerm...
2010-04-21 John HodgeAdded kernel panic routines to output to the screen...
2010-04-21 John HodgeFixed login text-entry bug, fixes to KMS (graphics...
2010-04-21 John HodgeRandom fixes, disabled debug in vterm, random crash...
2010-04-17 John HodgeTCP Server now seems to work, started fixing client...
2010-04-15 John HodgeMakefile cleanup, documentation
2010-04-15 John HodgeAdded test server to git tree
2010-04-15 John HodgeAdded SYS_OPENCHILD system call
2010-04-15 John HodgeAdded the ADT library (not really abstract, but it...
2010-04-15 John HodgeMore fixing work on TCP, now correctly accepts packets,
2010-04-14 John HodgeRenamed libc filename, disabled debug and reenabled...
2010-04-14 John HodgeAdded debug to FAT driver, trying to fix a Real HW bug
2010-04-14 John HodgeFixed cursor code, added pointer to current VT
2010-04-14 John HodgeFixed logging to support 8-charater identifiers
2010-04-14 John HodgeFixing API documentation, added Disk cache spec
2010-04-14 John HodgePossible fix to TCP Acknowlegement Numbers
2010-04-11 John HodgeDisabled ATA debug, turned FAT Debug on, misc in IPStac...
2010-04-11 John HodgeUpdated FAT filesystem driver to not cache the FAT...
2010-04-11 John HodgeFixed bug in keyboard driver on real hardware (aux...
2010-04-11 John HodgeFixes for running on an InitRD, moved kernel echo switc...
2010-04-10 John HodgeFixed some bugs in ARP and TCP Code
2010-04-10 John HodgeFixed a bug in the heap manager where if an exact match...
2010-04-06 John HodgeCleaning up more Log( calls with Log_*(
2010-04-06 John HodgeFixed VM8086/Vesa memory allocation bug
2010-04-06 John HodgeMany changes, Mostly working on improving the BootConf...
2010-04-06 John HodgeImproved padding code in Debug_Fmt
2010-04-02 John HodgeFixed keyboard bug where keypresses were not being...
2010-04-02 John HodgeFixes to x86 error and interrupt handling
2010-04-02 John HodgeUpdated gitignore rules
2010-04-02 John HodgeVM8086 Support, Starting on VESA Driver
2010-04-01 John HodgeMisc Changes
2010-03-29 John HodgeDisable debug in FAT
2010-03-29 John HodgeAdded mboot2 header
2010-03-29 John HodgeBugfixing FAT Driver, Addint Multiboot2 Support
2010-03-28 John HodgeMore work on the FAT driver, more messy, but more complete
2010-03-28 John HodgeWorking on cleaning up the FAT driver, but atm it's...
2010-03-27 John HodgeCleanups in FAT driver
2010-03-27 John HodgeUpdating drivers to use the Log_ functions instead...
2010-03-27 John HodgeFixed logging print not working, cleaned up debug
2010-03-27 John HodgeFixed lack of error handling in FDD driver, also abstra...
2010-03-27 John HodgeCleanup Commit
2010-03-21 John HodgeMisc Changes, Added Logging Subsystem, Fixes to InitRD...
2010-03-18 John HodgeBugfixing initrd and ld-acess
2010-03-17 John HodgeMultiple fixes
2010-03-17 John HodgeVarious changes, most of them involving the FAT and...
2010-03-16 John HodgeAdded file extending to Ext2 Driver, also cleaned up...
2010-03-15 John HodgeMoar cleanupe
2010-03-15 John HodgeRemoved FDD_AcquireSpinlock and FDD_FreeSpinlock, repla...
2010-03-15 John HodgeCleaning up FDD driver, removed local cache in favour...
2010-03-15 John HodgeMisc changes
2010-03-15 John HodgeMore documentation, mostly to the PCI
2010-03-14 John HodgeCommenting for new function
2010-03-14 John HodgeRestructured Modules_LoadBuiltins to load modules in...
2010-03-13 John HodgeWork on documentation
2010-03-13 John HodgeChanges to the module loader to handle specific errors...
2010-03-06 John HodgeSlight Changes, mostly fixing CPU error reporting
2010-03-06 John HodgeIPv6, and I need to learn to compile before commiting
2010-03-05 John HodgeStarting on a NFS driver
2010-03-05 John Hodgedoxygen fixes
2010-03-04 John HodgeMore work on TCP, Connection is successfully establishe...
2010-03-04 John HodgeBugfixing and testing TCP stack
2010-03-04 John HodgeMore work on TCP, untested and almost complete
2010-03-03 John HodgeMore work on TCP, approaching usable (untested)
2010-03-03 John HodgeCleanup commit, fixes to UDP, TCP and ICMP
2010-02-26 John HodgeRemoved debug from Network/NE2000/ne2000.c
2010-02-26 John HodgeUDP Packets are now sent and recieved correctly (server...
2010-02-25 John HodgeMore fixups to ARP and UDP (udp still buggy)
2010-02-25 John HodgeWorking on UDP, removed debug from some code, fixed...
next

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