- Aug 06, 2011
-
-
John Hodge authored
-
- Aug 04, 2011
-
-
John Hodge authored
-
John Hodge authored
- Added full screen redraw on window change - Fixed SetCursorPosision to get the _old_ position, not new
-
John Hodge authored
-
John Hodge authored
- *printf now supports string precision and padding - atexit implemented fully, but may not actually work
-
- Jul 19, 2011
-
-
John Hodge authored
-
- Jul 06, 2011
-
-
John Hodge authored
-
John Hodge authored
- TODO: Implement the cursor (probably as a HW cursor in the video driver)
-
- Jul 03, 2011
-
-
John Hodge authored
-
- Jul 02, 2011
-
-
John Hodge authored
-
- Jun 22, 2011
-
-
John Hodge authored
- Now can do stuff at the CLIShell prompt - Fixed some loading issues - Fixed debug in Kernel/VFS/io.c
-
- Jun 16, 2011
-
-
John Hodge authored
- Added DWARF support to the linker script - Fixed 100% CPU usage due to not reading from terminal
-
John Hodge authored
- Changed Readline behavior to not print a newline when recieving one - Cleaning up and fixing display bugs - Implemented atexit() in libc
-
- Jun 08, 2011
-
-
John Hodge authored
- Fixed compile errors in AxWin2 - Implementing a fixed input bar in IRC client - Fixed scrolling issues in VTerm
-
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
-
- Jun 06, 2011
-
-
John Hodge authored
-
John Hodge authored
-
- Jun 05, 2011
-
-
John Hodge authored
-
John Hodge authored
- Changed to tIPC_Type instead of passing function pointers around
-
John Hodge authored
- Moved the layout functions out of wm.c
-
- Jun 04, 2011
-
-
John Hodge authored
-
- Jun 03, 2011
-
-
John Hodge authored
-
John Hodge authored
-
John Hodge authored
-
John Hodge authored
- Moved IPStack to end of module list (ensures network drivers are inited earlier) - Debugging in IPStack (ARP) - Fixing little bugs exposed by verbose errors
-
John Hodge authored
- Improved messaging, cleaner non-polling API
-
- May 30, 2011
-
-
John Hodge authored
-
John Hodge authored
-
John Hodge authored
-
John Hodge authored
-
John Hodge authored
- Implementing mouse movement > Changed the naming of the joystick fields to be less confusing - Working on the shell, moving to new structure > Required fixes to libaxwin2
-
- May 29, 2011
-
-
John Hodge authored
-
- May 28, 2011
-
-
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
-
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.
-
John Hodge authored
-
- May 25, 2011
-
-
John Hodge authored
-
- May 16, 2011
-
-
John Hodge authored
-
John Hodge authored
-
- May 10, 2011
-
-
John Hodge authored
-
- May 07, 2011
-
-
John Hodge authored
-