FAT - Removed unneeded malloc() calls
[tpg/acess2.git] / Usermode / Libraries /
2011-08-04 John HodgeUsermode/libc - Fixed implementation of atexit and...
2011-07-06 John HodgeUsermode Build - Updated makefiles to compile needed...
2011-06-22 John HodgeAcessNative - Fixing Fixing Fixing
2011-06-16 John HodgeAxWin2 - Debugging and misc
2011-06-16 John HodgeUsermode - IRC Client
2011-06-07 John HodgeNetworking - Heaps of changes
2011-06-05 John HodgeAxWin2 - More fiddling, almost ready now :)
2011-06-05 John HodgeAxWin2 - More fiddling
2011-05-30 John HodgeWorking on AxWin2
2011-05-28 John HodgeMerge branch 'master' of serenade.mutabah.net:acess2
2011-05-28 John HodgeSpiderScript - Commenting changes
2011-05-25 John HodgeMerge branch 'master' of [email protected]:acess2
2011-05-16 John HodgeMisc fixes to libc, added ISADMA to core Makefile.cfg
2011-05-10 John HodgeSpiderScript - Speedups
2011-04-03 John HodgeSpiderScript - Added tags to loops to allow arbitary...
2011-04-03 John HodgeSpiderScript - Fixed namespace handling (and unset...
2011-04-03 John HodgeSpiderScript - Fixing order of operations, improved...
2011-04-02 John HodgeAdding forgotten files
2011-04-02 John HodgeSpiderScript - Bugs, Documentation and a few language...
2011-04-02 John HodgeSpiderScript - Moar fixes, mostly speedups (caching...
2011-04-02 John HodgeSpiderScript - Bugfixes and speed improvements
2011-04-02 John HodgeSpiderScript - Implementing objects and classes, fixing...
2011-03-31 John HodgeSpiderScript - A day of debugging and improvements
2011-03-24 John HodgeMore work on x86_64 port of usermode
2011-03-24 John HodgeUsermode/Libs - x86_64 port in progress
2011-03-24 John HodgeUsermode/ld-acess - x86_64 support
2011-03-24 John HodgeUsermode - Changed build system to separate different...
2011-03-24 John HodgeUsermode/ld-acess - Reworked build structure and syscal...
2011-03-23 John HodgeUsermode/libnet - Added support for change to routing API
2011-03-01 John Hodgeld-acess - Exported select()
2011-03-01 John HodgeUsermode implementation of select()
2011-03-01 John Hodgelibreadline - Rework of library (less sucky now!)
2011-02-27 John Hodgelibc - Fixed an embarrasing bug in strchr :|
2011-02-27 John HodgeFixing makefiles
2011-02-27 John Hodgeaxwin2 - Working on GUI, implemented image loading
2011-02-17 John HodgeFixed `make install` issues, bugs with VESA rel0.07
2011-02-13 John HodgeFixed crt0.o not creating its output directory
2011-02-12 John HodgeBig bugfixes from trying a Clone/fork bomb
2011-01-25 John HodgeIPStack / ifconfig - Routing changes
2011-01-25 John Hodgeld-acess - Fixed bugs due to not testing from AcessNati...
2011-01-22 John HodgeLots of work on the AcessNative kernel
2011-01-18 John HodgeBig changes to AcessNative
2010-11-27 John HodgeUsermode build system overhaul
2010-11-27 John HodgeBuild fixes
2010-11-25 John HodgeCombined ld-acess and libacess
2010-11-20 John Hodgeifconfig - routes
2010-11-07 John HodgeCompile fixes, implemented Net_GetInterface
2010-11-07 John HodgeMore cleanup in IPStack (making routes usable)
2010-11-06 John HodgeComposite commit (GUI / Networking)
2010-10-22 John HodgeDon't ask me how, but it's booting again
2010-09-09 John HodgePer-CPU task switch disable, minor spiderscript changes
2010-09-07 John HodgeSpiderScript - For loop, #if'd out experimental code
2010-08-28 John HodgeSpiderScript: Working on dumping the AST to disk
2010-08-27 John HodgeSpiderScript: Slight error fix
2010-08-26 John HodgeSpiderScript: Logical Functions, improved integer input
2010-08-26 John HodgeSpiderScript: Added line numbers to tAST_Node, cleaned...
2010-08-26 John HodgeSpiderScript: String Casts, Escape Codes, Size for...
2010-08-26 John HodgeSpiderScript - Changed method of defining variant funct...
2010-08-26 John HodgeAdded if() statement (and internal support for for...
2010-08-25 John HodgeMore work on SpiderScript
2010-08-24 John HodgeTrying to reduce the ability for a fork bomb to fault...
2010-08-22 John HodgeJust cleaning up some things that may be needed in...
2010-08-20 John HodgeImproving the debug capabilities of the heap code,...
2010-08-17 John HodgeUpdated sample scripts (and included a static version)
2010-08-17 John HodgeSpiderScript! (with a sample script)
2010-08-07 John HodgeFixed behavior of VTerm when driver is set at runtime
2010-07-24 John HodgeFixing bugs and removing debug statements
2010-07-22 John HodgeChanging syscall interface to jump to KUSER_CODE, allow...
2010-07-20 John HodgeCleaning up files
2010-07-13 John HodgeAnd the same for udivdi3, [TPG]: you are a ning-nong
2010-07-13 John HodgeNice job, making umoddi3 call umoddi3 in the usermode...
2010-06-27 John HodgeCleaning up timer code, implementing cursor in vesa
2010-06-20 John HodgeDivision bug hidden, now only shows when 64-bit divisio...
2010-06-20 John HodgeMisc debug to fix a printf bug, traced the bug to 64...
2010-05-13 John HodgeWorking on separating architecture dependent and indepe...
2010-05-11 John HodgeMerge branch 'master' of [email protected]:acess2
2010-05-03 John HodgeBugfixes to usermode 64-bit division, more work on...
2010-04-30 John HodgeMany changes, bugfixes to user vsnprintf and to escape...
2010-04-26 John HodgeAdded calloc to libc
2010-04-24 John HodgeBig rewrite of AxWin to get it to compile and run
2010-04-23 John HodgeHalfway through deciding where to put the error handler...
2010-04-23 John HodgeFixes to VM8086 handler to remove operand size errors.
2010-04-15 John HodgeMakefile cleanup, documentation
2010-04-15 John HodgeAdded SYS_OPENCHILD system call
2010-04-14 John HodgeRenamed libc filename, disabled debug and reenabled...
2010-04-13 John HodgeMerge branch 'master' of git://git.ucc.asn.au/acess2
2010-04-02 John HodgeFixed keyboard bug where keypresses were not being...
2010-03-27 John HodgeCleanup Commit
2010-03-18 John HodgeBugfixing initrd and ld-acess
2010-03-17 John HodgeVarious changes, most of them involving the FAT and...
2010-03-04 John HodgeBugfixing and testing TCP stack
2010-02-25 John HodgeWorking on UDP, removed debug from some code, fixed...
2010-02-07 John HodgeRemoved the need to alter acess.ld for each build envir...
2009-12-30 John HodgeAdded debug code to vterm, fixed userland _errno support
2009-12-28 John HodgeBugfixes upon chaning GCC versions
2009-12-27 John HodgeUpdated build system to remove `install` from `all`
2009-12-26 John HodgeUpdated the build files to use $(xCP), allows use of...
2009-11-24 John HodgeAltered keyboard driver to correctly support Unicode
2009-11-19 John HodgeCleanup and Bugfixes
2009-11-17 John HodgeCleanups & Implementations to allow IPStack to compile
next

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