2011-06-08 |
John Hodge | VTerm - Bugfixing mostly |
tree | commitdiff |
2011-06-07 |
John Hodge | Networking - Heaps of changes |
tree | commitdiff |
2011-06-05 |
John Hodge | AxWin2 - More fiddling, almost ready now :) |
tree | commitdiff |
2011-06-05 |
John Hodge | AxWin2 - More fiddling |
tree | commitdiff |
2011-06-04 |
John Hodge | AxWin2 - Fiddling, almost ready for testing :) |
tree | commitdiff |
2011-06-03 |
John Hodge | Misc changes |
tree | commitdiff |
2011-06-03 |
John Hodge | AxWin2 - Huge changes, getting to the working point |
tree | commitdiff |
2011-05-30 |
John Hodge | AxWin - Re-structured to share headers between clients... |
tree | commitdiff |
2011-05-30 |
John Hodge | AxWin - axwin2 headers |
tree | commitdiff |
2011-05-25 |
John Hodge | Merge branch 'master' of [email protected]:acess2 |
tree | commitdiff |
2011-05-16 |
John Hodge | Misc fixes to libc, added ISADMA to core Makefile.cfg |
tree | commitdiff |
2011-05-07 |
John Hodge | Usermode - Better separation of types and calls in... |
tree | commitdiff |
2011-04-02 |
John Hodge | SpiderScript - Bugs, Documentation and a few language... |
tree | commitdiff |
2011-04-02 |
John Hodge | SpiderScript - Implementing objects and classes, fixing... |
tree | commitdiff |
2011-03-24 |
John Hodge | More work on x86_64 port of usermode |
tree | commitdiff |
2011-03-02 |
John Hodge | Bedtime commit, misc changes |
tree | commitdiff |
2011-03-01 |
John Hodge | Usermode implementation of select() |
tree | commitdiff |
2011-03-01 |
John Hodge | libreadline - Rework of library (less sucky now!) |
tree | commitdiff |
2011-02-27 |
John Hodge | axwin2 - Working on GUI, implemented image loading |
tree | commitdiff |
2011-01-25 |
John Hodge | IPStack / ifconfig - Routing changes |
tree | commitdiff |
2010-11-06 |
John Hodge | Composite commit (GUI / Networking) |
tree | commitdiff |
2010-08-26 |
John Hodge | SpiderScript: Added line numbers to tAST_Node, cleaned... |
tree | commitdiff |
2010-08-26 |
John Hodge | SpiderScript: String Casts, Escape Codes, Size for... |
tree | commitdiff |
2010-08-26 |
John Hodge | SpiderScript - Changed method of defining variant funct... |
tree | commitdiff |
2010-08-25 |
John Hodge | More work on SpiderScript |
tree | commitdiff |
2010-08-22 |
John Hodge | Just cleaning up some things that may be needed in... |
tree | commitdiff |
2010-08-07 |
John Hodge | Fixed behavior of VTerm when driver is set at runtime |
tree | commitdiff |
2010-07-20 |
John Hodge | Cleaning up files |
tree | commitdiff |
2010-05-13 |
John Hodge | Working on separating architecture dependent and indepe... |
tree | commitdiff |
2010-05-11 |
John Hodge | Merge branch 'master' of [email protected]:acess2 |
tree | commitdiff |
2010-05-01 |
John Hodge | More work on axwin, and slight changes in othe places |
tree | commitdiff |
2010-04-30 |
John Hodge | Added strings header that was deleted in last commit... |
tree | commitdiff |
2010-04-30 |
John Hodge | Many changes, bugfixes to user vsnprintf and to escape... |
tree | commitdiff |
2010-04-26 |
John Hodge | Added calloc to libc |
tree | commitdiff |
2010-04-24 |
John Hodge | Big rewrite of AxWin to get it to compile and run |
tree | commitdiff |
2010-04-23 |
John Hodge | Halfway through deciding where to put the error handler... |
tree | commitdiff |
2010-04-23 |
John Hodge | Fixes to VM8086 handler to remove operand size errors. |
tree | commitdiff |
2010-04-15 |
John Hodge | Added SYS_OPENCHILD system call |
tree | commitdiff |
2010-04-13 |
John Hodge | Merge branch 'master' of git://git.ucc.asn.au/acess2 |
tree | commitdiff |
2010-04-02 |
John Hodge | Fixed keyboard bug where keypresses were not being... |
tree | commitdiff |
2010-03-27 |
John Hodge | Cleanup Commit |
tree | commitdiff |
2010-02-25 |
John Hodge | Working on UDP, removed debug from some code, fixed... |
tree | commitdiff |
2010-02-02 |
John Hodge | Working on GUI, side changes to the message passing |
tree | commitdiff |
2010-02-02 |
John Hodge | Reorganised the modules directory, started serious... |
tree | commitdiff |
2009-12-30 |
John Hodge | Added debug code to vterm, fixed userland _errno support |
tree | commitdiff |
2009-12-29 |
John Hodge | Changed "common.h" to "acess.h" to reduce possible... |
tree | commitdiff |
2009-11-19 |
John Hodge | Cleanup and Bugfixes |
tree | commitdiff |
2009-11-13 |
John Hodge | Fixes and Cleanup |
tree | commitdiff |
2009-11-10 |
John Hodge | Adding several modules to the Tree, plus some files... |
tree | commitdiff |
2009-10-26 |
John Hodge | Fixes to Libc, Doxygen Comments and VTerm layout |
tree | commitdiff |
2009-10-10 |
John Hodge | Fixed the RTC only firing once. |
tree | commitdiff |
2009-10-10 |
John Hodge | Various Changes |
tree | commitdiff |
2009-10-03 |
John Hodge | Fixed correctness in stdio, minor changes in ls to... |
tree | commitdiff |
2009-10-02 |
John Hodge | Cleanup |
tree | commitdiff |
2009-10-02 |
John Hodge | Removed Page directory dump, added a mention of the... |
tree | commitdiff |
2009-09-30 |
John Hodge | Immense cleanup of libc, implemening login program... |
tree | commitdiff |
2009-09-26 |
John Hodge | Started adding sanity checks to syscalls. Added SYS_CHD... |
tree | commitdiff |
2009-09-25 |
John Hodge | Added debug to VFS_GetACL |
tree | commitdiff |
2009-09-25 |
John Hodge | Added SYS_GETACL system call and implemented it in... |
tree | commitdiff |
2009-09-25 |
John Hodge | Added extra debug to VFS_ReadDir |
tree | commitdiff |
2009-09-25 |
John Hodge | Fixed thread deletion when not explicitly killed. |
tree | commitdiff |
2009-09-23 |
John Hodge | Added SYS_FINFO and functions required to support it |
tree | commitdiff |
2009-09-22 |
John Hodge | Fixed bug in libc.so/brk(), fixed support for VT100... |
tree | commitdiff |
2009-09-21 |
John Hodge | Adding usermode tree |
tree | commitdiff |
|