tpg/acess2.git
12 years agoUsermode/Build - Updates to build system for crtbegin/crtend
John Hodge [Thu, 17 Nov 2011 14:15:06 +0000 (22:15 +0800)]
Usermode/Build - Updates to build system for crtbegin/crtend

12 years agoUpdated Autoconf cross compile notes for change to build structure
John Hodge [Thu, 17 Nov 2011 14:14:47 +0000 (22:14 +0800)]
Updated Autoconf cross compile notes for change to build structure

12 years agoKernel/syscalls - Fixed LogF format error causing TID to be zero in SYS_DEBUG
John Hodge [Thu, 17 Nov 2011 14:14:16 +0000 (22:14 +0800)]
Kernel/syscalls - Fixed LogF format error causing TID to be zero in SYS_DEBUG

12 years agoUsermode/Libs - Fixing misc compile warnings
John Hodge [Thu, 17 Nov 2011 14:13:33 +0000 (22:13 +0800)]
Usermode/Libs - Fixing misc compile warnings

12 years agoUsermode/ld-acess - Added two more ARM relocation types
John Hodge [Thu, 17 Nov 2011 14:13:17 +0000 (22:13 +0800)]
Usermode/ld-acess - Added two more ARM relocation types

12 years agoUsermode/crt0 - Cleaned up and added ctrbegin/crtend for .ctors support
John Hodge [Thu, 17 Nov 2011 14:11:16 +0000 (22:11 +0800)]
Usermode/crt0 - Cleaned up and added ctrbegin/crtend for .ctors support

12 years agoUsermode/AxWin3 - Some notes from the design phase
John Hodge [Thu, 17 Nov 2011 07:54:10 +0000 (15:54 +0800)]
Usermode/AxWin3 - Some notes from the design phase

12 years agoUsermode/libc - Fixing little bugs/speed issues
John Hodge [Thu, 17 Nov 2011 07:51:56 +0000 (15:51 +0800)]
Usermode/libc - Fixing little bugs/speed issues

12 years agoUsermode/AxWin3 - Fixed some silly bugs
John Hodge [Thu, 17 Nov 2011 07:51:35 +0000 (15:51 +0800)]
Usermode/AxWin3 - Fixed some silly bugs

12 years agoUsermode/AxWin3 - Added decorator support
John Hodge [Sun, 13 Nov 2011 14:08:52 +0000 (22:08 +0800)]
Usermode/AxWin3 - Added decorator support

- Alongside comes window titles :)

12 years agoUsermode/AxWin3 - Cleaned up focus code a little, added IPC focus call
John Hodge [Sun, 13 Nov 2011 02:02:27 +0000 (10:02 +0800)]
Usermode/AxWin3 - Cleaned up focus code a little, added IPC focus call

12 years agoMakefile - Removed AxWin2 from build
John Hodge [Sat, 12 Nov 2011 15:09:12 +0000 (23:09 +0800)]
Makefile - Removed AxWin2 from build

12 years agoUsermode/AxWin3 - Implemented Focus/Raising support
John Hodge [Sat, 12 Nov 2011 14:41:42 +0000 (22:41 +0800)]
Usermode/AxWin3 - Implemented Focus/Raising support

- Menus can now be closed :)

12 years agoUsermode/ld-acess - Fixing x86_64 entrypoint
John Hodge [Sat, 12 Nov 2011 08:53:03 +0000 (16:53 +0800)]
Usermode/ld-acess - Fixing x86_64 entrypoint

12 years agoKernel - Fixed not using %p for a pointer
John Hodge [Sat, 12 Nov 2011 08:52:31 +0000 (16:52 +0800)]
Kernel - Fixed not using %p for a pointer

12 years agoKernel/x86_64 - More bugfixes, I suspect the PMM code is borken
John Hodge [Sat, 12 Nov 2011 08:51:55 +0000 (16:51 +0800)]
Kernel/x86_64 - More bugfixes, I suspect the PMM code is borken

12 years agoKernel/x86_64 - Fixed bugs exposed by -O3
John Hodge [Sat, 12 Nov 2011 04:47:41 +0000 (12:47 +0800)]
Kernel/x86_64 - Fixed bugs exposed by -O3

12 years agoKernel/vfs - Debugging changes (and some limits to FS_Root)
John Hodge [Sat, 12 Nov 2011 04:47:11 +0000 (12:47 +0800)]
Kernel/vfs - Debugging changes (and some limits to FS_Root)

12 years agoModules/FAT - Fixed edge cases in read
John Hodge [Sat, 12 Nov 2011 03:45:46 +0000 (11:45 +0800)]
Modules/FAT - Fixed edge cases in read

12 years agoUsermode/AxWin3 - Cleaning up
John Hodge [Fri, 11 Nov 2011 13:58:30 +0000 (21:58 +0800)]
Usermode/AxWin3 - Cleaning up

12 years agoUsermode/libc - Slightly smarter memcpy
John Hodge [Fri, 11 Nov 2011 13:58:16 +0000 (21:58 +0800)]
Usermode/libc - Slightly smarter memcpy

12 years agoModules/IPStack - Fixed x86_64 build error
John Hodge [Fri, 11 Nov 2011 13:57:29 +0000 (21:57 +0800)]
Modules/IPStack - Fixed x86_64 build error

12 years agoKernel - Fixing very slow CheckMem function
John Hodge [Fri, 11 Nov 2011 13:56:39 +0000 (21:56 +0800)]
Kernel - Fixing very slow CheckMem function

- Blit from AxWin3 is down to 30ms in qemu :)

12 years agoKernel - Fixing bugs exposed by enabling -O3
John Hodge [Fri, 11 Nov 2011 11:22:34 +0000 (19:22 +0800)]
Kernel - Fixing bugs exposed by enabling -O3

12 years agoModules/InitRD - Added AxWin3 to initrd
John Hodge [Fri, 11 Nov 2011 10:30:50 +0000 (18:30 +0800)]
Modules/InitRD - Added AxWin3 to initrd

12 years agoKernel/threads - Cleaning out delete queue
John Hodge [Fri, 11 Nov 2011 10:20:39 +0000 (18:20 +0800)]
Kernel/threads - Cleaning out delete queue

- No (well, for now) chance of deadlock in scheduler
- Also added a way for thread resources to be cleared properly

12 years agoKernel - Split Mutexes/Semaphores out
John Hodge [Fri, 11 Nov 2011 09:00:03 +0000 (17:00 +0800)]
Kernel - Split Mutexes/Semaphores out

- Working on being able to clean up arch data in threads

12 years agoKernel/x86 - Added SSE/FPU state saving, not fully tested
John Hodge [Fri, 11 Nov 2011 06:37:32 +0000 (14:37 +0800)]
Kernel/x86 - Added SSE/FPU state saving, not fully tested

12 years agoKernel - Disabled -fno-builtins, removed some unneeded memcpy calls
John Hodge [Fri, 11 Nov 2011 05:01:40 +0000 (13:01 +0800)]
Kernel - Disabled -fno-builtins, removed some unneeded memcpy calls

12 years agoKernel/syscalls - Added timestamp to user debug
John Hodge [Fri, 11 Nov 2011 05:01:17 +0000 (13:01 +0800)]
Kernel/syscalls - Added timestamp to user debug

12 years agoModules/FDDv2 - Fixed calling _ReadWithinTrack when no bytes remaining
John Hodge [Fri, 11 Nov 2011 05:00:40 +0000 (13:00 +0800)]
Modules/FDDv2 - Fixed calling _ReadWithinTrack when no bytes remaining

12 years agoKernel/x86 - Distinguished tracing of unaligned memcpys from aligned
John Hodge [Fri, 11 Nov 2011 04:59:49 +0000 (12:59 +0800)]
Kernel/x86 - Distinguished tracing of unaligned memcpys from aligned

12 years agoKernel/VTerm - Cleaning up to remove unneeded memcpy on FB write
John Hodge [Fri, 11 Nov 2011 04:57:38 +0000 (12:57 +0800)]
Kernel/VTerm - Cleaning up to remove unneeded memcpy on FB write

- NOTE: Also disabled the cursor by default

12 years agoModules/FAT - Fixed unneeded memcpy in LFN, made more robust too
John Hodge [Fri, 11 Nov 2011 04:35:16 +0000 (12:35 +0800)]
Modules/FAT - Fixed unneeded memcpy in LFN, made more robust too

12 years agoUsermode/AxWin3 - Added menu render code (with hilights)
John Hodge [Fri, 11 Nov 2011 02:52:51 +0000 (10:52 +0800)]
Usermode/AxWin3 - Added menu render code (with hilights)

- Note, due to the slowness of the final blit, hilight is VERY laggy

12 years agoUsermode/AxWin3 - Adding pop-up menu support (via a new window type)
John Hodge [Thu, 10 Nov 2011 01:23:13 +0000 (09:23 +0800)]
Usermode/AxWin3 - Adding pop-up menu support (via a new window type)

12 years agoUsermode/AxWin3 - Added support for getting display dimensions
John Hodge [Wed, 9 Nov 2011 00:50:49 +0000 (08:50 +0800)]
Usermode/AxWin3 - Added support for getting display dimensions

12 years agoUsermode/AxWin3 - Managed to pass input all the way back to client code :)
John Hodge [Tue, 8 Nov 2011 08:13:12 +0000 (16:13 +0800)]
Usermode/AxWin3 - Managed to pass input all the way back to client code :)

12 years agoModules/FDDv2 - Added catch for zero-length read
John Hodge [Tue, 8 Nov 2011 06:37:29 +0000 (14:37 +0800)]
Modules/FDDv2 - Added catch for zero-length read

- What is doing such small reads?

12 years agoKernel - Debugging memcpy use, cut down on some in drvutil
John Hodge [Tue, 8 Nov 2011 06:36:59 +0000 (14:36 +0800)]
Kernel - Debugging memcpy use, cut down on some in drvutil

12 years agoModules/ATA - Fixed not catching extended parition errors properly
John Hodge [Tue, 8 Nov 2011 06:36:25 +0000 (14:36 +0800)]
Modules/ATA - Fixed not catching extended parition errors properly

12 years agoKernel - Fixed IPC messages failing when list is emptied
John Hodge [Tue, 8 Nov 2011 06:35:32 +0000 (14:35 +0800)]
Kernel - Fixed IPC messages failing when list is emptied

- Same bug as threads had months ago :/

12 years agoUsermode/AxWin3 - Debugging user reception of messages
John Hodge [Tue, 8 Nov 2011 06:35:11 +0000 (14:35 +0800)]
Usermode/AxWin3 - Debugging user reception of messages

12 years agoUsermode/AxWin3 - Implemented passing messages to the client
John Hodge [Tue, 8 Nov 2011 05:52:26 +0000 (13:52 +0800)]
Usermode/AxWin3 - Implemented passing messages to the client

12 years agoUsermode/AxWin3 - Adding widget mouse input handlers
John Hodge [Tue, 8 Nov 2011 04:12:15 +0000 (12:12 +0800)]
Usermode/AxWin3 - Adding widget mouse input handlers

12 years agoUsermode/AxWin3 - Working on input code
John Hodge [Mon, 7 Nov 2011 08:51:48 +0000 (16:51 +0800)]
Usermode/AxWin3 - Working on input code

12 years agoUsermode - Slight changes, debug/commenting only
John Hodge [Sun, 6 Nov 2011 14:14:55 +0000 (22:14 +0800)]
Usermode - Slight changes, debug/commenting only

12 years agoUsermode/AxWin3 - Cleaning up bugs, adding image loading and text printing
John Hodge [Sun, 6 Nov 2011 14:13:12 +0000 (22:13 +0800)]
Usermode/AxWin3 - Cleaning up bugs, adding image loading and text printing

- Fixed a bug in library that caused double-allocation of widget IDs
- Added text rendering from AxWin2
- Added image loading from AxWin2
- Moved rendering out into another file

12 years agoUsermode/AxWin3 - Implementing more of the widget code
John Hodge [Sun, 6 Nov 2011 06:47:17 +0000 (14:47 +0800)]
Usermode/AxWin3 - Implementing more of the widget code

- Managed to break soemthing, seems to lock now

12 years agoUsermode/AxWin3 - Implemented sending messages to windows
John Hodge [Sat, 5 Nov 2011 13:58:32 +0000 (21:58 +0800)]
Usermode/AxWin3 - Implemented sending messages to windows

- Can now render the widget border (from the decorator)

12 years agoUsermode/AxWin3 - Adding decorator to widget renderer
John Hodge [Sat, 5 Nov 2011 09:44:44 +0000 (17:44 +0800)]
Usermode/AxWin3 - Adding decorator to widget renderer

TODO: Implement inter-window messaging, needed to get the new size
 for the element calculations

12 years agoUsermode/AxWin3 - Implementing SendMessage for client
John Hodge [Sat, 5 Nov 2011 08:18:43 +0000 (16:18 +0800)]
Usermode/AxWin3 - Implementing SendMessage for client

12 years agoUsermode/AxWin3 - Added window invalidation, sub-windows render now
John Hodge [Sat, 5 Nov 2011 06:53:25 +0000 (14:53 +0800)]
Usermode/AxWin3 - Added window invalidation, sub-windows render now

12 years agoUsermode/AxWin3 - More WM IPC messages implemented
John Hodge [Sat, 5 Nov 2011 05:10:08 +0000 (13:10 +0800)]
Usermode/AxWin3 - More WM IPC messages implemented

12 years agoUsermode/AxWin3 - Working on window rendering, root window renders now :)
John Hodge [Sat, 5 Nov 2011 04:26:52 +0000 (12:26 +0800)]
Usermode/AxWin3 - Working on window rendering, root window renders now :)

12 years agoUsermode/AxWin3 - Implementing widget support in userland
John Hodge [Sat, 5 Nov 2011 03:13:00 +0000 (11:13 +0800)]
Usermode/AxWin3 - Implementing widget support in userland

- Also working on render/WM_Update process

12 years agoUsermode/AxWin3 - Cleaning up and adding client widget support
John Hodge [Fri, 4 Nov 2011 14:25:49 +0000 (22:25 +0800)]
Usermode/AxWin3 - Cleaning up and adding client widget support

- Also fixed a little issue with using a symlink in Libraries/

12 years agoUsermode/AxWin3 - Added symlink to handle -l dependency mapping
John Hodge [Fri, 4 Nov 2011 11:12:30 +0000 (19:12 +0800)]
Usermode/AxWin3 - Added symlink to handle -l dependency mapping

12 years agoUsermode/AxWin3 - Moved interface library to Applications tree
John Hodge [Fri, 4 Nov 2011 11:12:04 +0000 (19:12 +0800)]
Usermode/AxWin3 - Moved interface library to Applications tree

12 years agoUsermode/AxWin3 - Implementing window creation
John Hodge [Fri, 4 Nov 2011 11:01:55 +0000 (19:01 +0800)]
Usermode/AxWin3 - Implementing window creation

12 years agoUsermode/AxWin3 - Implemented WM_CreateWindow
John Hodge [Fri, 4 Nov 2011 06:04:41 +0000 (14:04 +0800)]
Usermode/AxWin3 - Implemented WM_CreateWindow

12 years agoUsermode/AxWin3 - Implementing Client->Window resolution
John Hodge [Fri, 4 Nov 2011 03:33:08 +0000 (11:33 +0800)]
Usermode/AxWin3 - Implementing Client->Window resolution

12 years agoUsermode/AxWin3 - Working on IPC, compiles and runs, just nothing happens :)
John Hodge [Fri, 4 Nov 2011 02:48:10 +0000 (10:48 +0800)]
Usermode/AxWin3 - Working on IPC, compiles and runs, just nothing happens :)

12 years agoMakefile - Added axwin3 to main build
John Hodge [Thu, 3 Nov 2011 14:14:20 +0000 (22:14 +0800)]
Makefile - Added axwin3 to main build

12 years agoUsermode/login - Added GUIv3 hack
John Hodge [Thu, 3 Nov 2011 14:14:06 +0000 (22:14 +0800)]
Usermode/login - Added GUIv3 hack

12 years agoUsermode/AxWin3 - Debugging IPC
John Hodge [Thu, 3 Nov 2011 14:13:54 +0000 (22:13 +0800)]
Usermode/AxWin3 - Debugging IPC

12 years agoKernel - Debugging
John Hodge [Thu, 3 Nov 2011 14:13:11 +0000 (22:13 +0800)]
Kernel - Debugging

12 years agoUsermode/ld-acess - Fixed lack of envp
John Hodge [Thu, 3 Nov 2011 14:12:35 +0000 (22:12 +0800)]
Usermode/ld-acess - Fixed lack of envp

12 years agoUsermode/libc - Fixing some bugs in environment handling
John Hodge [Thu, 3 Nov 2011 14:12:14 +0000 (22:12 +0800)]
Usermode/libc - Fixing some bugs in environment handling

12 years agoUsermode/AxWin3 - Workign on interface lib, adding basic UI app
John Hodge [Wed, 2 Nov 2011 13:27:15 +0000 (21:27 +0800)]
Usermode/AxWin3 - Workign on interface lib, adding basic UI app

12 years agoUsermode/AxWin3 - Working on interface library
John Hodge [Wed, 2 Nov 2011 13:08:57 +0000 (21:08 +0800)]
Usermode/AxWin3 - Working on interface library

12 years agoUsermode/AxWin3 - Implementing WM IPC calls in lib
John Hodge [Tue, 1 Nov 2011 01:05:37 +0000 (09:05 +0800)]
Usermode/AxWin3 - Implementing WM IPC calls in lib

12 years agoUsermode/AxWin3 - Working on interface library
John Hodge [Mon, 31 Oct 2011 14:02:26 +0000 (22:02 +0800)]
Usermode/AxWin3 - Working on interface library

12 years agoUsermode/AxWin3 - Working on the libaxwin3 API
John Hodge [Sun, 30 Oct 2011 13:37:41 +0000 (21:37 +0800)]
Usermode/AxWin3 - Working on the libaxwin3 API

12 years agoUsermode/AxWin3 - Fixed all compile errors, runs and cursor moves, that is all
John Hodge [Sun, 30 Oct 2011 08:22:21 +0000 (16:22 +0800)]
Usermode/AxWin3 - Fixed all compile errors, runs and cursor moves, that is all

12 years agoUsermode/AxWin3 - Working on IPC
John Hodge [Sun, 30 Oct 2011 07:44:12 +0000 (15:44 +0800)]
Usermode/AxWin3 - Working on IPC

12 years agoUsermode/AxWin3 - Porting over the AxWin2 widget code
John Hodge [Sat, 29 Oct 2011 15:03:42 +0000 (23:03 +0800)]
Usermode/AxWin3 - Porting over the AxWin2 widget code

12 years agoKernel/x86_64 - Combined EFER modifcations into one
John Hodge [Sat, 29 Oct 2011 15:02:44 +0000 (23:02 +0800)]
Kernel/x86_64 - Combined EFER modifcations into one

12 years agoUsermode/AxWin3 - Fiddliing with things
John Hodge [Sat, 29 Oct 2011 01:26:50 +0000 (09:26 +0800)]
Usermode/AxWin3 - Fiddliing with things

12 years agoModules/BochsGA - Oops, didn't need that magic break
John Hodge [Sat, 29 Oct 2011 01:25:57 +0000 (09:25 +0800)]
Modules/BochsGA - Oops, didn't need that magic break

12 years agoKernel/x86_64 - Fixed recursive page fault, wasn't enabling the NX bit
John Hodge [Sat, 29 Oct 2011 01:23:24 +0000 (09:23 +0800)]
Kernel/x86_64 - Fixed recursive page fault, wasn't enabling the NX bit

12 years agoModules/RTL8139 - Fixed bug if BAR is invalid
John Hodge [Fri, 28 Oct 2011 13:41:04 +0000 (21:41 +0800)]
Modules/RTL8139 - Fixed bug if BAR is invalid

12 years agoKernel/x86_64 - Fixed typo in kernel version line
John Hodge [Fri, 28 Oct 2011 13:40:42 +0000 (21:40 +0800)]
Kernel/x86_64 - Fixed typo in kernel version line

12 years agoAcessNative - Allowed the kernel executable to also start the user app
John Hodge [Fri, 28 Oct 2011 13:36:57 +0000 (21:36 +0800)]
AcessNative - Allowed the kernel executable to also start the user app

12 years agoKernel/PCI - Fixed bug causing all BARs to be off
John Hodge [Fri, 28 Oct 2011 13:36:22 +0000 (21:36 +0800)]
Kernel/PCI - Fixed bug causing all BARs to be off

12 years agoKernel - Updated makefiles to provide a better version number
John Hodge [Fri, 28 Oct 2011 05:21:35 +0000 (13:21 +0800)]
Kernel - Updated makefiles to provide a better version number

12 years agoModules/PL110 - added static cursor support
John Hodge [Fri, 28 Oct 2011 05:08:00 +0000 (13:08 +0800)]
Modules/PL110 - added static cursor support

12 years agoKernel/armv7 - Cleaning up debug
John Hodge [Fri, 28 Oct 2011 02:08:07 +0000 (10:08 +0800)]
Kernel/armv7 - Cleaning up debug

- Also removed the AcessNative build number from the tree, local only

12 years agoKernel/VFS - Disabled debug in VFS_MMap
John Hodge [Fri, 28 Oct 2011 02:04:11 +0000 (10:04 +0800)]
Kernel/VFS - Disabled debug in VFS_MMap

12 years agoKernel/threads - Removed another nested lock
John Hodge [Fri, 28 Oct 2011 01:44:41 +0000 (09:44 +0800)]
Kernel/threads - Removed another nested lock

12 years agoUsermode/ld-acess - Moved ARMv7 ld-acess to top of memory to avoid coliding
John Hodge [Fri, 28 Oct 2011 01:44:05 +0000 (09:44 +0800)]
Usermode/ld-acess - Moved ARMv7 ld-acess to top of memory to avoid coliding

12 years agoKernel/VFS - Fixed MMAP_MAP_ANONYMOUS not taking offset into account
John Hodge [Fri, 28 Oct 2011 01:43:34 +0000 (09:43 +0800)]
Kernel/VFS - Fixed MMAP_MAP_ANONYMOUS not taking offset into account

12 years agoKernel/armv7 - Fixed not zeroing course table (and some cleanup)
John Hodge [Fri, 28 Oct 2011 01:43:12 +0000 (09:43 +0800)]
Kernel/armv7 - Fixed not zeroing course table (and some cleanup)

12 years agoKernel/armv7 - Cleaing up mostly
John Hodge [Thu, 27 Oct 2011 12:21:19 +0000 (20:21 +0800)]
Kernel/armv7 - Cleaing up mostly

12 years agoUsermode/AxWin3 - Fiddling
John Hodge [Thu, 27 Oct 2011 12:20:17 +0000 (20:20 +0800)]
Usermode/AxWin3 - Fiddling

12 years agoUsermode - Removed unused (and fat) pcidump utility
John Hodge [Wed, 26 Oct 2011 13:33:57 +0000 (21:33 +0800)]
Usermode - Removed unused (and fat) pcidump utility

12 years agoUsermode/ld-acess - Added support for R_ARM_COPY
John Hodge [Wed, 26 Oct 2011 13:15:29 +0000 (21:15 +0800)]
Usermode/ld-acess - Added support for R_ARM_COPY

12 years agoModules/armv7 - Just a little debug
John Hodge [Wed, 26 Oct 2011 13:15:02 +0000 (21:15 +0800)]
Modules/armv7 - Just a little debug

12 years agoKernel/vfs - Added MMAP_PROT_EXECUTE support (needed in ARMv7)
John Hodge [Wed, 26 Oct 2011 13:14:25 +0000 (21:14 +0800)]
Kernel/vfs - Added MMAP_PROT_EXECUTE support (needed in ARMv7)

12 years agoKernel/armv7 - Bugfixes
John Hodge [Wed, 26 Oct 2011 13:12:50 +0000 (21:12 +0800)]
Kernel/armv7 - Bugfixes

- Added .usertext for drop function
- Fixed all (maybe) kernel permissions failures
- Saved user SP on task switch
- Fixed clearing VFS handles on MM_Clear, and not copying them in MM_Clone

UCC git Repository :: git.ucc.asn.au