2011-11-04 |
John Hodge | Usermode/AxWin3 - Implemented WM_CreateWindow |
commit | commitdiff | tree | snapshot |
2011-11-04 |
John Hodge | Usermode/AxWin3 - Implementing Client->Window resolution |
commit | commitdiff | tree | snapshot |
2011-11-04 |
John Hodge | Usermode/AxWin3 - Working on IPC, compiles and runs... |
commit | commitdiff | tree | snapshot |
2011-11-03 |
John Hodge | Makefile - Added axwin3 to main build |
commit | commitdiff | tree | snapshot |
2011-11-03 |
John Hodge | Usermode/login - Added GUIv3 hack |
commit | commitdiff | tree | snapshot |
2011-11-03 |
John Hodge | Usermode/AxWin3 - Debugging IPC |
commit | commitdiff | tree | snapshot |
2011-11-03 |
John Hodge | Kernel - Debugging |
commit | commitdiff | tree | snapshot |
2011-11-03 |
John Hodge | Usermode/ld-acess - Fixed lack of envp |
commit | commitdiff | tree | snapshot |
2011-11-03 |
John Hodge | Usermode/libc - Fixing some bugs in environment handling |
commit | commitdiff | tree | snapshot |
2011-11-02 |
John Hodge | Usermode/AxWin3 - Workign on interface lib, adding... |
commit | commitdiff | tree | snapshot |
2011-11-02 |
John Hodge | Usermode/AxWin3 - Working on interface library |
commit | commitdiff | tree | snapshot |
2011-11-01 |
John Hodge | Usermode/AxWin3 - Implementing WM IPC calls in lib |
commit | commitdiff | tree | snapshot |
2011-10-31 |
John Hodge | Usermode/AxWin3 - Working on interface library |
commit | commitdiff | tree | snapshot |
2011-10-30 |
John Hodge | Usermode/AxWin3 - Working on the libaxwin3 API |
commit | commitdiff | tree | snapshot |
2011-10-30 |
John Hodge | Usermode/AxWin3 - Fixed all compile errors, runs and... |
commit | commitdiff | tree | snapshot |
2011-10-30 |
John Hodge | Usermode/AxWin3 - Working on IPC |
commit | commitdiff | tree | snapshot |
2011-10-29 |
John Hodge | Usermode/AxWin3 - Porting over the AxWin2 widget code |
commit | commitdiff | tree | snapshot |
2011-10-29 |
John Hodge | Kernel/x86_64 - Combined EFER modifcations into one |
commit | commitdiff | tree | snapshot |
2011-10-29 |
John Hodge | Usermode/AxWin3 - Fiddliing with things |
commit | commitdiff | tree | snapshot |
2011-10-29 |
John Hodge | Modules/BochsGA - Oops, didn't need that magic break |
commit | commitdiff | tree | snapshot |
2011-10-29 |
John Hodge | Kernel/x86_64 - Fixed recursive page fault, wasn't... |
commit | commitdiff | tree | snapshot |
2011-10-28 |
John Hodge | Modules/RTL8139 - Fixed bug if BAR is invalid |
commit | commitdiff | tree | snapshot |
2011-10-28 |
John Hodge | Kernel/x86_64 - Fixed typo in kernel version line |
commit | commitdiff | tree | snapshot |
2011-10-28 |
John Hodge | AcessNative - Allowed the kernel executable to also... |
commit | commitdiff | tree | snapshot |
2011-10-28 |
John Hodge | Kernel/PCI - Fixed bug causing all BARs to be off |
commit | commitdiff | tree | snapshot |
2011-10-28 |
John Hodge | Kernel - Updated makefiles to provide a better version... |
commit | commitdiff | tree | snapshot |
2011-10-28 |
John Hodge | Modules/PL110 - added static cursor support |
commit | commitdiff | tree | snapshot |
2011-10-28 |
John Hodge | Kernel/armv7 - Cleaning up debug |
commit | commitdiff | tree | snapshot |
2011-10-28 |
John Hodge | Kernel/VFS - Disabled debug in VFS_MMap |
commit | commitdiff | tree | snapshot |
2011-10-28 |
John Hodge | Kernel/threads - Removed another nested lock |
commit | commitdiff | tree | snapshot |
2011-10-28 |
John Hodge | Usermode/ld-acess - Moved ARMv7 ld-acess to top of... |
commit | commitdiff | tree | snapshot |
2011-10-28 |
John Hodge | Kernel/VFS - Fixed MMAP_MAP_ANONYMOUS not taking offset... |
commit | commitdiff | tree | snapshot |
2011-10-28 |
John Hodge | Kernel/armv7 - Fixed not zeroing course table (and... |
commit | commitdiff | tree | snapshot |
2011-10-27 |
John Hodge | Kernel/armv7 - Cleaing up mostly |
commit | commitdiff | tree | snapshot |
2011-10-27 |
John Hodge | Usermode/AxWin3 - Fiddling |
commit | commitdiff | tree | snapshot |
2011-10-26 |
John Hodge | Usermode - Removed unused (and fat) pcidump utility |
commit | commitdiff | tree | snapshot |
2011-10-26 |
John Hodge | Usermode/ld-acess - Added support for R_ARM_COPY |
commit | commitdiff | tree | snapshot |
2011-10-26 |
John Hodge | Modules/armv7 - Just a little debug |
commit | commitdiff | tree | snapshot |
2011-10-26 |
John Hodge | Kernel/vfs - Added MMAP_PROT_EXECUTE support (needed... |
commit | commitdiff | tree | snapshot |
2011-10-26 |
John Hodge | Kernel/armv7 - Bugfixes |
commit | commitdiff | tree | snapshot |
2011-10-26 |
John Hodge | Kernel/armv7 - Implementing COW |
commit | commitdiff | tree | snapshot |
2011-10-26 |
John Hodge | Usermode/axwin3 - Copying parts of AxWin2 over to get... |
commit | commitdiff | tree | snapshot |
2011-10-26 |
John Hodge | Usermode/ld-acess - Fixed ARMv7 syscalls to save LR... |
commit | commitdiff | tree | snapshot |
2011-10-26 |
John Hodge | Kernel/armv7 - Bugfixing, implemented protection fully... |
commit | commitdiff | tree | snapshot |
2011-10-24 |
John Hodge | Oops, forgot some files |
commit | commitdiff | tree | snapshot |
2011-10-24 |
John Hodge | Kernel - Cleaned up rear PCI api |
commit | commitdiff | tree | snapshot |
2011-10-24 |
John Hodge | Kernel - Fixing up doxygen commenting |
commit | commitdiff | tree | snapshot |
2011-10-24 |
John Hodge | AcessNative - Implemented ReadDir in nativefs |
commit | commitdiff | tree | snapshot |
2011-10-24 |
John Hodge | Kernel - Made tFInfo packed to fix size mismatches... |
commit | commitdiff | tree | snapshot |
2011-10-24 |
John Hodge | Usermode/include - Added packed statement to t_sysFInfo |
commit | commitdiff | tree | snapshot |
2011-10-24 |
John Hodge | AcessNative - Now can use the `dir` CLIShell builtin |
commit | commitdiff | tree | snapshot |
2011-10-23 |
John Hodge | Kernel/DrvUtil - Fixed compile error on ARMv7 |
commit | commitdiff | tree | snapshot |
2011-10-23 |
John Hodge | Usermode/ld-acess - Fixed warning when debug is enabled |
commit | commitdiff | tree | snapshot |
2011-10-23 |
John Hodge | Kernel/VTerm - Fixed not changing VT resolution when... |
commit | commitdiff | tree | snapshot |
2011-10-23 |
John Hodge | AcessNative/ld-acess - Fixed forgetting to update for... |
commit | commitdiff | tree | snapshot |
2011-10-23 |
John Hodge | Kernel - Fixed infinite loop in memmove (exposed by... |
commit | commitdiff | tree | snapshot |
2011-10-23 |
John Hodge | Usermode - Finally cleaned up ELF32 relocation |
commit | commitdiff | tree | snapshot |
2011-10-23 |
John Hodge | Makefile - Added version number configuration |
commit | commitdiff | tree | snapshot |
2011-10-23 |
John Hodge | AcessNative - Cleanup and slight fixes. |
commit | commitdiff | tree | snapshot |
2011-10-22 |
John Hodge | Misc - Fixed all-install not setting up destination... |
commit | commitdiff | tree | snapshot |
2011-10-22 |
John Hodge | Usermode/AxWin2 - Made the cursor a little neater |
commit | commitdiff | tree | snapshot |
2011-10-22 |
John Hodge | Kernel/drvutil - Added 24bpp support |
commit | commitdiff | tree | snapshot |
2011-10-22 |
John Hodge | MakeReleaseSet - Fixed two tiny issues |
commit | commitdiff | tree | snapshot |
2011-10-22 |
John Hodge | Usermode/axwin2 - Added full mouse/cursor support ... rel0.13 |
commit | commitdiff | tree | snapshot |
2011-10-22 |
John Hodge | Kernel/APIs - Commenting fix in Joystick |
commit | commitdiff | tree | snapshot |
2011-10-22 |
John Hodge | Usermode/include - Terminal device changes (TODO: use... |
commit | commitdiff | tree | snapshot |
2011-10-22 |
John Hodge | Kernel/VTerm - Rewrote cursor handling to support FB... |
commit | commitdiff | tree | snapshot |
2011-10-22 |
John Hodge | Kernel/drvutil - Fixes to cursor handling |
commit | commitdiff | tree | snapshot |
2011-10-22 |
John Hodge | Kernel/armv7 - Debug changes, nothing more |
commit | commitdiff | tree | snapshot |
2011-10-22 |
John Hodge | Modules/VESA - Cleaned the code a little |
commit | commitdiff | tree | snapshot |
2011-10-22 |
John Hodge | Modules/BochsGA - Added DrvUtil cursor support |
commit | commitdiff | tree | snapshot |
2011-10-22 |
John Hodge | Kernel/Makefile - Fixed error when starting a new build |
commit | commitdiff | tree | snapshot |
2011-10-22 |
John Hodge | Kernel/api_video - Oops, forgot this |
commit | commitdiff | tree | snapshot |
2011-10-22 |
John Hodge | Kernel/VTerm - Disabled cursor unless the terminal... |
commit | commitdiff | tree | snapshot |
2011-10-22 |
John Hodge | Modules/VESA - Added cursor support (with blinking) |
commit | commitdiff | tree | snapshot |
2011-10-22 |
John Hodge | Kernel/drvutil - Fiddling with software cursor |
commit | commitdiff | tree | snapshot |
2011-10-21 |
John Hodge | Kernel/armv7 - Fixed error messages having invalid... |
commit | commitdiff | tree | snapshot |
2011-10-21 |
John Hodge | Kernel - memmove improved (but with an assumption) |
commit | commitdiff | tree | snapshot |
2011-10-20 |
John Hodge | Kernel/armv7 - Moved to asssembly 32-bit divide |
commit | commitdiff | tree | snapshot |
2011-10-20 |
John Hodge | Kernel/armv7 - Fixed Proc_NewKThread, included lib... |
commit | commitdiff | tree | snapshot |
2011-10-20 |
John Hodge | Kernel/armv7 - Improved memcpy |
commit | commitdiff | tree | snapshot |
2011-10-20 |
John Hodge | Kernel/vterm - Removed an unneeded divide |
commit | commitdiff | tree | snapshot |
2011-10-20 |
John Hodge | Kernel/armv7 - Fixed worker thread creation |
commit | commitdiff | tree | snapshot |
2011-10-20 |
John Hodge | Kernel/armv7 - Fixing some unneeded errors |
commit | commitdiff | tree | snapshot |
2011-10-20 |
John Hodge | Kernel - Updated free's error checking to print the... |
commit | commitdiff | tree | snapshot |
2011-10-20 |
John Hodge | Modules/PL110 - Added support for the Versatile version |
commit | commitdiff | tree | snapshot |
2011-10-20 |
John Hodge | Kernel/armv7 - Fixed MM_Clone bug, moved cache invalida... |
commit | commitdiff | tree | snapshot |
2011-10-20 |
John Hodge | Usermode/ld-acess - Fixed ARM relocations |
commit | commitdiff | tree | snapshot |
2011-10-20 |
John Hodge | Makefile - Added source output to x86_64 DISASM variable |
commit | commitdiff | tree | snapshot |
2011-10-20 |
John Hodge | Kernel/x86_64 - Added backtrace on user page fault |
commit | commitdiff | tree | snapshot |
2011-10-20 |
John Hodge | Usermode/ld-acess - Fixed error in x86_64 clone syscall |
commit | commitdiff | tree | snapshot |
2011-10-20 |
John Hodge | Usermode/libc - Fixed libc from assuming 32-bit pointer... |
commit | commitdiff | tree | snapshot |
2011-10-20 |
John Hodge | Applications/cat - Added error check |
commit | commitdiff | tree | snapshot |
2011-10-19 |
John Hodge | Modules/PL110 - Helps if I fix this too |
commit | commitdiff | tree | snapshot |
2011-10-19 |
John Hodge | Modules/VESA - Changed to use DrvUtil functions |
commit | commitdiff | tree | snapshot |
2011-10-19 |
John Hodge | Kernel/APIs - Moved buffer mode to FBInfo |
commit | commitdiff | tree | snapshot |
2011-10-19 |
John Hodge | Kernel - Fixed error when checking syscall params |
commit | commitdiff | tree | snapshot |
2011-10-19 |
John Hodge | Usermode/ld-acess - Implemented R_836_COPY and R_X86_64... |
commit | commitdiff | tree | snapshot |
2011-10-19 |
John Hodge | Usermode/ld-acess - Fixed crash when arguments are... |
commit | commitdiff | tree | snapshot |
2011-10-18 |
John Hodge | Kernel/x86 - Compile fixes for newer gcc |
commit | commitdiff | tree | snapshot |
next |