tpg/acess2.git
9 years agoModules/VirtIO - Fix bad ASSERTC
John Hodge [Sun, 8 Jun 2014 15:12:09 +0000 (23:12 +0800)]
Modules/VirtIO - Fix bad ASSERTC

9 years agoUsermode/AxWin4 - Rendering random data successfully now
John Hodge [Sun, 8 Jun 2014 14:31:00 +0000 (22:31 +0800)]
Usermode/AxWin4 - Rendering random data successfully now

9 years agoUsermode/libc++ - Override allocators to remove placement new call for primitive...
John Hodge [Sun, 8 Jun 2014 13:23:51 +0000 (21:23 +0800)]
Usermode/libc++ - Override allocators to remove placement new call for primitive types

9 years agoKernel/VTerm - Add 2DCmd push image support
John Hodge [Sun, 8 Jun 2014 13:20:11 +0000 (21:20 +0800)]
Kernel/VTerm - Add 2DCmd push image support

9 years agoUsermode/Syscalls - Add WriteAt/ReadAt syscalls
John Hodge [Sun, 8 Jun 2014 13:18:27 +0000 (21:18 +0800)]
Usermode/Syscalls - Add WriteAt/ReadAt syscalls

9 years agoUsermode/AxWin4 - PushData implemented
John Hodge [Sun, 8 Jun 2014 10:39:52 +0000 (18:39 +0800)]
Usermode/AxWin4 - PushData implemented

9 years agoKernel/Debug - Fix normal log lines to be printed in one go
John Hodge [Sun, 8 Jun 2014 09:57:23 +0000 (17:57 +0800)]
Kernel/Debug - Fix normal log lines to be printed in one go

- Propagate full-draw-success status from Debug_Fmt to allow
  detection of a truncated line (and allow line capping)

9 years agoKernel/VTerm - Fix doing full redraw on every string
John Hodge [Sun, 8 Jun 2014 09:56:45 +0000 (17:56 +0800)]
Kernel/VTerm - Fix doing full redraw on every string

9 years agoModules/InitRD - Add AxWin4
John Hodge [Sun, 8 Jun 2014 06:24:43 +0000 (14:24 +0800)]
Modules/InitRD - Add AxWin4

9 years agoUsermode/AxWin4 - Add very basic start on a UI program
John Hodge [Sun, 8 Jun 2014 06:23:50 +0000 (14:23 +0800)]
Usermode/AxWin4 - Add very basic start on a UI program

9 years agoUsermode/AxWin4 - Slowly implementing
John Hodge [Sun, 8 Jun 2014 06:23:17 +0000 (14:23 +0800)]
Usermode/AxWin4 - Slowly implementing

9 years agoUsermode - Remove acess.ld (unneeded now)
John Hodge [Sun, 8 Jun 2014 06:21:50 +0000 (14:21 +0800)]
Usermode - Remove acess.ld (unneeded now)

9 years agoUsermode/libaxwin4 - Fix bad message ID for resize, bad return in window create
John Hodge [Sun, 8 Jun 2014 06:15:18 +0000 (14:15 +0800)]
Usermode/libaxwin4 - Fix bad message ID for resize, bad return in window create

9 years agoUsermode/libc++ - Fix system_error construction, silcence EH debug
John Hodge [Sun, 8 Jun 2014 06:03:01 +0000 (14:03 +0800)]
Usermode/libc++ - Fix system_error construction, silcence EH debug

9 years agoUsermode/libc++ - STL Fix string termination, silence map debug
John Hodge [Sun, 8 Jun 2014 06:01:55 +0000 (14:01 +0800)]
Usermode/libc++ - STL Fix string termination, silence map debug

9 years agoKernel - Fix user handles not being cleared by Threads_Delete
John Hodge [Sun, 8 Jun 2014 05:55:32 +0000 (13:55 +0800)]
Kernel - Fix user handles not being cleared by Threads_Delete

- It would have destroyed the caller's handle list instead

9 years agoKernel/IPCPipe - Add queue length limit, watch for _ERROR in select
John Hodge [Sun, 8 Jun 2014 05:54:47 +0000 (13:54 +0800)]
Kernel/IPCPipe - Add queue length limit, watch for _ERROR in select

9 years agoKernel/vfs - Return matched flags from VFS_SelectNode
John Hodge [Sun, 8 Jun 2014 05:51:47 +0000 (13:51 +0800)]
Kernel/vfs - Return matched flags from VFS_SelectNode

9 years agoUsermode/libc++ - Exception handling implemented (partially)
John Hodge [Fri, 6 Jun 2014 15:42:45 +0000 (23:42 +0800)]
Usermode/libc++ - Exception handling implemented (partially)

- Throwing and catching of single-inheritance exceptions working on x8
- MI not implemented
- Exception specifcations not implemented

9 years agoUsermode/syscalls - Add SysDebugHex syscall (Debug_HexDump)
John Hodge [Fri, 6 Jun 2014 15:41:28 +0000 (23:41 +0800)]
Usermode/syscalls - Add SysDebugHex syscall (Debug_HexDump)

- Also disable assertion on STB_WEAK locals

9 years agoBuildConf - Use cross-compiler
John Hodge [Sat, 31 May 2014 06:00:29 +0000 (14:00 +0800)]
BuildConf - Use cross-compiler

9 years agoUsermode/init - Better logging
John Hodge [Sat, 31 May 2014 05:59:33 +0000 (13:59 +0800)]
Usermode/init - Better logging

9 years agoKernel/serial - Debugging added (disabled)
John Hodge [Sat, 31 May 2014 05:59:06 +0000 (13:59 +0800)]
Kernel/serial - Debugging added (disabled)

9 years agoKernel/debug - make Panic() emit red text
John Hodge [Sat, 31 May 2014 05:45:29 +0000 (13:45 +0800)]
Kernel/debug - make Panic() emit red text

9 years agoKernel/binary - Emit warning when interpreter can't be loaded
John Hodge [Sat, 31 May 2014 05:45:03 +0000 (13:45 +0800)]
Kernel/binary - Emit warning when interpreter can't be loaded

9 years agoUsermode/AxWin4 - Fix deserialiser, ::std::map for client windows, debugging
John Hodge [Sat, 31 May 2014 05:44:11 +0000 (13:44 +0800)]
Usermode/AxWin4 - Fix deserialiser, ::std::map for client windows, debugging

9 years agoUsermode/libposix - Update makefile to include crt* files
John Hodge [Sat, 31 May 2014 05:42:27 +0000 (13:42 +0800)]
Usermode/libposix - Update makefile to include crt* files

9 years agoUsermode/libc - Makefile update, move stdin/... to .data for R_*_COPY to work
John Hodge [Sat, 31 May 2014 05:41:32 +0000 (13:41 +0800)]
Usermode/libc - Makefile update, move stdin/... to .data for R_*_COPY to work

9 years agoUsermode/libc++ - ::std::map implementation mostly
John Hodge [Sat, 31 May 2014 05:39:35 +0000 (13:39 +0800)]
Usermode/libc++ - ::std::map implementation mostly

9 years agoExternals/cross-compiler - Fix GCC patchset to emit a correct userland
John Hodge [Sat, 31 May 2014 05:38:56 +0000 (13:38 +0800)]
Externals/cross-compiler - Fix GCC patchset to emit a correct userland

9 years agoBuildConf - Switch to OS specific cross-compiler (instead of bare)
John Hodge [Sat, 31 May 2014 05:38:30 +0000 (13:38 +0800)]
BuildConf - Switch to OS specific cross-compiler (instead of bare)

9 years agoUsermode/crt0 - Added shared version for libraries
John Hodge [Sat, 31 May 2014 05:36:52 +0000 (13:36 +0800)]
Usermode/crt0 - Added shared version for libraries

9 years agoUsermode/ld-acess - Large cleanup to ELF dynamic linking
John Hodge [Sat, 31 May 2014 05:35:53 +0000 (13:35 +0800)]
Usermode/ld-acess - Large cleanup to ELF dynamic linking

- Support for weak symbols, and corrected resolution logic
- General code cleanup

9 years agoUsermode/crt0 - Replaced crtbegin/crtend with crti/crtn
John Hodge [Mon, 26 May 2014 09:45:12 +0000 (17:45 +0800)]
Usermode/crt0 - Replaced crtbegin/crtend with crti/crtn

9 years agoUsermode/libaxwin4 - Implementation and debug
John Hodge [Mon, 26 May 2014 09:44:09 +0000 (17:44 +0800)]
Usermode/libaxwin4 - Implementation and debug

9 years agoUsermode/libc++ - Debug in cxa code, list emplace and iterators, general STL fixes
John Hodge [Mon, 26 May 2014 09:43:28 +0000 (17:43 +0800)]
Usermode/libc++ - Debug in cxa code, list emplace and iterators, general STL fixes

9 years agoUsermode/AxWin4 - Server implementation runnable
John Hodge [Mon, 26 May 2014 09:41:30 +0000 (17:41 +0800)]
Usermode/AxWin4 - Server implementation runnable

9 years agoUsermode/AxWin4 - Starting work on client-side library
John Hodge [Sat, 24 May 2014 15:12:50 +0000 (23:12 +0800)]
Usermode/AxWin4 - Starting work on client-side library

9 years agoUsermode/libc++ - system_error and vector implementation
John Hodge [Sat, 24 May 2014 15:11:10 +0000 (23:11 +0800)]
Usermode/libc++ - system_error and vector implementation

9 years agoKernel/UDI - Fix omission of UDI_PCI_VERSION in bus_pci.c
John Hodge [Sat, 24 May 2014 15:08:44 +0000 (23:08 +0800)]
Kernel/UDI - Fix omission of UDI_PCI_VERSION in bus_pci.c

9 years agoUDI/udibuild - Added command tracing flag, C99 pedantic in default config
John Hodge [Sat, 24 May 2014 15:05:55 +0000 (23:05 +0800)]
UDI/udibuild - Added command tracing flag, C99 pedantic in default config

9 years agoUDI/include - Fix automatic inclusion of PCI binding
John Hodge [Sat, 24 May 2014 14:52:23 +0000 (22:52 +0800)]
UDI/include - Fix automatic inclusion of PCI binding

9 years agoUDI/udibuild - Add more warnings to build configuration
John Hodge [Sat, 24 May 2014 14:52:02 +0000 (22:52 +0800)]
UDI/udibuild - Add more warnings to build configuration

9 years agoUDI/uart_16c550 - Fix includes in preparation for comming commit
John Hodge [Sat, 24 May 2014 14:51:27 +0000 (22:51 +0800)]
UDI/uart_16c550 - Fix includes in preparation for comming commit

9 years agoUDI/net_ne2000 - Fix incompatabilities pointed out by [com]buster
John Hodge [Sat, 24 May 2014 14:50:23 +0000 (22:50 +0800)]
UDI/net_ne2000 - Fix incompatabilities pointed out by [com]buster

9 years agoUsermode/AxWin4 - Add forgotten cursor (same file as AxWin3's)
John Hodge [Sat, 24 May 2014 09:20:22 +0000 (17:20 +0800)]
Usermode/AxWin4 - Add forgotten cursor (same file as AxWin3's)

9 years agoUsermode/AxWin4 - Server implemenation moving along
John Hodge [Sat, 24 May 2014 09:19:54 +0000 (17:19 +0800)]
Usermode/AxWin4 - Server implemenation moving along

9 years agoUsermode/libc++ - Tweaks to STL
John Hodge [Sat, 24 May 2014 09:19:02 +0000 (17:19 +0800)]
Usermode/libc++ - Tweaks to STL

9 years agoTests - Cleanup (disabling TCP Window Size module test)
John Hodge [Fri, 23 May 2014 00:21:05 +0000 (08:21 +0800)]
Tests - Cleanup (disabling TCP Window Size module test)

9 years agoUDI - Revised udi_gfx from [com]buster
John Hodge [Fri, 23 May 2014 00:14:00 +0000 (08:14 +0800)]
UDI - Revised udi_gfx from [com]buster

9 years agoUsermode/axwin4 - Continuing
John Hodge [Fri, 23 May 2014 00:13:19 +0000 (08:13 +0800)]
Usermode/axwin4 - Continuing

9 years agoUsermode/libc++ - ::std::list allocator and insert, <new> header
John Hodge [Fri, 23 May 2014 00:12:43 +0000 (08:12 +0800)]
Usermode/libc++ - ::std::list allocator and insert, <new> header

9 years agoUsermode/irc - Fix scrolling on new messages.
John Hodge [Thu, 22 May 2014 01:02:00 +0000 (09:02 +0800)]
Usermode/irc - Fix scrolling on new messages.

- Also fixed scroll direction in GUI terminal

9 years agoModules/UDI - Fix compilation errors due to invalid UDI_*_VERSION macros
John Hodge [Thu, 22 May 2014 00:26:37 +0000 (08:26 +0800)]
Modules/UDI - Fix compilation errors due to invalid UDI_*_VERSION macros

9 years agoModules/InitRD - Silence creation script
John Hodge [Wed, 21 May 2014 15:23:36 +0000 (23:23 +0800)]
Modules/InitRD - Silence creation script

9 years agoUsermode/libc++ - Exceptions mostly
John Hodge [Wed, 21 May 2014 15:23:10 +0000 (23:23 +0800)]
Usermode/libc++ - Exceptions mostly

9 years agousermode/axwin4 - Blit to screen planned
John Hodge [Wed, 21 May 2014 15:22:33 +0000 (23:22 +0800)]
usermode/axwin4 - Blit to screen planned

9 years agoUsermode/irc - Fix pointer mismatch printing new messages
John Hodge [Wed, 21 May 2014 15:21:57 +0000 (23:21 +0800)]
Usermode/irc - Fix pointer mismatch printing new messages

9 years agoUDI - Added checks on UDI_[NIC|PHYSIO]_VERSION
John Hodge [Wed, 21 May 2014 15:19:33 +0000 (23:19 +0800)]
UDI - Added checks on UDI_[NIC|PHYSIO]_VERSION

9 years agoUDI/drivers - Add UDI_VERSION definition
John Hodge [Wed, 21 May 2014 09:59:53 +0000 (17:59 +0800)]
UDI/drivers - Add UDI_VERSION definition

9 years agoUsermode/libc++ - Exception handling in progress (build broken)
John Hodge [Sun, 18 May 2014 15:51:17 +0000 (23:51 +0800)]
Usermode/libc++ - Exception handling in progress (build broken)

9 years agoUsermode/Applications - Set GNU++11 for C++ compilation
John Hodge [Sun, 18 May 2014 14:02:00 +0000 (22:02 +0800)]
Usermode/Applications - Set GNU++11 for C++ compilation

9 years agoUsermode/libc++ - Starting on a hacky STL implementation
John Hodge [Sun, 18 May 2014 14:01:17 +0000 (22:01 +0800)]
Usermode/libc++ - Starting on a hacky STL implementation

- String is the most complete, list is hack central

9 years agoUsermode/AxWin4 - Code now compiling (if STL is present)
John Hodge [Sun, 18 May 2014 14:00:34 +0000 (22:00 +0800)]
Usermode/AxWin4 - Code now compiling (if STL is present)

9 years agoModules/IPStack - Disable TCP debug
John Hodge [Sun, 18 May 2014 06:41:40 +0000 (14:41 +0800)]
Modules/IPStack - Disable TCP debug

9 years agoMerge branch 'master' of git://localhost/acess2
John Hodge [Sun, 18 May 2014 06:27:39 +0000 (14:27 +0800)]
Merge branch 'master' of git://localhost/acess2

9 years agoKernel/x86_64 - Fix MM_AllocDMA to handle NULL PAddr pointer
John Hodge [Sun, 18 May 2014 06:26:38 +0000 (14:26 +0800)]
Kernel/x86_64 - Fix MM_AllocDMA to handle NULL PAddr pointer

9 years agoKernel/x86 - Fix not restoring registers in Proc_CloneInt
John Hodge [Sun, 18 May 2014 06:17:26 +0000 (14:17 +0800)]
Kernel/x86 - Fix not restoring registers in Proc_CloneInt

9 years agoKernel/VTerm - Fix scroll in alt buffer
John Hodge [Sun, 18 May 2014 06:10:22 +0000 (14:10 +0800)]
Kernel/VTerm - Fix scroll in alt buffer

9 years agoUsermode/gui_terminal - Minor touches to VT100 handling
John Hodge [Sun, 18 May 2014 06:05:41 +0000 (14:05 +0800)]
Usermode/gui_terminal - Minor touches to VT100 handling

9 years agoUsermode/libnet - Fix IPV4 parsing code to use stroul
John Hodge [Sun, 18 May 2014 06:02:34 +0000 (14:02 +0800)]
Usermode/libnet - Fix IPV4 parsing code to use stroul

9 years agoUsermode/Makefile - Use a single command for dependency generation+compilation
John Hodge [Sun, 18 May 2014 06:01:36 +0000 (14:01 +0800)]
Usermode/Makefile - Use a single command for dependency generation+compilation

9 years agoModules/E1000 - (minor) Logging when init fails
John Hodge [Sun, 18 May 2014 05:58:06 +0000 (13:58 +0800)]
Modules/E1000 - (minor) Logging when init fails

9 years agoUsermode/irc - New code working, glitches on wrapped messages (swapping windows might...
John Hodge [Sun, 18 May 2014 05:56:48 +0000 (13:56 +0800)]
Usermode/irc - New code working, glitches on wrapped messages (swapping windows might fix)

9 years agoMerge branch 'master' of ssh.ucc.asn.au:tpg/acess2
John Hodge (sonata) [Sun, 18 May 2014 00:47:08 +0000 (08:47 +0800)]
Merge branch 'master' of ssh.ucc.asn.au:tpg/acess2

9 years agoUsermode/irc - Rework into multiple files
John Hodge [Sat, 17 May 2014 16:20:56 +0000 (00:20 +0800)]
Usermode/irc - Rework into multiple files

9 years agoUsermode/ld-acess - Fix x86_64 not saving RBP on no-arg syscalls
John Hodge [Sat, 17 May 2014 12:15:06 +0000 (20:15 +0800)]
Usermode/ld-acess - Fix x86_64 not saving RBP on no-arg syscalls

9 years agoUsermode/axwin4 - Starting on implementation
John Hodge [Sat, 17 May 2014 12:14:06 +0000 (20:14 +0800)]
Usermode/axwin4 - Starting on implementation

9 years agoMerge branch 'master' of git://github.com/thepowersgang/acess2
John Hodge [Wed, 14 May 2014 09:42:51 +0000 (17:42 +0800)]
Merge branch 'master' of git://github.com/thepowersgang/acess2

9 years agoBuildConf - Switch x86 to i686-elf compiler
John Hodge [Wed, 14 May 2014 09:42:02 +0000 (17:42 +0800)]
BuildConf - Switch x86 to i686-elf compiler

10 years agoUTest+MTest - Minor makefile fixes for travis-ci
John Hodge [Mon, 12 May 2014 06:43:26 +0000 (14:43 +0800)]
UTest+MTest - Minor makefile fixes for travis-ci

10 years agoUsermode/AxWin4 - Planning mostly
John Hodge [Sun, 11 May 2014 14:38:11 +0000 (22:38 +0800)]
Usermode/AxWin4 - Planning mostly

10 years agoMerge branch 'master' of github.com:thepowersgang/acess2
John Hodge [Sun, 11 May 2014 09:10:55 +0000 (17:10 +0800)]
Merge branch 'master' of github.com:thepowersgang/acess2

10 years agoNativelib - Fix clang compilation issues
John Hodge [Sun, 11 May 2014 07:51:41 +0000 (15:51 +0800)]
Nativelib - Fix clang compilation issues

10 years agoMakefile - Fix mtest target (and clean up utest targets)
John Hodge [Sun, 11 May 2014 07:20:51 +0000 (15:20 +0800)]
Makefile - Fix mtest target (and clean up utest targets)

10 years agoExternals/netsurf - Minor fixes, now compiles up to core (requires curl includes)
John Hodge [Sun, 11 May 2014 07:01:13 +0000 (15:01 +0800)]
Externals/netsurf - Minor fixes, now compiles up to core (requires curl includes)

10 years agoUsermode/libc - Fixes and additions from curl
John Hodge [Sun, 11 May 2014 07:00:05 +0000 (15:00 +0800)]
Usermode/libc - Fixes and additions from curl

NOTE - The GCC cross-compiler applies fixincludes to stdio.h

10 years agoExternals/curl - Add curl patchset (works with some libc fixes, to come)
John Hodge [Sun, 11 May 2014 06:59:18 +0000 (14:59 +0800)]
Externals/curl - Add curl patchset (works with some libc fixes, to come)

10 years agoUsermode/libposix - Updates to get curl and netsurf compiled
John Hodge [Sun, 11 May 2014 06:58:35 +0000 (14:58 +0800)]
Usermode/libposix - Updates to get curl and netsurf compiled

10 years agoUsermode/libm - Add hacky INFINITY and NAN macros
John Hodge [Sat, 10 May 2014 09:18:31 +0000 (17:18 +0800)]
Usermode/libm - Add hacky INFINITY and NAN macros

10 years agoUsermode/libc - Actually fix strtoi (passing utest now)
John Hodge [Sat, 10 May 2014 09:17:46 +0000 (17:17 +0800)]
Usermode/libc - Actually fix strtoi (passing utest now)

10 years agoUsermode/libc - Add C99 errno values, fix compile error in strtoi
John Hodge [Sat, 10 May 2014 09:06:05 +0000 (17:06 +0800)]
Usermode/libc - Add C99 errno values, fix compile error in strtoi

10 years agoUsermode/libposix - add stubbed getopt
John Hodge [Sat, 10 May 2014 09:05:02 +0000 (17:05 +0800)]
Usermode/libposix - add stubbed getopt

10 years agoTravisCI Config - Ignore errors in make
John Hodge [Sat, 10 May 2014 07:45:37 +0000 (15:45 +0800)]
TravisCI Config - Ignore errors in make

10 years agogitignore - Ignore ISO files
John Hodge [Sat, 10 May 2014 07:45:20 +0000 (15:45 +0800)]
gitignore - Ignore ISO files

10 years agoModules/BochsGA - Comment on new MMIO registers, output full BAR set
John Hodge [Sat, 10 May 2014 07:44:32 +0000 (15:44 +0800)]
Modules/BochsGA - Comment on new MMIO registers, output full BAR set

10 years agoModules/Tegra2Vid - (minor) Fix use of PL110 in IOCtl identifier
John Hodge [Sat, 10 May 2014 07:43:41 +0000 (15:43 +0800)]
Modules/Tegra2Vid - (minor) Fix use of PL110 in IOCtl identifier

10 years agoKernel/libc - Define _SysDebug macro for userland libc debugging
John Hodge [Sat, 10 May 2014 07:43:17 +0000 (15:43 +0800)]
Kernel/libc - Define _SysDebug macro for userland libc debugging

10 years agoKernel/PCI - (minor) Planned function to handle device mapping
John Hodge [Sat, 10 May 2014 07:42:59 +0000 (15:42 +0800)]
Kernel/PCI - (minor) Planned function to handle device mapping

10 years agoModules/UDI - Handle errors in udiprops more gracefully
John Hodge [Sat, 10 May 2014 07:42:05 +0000 (15:42 +0800)]
Modules/UDI - Handle errors in udiprops more gracefully

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