tpg/acess2.git
11 years agoMerge branch 'master' of git://localhost/acess2
John Hodge [Tue, 14 Aug 2012 08:35:14 +0000 (16:35 +0800)]
Merge branch 'master' of git://localhost/acess2

Conflicts:
TODO.txt

11 years agoTODO
John Hodge [Tue, 14 Aug 2012 08:34:37 +0000 (16:34 +0800)]
TODO

11 years agoKernel/x86_64 - Fixed garbage TIDs before threading init is called
John Hodge [Thu, 9 Aug 2012 16:30:57 +0000 (00:30 +0800)]
Kernel/x86_64 - Fixed garbage TIDs before threading init is called

11 years agoRunQemu - Oops, single quotes seem to break
John Hodge [Thu, 9 Aug 2012 16:17:24 +0000 (00:17 +0800)]
RunQemu - Oops, single quotes seem to break

11 years agoKernel - Removed unused ring buffer when disabled
John Hodge [Thu, 9 Aug 2012 16:16:58 +0000 (00:16 +0800)]
Kernel - Removed unused ring buffer when disabled

11 years agoKernel/x86_64 - Rework to use pmemmap.h (and share code with x86)
John Hodge [Thu, 9 Aug 2012 16:15:42 +0000 (00:15 +0800)]
Kernel/x86_64 - Rework to use pmemmap.h (and share code with x86)

- Involved breaking the mboot parsing code out of x86/main.c
  and into a helper file x86/mboot.c This file is used by x86_64
  too.
- Added a common boot module format

11 years agoRunQemu - Put quotes around kernel commandline for -dbin
John Hodge [Thu, 9 Aug 2012 14:44:39 +0000 (22:44 +0800)]
RunQemu - Put quotes around kernel commandline for -dbin

11 years agoUSB - Fixed compile errors for x86_64
John Hodge [Thu, 9 Aug 2012 14:44:17 +0000 (22:44 +0800)]
USB - Fixed compile errors for x86_64

11 years agoKernel/x86_64 - Fixed bad ELF entrypoint causing qemu to crash
John Hodge [Thu, 9 Aug 2012 14:43:51 +0000 (22:43 +0800)]
Kernel/x86_64 - Fixed bad ELF entrypoint causing qemu to crash

11 years agoModules/NVidia - Stub driver (not compiled)
John Hodge [Wed, 8 Aug 2012 10:34:10 +0000 (18:34 +0800)]
Modules/NVidia - Stub driver (not compiled)

11 years agoAdded lspci to core build and initrd
John Hodge [Wed, 8 Aug 2012 03:28:58 +0000 (11:28 +0800)]
Added lspci to core build and initrd

11 years agoUsermode/lspci - Recreated without the huge database of vendors
John Hodge [Wed, 8 Aug 2012 03:25:02 +0000 (11:25 +0800)]
Usermode/lspci - Recreated without the huge database of vendors

11 years agoUsermode - Renamed readdir() to SysReadDir()
John Hodge [Wed, 8 Aug 2012 03:23:26 +0000 (11:23 +0800)]
Usermode - Renamed readdir() to SysReadDir()

- readdir() is a POSIX function operating on DIR* not file descriptors

11 years agoKernel/PCI - Fixed using the wrong node type for PCI devices
John Hodge [Wed, 8 Aug 2012 03:23:00 +0000 (11:23 +0800)]
Kernel/PCI - Fixed using the wrong node type for PCI devices

11 years agoROOT - Added -dbin to RunQemu to not use the FDD
John Hodge [Wed, 8 Aug 2012 02:22:05 +0000 (10:22 +0800)]
ROOT - Added -dbin to RunQemu to not use the FDD

11 years agoTools/DiskTool - Added stub MM_GetPhysAddr for vfs/io.c
John Hodge [Wed, 8 Aug 2012 02:21:42 +0000 (10:21 +0800)]
Tools/DiskTool - Added stub MM_GetPhysAddr for vfs/io.c

11 years agoModules/InitRD - (minor) Omnispeak/keen5 file changes (still commented out)
John Hodge [Wed, 8 Aug 2012 02:21:12 +0000 (10:21 +0800)]
Modules/InitRD - (minor) Omnispeak/keen5 file changes (still commented out)

11 years agoUsermode/axwin3 - (minor) Fixed install creating an empty directory
John Hodge [Wed, 8 Aug 2012 02:20:33 +0000 (10:20 +0800)]
Usermode/axwin3 - (minor) Fixed install creating an empty directory

11 years agoUSB - Silenced device init debug
John Hodge [Wed, 8 Aug 2012 02:10:09 +0000 (10:10 +0800)]
USB - Silenced device init debug

11 years agoBuildConf/x86 - Added EHCI driver (experimental)
John Hodge [Tue, 7 Aug 2012 09:18:41 +0000 (17:18 +0800)]
BuildConf/x86 - Added EHCI driver (experimental)

11 years agoUSB - HC API Update
John Hodge [Tue, 7 Aug 2012 09:02:38 +0000 (17:02 +0800)]
USB - HC API Update

11 years agoModules/LVM - Catches for stupid coding
John Hodge [Tue, 7 Aug 2012 09:00:56 +0000 (17:00 +0800)]
Modules/LVM - Catches for stupid coding

11 years agoKernel/x86 - Fixed x86 passing NULL to free
John Hodge [Tue, 7 Aug 2012 08:41:12 +0000 (16:41 +0800)]
Kernel/x86 - Fixed x86 passing NULL to free

11 years agoKernel - Fixed heap returning (void*)-1 instead of NULL on error
John Hodge [Tue, 7 Aug 2012 08:40:29 +0000 (16:40 +0800)]
Kernel - Fixed heap returning (void*)-1 instead of NULL on error

11 years agoUSB - Added rudimentary device cleanup
John Hodge [Mon, 6 Aug 2012 10:19:25 +0000 (18:19 +0800)]
USB - Added rudimentary device cleanup

11 years agoUSB - Updated code to use endpoint registration
John Hodge [Mon, 6 Aug 2012 10:09:35 +0000 (18:09 +0800)]
USB - Updated code to use endpoint registration

11 years agoUSB - Changed HC API to reflect more advanced features
John Hodge [Mon, 6 Aug 2012 07:29:45 +0000 (15:29 +0800)]
USB - Changed HC API to reflect more advanced features

- NOTE: USB code currently uses the UHCI behavior and doesn't call
  the InitControl/etc functions (except for interrupts)

11 years agoMerge branch 'master' of github.com:thepowersgang/acess2
John Hodge [Sun, 5 Aug 2012 11:04:13 +0000 (19:04 +0800)]
Merge branch 'master' of github.com:thepowersgang/acess2

11 years agoMerge branch 'master' of git.mutabah.net:acess2
John Hodge [Sun, 5 Aug 2012 11:02:35 +0000 (19:02 +0800)]
Merge branch 'master' of git.mutabah.net:acess2

Conflicts:
KernelLand/Modules/IPStack/adapters.c

11 years agoUsermode/AxWin3 - Minor changes
John Hodge [Sun, 5 Aug 2012 10:57:09 +0000 (18:57 +0800)]
Usermode/AxWin3 - Minor changes

11 years agoUsermode - Added armv6 userland shims
John Hodge [Fri, 3 Aug 2012 05:40:54 +0000 (13:40 +0800)]
Usermode - Added armv6 userland shims

11 years agoKernel - Added untested armv6 tree (mostly copypasta of armv7)
John Hodge [Fri, 3 Aug 2012 05:40:10 +0000 (13:40 +0800)]
Kernel - Added untested armv6 tree (mostly copypasta of armv7)

11 years agoKernel - Added $(LIBGCC_PATH) to allow libgcc to be last in link
John Hodge [Fri, 3 Aug 2012 05:39:30 +0000 (13:39 +0800)]
Kernel - Added $(LIBGCC_PATH) to allow libgcc to be last in link

11 years agoModules - Added -ffreestanding to module build (allows stdint.h)
John Hodge [Fri, 3 Aug 2012 05:39:10 +0000 (13:39 +0800)]
Modules - Added -ffreestanding to module build (allows stdint.h)

11 years agoModules/IPStack - Made use of "sti" x86 only
John Hodge [Fri, 3 Aug 2012 05:38:52 +0000 (13:38 +0800)]
Modules/IPStack - Made use of "sti" x86 only

11 years agoKernel/tpl_mm_phys - Fixed use of MM_GetPhyAddr
John Hodge [Fri, 3 Aug 2012 05:38:16 +0000 (13:38 +0800)]
Kernel/tpl_mm_phys - Fixed use of MM_GetPhyAddr

11 years agoUsermode - Slight fixes in preparation for armv6
John Hodge [Fri, 3 Aug 2012 05:37:47 +0000 (13:37 +0800)]
Usermode - Slight fixes in preparation for armv6

11 years agoKernel/vfs - Fixed potential lockup, logging for crap function pointers
John Hodge [Wed, 1 Aug 2012 13:34:11 +0000 (21:34 +0800)]
Kernel/vfs - Fixed potential lockup, logging for crap function pointers

11 years agoUsermode - heap debugging and memmove speedup
John Hodge [Wed, 1 Aug 2012 13:33:32 +0000 (21:33 +0800)]
Usermode - heap debugging and memmove speedup

11 years agoUserland/libc - (minor) Debugging in heap
John Hodge [Wed, 1 Aug 2012 06:12:58 +0000 (14:12 +0800)]
Userland/libc - (minor) Debugging in heap

11 years agoTODO - Random notes
John Hodge [Wed, 1 Aug 2012 01:18:22 +0000 (09:18 +0800)]
TODO - Random notes

11 years agoKernel - (minor) Debug changes in x86_64
John Hodge [Wed, 1 Aug 2012 01:18:02 +0000 (09:18 +0800)]
Kernel - (minor) Debug changes in x86_64

11 years agoUsermode - Removed axwin2 (completly defunct)
John Hodge [Wed, 1 Aug 2012 01:11:20 +0000 (09:11 +0800)]
Usermode - Removed axwin2 (completly defunct)

11 years agoUsermode/AxWin3 - Added keysyms (symlink to kernel version)
John Hodge [Tue, 31 Jul 2012 13:14:43 +0000 (21:14 +0800)]
Usermode/AxWin3 - Added keysyms (symlink to kernel version)

11 years agoKernel/vfs - (minor) Logging update in ChDir
John Hodge [Tue, 31 Jul 2012 13:12:07 +0000 (21:12 +0800)]
Kernel/vfs - (minor) Logging update in ChDir

11 years agoUsermode/AxWin3 - Misc commenting removal
John Hodge [Tue, 31 Jul 2012 13:01:37 +0000 (21:01 +0800)]
Usermode/AxWin3 - Misc commenting removal

11 years agoUsermode - (minor) Evaluated libgcc path earlier
John Hodge [Tue, 31 Jul 2012 11:49:29 +0000 (19:49 +0800)]
Usermode - (minor) Evaluated libgcc path earlier

11 years agoKernel - (minor) Changed log type for GetThreadByID failure
John Hodge [Tue, 31 Jul 2012 11:48:34 +0000 (19:48 +0800)]
Kernel - (minor) Changed log type for GetThreadByID failure

11 years agoUsermode/libc - Fix bug in strtol
John Hodge [Tue, 31 Jul 2012 11:48:01 +0000 (19:48 +0800)]
Usermode/libc - Fix bug in strtol

- Uninitialised 'neg' caused random negative values

11 years agoAxWin3 - Bugfixes everywhere, hotkeys working
John Hodge [Tue, 31 Jul 2012 11:44:04 +0000 (19:44 +0800)]
AxWin3 - Bugfixes everywhere, hotkeys working

- Fixed offset errors in mouse input
- Fixed Widget_GetText never returning
 > Compound bug, IPC wait failure and not implimented serverside
- Used the return value of client window message handlers
 > Now warns when a message is unhandled
- Hotkeys implimented and work
 > NOTE: Win-R -> Run is hardcoded in WM/main.c
 > TODO: Use a config library/server instead.

11 years agoKernel - Fixed screen not updating in VT framebuffer mode
John Hodge [Tue, 31 Jul 2012 03:20:11 +0000 (11:20 +0800)]
Kernel - Fixed screen not updating in VT framebuffer mode

11 years agoUsermode/ld-acess - Removed libgcc exports
John Hodge [Tue, 31 Jul 2012 03:18:41 +0000 (11:18 +0800)]
Usermode/ld-acess - Removed libgcc exports

11 years agoUsermode/libc - Implimented strtoll/strtol
John Hodge [Mon, 30 Jul 2012 13:26:00 +0000 (21:26 +0800)]
Usermode/libc - Implimented strtoll/strtol

11 years agoMerge branch 'master' of github.com:thepowersgang/acess2
John Hodge [Mon, 30 Jul 2012 07:45:13 +0000 (15:45 +0800)]
Merge branch 'master' of github.com:thepowersgang/acess2

11 years agoMore todos
John Hodge [Mon, 30 Jul 2012 05:22:16 +0000 (13:22 +0800)]
More todos

11 years agoKernel - Cleaing out x86 mm_phys
John Hodge [Mon, 30 Jul 2012 04:13:07 +0000 (12:13 +0800)]
Kernel - Cleaing out x86 mm_phys

11 years agoKernel - Fixing x86_64 compile errors from MM_GetPhysAddr change
John Hodge [Mon, 30 Jul 2012 04:11:27 +0000 (12:11 +0800)]
Kernel - Fixing x86_64 compile errors from MM_GetPhysAddr change

11 years agoGotta have a TODO file :)
John Hodge [Sun, 29 Jul 2012 10:09:16 +0000 (18:09 +0800)]
Gotta have a TODO file :)

11 years agoMerge branch 'master' of github.com:thepowersgang/acess2
John Hodge [Tue, 24 Jul 2012 11:30:31 +0000 (19:30 +0800)]
Merge branch 'master' of github.com:thepowersgang/acess2

11 years agoKernel - Implimented double buffering in video utils (and VESA)
John Hodge [Fri, 20 Jul 2012 03:23:09 +0000 (11:23 +0800)]
Kernel - Implimented double buffering in video utils (and VESA)

- Speeds up scrolling on real hardware :)

11 years agoKernel - Added pmemmap sorting and fixed memmove
John Hodge [Fri, 20 Jul 2012 02:36:30 +0000 (10:36 +0800)]
Kernel - Added pmemmap sorting and fixed memmove

11 years agoKernel - Cleaning up useless message spam
John Hodge [Thu, 19 Jul 2012 15:06:11 +0000 (23:06 +0800)]
Kernel - Cleaning up useless message spam

11 years agoJust a little cleanup
John Hodge [Thu, 19 Jul 2012 14:56:22 +0000 (22:56 +0800)]
Just a little cleanup

11 years agoKernel - Adding flags for network adapters
John Hodge [Thu, 19 Jul 2012 14:37:26 +0000 (22:37 +0800)]
Kernel - Adding flags for network adapters

11 years agoKernel - Added stub E1000 driver
John Hodge [Thu, 19 Jul 2012 10:33:50 +0000 (18:33 +0800)]
Kernel - Added stub E1000 driver

11 years agoModules/InitRD - Added telnetd
John Hodge [Thu, 19 Jul 2012 10:29:00 +0000 (18:29 +0800)]
Modules/InitRD - Added telnetd

11 years agoModules/Ext2 - Fixed zero-length filenames and memory leaks
John Hodge [Thu, 19 Jul 2012 07:51:24 +0000 (15:51 +0800)]
Modules/Ext2 - Fixed zero-length filenames and memory leaks

- DiskTool - Misc fixes

11 years agoDiskTool - Fixing build errors from recent kernel changes
John Hodge [Thu, 19 Jul 2012 07:05:12 +0000 (15:05 +0800)]
DiskTool - Fixing build errors from recent kernel changes

11 years agoKernel - Standardised kernel build tag (placed in gsBuildInfo)
John Hodge [Thu, 19 Jul 2012 06:58:55 +0000 (14:58 +0800)]
Kernel - Standardised kernel build tag (placed in gsBuildInfo)

11 years agoKernel - Changed MM_GetPhysAddr to take a pointer
John Hodge [Wed, 18 Jul 2012 13:37:19 +0000 (21:37 +0800)]
Kernel - Changed MM_GetPhysAddr to take a pointer

11 years agoKernel/x86 - Cleaned up PMM init (and removed mboot from pmm code)
John Hodge [Wed, 18 Jul 2012 10:50:26 +0000 (18:50 +0800)]
Kernel/x86 - Cleaned up PMM init (and removed mboot from pmm code)

11 years agoUsermode/wget - Fixed minor warning that caused compilation failure
John Hodge [Tue, 17 Jul 2012 08:13:31 +0000 (16:13 +0800)]
Usermode/wget - Fixed minor warning that caused compilation failure

11 years agoKernel - Fixing bugs exposed with `qemu -nographic`
John Hodge [Tue, 17 Jul 2012 08:05:29 +0000 (16:05 +0800)]
Kernel - Fixing bugs exposed with `qemu -nographic`

11 years agoMerge branch 'master' of git://localhost/acess2
John Hodge [Tue, 17 Jul 2012 05:45:16 +0000 (13:45 +0800)]
Merge branch 'master' of git://localhost/acess2

11 years agoKernel/vfs - Added (but haven't used) dirty node flag
John Hodge [Tue, 17 Jul 2012 05:37:39 +0000 (13:37 +0800)]
Kernel/vfs - Added (but haven't used) dirty node flag

11 years agoDiskTool - Usability fixes
John Hodge [Tue, 17 Jul 2012 05:37:20 +0000 (13:37 +0800)]
DiskTool - Usability fixes

11 years agoModules/EXT2 - Working on write support
John Hodge [Tue, 17 Jul 2012 05:36:28 +0000 (13:36 +0800)]
Modules/EXT2 - Working on write support

11 years agoBuildConf - Fixed ARMv7 compile bugs
John Hodge [Mon, 16 Jul 2012 05:39:14 +0000 (13:39 +0800)]
BuildConf - Fixed ARMv7 compile bugs

11 years agoKernelLand - Fixing issues compiling ARMv7
John Hodge [Mon, 16 Jul 2012 05:38:57 +0000 (13:38 +0800)]
KernelLand - Fixing issues compiling ARMv7

11 years agoModules/Tegra2Vid - Fiddling, seems to not want to come out of 16 bpp mode
John Hodge [Mon, 16 Jul 2012 05:34:52 +0000 (13:34 +0800)]
Modules/Tegra2Vid - Fiddling, seems to not want to come out of 16 bpp mode

11 years agoModules/EHCI - Planning out, might need USB HC API changes
John Hodge [Mon, 16 Jul 2012 05:33:38 +0000 (13:33 +0800)]
Modules/EHCI - Planning out, might need USB HC API changes

11 years agoModules/USB - Fixed debugging typo in devinit
John Hodge [Sun, 15 Jul 2012 04:49:51 +0000 (12:49 +0800)]
Modules/USB - Fixed debugging typo in devinit

11 years agoKernel - Debugging AxWin3 error
John Hodge [Sun, 15 Jul 2012 04:49:09 +0000 (12:49 +0800)]
Kernel - Debugging AxWin3 error

11 years agoUsermode/axwin3 - Fixed using stdout as stdin (causing read errors)
John Hodge [Sun, 15 Jul 2012 04:47:38 +0000 (12:47 +0800)]
Usermode/axwin3 - Fixed using stdout as stdin (causing read errors)

11 years agoKernel/Modules - Removed "nothing to be done for 'install'" message for static modules
John Hodge [Sun, 15 Jul 2012 04:07:37 +0000 (12:07 +0800)]
Kernel/Modules - Removed "nothing to be done for 'install'" message for static modules

11 years agoGeneral cleanup and bugfixes
John Hodge [Sun, 15 Jul 2012 04:05:57 +0000 (12:05 +0800)]
General cleanup and bugfixes

- Compressed installed versions of kernel modules
- Added backtrace when user apps fault
- Fixed compilation error in dhcpclient
- Added initrd to x86's build

11 years agoMerge branch 'master' of ted.mutabah.net:acess2
John Hodge [Sat, 14 Jul 2012 12:33:36 +0000 (20:33 +0800)]
Merge branch 'master' of ted.mutabah.net:acess2

11 years agoKernel - Silencing complaining compilers
John Hodge [Sat, 14 Jul 2012 12:33:05 +0000 (20:33 +0800)]
Kernel - Silencing complaining compilers

11 years agoMerge branch 'master' of ted.mutabah.net:acess2
John Hodge [Sat, 14 Jul 2012 12:28:44 +0000 (20:28 +0800)]
Merge branch 'master' of ted.mutabah.net:acess2

11 years agoKernel/rootfs - Fixed root not being a directory
John Hodge [Sat, 14 Jul 2012 12:28:29 +0000 (20:28 +0800)]
Kernel/rootfs - Fixed root not being a directory

11 years agoKernel - Fixed bug in DrvUtil_Disk causing bad return values
John Hodge [Sat, 14 Jul 2012 12:27:00 +0000 (20:27 +0800)]
Kernel - Fixed bug in DrvUtil_Disk causing bad return values

11 years agoDiskTool - Autodetection of filesystems and better debugging
John Hodge [Sat, 14 Jul 2012 12:26:40 +0000 (20:26 +0800)]
DiskTool - Autodetection of filesystems and better debugging

11 years agoModules/LVM - Fixed bugs with reference counting and cleanup
John Hodge [Sat, 14 Jul 2012 12:26:02 +0000 (20:26 +0800)]
Modules/LVM - Fixed bugs with reference counting and cleanup

11 years agoVFS - Fixed unmount issues and added filesystem autodetection
John Hodge [Sat, 14 Jul 2012 12:25:27 +0000 (20:25 +0800)]
VFS - Fixed unmount issues and added filesystem autodetection

11 years agoKernel - Added .Detect method to VFS drivers
John Hodge [Sat, 14 Jul 2012 12:24:10 +0000 (20:24 +0800)]
Kernel - Added .Detect method to VFS drivers

11 years agoKernel/VFS - Fixed logic error in MkNod (rootfs and dir.c)
John Hodge [Sat, 14 Jul 2012 10:14:55 +0000 (18:14 +0800)]
Kernel/VFS - Fixed logic error in MkNod (rootfs and dir.c)

- Also did minor debugging changes to heap and USB keyboard

11 years agoModules/FAT - Fixed unimplimented incomplete directory nodes
John Hodge [Sat, 14 Jul 2012 10:14:00 +0000 (18:14 +0800)]
Modules/FAT - Fixed unimplimented incomplete directory nodes

11 years agoKernel/Heap - Debugging change (dump paddr of bad value)
John Hodge [Sat, 14 Jul 2012 09:49:45 +0000 (17:49 +0800)]
Kernel/Heap - Debugging change (dump paddr of bad value)

11 years agoKernel/PCI - Removed unused port bitmap
John Hodge [Sat, 14 Jul 2012 09:49:26 +0000 (17:49 +0800)]
Kernel/PCI - Removed unused port bitmap

11 years agoKernel/rwlock - Fixed wrong logic causing lockup
John Hodge [Sat, 14 Jul 2012 09:49:06 +0000 (17:49 +0800)]
Kernel/rwlock - Fixed wrong logic causing lockup

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