2010-07-24 |
John Hodge | Fixing bugs and removing debug statements |
tree | commitdiff |
2010-07-22 |
John Hodge | Changing syscall interface to jump to KUSER_CODE, allow... |
tree | commitdiff |
2010-07-20 |
John Hodge | Cleaning up files |
tree | commitdiff |
2010-07-13 |
John Hodge | And the same for udivdi3, [TPG]: you are a ning-nong |
tree | commitdiff |
2010-07-13 |
John Hodge | Nice job, making umoddi3 call umoddi3 in the usermode... |
tree | commitdiff |
2010-06-27 |
John Hodge | Cleaning up timer code, implementing cursor in vesa |
tree | commitdiff |
2010-06-20 |
John Hodge | Division bug hidden, now only shows when 64-bit divisio... |
tree | commitdiff |
2010-06-20 |
John Hodge | Misc debug to fix a printf bug, traced the bug to 64... |
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-03 |
John Hodge | Bugfixes to usermode 64-bit division, more work on... |
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 | Makefile cleanup, documentation |
tree | commitdiff |
2010-04-15 |
John Hodge | Added SYS_OPENCHILD system call |
tree | commitdiff |
2010-04-14 |
John Hodge | Renamed libc filename, disabled debug and reenabled... |
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-03-18 |
John Hodge | Bugfixing initrd and ld-acess |
tree | commitdiff |
2010-03-17 |
John Hodge | Various changes, most of them involving the FAT and... |
tree | commitdiff |
2010-03-04 |
John Hodge | Bugfixing and testing TCP stack |
tree | commitdiff |
2010-02-25 |
John Hodge | Working on UDP, removed debug from some code, fixed... |
tree | commitdiff |
2010-02-07 |
John Hodge | Removed the need to alter acess.ld for each build envir... |
tree | commitdiff |
2009-12-30 |
John Hodge | Added debug code to vterm, fixed userland _errno support |
tree | commitdiff |
2009-12-28 |
John Hodge | Bugfixes upon chaning GCC versions |
tree | commitdiff |
2009-12-27 |
John Hodge | Updated build system to remove `install` from `all` |
tree | commitdiff |
2009-12-26 |
John Hodge | Updated the build files to use $(xCP), allows use of... |
tree | commitdiff |
2009-11-24 |
John Hodge | Altered keyboard driver to correctly support Unicode |
tree | commitdiff |
2009-11-19 |
John Hodge | Cleanup and Bugfixes |
tree | commitdiff |
2009-11-17 |
John Hodge | Cleanups & Implementations to allow IPStack to compile |
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 | Various Changes |
tree | commitdiff |
2009-10-03 |
John Hodge | Enabled WP flag in CR0 to allow COW to work if the... |
tree | commitdiff |
2009-10-03 |
John Hodge | Fixed correctness in stdio, minor changes in ls to... |
tree | commitdiff |
2009-10-02 |
John Hodge | Fixed bug with handling of . and .. that was trashing... |
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 | Fixed Segfault if execve fails, fixed errors in LibC... |
tree | commitdiff |
2009-09-30 |
John Hodge | Implemented debug SYS_SETUID and SYS_SETGID (need to... |
tree | commitdiff |
2009-09-30 |
John Hodge | Immense cleanup of libc, implemening login program... |
tree | commitdiff |
2009-09-27 |
John Hodge | Fixed SYS_READ and SYS_WRITE to return correct values |
tree | commitdiff |
2009-09-26 |
John Hodge | Implemented SYS_CHDIR at user level. Added process... |
tree | commitdiff |
2009-09-25 |
John Hodge | Added SYS_GETACL system call and implemented it in... |
tree | commitdiff |
2009-09-25 |
John Hodge | Added VFS_ReadDir and SYS_READDIR, Implemented basic... |
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-22 |
John Hodge | Fixed number of arguments to SYS_READ (should be 4... |
tree | commitdiff |
2009-09-21 |
John Hodge | Removed debug line from ld-acess.so/loadlib |
tree | commitdiff |
2009-09-21 |
John Hodge | Disabled debug in ld-acess.so/loadlib |
tree | commitdiff |
2009-09-21 |
John Hodge | Removed debug from syscalls, added debug to ld-acess... |
tree | commitdiff |
2009-09-21 |
John Hodge | Adding usermode tree |
tree | commitdiff |
|