John Hodge [Fri, 15 Feb 2013 13:20:11 +0000 (21:20 +0800)]
Modules/USB - Disabled debug in core.c
John Hodge [Fri, 15 Feb 2013 13:18:41 +0000 (21:18 +0800)]
Usermode/libc - printf fixes
John Hodge [Fri, 15 Feb 2013 03:36:13 +0000 (11:36 +0800)]
Makefiles - Silenced utest and mtest chatter
John Hodge [Fri, 15 Feb 2013 02:43:05 +0000 (10:43 +0800)]
Usermode/libc - ftoa() fixes, current test set passes
John Hodge [Fri, 15 Feb 2013 01:57:29 +0000 (09:57 +0800)]
Usermode/libc - Fixed itoa precision, ftoa rounding
John Hodge [Thu, 14 Feb 2013 05:24:25 +0000 (13:24 +0800)]
Makefile - Possible fix for travis CI compile error
John Hodge [Thu, 14 Feb 2013 03:17:03 +0000 (11:17 +0800)]
Usermode - Unit tests called from root makefile
John Hodge [Thu, 14 Feb 2013 02:04:39 +0000 (10:04 +0800)]
Usermode/libc - Fixed compilation issues in printf
John Hodge [Thu, 14 Feb 2013 00:55:49 +0000 (08:55 +0800)]
Usermode/libc - Unit tests
John Hodge [Sun, 10 Feb 2013 01:43:36 +0000 (09:43 +0800)]
Usermode/cat - Fixed order of fread/fwrite params
John Hodge [Sat, 9 Feb 2013 11:58:44 +0000 (19:58 +0800)]
Tweaking root makefile
John Hodge [Sat, 9 Feb 2013 11:56:55 +0000 (19:56 +0800)]
Usermode/libc - Fixed DIV0 in fread/fopen
John Hodge [Sat, 9 Feb 2013 11:55:15 +0000 (19:55 +0800)]
Kernel/x86 - Removed conditional debug statement in MM_AllocPhys
John Hodge [Sat, 9 Feb 2013 11:54:29 +0000 (19:54 +0800)]
Kernel/x86 - Fixed ACPICA shim possible null deref
John Hodge (sonata) [Sat, 9 Feb 2013 10:00:28 +0000 (18:00 +0800)]
TravisCI - Disabled until unit tests are ready
John Hodge (sonata) [Sat, 9 Feb 2013 09:59:50 +0000 (17:59 +0800)]
Modules/FDDv2 - Minor fix in ReadDir/FindDir
John Hodge (sonata) [Sat, 9 Feb 2013 09:59:32 +0000 (17:59 +0800)]
Kernel/x86 - Moved MP Table parsing into its own file
John Hodge [Sat, 9 Feb 2013 06:39:43 +0000 (14:39 +0800)]
Modules/LVM - Minor note
John Hodge [Fri, 8 Feb 2013 10:53:47 +0000 (18:53 +0800)]
Usermode/libc - Tester for printf
John Hodge [Fri, 8 Feb 2013 10:51:16 +0000 (18:51 +0800)]
Tools/NetTest - Seed RNG, tcpclient logging
John Hodge [Fri, 8 Feb 2013 10:50:54 +0000 (18:50 +0800)]
Tools/nativelib - Threading fixes
John Hodge [Fri, 8 Feb 2013 10:50:20 +0000 (18:50 +0800)]
Modules/IPStack - TCP minor bugfixes, arp semaphore name
John Hodge [Fri, 8 Feb 2013 10:49:43 +0000 (18:49 +0800)]
Kernel/semaphore - Logging improvements
John Hodge [Thu, 7 Feb 2013 10:43:06 +0000 (18:43 +0800)]
Usermode/libc - FP printf (partial)
John Hodge [Sat, 2 Feb 2013 13:20:22 +0000 (21:20 +0800)]
Usermode/libc - Removed debug SysDebug
John Hodge [Sat, 2 Feb 2013 13:19:59 +0000 (21:19 +0800)]
Kernel - Implimented cached escape codes
John Hodge [Sat, 2 Feb 2013 12:57:25 +0000 (20:57 +0800)]
Usermode/libc - Moved *printf into printf.c
- NOTE: VTerm colour codes are broken due to kernel bug
John Hodge [Sat, 2 Feb 2013 09:18:59 +0000 (17:18 +0800)]
Merge branch 'master' of git://git.ucc.asn.au/tpg/acess2
John Hodge [Sat, 2 Feb 2013 09:18:42 +0000 (17:18 +0800)]
Merge branch 'master' of git://localhost/acess2
John Hodge [Sat, 2 Feb 2013 09:16:03 +0000 (17:16 +0800)]
nativelib - Fixed some possible NULL dereferences
John Hodge [Fri, 1 Feb 2013 04:54:29 +0000 (12:54 +0800)]
DiskTool - Actual help message :)
John Hodge [Fri, 1 Feb 2013 04:54:19 +0000 (12:54 +0800)]
nativelib - Compilation fixes
John Hodge (sonata) [Fri, 1 Feb 2013 03:29:44 +0000 (11:29 +0800)]
NativeLib - Including kernelland locks
John Hodge (sonata) [Fri, 1 Feb 2013 02:50:24 +0000 (10:50 +0800)]
Kernel - Updated events and workqueue to use new function
John Hodge (sonata) [Fri, 1 Feb 2013 02:45:37 +0000 (10:45 +0800)]
Kernel - Removed while() loops in locks with Threads_int_WaitForStatusEnd
- Should allow userland usage of lock code
John Hodge [Wed, 30 Jan 2013 05:26:06 +0000 (13:26 +0800)]
Merge branch 'master' of git://git.ucc.asn.au/tpg/acess2
John Hodge (sonata) [Tue, 29 Jan 2013 11:40:47 +0000 (19:40 +0800)]
Applications/irc - Added MOTD start code
John Hodge (sonata) [Tue, 29 Jan 2013 11:40:28 +0000 (19:40 +0800)]
Modules/IPStack - Fixed NULL dereference in routing
John Hodge (sonata) [Mon, 28 Jan 2013 15:13:23 +0000 (23:13 +0800)]
Modules/IPStack - Killing Threads_Yield
John Hodge (sonata) [Mon, 28 Jan 2013 15:13:07 +0000 (23:13 +0800)]
Tools/nativelib - More things implimented
John Hodge [Mon, 28 Jan 2013 10:56:20 +0000 (18:56 +0800)]
Kernel - (experimental) Allowing THREAD_EVENT_TIMER to wake a semaphore
John Hodge [Mon, 28 Jan 2013 10:53:01 +0000 (18:53 +0800)]
AcessNative/nativefs - Removed debug
John Hodge [Mon, 28 Jan 2013 10:52:36 +0000 (18:52 +0800)]
Modules/IPStack - Fixed use of sprintf(NULL,...)
John Hodge [Mon, 28 Jan 2013 10:52:05 +0000 (18:52 +0800)]
BuildConf/ARMv7 - Switched to eabi
John Hodge [Mon, 28 Jan 2013 10:51:34 +0000 (18:51 +0800)]
Kernel/x86_64 - Fixed misplaced jump
John Hodge [Mon, 28 Jan 2013 10:46:53 +0000 (18:46 +0800)]
Tools/nativelib - Many features implimented
John Hodge [Mon, 28 Jan 2013 06:20:51 +0000 (14:20 +0800)]
IPStack - Breaking things (constant iftype)
John Hodge [Mon, 28 Jan 2013 06:09:55 +0000 (14:09 +0800)]
nativelib - Implimenting missing functions
John Hodge [Mon, 28 Jan 2013 04:31:26 +0000 (12:31 +0800)]
nativelib - Compile fixes
John Hodge [Mon, 28 Jan 2013 04:14:43 +0000 (12:14 +0800)]
Merge branch 'master' of git://git.ucc.asn.au/tpg/acess2
John Hodge [Mon, 28 Jan 2013 04:14:20 +0000 (12:14 +0800)]
Kernel[Tegra2] - Messing about debugging tegra stuff
John Hodge [Mon, 28 Jan 2013 04:12:42 +0000 (12:12 +0800)]
Kernel - Fix ACLs using anon structures
John Hodge (sonata) [Mon, 28 Jan 2013 01:55:01 +0000 (09:55 +0800)]
Cleaning up clang warnings
John Hodge [Sun, 27 Jan 2013 09:15:57 +0000 (17:15 +0800)]
Merge branch 'master' of git://git.ucc.asn.au/tpg/acess2
John Hodge (sonata) [Sun, 27 Jan 2013 08:12:28 +0000 (16:12 +0800)]
Tools/nativelib - Working on threading
John Hodge (sonata) [Sat, 26 Jan 2013 09:40:53 +0000 (17:40 +0800)]
NetTest - Compiles, doesn't yet do much
John Hodge (sonata) [Fri, 25 Jan 2013 14:54:57 +0000 (22:54 +0800)]
Fixing gitignore
John Hodge (sonata) [Fri, 25 Jan 2013 14:53:26 +0000 (22:53 +0800)]
Tools - Added SDL_Image->.sif converter
John Hodge (sonata) [Fri, 25 Jan 2013 14:52:35 +0000 (22:52 +0800)]
IPStack/tcp - Added deferred ACK support
John Hodge (sonata) [Fri, 25 Jan 2013 14:51:07 +0000 (22:51 +0800)]
Kernel/vterm - Fixed bug in \e[100m support
John Hodge (sonata) [Fri, 25 Jan 2013 14:48:07 +0000 (22:48 +0800)]
Kernel - Moved string functions into a separate header (for native stuff)
John Hodge (sonata) [Fri, 25 Jan 2013 14:46:55 +0000 (22:46 +0800)]
Tools/DiskTool - Splitting parts out to be shared with NetTest
John Hodge (sonata) [Wed, 23 Jan 2013 13:58:13 +0000 (21:58 +0800)]
Kernel/vterm - Implimented 90-97/100-107 font modes for nyan cat :)
John Hodge (sonata) [Wed, 23 Jan 2013 10:29:50 +0000 (18:29 +0800)]
Usermode/axwin3 - Made menus auto-raised
John Hodge [Tue, 22 Jan 2013 09:26:02 +0000 (17:26 +0800)]
Merge branch 'master' of git://git.ucc.asn.au/tpg/acess2
John Hodge [Tue, 22 Jan 2013 09:25:30 +0000 (17:25 +0800)]
Kernel/debug - Panic to VT for the first nested panic
John Hodge [Tue, 22 Jan 2013 06:27:11 +0000 (14:27 +0800)]
Merge branch 'master' of git://localhost/acess2
John Hodge (sonata) [Sun, 20 Jan 2013 13:27:11 +0000 (21:27 +0800)]
Usermode/GUITerminal - Backspace and over-greedy fix
John Hodge (sonata) [Sun, 20 Jan 2013 13:26:46 +0000 (21:26 +0800)]
Usermode/axwin3 - RichText cursor (hacked)
John Hodge (sonata) [Sun, 20 Jan 2013 13:25:57 +0000 (21:25 +0800)]
Kernel/fifo - Fixed memory corruption
John Hodge (sonata) [Sun, 20 Jan 2013 12:15:37 +0000 (20:15 +0800)]
Kernel - Fixed recursion runaway on Panic() in debug
John Hodge (sonata) [Sun, 20 Jan 2013 10:45:15 +0000 (18:45 +0800)]
Usermode/GUITerminal - Text colouring and cursor
John Hodge (sonata) [Sun, 20 Jan 2013 10:44:44 +0000 (18:44 +0800)]
Usermode/axwin3 - Added WNDMSG_FIRE handler to richtext lib
John Hodge (sonata) [Sun, 20 Jan 2013 10:44:15 +0000 (18:44 +0800)]
Usermode/axwin3 - Input fixes
John Hodge (sonata) [Sun, 20 Jan 2013 10:43:07 +0000 (18:43 +0800)]
Fixed FDD install
John Hodge (sonata) [Sun, 20 Jan 2013 09:24:16 +0000 (17:24 +0800)]
Usermode/GUITerminal - Now can show shell
John Hodge (sonata) [Sun, 20 Jan 2013 09:23:24 +0000 (17:23 +0800)]
Usermode/axwin3 - Richtext invalidate window on text update
John Hodge (sonata) [Sun, 20 Jan 2013 09:23:10 +0000 (17:23 +0800)]
Kernel/FIFO - Debug
John Hodge (sonata) [Sun, 20 Jan 2013 09:22:20 +0000 (17:22 +0800)]
Usermode/libunicode - Hack, see diff :)
John Hodge (sonata) [Sun, 20 Jan 2013 09:21:44 +0000 (17:21 +0800)]
Usermode/libc - Fixed printf() sending \0
John Hodge (sonata) [Sun, 20 Jan 2013 07:02:29 +0000 (15:02 +0800)]
Usermode/GUITerminal - VT100 extended parsing
John Hodge (sonata) [Sun, 20 Jan 2013 07:02:13 +0000 (15:02 +0800)]
Kernel/vterm - Added warning on unknown init option
John Hodge (sonata) [Sun, 20 Jan 2013 06:32:14 +0000 (14:32 +0800)]
Modules/RPiDisplay - Commiting non-compiled code
John Hodge (sonata) [Sun, 20 Jan 2013 06:31:43 +0000 (14:31 +0800)]
Notes - Random 3D notes
John Hodge (sonata) [Sun, 20 Jan 2013 06:31:15 +0000 (14:31 +0800)]
Makefile - Added libunicode and GUI terminal
John Hodge (sonata) [Sun, 20 Jan 2013 06:30:49 +0000 (14:30 +0800)]
Modules/InitRD - Added GUI terminal and libunicode to initrd
John Hodge (sonata) [Sun, 20 Jan 2013 06:30:22 +0000 (14:30 +0800)]
Usermode/axwin3 - Implimented terminal spawn command
John Hodge (sonata) [Sun, 20 Jan 2013 06:29:48 +0000 (14:29 +0800)]
Usermode/GUITerminal - Progressing, compiles and runs but stubbed
John Hodge (sonata) [Sun, 20 Jan 2013 06:29:19 +0000 (14:29 +0800)]
Kernel/fifo - (minor) Debugging
John Hodge (sonata) [Sun, 20 Jan 2013 06:28:54 +0000 (14:28 +0800)]
Modules/BochsGA - Added 800x480 mode
John Hodge (sonata) [Sun, 20 Jan 2013 06:27:39 +0000 (14:27 +0800)]
Usermode - Moved UTF-8 handling into a library
John Hodge (sonata) [Sun, 20 Jan 2013 06:26:34 +0000 (14:26 +0800)]
Kernel/vfs - Better handling of -1 in handle list
John Hodge (sonata) [Sun, 20 Jan 2013 04:49:05 +0000 (12:49 +0800)]
Usermode/Filesystem - Added sample/default inittab
John Hodge (sonata) [Sun, 20 Jan 2013 04:48:37 +0000 (12:48 +0800)]
Usermode/axwin3 - (minor) Fixed errnous warning about _SysSpawn
John Hodge (sonata) [Sun, 20 Jan 2013 04:47:23 +0000 (12:47 +0800)]
Usermode/ld-acess - Fixed error in FD_CLR that nuked the entire block
John Hodge (sonata) [Sun, 20 Jan 2013 04:47:12 +0000 (12:47 +0800)]
Kernel - Debug to messages/select
John Hodge (sonata) [Sun, 20 Jan 2013 04:46:43 +0000 (12:46 +0800)]
Modules/VIARhineII - (minor) Removed unnessesary message
John Hodge (sonata) [Sun, 20 Jan 2013 04:46:23 +0000 (12:46 +0800)]
Kernel/x86 - (minor) Cleaned up debug in VM8086
John Hodge (sonata) [Sun, 20 Jan 2013 04:46:01 +0000 (12:46 +0800)]
Modules/IPStack - (minor) Fixed return value of UDP channel write
John Hodge (sonata) [Sun, 20 Jan 2013 00:50:59 +0000 (08:50 +0800)]
Root - Update to travis-ci config
UCC git Repository :: git.ucc.asn.au