tpg/acess2.git
11 years agoAcessNative/nativefs - Fixed memory leak due to Close() not being bound
John Hodge [Fri, 13 Jul 2012 10:52:50 +0000 (18:52 +0800)]
AcessNative/nativefs - Fixed memory leak due to Close() not being bound

11 years agoDiskTool - Added LVM support
John Hodge [Fri, 13 Jul 2012 10:52:03 +0000 (18:52 +0800)]
DiskTool - Added LVM support

11 years agoModules/FAT - Logged unimplimented function
John Hodge [Fri, 13 Jul 2012 10:49:28 +0000 (18:49 +0800)]
Modules/FAT - Logged unimplimented function

11 years agoVFS - Bugfixes to nodecache
John Hodge [Fri, 13 Jul 2012 10:48:12 +0000 (18:48 +0800)]
VFS - Bugfixes to nodecache

- Now can tell if a node is deallocated when using UncacheNode (allows on-free actions)

11 years agoKernel - Split drvutil.c into disk and video variants
John Hodge [Fri, 13 Jul 2012 05:24:05 +0000 (13:24 +0800)]
Kernel - Split drvutil.c into disk and video variants

11 years agoAcessNative - Added write support to nativefs
John Hodge [Fri, 13 Jul 2012 04:53:03 +0000 (12:53 +0800)]
AcessNative - Added write support to nativefs

11 years agoDiskTool - Fixed debugging
John Hodge [Fri, 13 Jul 2012 04:52:11 +0000 (12:52 +0800)]
DiskTool - Fixed debugging

11 years agoModules/FAT - Fixed write support
John Hodge [Fri, 13 Jul 2012 03:28:39 +0000 (11:28 +0800)]
Modules/FAT - Fixed write support

- LFN is correct enough for mtools
- Name mangling is a little incorrect, but works
 > A rework to fit the fatgen103 standard is underway
- Timestamps are possibly buggy

11 years agoKernel - Better documentation of timestamp/format_date
John Hodge [Fri, 13 Jul 2012 03:10:08 +0000 (11:10 +0800)]
Kernel - Better documentation of timestamp/format_date

11 years agoKernel - Fixing small errors exposed by new compiler
John Hodge [Thu, 12 Jul 2012 08:54:26 +0000 (16:54 +0800)]
Kernel - Fixing small errors exposed by new compiler

11 years agoModules/FAT - Implimentation of FAT_Link, validity unknown but it compiles
John Hodge [Thu, 12 Jul 2012 08:50:09 +0000 (16:50 +0800)]
Modules/FAT - Implimentation of FAT_Link, validity unknown but it compiles

11 years agoKernel - Added ctype.h header
John Hodge [Thu, 12 Jul 2012 08:47:32 +0000 (16:47 +0800)]
Kernel - Added ctype.h header

11 years agoDiskTool - Added endianness swaps and better logging
John Hodge [Thu, 12 Jul 2012 07:44:07 +0000 (15:44 +0800)]
DiskTool - Added endianness swaps and better logging

11 years agoDiskTool - Cleanup, copy command
John Hodge [Wed, 11 Jul 2012 15:41:00 +0000 (23:41 +0800)]
DiskTool - Cleanup, copy command

11 years agoModules/FAT - HUGE Rewrite to driver, with experimental write support
John Hodge [Wed, 11 Jul 2012 15:38:38 +0000 (23:38 +0800)]
Modules/FAT - HUGE Rewrite to driver, with experimental write support

11 years agoKernel - Split libc-esque functions into another file (to aid AcessNative)
John Hodge [Wed, 11 Jul 2012 15:37:40 +0000 (23:37 +0800)]
Kernel - Split libc-esque functions into another file (to aid AcessNative)

11 years agoKernel/VFS - Error catching in MkNod/O_CREAT
John Hodge [Wed, 11 Jul 2012 15:37:12 +0000 (23:37 +0800)]
Kernel/VFS - Error catching in MkNod/O_CREAT

11 years agoDiskTool - Mounts successfully, debugging readdir
John Hodge [Mon, 9 Jul 2012 08:24:35 +0000 (16:24 +0800)]
DiskTool - Mounts successfully, debugging readdir

11 years agoAcessNative - Fixed nativefs using the wrong off_t
John Hodge [Mon, 9 Jul 2012 08:24:15 +0000 (16:24 +0800)]
AcessNative - Fixed nativefs using the wrong off_t

11 years agoModules/FAT - Changed error message to be more specific
John Hodge [Mon, 9 Jul 2012 08:23:28 +0000 (16:23 +0800)]
Modules/FAT - Changed error message to be more specific

11 years agoDiskTool - Compiling again, now with modules
John Hodge [Mon, 9 Jul 2012 07:32:34 +0000 (15:32 +0800)]
DiskTool - Compiling again, now with modules

11 years agoKernel - Fixed improper use of sprintf
John Hodge [Mon, 9 Jul 2012 07:31:47 +0000 (15:31 +0800)]
Kernel - Fixed improper use of sprintf

11 years agoKernel/VFS - Fixed missuse of strcmp that caused userland compilations to break
John Hodge [Mon, 9 Jul 2012 07:09:57 +0000 (15:09 +0800)]
Kernel/VFS - Fixed missuse of strcmp that caused userland compilations to break

11 years agoDiskTool - Adding action interface, module loading (for filesystems)
John Hodge [Mon, 9 Jul 2012 05:40:47 +0000 (13:40 +0800)]
DiskTool - Adding action interface, module loading (for filesystems)

- TODO: Stub modules.h to perform neat initialisation

11 years agoDiskTook - Linked to AcessNative's nativefs, cleared up some warnings
John Hodge [Mon, 9 Jul 2012 04:45:26 +0000 (12:45 +0800)]
DiskTook - Linked to AcessNative's nativefs, cleared up some warnings

11 years agoDiskTool - Now compiles (but does nothing)
John Hodge [Mon, 9 Jul 2012 04:38:29 +0000 (12:38 +0800)]
DiskTool - Now compiles (but does nothing)

11 years agoDiskTool - Fiddling towards compiling
John Hodge [Sat, 7 Jul 2012 15:30:32 +0000 (23:30 +0800)]
DiskTool - Fiddling towards compiling

11 years agoDiskTool - Side project to use the VFS for image manipulation
John Hodge [Fri, 6 Jul 2012 08:31:10 +0000 (16:31 +0800)]
DiskTool - Side project to use the VFS for image manipulation

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

11 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

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

11 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

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