2011-11-12 |
John Hodge | Usermode/ld-acess - Fixing x86_64 entrypoint
|
commit | commitdiff | tree |
2011-11-12 |
John Hodge | Kernel - Fixed not using %p for a pointer
|
commit | commitdiff | tree |
2011-11-12 |
John Hodge | Kernel/x86_64 - More bugfixes, I suspect the PMM code...
|
commit | commitdiff | tree |
2011-11-12 |
John Hodge | Kernel/x86_64 - Fixed bugs exposed by -O3
|
commit | commitdiff | tree |
2011-11-12 |
John Hodge | Kernel/vfs - Debugging changes (and some limits to...
|
commit | commitdiff | tree |
2011-11-12 |
John Hodge | Modules/FAT - Fixed edge cases in read
|
commit | commitdiff | tree |
2011-11-11 |
John Hodge | Usermode/AxWin3 - Cleaning up
|
commit | commitdiff | tree |
2011-11-11 |
John Hodge | Usermode/libc - Slightly smarter memcpy
|
commit | commitdiff | tree |
2011-11-11 |
John Hodge | Modules/IPStack - Fixed x86_64 build error
|
commit | commitdiff | tree |
2011-11-11 |
John Hodge | Kernel - Fixing very slow CheckMem function
|
commit | commitdiff | tree |
2011-11-11 |
John Hodge | Kernel - Fixing bugs exposed by enabling -O3
|
commit | commitdiff | tree |
2011-11-11 |
John Hodge | Modules/InitRD - Added AxWin3 to initrd
|
commit | commitdiff | tree |
2011-11-11 |
John Hodge | Kernel/threads - Cleaning out delete queue
|
commit | commitdiff | tree |
2011-11-11 |
John Hodge | Kernel - Split Mutexes/Semaphores out
|
commit | commitdiff | tree |
2011-11-11 |
John Hodge | Kernel/x86 - Added SSE/FPU state saving, not fully...
|
commit | commitdiff | tree |
2011-11-11 |
John Hodge | Kernel - Disabled -fno-builtins, removed some unneeded...
|
commit | commitdiff | tree |
2011-11-11 |
John Hodge | Kernel/syscalls - Added timestamp to user debug
|
commit | commitdiff | tree |
2011-11-11 |
John Hodge | Modules/FDDv2 - Fixed calling _ReadWithinTrack when...
|
commit | commitdiff | tree |
2011-11-11 |
John Hodge | Kernel/x86 - Distinguished tracing of unaligned memcpys...
|
commit | commitdiff | tree |
2011-11-11 |
John Hodge | Kernel/VTerm - Cleaning up to remove unneeded memcpy...
|
commit | commitdiff | tree |
2011-11-11 |
John Hodge | Modules/FAT - Fixed unneeded memcpy in LFN, made more...
|
commit | commitdiff | tree |
2011-11-11 |
John Hodge | Usermode/AxWin3 - Added menu render code (with hilights)
|
commit | commitdiff | tree |
2011-11-10 |
John Hodge | Usermode/AxWin3 - Adding pop-up menu support (via a...
|
commit | commitdiff | tree |
2011-11-09 |
John Hodge | Usermode/AxWin3 - Added support for getting display...
|
commit | commitdiff | tree |
2011-11-08 |
John Hodge | Usermode/AxWin3 - Managed to pass input all the way...
|
commit | commitdiff | tree |
2011-11-08 |
John Hodge | Modules/FDDv2 - Added catch for zero-length read
|
commit | commitdiff | tree |
2011-11-08 |
John Hodge | Kernel - Debugging memcpy use, cut down on some in...
|
commit | commitdiff | tree |
2011-11-08 |
John Hodge | Modules/ATA - Fixed not catching extended parition...
|
commit | commitdiff | tree |
2011-11-08 |
John Hodge | Kernel - Fixed IPC messages failing when list is emptied
|
commit | commitdiff | tree |
2011-11-08 |
John Hodge | Usermode/AxWin3 - Debugging user reception of messages
|
commit | commitdiff | tree |
2011-11-08 |
John Hodge | Usermode/AxWin3 - Implemented passing messages to the...
|
commit | commitdiff | tree |
2011-11-08 |
John Hodge | Usermode/AxWin3 - Adding widget mouse input handlers
|
commit | commitdiff | tree |
2011-11-07 |
John Hodge | Usermode/AxWin3 - Working on input code
|
commit | commitdiff | tree |
2011-11-06 |
John Hodge | Usermode - Slight changes, debug/commenting only
|
commit | commitdiff | tree |
2011-11-06 |
John Hodge | Usermode/AxWin3 - Cleaning up bugs, adding image loading...
|
commit | commitdiff | tree |
2011-11-06 |
John Hodge | Usermode/AxWin3 - Implementing more of the widget code
|
commit | commitdiff | tree |
2011-11-05 |
John Hodge | Usermode/AxWin3 - Implemented sending messages to windows
|
commit | commitdiff | tree |
2011-11-05 |
John Hodge | Usermode/AxWin3 - Adding decorator to widget renderer
|
commit | commitdiff | tree |
2011-11-05 |
John Hodge | Usermode/AxWin3 - Implementing SendMessage for client
|
commit | commitdiff | tree |
2011-11-05 |
John Hodge | Usermode/AxWin3 - Added window invalidation, sub-windows...
|
commit | commitdiff | tree |
2011-11-05 |
John Hodge | Usermode/AxWin3 - More WM IPC messages implemented
|
commit | commitdiff | tree |
2011-11-05 |
John Hodge | Usermode/AxWin3 - Working on window rendering, root...
|
commit | commitdiff | tree |
2011-11-05 |
John Hodge | Usermode/AxWin3 - Implementing widget support in userland
|
commit | commitdiff | tree |
2011-11-04 |
John Hodge | Usermode/AxWin3 - Cleaning up and adding client widget...
|
commit | commitdiff | tree |
2011-11-04 |
John Hodge | Usermode/AxWin3 - Added symlink to handle -l dependency...
|
commit | commitdiff | tree |
2011-11-04 |
John Hodge | Usermode/AxWin3 - Moved interface library to Applications...
|
commit | commitdiff | tree |
2011-11-04 |
John Hodge | Usermode/AxWin3 - Implementing window creation
|
commit | commitdiff | tree |
2011-11-04 |
John Hodge | Usermode/AxWin3 - Implemented WM_CreateWindow
|
commit | commitdiff | tree |
2011-11-04 |
John Hodge | Usermode/AxWin3 - Implementing Client->Window resolution
|
commit | commitdiff | tree |
2011-11-04 |
John Hodge | Usermode/AxWin3 - Working on IPC, compiles and runs...
|
commit | commitdiff | tree |
2011-11-03 |
John Hodge | Makefile - Added axwin3 to main build
|
commit | commitdiff | tree |
2011-11-03 |
John Hodge | Usermode/login - Added GUIv3 hack
|
commit | commitdiff | tree |
2011-11-03 |
John Hodge | Usermode/AxWin3 - Debugging IPC
|
commit | commitdiff | tree |
2011-11-03 |
John Hodge | Kernel - Debugging
|
commit | commitdiff | tree |
2011-11-03 |
John Hodge | Usermode/ld-acess - Fixed lack of envp
|
commit | commitdiff | tree |
2011-11-03 |
John Hodge | Usermode/libc - Fixing some bugs in environment handling
|
commit | commitdiff | tree |
2011-11-02 |
John Hodge | Usermode/AxWin3 - Workign on interface lib, adding...
|
commit | commitdiff | tree |
2011-11-02 |
John Hodge | Usermode/AxWin3 - Working on interface library
|
commit | commitdiff | tree |
2011-11-01 |
John Hodge | Usermode/AxWin3 - Implementing WM IPC calls in lib
|
commit | commitdiff | tree |
2011-10-31 |
John Hodge | Usermode/AxWin3 - Working on interface library
|
commit | commitdiff | tree |
2011-10-30 |
John Hodge | Usermode/AxWin3 - Working on the libaxwin3 API
|
commit | commitdiff | tree |
2011-10-30 |
John Hodge | Usermode/AxWin3 - Fixed all compile errors, runs and...
|
commit | commitdiff | tree |
2011-10-30 |
John Hodge | Usermode/AxWin3 - Working on IPC
|
commit | commitdiff | tree |
2011-10-29 |
John Hodge | Usermode/AxWin3 - Porting over the AxWin2 widget code
|
commit | commitdiff | tree |
2011-10-29 |
John Hodge | Kernel/x86_64 - Combined EFER modifcations into one
|
commit | commitdiff | tree |
2011-10-29 |
John Hodge | Usermode/AxWin3 - Fiddliing with things
|
commit | commitdiff | tree |
2011-10-29 |
John Hodge | Modules/BochsGA - Oops, didn't need that magic break
|
commit | commitdiff | tree |
2011-10-29 |
John Hodge | Kernel/x86_64 - Fixed recursive page fault, wasn't...
|
commit | commitdiff | tree |
2011-10-28 |
John Hodge | Modules/RTL8139 - Fixed bug if BAR is invalid
|
commit | commitdiff | tree |
2011-10-28 |
John Hodge | Kernel/x86_64 - Fixed typo in kernel version line
|
commit | commitdiff | tree |
2011-10-28 |
John Hodge | AcessNative - Allowed the kernel executable to also...
|
commit | commitdiff | tree |
2011-10-28 |
John Hodge | Kernel/PCI - Fixed bug causing all BARs to be off
|
commit | commitdiff | tree |
2011-10-28 |
John Hodge | Kernel - Updated makefiles to provide a better version...
|
commit | commitdiff | tree |
2011-10-28 |
John Hodge | Modules/PL110 - added static cursor support
|
commit | commitdiff | tree |
2011-10-28 |
John Hodge | Kernel/armv7 - Cleaning up debug
|
commit | commitdiff | tree |
2011-10-28 |
John Hodge | Kernel/VFS - Disabled debug in VFS_MMap
|
commit | commitdiff | tree |
2011-10-28 |
John Hodge | Kernel/threads - Removed another nested lock
|
commit | commitdiff | tree |
2011-10-28 |
John Hodge | Usermode/ld-acess - Moved ARMv7 ld-acess to top of...
|
commit | commitdiff | tree |
2011-10-28 |
John Hodge | Kernel/VFS - Fixed MMAP_MAP_ANONYMOUS not taking offset...
|
commit | commitdiff | tree |
2011-10-28 |
John Hodge | Kernel/armv7 - Fixed not zeroing course table (and...
|
commit | commitdiff | tree |
2011-10-27 |
John Hodge | Kernel/armv7 - Cleaing up mostly
|
commit | commitdiff | tree |
2011-10-27 |
John Hodge | Usermode/AxWin3 - Fiddling
|
commit | commitdiff | tree |
2011-10-26 |
John Hodge | Usermode - Removed unused (and fat) pcidump utility
|
commit | commitdiff | tree |
2011-10-26 |
John Hodge | Usermode/ld-acess - Added support for R_ARM_COPY
|
commit | commitdiff | tree |
2011-10-26 |
John Hodge | Modules/armv7 - Just a little debug
|
commit | commitdiff | tree |
2011-10-26 |
John Hodge | Kernel/vfs - Added MMAP_PROT_EXECUTE support (needed...
|
commit | commitdiff | tree |
2011-10-26 |
John Hodge | Kernel/armv7 - Bugfixes
|
commit | commitdiff | tree |
2011-10-26 |
John Hodge | Kernel/armv7 - Implementing COW
|
commit | commitdiff | tree |
2011-10-26 |
John Hodge | Usermode/axwin3 - Copying parts of AxWin2 over to get...
|
commit | commitdiff | tree |
2011-10-26 |
John Hodge | Usermode/ld-acess - Fixed ARMv7 syscalls to save LR...
|
commit | commitdiff | tree |
2011-10-26 |
John Hodge | Kernel/armv7 - Bugfixing, implemented protection fully...
|
commit | commitdiff | tree |
2011-10-24 |
John Hodge | Oops, forgot some files
|
commit | commitdiff | tree |
2011-10-24 |
John Hodge | Kernel - Cleaned up rear PCI api
|
commit | commitdiff | tree |
2011-10-24 |
John Hodge | Kernel - Fixing up doxygen commenting
|
commit | commitdiff | tree |
2011-10-24 |
John Hodge | AcessNative - Implemented ReadDir in nativefs
|
commit | commitdiff | tree |
2011-10-24 |
John Hodge | Kernel - Made tFInfo packed to fix size mismatches...
|
commit | commitdiff | tree |
2011-10-24 |
John Hodge | Usermode/include - Added packed statement to t_sysFInfo
|
commit | commitdiff | tree |
2011-10-24 |
John Hodge | AcessNative - Now can use the `dir` CLIShell builtin
|
commit | commitdiff | tree |
2011-10-23 |
John Hodge | Kernel/DrvUtil - Fixed compile error on ARMv7
|
commit | commitdiff | tree |
2011-10-23 |
John Hodge | Usermode/ld-acess - Fixed warning when debug is enabled
|
commit | commitdiff | tree |
next |