tpg/acess2.git
9 years agoKernel/IPStack - Fix TCP node size being zero instead of -1
John Hodge [Tue, 19 Aug 2014 07:47:00 +0000 (15:47 +0800)]
Kernel/IPStack - Fix TCP node size being zero instead of -1

9 years agoKernel/libc - Print address of invalid strings
John Hodge [Mon, 18 Aug 2014 23:51:10 +0000 (07:51 +0800)]
Kernel/libc - Print address of invalid strings

9 years agoKernel - MMap fixed (non-fixed mappings, bad search), SHM mmap only working
John Hodge [Mon, 18 Aug 2014 23:50:06 +0000 (07:50 +0800)]
Kernel - MMap fixed (non-fixed mappings, bad search), SHM mmap only working

9 years agoModules/UDI - Allow disabling from module arguments
John Hodge [Mon, 18 Aug 2014 23:47:40 +0000 (07:47 +0800)]
Modules/UDI - Allow disabling from module arguments

9 years agoUsermode/AxWin4 - Shared buffers working, added DrawCtrl code
John Hodge [Mon, 18 Aug 2014 23:44:28 +0000 (07:44 +0800)]
Usermode/AxWin4 - Shared buffers working, added DrawCtrl code

9 years agoUsermode/libaxwin4 - Fix to reply waiting (thread safety), added DrawControl
John Hodge [Mon, 18 Aug 2014 10:35:07 +0000 (18:35 +0800)]
Usermode/libaxwin4 - Fix to reply waiting (thread safety), added DrawControl

9 years agoUsermode/ld-acess - Fix dynamic linking quirk (STB_WEAK and R_COPY)
John Hodge [Mon, 18 Aug 2014 10:30:49 +0000 (18:30 +0800)]
Usermode/ld-acess - Fix dynamic linking quirk (STB_WEAK and R_COPY)

9 years agoUsermode/libc++ - Many fixes and cleanups
John Hodge [Mon, 18 Aug 2014 10:27:11 +0000 (18:27 +0800)]
Usermode/libc++ - Many fixes and cleanups

- Debug wrapper in cxxapi code
- Fix exception when appending to a list
- Clean up dependencies for std::exception (recursive with std::string)
- Add initializer_list support (C++11)

9 years agoUsermode/libc - Move free logic to another method, allowing libraries to catch and...
John Hodge [Mon, 18 Aug 2014 10:26:20 +0000 (18:26 +0800)]
Usermode/libc - Move free logic to another method, allowing libraries to catch and pass failures

9 years agoTools/NetTest - Fix compilation errors
John Hodge [Mon, 23 Jun 2014 10:20:59 +0000 (18:20 +0800)]
Tools/NetTest - Fix compilation errors

9 years agoUsermode/AxWin4 - Working in shared memory usage
John Hodge [Sun, 22 Jun 2014 15:17:42 +0000 (23:17 +0800)]
Usermode/AxWin4 - Working in shared memory usage

9 years agoKernel/VFS - Truncate support, mmap fixes
John Hodge [Sun, 22 Jun 2014 15:16:49 +0000 (23:16 +0800)]
Kernel/VFS - Truncate support, mmap fixes

9 years agoKernel/VFS - Kernel-side implementation of marshalled FDs
John Hodge [Sun, 22 Jun 2014 01:44:16 +0000 (09:44 +0800)]
Kernel/VFS - Kernel-side implementation of marshalled FDs

9 years agoKernel - Start on SHM 'driver' (and common in-memory finddir/readdir)
John Hodge [Sat, 21 Jun 2014 17:36:38 +0000 (01:36 +0800)]
Kernel - Start on SHM 'driver' (and common in-memory finddir/readdir)

9 years agoModules/UDI - (minor) UDIC sample update
John Hodge [Sat, 21 Jun 2014 15:56:47 +0000 (23:56 +0800)]
Modules/UDI - (minor) UDIC sample update

9 years agoKernel/Debug - Add size to hexdump header, add double space at 8 bytes
John Hodge [Sat, 21 Jun 2014 15:55:37 +0000 (23:55 +0800)]
Kernel/Debug - Add size to hexdump header, add double space at 8 bytes

9 years agoUDI - Tweaks to bochsga driver
John Hodge [Sat, 21 Jun 2014 15:55:15 +0000 (23:55 +0800)]
UDI - Tweaks to bochsga driver

9 years agoUsermode/ld-acess - Fix syscall arg count for SysDebugHex
John Hodge [Sat, 21 Jun 2014 15:47:59 +0000 (23:47 +0800)]
Usermode/ld-acess - Fix syscall arg count for SysDebugHex

9 years agoUsermode/ld-acess - STB_WEAK local symbols
John Hodge [Sat, 21 Jun 2014 15:42:39 +0000 (23:42 +0800)]
Usermode/ld-acess - STB_WEAK local symbols

9 years agoUsermode/AxWin4 - Screen dimensions acquisition, speedup, window render
John Hodge [Sat, 21 Jun 2014 15:39:25 +0000 (23:39 +0800)]
Usermode/AxWin4 - Screen dimensions acquisition, speedup, window render

9 years agoUsermode/AxWin4 - Input progressing
John Hodge [Tue, 10 Jun 2014 15:27:11 +0000 (23:27 +0800)]
Usermode/AxWin4 - Input progressing

9 years agoUsermode/AxWin4 - Mouse input in progress
John Hodge [Sun, 8 Jun 2014 15:12:55 +0000 (23:12 +0800)]
Usermode/AxWin4 - Mouse input in progress

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

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