tpg/acess2.git
11 years agoAcessNative - Cleaning up debug
John Hodge [Wed, 4 Jul 2012 14:21:41 +0000 (22:21 +0800)]
AcessNative - Cleaning up debug

11 years agoUsermode - Fixes to magic non-recusive build
John Hodge [Wed, 4 Jul 2012 13:34:16 +0000 (21:34 +0800)]
Usermode - Fixes to magic non-recusive build

11 years agoUsermode/axwin3 - Commenting
John Hodge [Wed, 4 Jul 2012 13:33:43 +0000 (21:33 +0800)]
Usermode/axwin3 - Commenting

11 years agoAcessNative - Fixing crashes
John Hodge [Wed, 4 Jul 2012 13:32:31 +0000 (21:32 +0800)]
AcessNative - Fixing crashes

11 years agoKernel - Cleaning up some ARMv7 warnings due to alignment
John Hodge [Wed, 20 Jun 2012 14:58:03 +0000 (22:58 +0800)]
Kernel - Cleaning up some ARMv7 warnings due to alignment

11 years agoKernel - Moved node type to the beginning of tVFS_Node
John Hodge [Wed, 20 Jun 2012 14:57:25 +0000 (22:57 +0800)]
Kernel - Moved node type to the beginning of tVFS_Node

11 years agoKernel - PMM Statistics prototype in hal_proc.h
John Hodge [Wed, 20 Jun 2012 14:57:02 +0000 (22:57 +0800)]
Kernel - PMM Statistics prototype in hal_proc.h

11 years agoModules/InitRD - Added comment support
John Hodge [Wed, 20 Jun 2012 14:55:54 +0000 (22:55 +0800)]
Modules/InitRD - Added comment support

11 years agoKernel - Added PMM stats method (stubbed) to x86_64 and template
John Hodge [Wed, 20 Jun 2012 14:54:10 +0000 (22:54 +0800)]
Kernel - Added PMM stats method (stubbed) to x86_64 and template

11 years agoKernel/x86 - Added PMM statistics
John Hodge [Wed, 20 Jun 2012 14:29:04 +0000 (22:29 +0800)]
Kernel/x86 - Added PMM statistics

11 years agoUsermode/wget - Passed protocol name to getaddrinfo
John Hodge [Thu, 14 Jun 2012 08:49:19 +0000 (16:49 +0800)]
Usermode/wget - Passed protocol name to getaddrinfo

11 years agoModules/LVM - Changed drive file from .volume to ROOT
John Hodge [Thu, 14 Jun 2012 08:48:47 +0000 (16:48 +0800)]
Modules/LVM - Changed drive file from .volume to ROOT

11 years agoModules/ATA - A little more debug
John Hodge [Thu, 14 Jun 2012 08:48:23 +0000 (16:48 +0800)]
Modules/ATA - A little more debug

11 years agoKernel/modules - moved relocation to before dep checks, the strings need to be reloca...
John Hodge [Thu, 14 Jun 2012 08:47:38 +0000 (16:47 +0800)]
Kernel/modules - moved relocation to before dep checks, the strings need to be relocated first :/

11 years agoCommon/ELF Loader - Debug fixes and detection for no-relocated binaries
John Hodge [Thu, 14 Jun 2012 08:46:19 +0000 (16:46 +0800)]
Common/ELF Loader - Debug fixes and detection for no-relocated binaries

11 years agoUsermode/build - Added the actual version of libgcc to the library path
John Hodge [Thu, 14 Jun 2012 08:44:54 +0000 (16:44 +0800)]
Usermode/build - Added the actual version of libgcc to the library path

11 years agoKernel - Added /Devices/{zero,one,null}
John Hodge [Thu, 14 Jun 2012 08:41:40 +0000 (16:41 +0800)]
Kernel - Added /Devices/{zero,one,null}

11 years agoModules/LVM - Fixed uninitalised value
John Hodge [Thu, 14 Jun 2012 08:38:58 +0000 (16:38 +0800)]
Modules/LVM - Fixed uninitalised value

11 years agoUsermode/libc - Implimented abs/labs for a ported game
John Hodge [Thu, 14 Jun 2012 08:38:01 +0000 (16:38 +0800)]
Usermode/libc - Implimented abs/labs for a ported game

11 years agoRoot - Added wget to core makefile
John Hodge [Sun, 27 May 2012 10:28:07 +0000 (18:28 +0800)]
Root - Added wget to core makefile

11 years agoUsermode/wget - Can download a small text file, woot!
John Hodge [Sun, 27 May 2012 10:27:51 +0000 (18:27 +0800)]
Usermode/wget - Can download a small text file, woot!

11 years agoModules/UHCI - More verbose interrupt messages (x86_64 debugging)
John Hodge [Sun, 27 May 2012 10:27:24 +0000 (18:27 +0800)]
Modules/UHCI - More verbose interrupt messages (x86_64 debugging)

11 years agoUsermode/libpsocket - Heaps of work on getaddrinfo
John Hodge [Sun, 27 May 2012 10:27:00 +0000 (18:27 +0800)]
Usermode/libpsocket - Heaps of work on getaddrinfo

11 years agoUsermode/libnet - Sorting things out (and made a TCP client helper function)
John Hodge [Sun, 27 May 2012 10:26:32 +0000 (18:26 +0800)]
Usermode/libnet - Sorting things out (and made a TCP client helper function)

11 years agoUsermode - Added O_RDWR and friends to unistd.h
John Hodge [Sun, 27 May 2012 05:08:18 +0000 (13:08 +0800)]
Usermode - Added O_RDWR and friends to unistd.h

11 years agoUsermode/libpsocket - Working on BSD/POSIX socket emulation
John Hodge [Sun, 27 May 2012 05:07:50 +0000 (13:07 +0800)]
Usermode/libpsocket - Working on BSD/POSIX socket emulation

11 years agoUsermode/wget - Renamed source dir
John Hodge [Sat, 26 May 2012 09:09:08 +0000 (17:09 +0800)]
Usermode/wget - Renamed source dir

11 years agoMerge branch 'master' of git://cadel.mutabah.net/acess2
John Hodge [Sat, 26 May 2012 09:07:39 +0000 (17:07 +0800)]
Merge branch 'master' of git://cadel.mutabah.net/acess2

11 years agoUserland/wget - Starting on a wget clone
John Hodge [Sat, 26 May 2012 09:04:12 +0000 (17:04 +0800)]
Userland/wget - Starting on a wget clone

11 years agoFixing up misc x86-64 bugs
John Hodge [Thu, 24 May 2012 14:01:53 +0000 (22:01 +0800)]
Fixing up misc x86-64 bugs

11 years agoUsermode - Moved include files to each library's directory
John Hodge [Thu, 24 May 2012 12:14:06 +0000 (20:14 +0800)]
Usermode - Moved include files to each library's directory

11 years agoKernel - Applying MM_MapTemp changes to armv7 and amd64
John Hodge [Tue, 22 May 2012 07:57:17 +0000 (15:57 +0800)]
Kernel - Applying MM_MapTemp changes to armv7 and amd64

11 years agoUsermode/mount - Added options support
John Hodge [Tue, 22 May 2012 07:41:40 +0000 (15:41 +0800)]
Usermode/mount - Added options support

11 years agoCleanups - MM_MapTemp to return void*, VFS use Unlink instead of Relink
John Hodge [Tue, 22 May 2012 07:40:50 +0000 (15:40 +0800)]
Cleanups - MM_MapTemp to return void*, VFS use Unlink instead of Relink

12 years agoKernel - Moved module relocation to after dependencies are resolved
John Hodge [Tue, 22 May 2012 04:39:49 +0000 (12:39 +0800)]
Kernel - Moved module relocation to after dependencies are resolved

12 years ago64-bit warning fixes
John Hodge [Tue, 22 May 2012 04:39:20 +0000 (12:39 +0800)]
64-bit warning fixes

12 years agoModules/RAMDisk - a bit more work
John Hodge [Tue, 22 May 2012 04:38:45 +0000 (12:38 +0800)]
Modules/RAMDisk - a bit more work

12 years agoModules/RAMDisk - Non-linking RAMDisk driver
John Hodge [Mon, 21 May 2012 15:19:05 +0000 (23:19 +0800)]
Modules/RAMDisk - Non-linking RAMDisk driver

12 years agoLittle bugfixes to userland
John Hodge [Sun, 20 May 2012 08:52:11 +0000 (16:52 +0800)]
Little bugfixes to userland

12 years agoUsermode/AxWin3 - Working on a bitmap/framebuffer window type
John Hodge [Sun, 20 May 2012 08:30:48 +0000 (16:30 +0800)]
Usermode/AxWin3 - Working on a bitmap/framebuffer window type

12 years agoModules/LVM - Fixed a crash caused by not clearing ->Next of volume info
John Hodge [Sun, 20 May 2012 03:56:55 +0000 (11:56 +0800)]
Modules/LVM - Fixed a crash caused by not clearing ->Next of volume info

12 years agoModules/USB MSC - Added correct naming
John Hodge [Sun, 20 May 2012 03:56:20 +0000 (11:56 +0800)]
Modules/USB MSC - Added correct naming

12 years agoModules/UHCI - Removed redundant packet splitting in bulk transfers
John Hodge [Sun, 20 May 2012 03:55:54 +0000 (11:55 +0800)]
Modules/UHCI - Removed redundant packet splitting in bulk transfers

12 years agoModules/USB - Changes to allow MSC to set up correctly
John Hodge [Sun, 20 May 2012 03:55:25 +0000 (11:55 +0800)]
Modules/USB - Changes to allow MSC to set up correctly

12 years agoModules/USB MSC - Forgot a TODO
John Hodge [Sat, 19 May 2012 16:06:46 +0000 (00:06 +0800)]
Modules/USB MSC - Forgot a TODO

12 years agoModules/USB MSC - Can now read on qemu (dunno how reliable)
John Hodge [Sat, 19 May 2012 16:02:24 +0000 (00:02 +0800)]
Modules/USB MSC - Can now read on qemu (dunno how reliable)

12 years agoModules/UHCI - Added callback to the BulkIN/BulkOUT routines
John Hodge [Sat, 19 May 2012 16:01:41 +0000 (00:01 +0800)]
Modules/UHCI - Added callback to the BulkIN/BulkOUT routines

12 years agoModules/USB - Added prototype mass storage driver
John Hodge [Sat, 19 May 2012 13:52:03 +0000 (21:52 +0800)]
Modules/USB - Added prototype mass storage driver

12 years agoModules/USB Core - Implemented _SendData and _RecvData
John Hodge [Sat, 19 May 2012 13:50:16 +0000 (21:50 +0800)]
Modules/USB Core - Implemented _SendData and _RecvData

12 years agoKernel - Added SwapEndian64 for SCSI code (coming)
John Hodge [Sat, 19 May 2012 13:49:53 +0000 (21:49 +0800)]
Kernel - Added SwapEndian64 for SCSI code (coming)

12 years agoModules/{ATA,LVM} - Slight API change because SCSI devices don't have a fixed block...
John Hodge [Sat, 19 May 2012 13:49:07 +0000 (21:49 +0800)]
Modules/{ATA,LVM} - Slight API change because SCSI devices don't have a fixed block size

12 years agoModules/{ATA,LVM} - Moved ATA to use the LVM partition code
John Hodge [Sat, 19 May 2012 11:39:39 +0000 (19:39 +0800)]
Modules/{ATA,LVM} - Moved ATA to use the LVM partition code

12 years agoModules/Ext2 - Little debug removal and code cleanup
John Hodge [Sat, 19 May 2012 11:38:33 +0000 (19:38 +0800)]
Modules/Ext2 - Little debug removal and code cleanup

12 years agoModules/LVM - Seriously working on it after the network API change
John Hodge [Fri, 18 May 2012 16:02:12 +0000 (00:02 +0800)]
Modules/LVM - Seriously working on it after the network API change

12 years agoWhy did I change the x86_64 build config?
John Hodge [Fri, 18 May 2012 14:45:31 +0000 (22:45 +0800)]
Why did I change the x86_64 build config?

12 years agoUsermode/AxWin3 - Bugfixing and cleanup
John Hodge [Fri, 18 May 2012 14:36:13 +0000 (22:36 +0800)]
Usermode/AxWin3 - Bugfixing and cleanup

12 years agoCompile testing, what's that?
John Hodge [Fri, 18 May 2012 09:58:19 +0000 (17:58 +0800)]
Compile testing, what's that?

12 years agoMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
John Hodge [Fri, 18 May 2012 09:38:38 +0000 (17:38 +0800)]
Merge branch 'master' of git://git.ucc.asn.au/tpg/acess2

12 years agoUsermode/AxWin3 - Wokring on hotkeys
John Hodge [Fri, 18 May 2012 09:37:14 +0000 (17:37 +0800)]
Usermode/AxWin3 - Wokring on hotkeys

12 years agoModules/InitRD - Renamed ifconfig to ip, and moved dhcpc to /Acess/Bin
John Hodge [Fri, 18 May 2012 09:26:32 +0000 (17:26 +0800)]
Modules/InitRD - Renamed ifconfig to ip, and moved dhcpc to /Acess/Bin

12 years agoUsermode/DHCPC - Bugfixing and implementing select() timeouts
John Hodge [Fri, 18 May 2012 09:26:04 +0000 (17:26 +0800)]
Usermode/DHCPC - Bugfixing and implementing select() timeouts

12 years agoModules/VIARhineII - Debugging, able to get a DHCP lease, but stops RXing after 7...
John Hodge [Fri, 18 May 2012 09:24:25 +0000 (17:24 +0800)]
Modules/VIARhineII - Debugging, able to get a DHCP lease, but stops RXing after 7 packets

12 years agoKernel/VFS - Added timeouts to select
John Hodge [Fri, 18 May 2012 09:24:12 +0000 (17:24 +0800)]
Kernel/VFS - Added timeouts to select

12 years agoIPStack - Added quirk for unconfigured interfaces to aid DHCP
John Hodge [Fri, 18 May 2012 09:23:35 +0000 (17:23 +0800)]
IPStack - Added quirk for unconfigured interfaces to aid DHCP

12 years agoModules - Little debugging fixes (and planning VESA fb cache)
John Hodge [Wed, 16 May 2012 03:03:58 +0000 (11:03 +0800)]
Modules - Little debugging fixes (and planning VESA fb cache)

12 years agoModules/IPStack - Fixed bugs in IPStack_Buffer_GetBuffer
John Hodge [Wed, 16 May 2012 03:03:05 +0000 (11:03 +0800)]
Modules/IPStack - Fixed bugs in IPStack_Buffer_GetBuffer

- Also fixed unintialised value bug in interface routes

12 years agoUsermode - Little debug and other fixes
John Hodge [Wed, 16 May 2012 03:02:42 +0000 (11:02 +0800)]
Usermode - Little debug and other fixes

12 years agoKernel - Made things a little less chatty during boot, and fixed lack of \r in some...
John Hodge [Wed, 16 May 2012 03:02:15 +0000 (11:02 +0800)]
Kernel - Made things a little less chatty during boot, and fixed lack of \r in some debug statements

12 years agoModules/VIARhineII - RX and TX works, but TX is a hack atm
John Hodge [Wed, 16 May 2012 03:01:40 +0000 (11:01 +0800)]
Modules/VIARhineII - RX and TX works, but TX is a hack atm

12 years agoUsermode/AxWin3 - Debugging
John Hodge [Tue, 15 May 2012 06:31:23 +0000 (14:31 +0800)]
Usermode/AxWin3 - Debugging

12 years agoModules/VIARhineII - More implementation work
John Hodge [Tue, 15 May 2012 06:27:24 +0000 (14:27 +0800)]
Modules/VIARhineII - More implementation work

12 years agoModules/VIARhineII - Implementing, won't work yet
John Hodge [Sun, 13 May 2012 13:42:14 +0000 (21:42 +0800)]
Modules/VIARhineII - Implementing, won't work yet

12 years agoModules/USB - Less chatty device initialisation
John Hodge [Sat, 12 May 2012 13:57:01 +0000 (21:57 +0800)]
Modules/USB - Less chatty device initialisation

12 years agoIPStack - Making TCP a little less chatty
John Hodge [Sat, 12 May 2012 13:32:25 +0000 (21:32 +0800)]
IPStack - Making TCP a little less chatty

12 years agoIPStack - Cleaned up userland 'ip' tool, and fixed some little bugs
John Hodge [Sat, 12 May 2012 13:17:26 +0000 (21:17 +0800)]
IPStack - Cleaned up userland 'ip' tool, and fixed some little bugs

12 years agoUsermode/irc - Fixing some niggling issues
John Hodge [Sat, 12 May 2012 12:34:30 +0000 (20:34 +0800)]
Usermode/irc - Fixing some niggling issues

12 years agoIPStack - Removed early network config, because it now shouldn't work
John Hodge [Sat, 12 May 2012 11:27:53 +0000 (19:27 +0800)]
IPStack - Removed early network config, because it now shouldn't work

12 years agoIPStack - Reworking of network device API
John Hodge [Sat, 12 May 2012 10:52:37 +0000 (18:52 +0800)]
IPStack - Reworking of network device API

- Replaced the VFS API with passing tIPStackBuffer objects about
- Reduced code size in network drivers, and made interface management easier
- FIX: Routing bugs due to older refactoring
- FIX: Ne2000 driver not removing the IO bit from BAR value

12 years agoModules/VIARhineII - Fiddling
John Hodge [Fri, 11 May 2012 13:00:42 +0000 (21:00 +0800)]
Modules/VIARhineII - Fiddling

12 years agoMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
John Hodge [Wed, 9 May 2012 04:39:08 +0000 (12:39 +0800)]
Merge branch 'master' of git://git.ucc.asn.au/tpg/acess2

12 years agoMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
John Hodge [Wed, 9 May 2012 04:36:28 +0000 (12:36 +0800)]
Merge branch 'master' of git://git.ucc.asn.au/tpg/acess2

12 years agoModules/VIARhineII - Working on a driver, doesn't do anything yet
John Hodge [Wed, 9 May 2012 04:34:51 +0000 (12:34 +0800)]
Modules/VIARhineII - Working on a driver, doesn't do anything yet

12 years agoAcessNative - Fixing little bugs
John Hodge [Wed, 9 May 2012 04:33:22 +0000 (12:33 +0800)]
AcessNative - Fixing little bugs

12 years agoBuildConf - fixing x86_64 config for motsugo
John Hodge [Wed, 9 May 2012 04:28:38 +0000 (12:28 +0800)]
BuildConf - fixing x86_64 config for motsugo

12 years agoModules/UHCI - Fixed (or hid) a bug causing lockups on real hardware
John Hodge [Mon, 7 May 2012 13:25:03 +0000 (21:25 +0800)]
Modules/UHCI - Fixed (or hid) a bug causing lockups on real hardware

- All devices now operate in low speed mode until I can figure out how
  to tell what ones are full-speed capable
- Got rid of some slight bugs in descriptor strings

12 years agoReduced chattiness of threading, x86 IRQs and BochsGA
John Hodge [Mon, 7 May 2012 13:23:55 +0000 (21:23 +0800)]
Reduced chattiness of threading, x86 IRQs and BochsGA

12 years agoKernel/threads - Fixed crash due to error in process bookkeeping
John Hodge [Sat, 5 May 2012 02:04:02 +0000 (10:04 +0800)]
Kernel/threads - Fixed crash due to error in process bookkeeping

12 years agoBuildConf - Removed VIAVideo from x86 build because it's unstable
John Hodge [Fri, 4 May 2012 15:54:20 +0000 (23:54 +0800)]
BuildConf - Removed VIAVideo from x86 build because it's unstable

12 years agoKernel/x86_64 - Added header to vm8086
John Hodge [Fri, 4 May 2012 15:54:05 +0000 (23:54 +0800)]
Kernel/x86_64 - Added header to vm8086

12 years agoKernel/VTerm - Fixed mistype in warning
John Hodge [Fri, 4 May 2012 15:53:51 +0000 (23:53 +0800)]
Kernel/VTerm - Fixed mistype in warning

12 years agoModules/VBE - Fixed integer overflow if avaliable modes are very large
John Hodge [Fri, 4 May 2012 15:52:49 +0000 (23:52 +0800)]
Modules/VBE - Fixed integer overflow if avaliable modes are very large

12 years agoKernel/x86 - Fixed a bug in vm8086 that caused modesets to fail on some machines
John Hodge [Fri, 4 May 2012 15:49:53 +0000 (23:49 +0800)]
Kernel/x86 - Fixed a bug in vm8086 that caused modesets to fail on some machines

- INT_I wasn't pushing FLAGS
- Also reduced memory usage, and made memory allocations local to instances

12 years agoMerge branch 'master' of github.com:thepowersgang/acess2
John Hodge [Wed, 25 Apr 2012 04:33:43 +0000 (12:33 +0800)]
Merge branch 'master' of github.com:thepowersgang/acess2

12 years agoVIAVideo - Does something different now!
John Hodge [Wed, 25 Apr 2012 04:32:10 +0000 (12:32 +0800)]
VIAVideo - Does something different now!

12 years agoMerge branch 'master' of git.mutabah.net:acess2
John Hodge [Tue, 24 Apr 2012 07:06:23 +0000 (15:06 +0800)]
Merge branch 'master' of git.mutabah.net:acess2

12 years agoKernel - Working on VIA Video driver
John Hodge [Tue, 24 Apr 2012 03:02:13 +0000 (11:02 +0800)]
Kernel - Working on VIA Video driver

12 years agoMerge branch 'master' of cadel.mutabah.net:acess2
John Hodge [Sun, 22 Apr 2012 09:36:55 +0000 (17:36 +0800)]
Merge branch 'master' of cadel.mutabah.net:acess2

12 years agoVESA - Debugging issue on VIA S3 BIOS
John Hodge [Sun, 22 Apr 2012 09:36:15 +0000 (17:36 +0800)]
VESA - Debugging issue on VIA S3 BIOS

12 years agoInconcequential changes to ARM proc.S (syntax hilighting)
John Hodge [Fri, 20 Apr 2012 14:20:15 +0000 (22:20 +0800)]
Inconcequential changes to ARM proc.S (syntax hilighting)

12 years agoUsermode - Removed SpiderScript
John Hodge [Fri, 20 Apr 2012 14:18:51 +0000 (22:18 +0800)]
Usermode - Removed SpiderScript

- It had outgrown Acess, and has been removed
 > Now at git.mutabah.net/spiderscript.git

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