Skip to content
Snippets Groups Projects
  1. Aug 06, 2011
  2. Aug 04, 2011
  3. Jul 19, 2011
  4. Jul 06, 2011
  5. Jul 03, 2011
  6. Jul 02, 2011
  7. Jun 22, 2011
  8. Jun 16, 2011
    • John Hodge's avatar
      AxWin2 - Debugging and misc · f737fb47
      John Hodge authored
      - Added DWARF support to the linker script
      - Fixed 100% CPU usage due to not reading from terminal
      f737fb47
    • John Hodge's avatar
      Usermode - IRC Client · 3dedfe56
      John Hodge authored
      - Changed Readline behavior to not print a newline when recieving one
      - Cleaning up and fixing display bugs
      - Implemented atexit() in libc
      3dedfe56
  9. Jun 08, 2011
    • John Hodge's avatar
      VTerm - Bugfixing mostly · 768eb854
      John Hodge authored
      - Fixed compile errors in AxWin2
      - Implementing a fixed input bar in IRC client
      - Fixed scrolling issues in VTerm
      768eb854
    • John Hodge's avatar
      Networking - Heaps of changes · 7941d6b3
      John Hodge authored
      Working on IRC Client
      - Fixed various networking bugs (firewall failure, etc)
      - Updating VTerm implementation to support alternate buffers and
        scroll regions.
       > Scroll is currently broken, doesn't clear the last line.
      - Implemented atexit() in libc
      7941d6b3
  10. Jun 06, 2011
  11. Jun 05, 2011
  12. Jun 04, 2011
  13. Jun 03, 2011
  14. May 30, 2011
  15. May 29, 2011
  16. May 28, 2011
    • John Hodge's avatar
      Mouse driver and AxWin · 889b3796
      John Hodge authored
      - Mouse driver implemented, only had very basic testing
      - Decided to use select() and sockets for the AxWin IPC framework
       > Allows the use of select() on the keyboard and mouse for input
      889b3796
    • John Hodge's avatar
      Kernel - Finally fixed that corruption bug (description follows) · 6e1cf1d5
      John Hodge authored
      - Also fixed some logging bugs (Heap dump and VFS)
      - Fixed a bug in the AxWin2 shell include statement
      
      Bug Description:
      The last non-idle thread to be put to sleep didn't get the ->CurCPU field
      reset to -1. This probably caused the scheduler to think that the process
      was still in use, and hence it never got re-scheduled. The other VTs did
      not suffer this problem because they were not the last to sleep.
      6e1cf1d5
    • John Hodge's avatar
      SpiderScript - Commenting changes · 4f1a9b43
      John Hodge authored
      4f1a9b43
  17. May 25, 2011
  18. May 16, 2011
  19. May 10, 2011
  20. May 07, 2011