tpg/acess2.git
11 years agoMerge branch 'master' of git://localhost/acess2
John Hodge [Tue, 5 Mar 2013 07:46:15 +0000 (15:46 +0800)]
Merge branch 'master' of git://localhost/acess2

11 years ago.gitignore - Added Usermode/include
John Hodge (sonata) [Tue, 5 Mar 2013 07:43:18 +0000 (15:43 +0800)]
.gitignore - Added Usermode/include

11 years agoUsermode/inittab - Vim modeline?
John Hodge (sonata) [Tue, 5 Mar 2013 07:41:01 +0000 (15:41 +0800)]
Usermode/inittab - Vim modeline?

11 years agoUsermode/libc - Fixed switched SEEK_CUR/SEEK_SET values
John Hodge (sonata) [Tue, 5 Mar 2013 07:40:10 +0000 (15:40 +0800)]
Usermode/libc - Fixed switched SEEK_CUR/SEEK_SET values

11 years agoUsermode/init - Fixed a couple of NULL dereferences
John Hodge (sonata) [Tue, 5 Mar 2013 07:39:51 +0000 (15:39 +0800)]
Usermode/init - Fixed a couple of NULL dereferences

11 years agoKernel/VFS - Fix debug in io.c
John Hodge (sonata) [Tue, 5 Mar 2013 07:38:32 +0000 (15:38 +0800)]
Kernel/VFS - Fix debug in io.c

11 years agoKernel - Fixed bug in isupper()
John Hodge (sonata) [Tue, 5 Mar 2013 07:38:00 +0000 (15:38 +0800)]
Kernel - Fixed bug in isupper()

11 years agoExternals/cross-compiler - Fixed sysroot to be arch-specific
John Hodge [Tue, 5 Mar 2013 03:20:52 +0000 (11:20 +0800)]
Externals/cross-compiler - Fixed sysroot to be arch-specific

11 years agoUsermode/inittab - Fixed bad vim modeline
John Hodge [Tue, 5 Mar 2013 02:06:29 +0000 (10:06 +0800)]
Usermode/inittab - Fixed bad vim modeline

11 years agogitignore updates
John Hodge [Tue, 5 Mar 2013 02:03:15 +0000 (10:03 +0800)]
gitignore updates

11 years agoExternals/cross-compiler - Compilation works (for some definitions)
John Hodge [Tue, 5 Mar 2013 02:01:01 +0000 (10:01 +0800)]
Externals/cross-compiler - Compilation works (for some definitions)

11 years agoUsermode/crt0 - Patching to support cross-compiler
John Hodge [Tue, 5 Mar 2013 02:00:40 +0000 (10:00 +0800)]
Usermode/crt0 - Patching to support cross-compiler

11 years agoExternals/cross-compiler - Fixing compiler a little
John Hodge [Mon, 4 Mar 2013 12:17:02 +0000 (20:17 +0800)]
Externals/cross-compiler - Fixing compiler a little

11 years agoExternals/cross-compiler - Tweaking, fixed stdint.h problem
John Hodge [Mon, 4 Mar 2013 11:15:22 +0000 (19:15 +0800)]
Externals/cross-compiler - Tweaking, fixed stdint.h problem

11 years agoExternals/cross-compiler - Patching to get things compiling
John Hodge [Sun, 3 Mar 2013 11:51:39 +0000 (19:51 +0800)]
Externals/cross-compiler - Patching to get things compiling

- Needed to fix up stdio.h and a couple of other headers

11 years agoExternals/cross-compiler - Magic patchfiles
John Hodge [Fri, 1 Mar 2013 08:02:12 +0000 (16:02 +0800)]
Externals/cross-compiler - Magic patchfiles

11 years agoModules - Removing uneeded prototypes
John Hodge [Tue, 26 Feb 2013 05:51:12 +0000 (13:51 +0800)]
Modules - Removing uneeded prototypes

11 years agoKernel - Added ipcpipe to build
John Hodge [Tue, 26 Feb 2013 05:50:32 +0000 (13:50 +0800)]
Kernel - Added ipcpipe to build

11 years agoUsermode/AxWin3 - Added ipcpipe support
John Hodge [Tue, 26 Feb 2013 05:49:30 +0000 (13:49 +0800)]
Usermode/AxWin3 - Added ipcpipe support

11 years agoMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
John Hodge [Mon, 25 Feb 2013 03:43:46 +0000 (11:43 +0800)]
Merge branch 'master' of git://git.ucc.asn.au/tpg/acess2

11 years agoKernel - Add untested Datagram IPC Pipe
John Hodge [Mon, 25 Feb 2013 03:42:18 +0000 (11:42 +0800)]
Kernel - Add untested Datagram IPC Pipe

11 years agoAcessNative - Working on possible recompilation emulation
John Hodge [Wed, 20 Feb 2013 09:34:47 +0000 (17:34 +0800)]
AcessNative - Working on possible recompilation emulation

11 years agoModules/InitRD - Added extra menu images
John Hodge [Wed, 20 Feb 2013 08:40:26 +0000 (16:40 +0800)]
Modules/InitRD - Added extra menu images

11 years agoTools/img2sif - Fixing compression code
John Hodge [Tue, 19 Feb 2013 09:16:44 +0000 (17:16 +0800)]
Tools/img2sif - Fixing compression code

11 years agoModules/InitRD - Fixed files.lst format
John Hodge [Tue, 19 Feb 2013 09:16:15 +0000 (17:16 +0800)]
Modules/InitRD - Fixed files.lst format

11 years agoUsermode/libimage_sif - Cleanups
John Hodge [Tue, 19 Feb 2013 09:05:58 +0000 (17:05 +0800)]
Usermode/libimage_sif - Cleanups

11 years agoUsermode/AxWin3 - A couple more icons, render fixes
John Hodge [Tue, 19 Feb 2013 04:53:32 +0000 (12:53 +0800)]
Usermode/AxWin3 - A couple more icons, render fixes

11 years agoUsermode/libimage_sif - Fixed buggy loading code
John Hodge [Mon, 18 Feb 2013 15:50:40 +0000 (23:50 +0800)]
Usermode/libimage_sif - Fixed buggy loading code

11 years agoUsermode/liburi - Fixed off-by-one in path code
John Hodge [Mon, 18 Feb 2013 15:50:16 +0000 (23:50 +0800)]
Usermode/liburi - Fixed off-by-one in path code

11 years agoUsermode/AxWin3 - resources and bugfixes
John Hodge [Mon, 18 Feb 2013 15:49:44 +0000 (23:49 +0800)]
Usermode/AxWin3 - resources and bugfixes

11 years agoTools - Fixes to img2sif
John Hodge [Mon, 18 Feb 2013 15:49:07 +0000 (23:49 +0800)]
Tools - Fixes to img2sif

11 years agoUsermode/AxWin3 - Cleaner libaxwin WNDMSG handling
John Hodge [Mon, 18 Feb 2013 13:02:39 +0000 (21:02 +0800)]
Usermode/AxWin3 - Cleaner libaxwin WNDMSG handling

11 years agoUsermode/AxWin3 - Decorator resize and close, misc fixes
John Hodge [Mon, 18 Feb 2013 13:02:09 +0000 (21:02 +0800)]
Usermode/AxWin3 - Decorator resize and close, misc fixes

11 years agoUsermode/ATE - Smaller default window
John Hodge [Mon, 18 Feb 2013 13:00:58 +0000 (21:00 +0800)]
Usermode/ATE - Smaller default window

11 years agoUsermode/AxWin3 - Compile fix
John Hodge [Mon, 18 Feb 2013 07:58:28 +0000 (15:58 +0800)]
Usermode/AxWin3 - Compile fix

11 years agoUsermode/axwin3 - Window destruction and client exit
John Hodge [Mon, 18 Feb 2013 07:44:37 +0000 (15:44 +0800)]
Usermode/axwin3 - Window destruction and client exit

- NOTE: Server does not clean up client yet

11 years agoKernel - Signals partially implimented
John Hodge [Sat, 16 Feb 2013 09:11:49 +0000 (17:11 +0800)]
Kernel - Signals partially implimented

- No userland bindings, or kernel actions yet

11 years agoUsermode/libc - Messing about with %f
John Hodge [Sat, 16 Feb 2013 09:06:00 +0000 (17:06 +0800)]
Usermode/libc - Messing about with %f

11 years agoModules/USB - Disabled debug in core.c
John Hodge [Fri, 15 Feb 2013 13:20:11 +0000 (21:20 +0800)]
Modules/USB - Disabled debug in core.c

11 years agoUsermode/libc - printf fixes
John Hodge [Fri, 15 Feb 2013 13:18:41 +0000 (21:18 +0800)]
Usermode/libc - printf fixes

11 years agoMakefiles - Silenced utest and mtest chatter
John Hodge [Fri, 15 Feb 2013 03:36:13 +0000 (11:36 +0800)]
Makefiles - Silenced utest and mtest chatter

11 years agoUsermode/libc - ftoa() fixes, current test set passes
John Hodge [Fri, 15 Feb 2013 02:43:05 +0000 (10:43 +0800)]
Usermode/libc - ftoa() fixes, current test set passes

11 years agoUsermode/libc - Fixed itoa precision, ftoa rounding
John Hodge [Fri, 15 Feb 2013 01:57:29 +0000 (09:57 +0800)]
Usermode/libc - Fixed itoa precision, ftoa rounding

11 years agoMakefile - Possible fix for travis CI compile error
John Hodge [Thu, 14 Feb 2013 05:24:25 +0000 (13:24 +0800)]
Makefile - Possible fix for travis CI compile error

11 years agoUsermode - Unit tests called from root makefile
John Hodge [Thu, 14 Feb 2013 03:17:03 +0000 (11:17 +0800)]
Usermode - Unit tests called from root makefile

11 years agoUsermode/libc - Fixed compilation issues in printf
John Hodge [Thu, 14 Feb 2013 02:04:39 +0000 (10:04 +0800)]
Usermode/libc - Fixed compilation issues in printf

11 years agoUsermode/libc - Unit tests
John Hodge [Thu, 14 Feb 2013 00:55:49 +0000 (08:55 +0800)]
Usermode/libc - Unit tests

11 years agoUsermode/cat - Fixed order of fread/fwrite params
John Hodge [Sun, 10 Feb 2013 01:43:36 +0000 (09:43 +0800)]
Usermode/cat - Fixed order of fread/fwrite params

11 years agoTweaking root makefile
John Hodge [Sat, 9 Feb 2013 11:58:44 +0000 (19:58 +0800)]
Tweaking root makefile

11 years agoUsermode/libc - Fixed DIV0 in fread/fopen
John Hodge [Sat, 9 Feb 2013 11:56:55 +0000 (19:56 +0800)]
Usermode/libc - Fixed DIV0 in fread/fopen

11 years agoKernel/x86 - Removed conditional debug statement in MM_AllocPhys
John Hodge [Sat, 9 Feb 2013 11:55:15 +0000 (19:55 +0800)]
Kernel/x86 - Removed conditional debug statement in MM_AllocPhys

11 years agoKernel/x86 - Fixed ACPICA shim possible null deref
John Hodge [Sat, 9 Feb 2013 11:54:29 +0000 (19:54 +0800)]
Kernel/x86 - Fixed ACPICA shim possible null deref

11 years agoTravisCI - Disabled until unit tests are ready
John Hodge (sonata) [Sat, 9 Feb 2013 10:00:28 +0000 (18:00 +0800)]
TravisCI - Disabled until unit tests are ready

11 years agoModules/FDDv2 - Minor fix in ReadDir/FindDir
John Hodge (sonata) [Sat, 9 Feb 2013 09:59:50 +0000 (17:59 +0800)]
Modules/FDDv2 - Minor fix in ReadDir/FindDir

11 years agoKernel/x86 - Moved MP Table parsing into its own file
John Hodge (sonata) [Sat, 9 Feb 2013 09:59:32 +0000 (17:59 +0800)]
Kernel/x86 - Moved MP Table parsing into its own file

11 years agoModules/LVM - Minor note
John Hodge [Sat, 9 Feb 2013 06:39:43 +0000 (14:39 +0800)]
Modules/LVM - Minor note

11 years agoUsermode/libc - Tester for printf
John Hodge [Fri, 8 Feb 2013 10:53:47 +0000 (18:53 +0800)]
Usermode/libc - Tester for printf

11 years agoTools/NetTest - Seed RNG, tcpclient logging
John Hodge [Fri, 8 Feb 2013 10:51:16 +0000 (18:51 +0800)]
Tools/NetTest - Seed RNG, tcpclient logging

11 years agoTools/nativelib - Threading fixes
John Hodge [Fri, 8 Feb 2013 10:50:54 +0000 (18:50 +0800)]
Tools/nativelib - Threading fixes

11 years agoModules/IPStack - TCP minor bugfixes, arp semaphore name
John Hodge [Fri, 8 Feb 2013 10:50:20 +0000 (18:50 +0800)]
Modules/IPStack - TCP minor bugfixes, arp semaphore name

11 years agoKernel/semaphore - Logging improvements
John Hodge [Fri, 8 Feb 2013 10:49:43 +0000 (18:49 +0800)]
Kernel/semaphore - Logging improvements

11 years agoUsermode/libc - FP printf (partial)
John Hodge [Thu, 7 Feb 2013 10:43:06 +0000 (18:43 +0800)]
Usermode/libc - FP printf (partial)

11 years agoUsermode/libc - Removed debug SysDebug
John Hodge [Sat, 2 Feb 2013 13:20:22 +0000 (21:20 +0800)]
Usermode/libc - Removed debug SysDebug

11 years agoKernel - Implimented cached escape codes
John Hodge [Sat, 2 Feb 2013 13:19:59 +0000 (21:19 +0800)]
Kernel - Implimented cached escape codes

11 years agoUsermode/libc - Moved *printf into printf.c
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

11 years agoMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
John Hodge [Sat, 2 Feb 2013 09:18:59 +0000 (17:18 +0800)]
Merge branch 'master' of git://git.ucc.asn.au/tpg/acess2

11 years agoMerge branch 'master' of git://localhost/acess2
John Hodge [Sat, 2 Feb 2013 09:18:42 +0000 (17:18 +0800)]
Merge branch 'master' of git://localhost/acess2

11 years agonativelib - Fixed some possible NULL dereferences
John Hodge [Sat, 2 Feb 2013 09:16:03 +0000 (17:16 +0800)]
nativelib - Fixed some possible NULL dereferences

11 years agoDiskTool - Actual help message :)
John Hodge [Fri, 1 Feb 2013 04:54:29 +0000 (12:54 +0800)]
DiskTool - Actual help message :)

11 years agonativelib - Compilation fixes
John Hodge [Fri, 1 Feb 2013 04:54:19 +0000 (12:54 +0800)]
nativelib - Compilation fixes

11 years agoNativeLib - Including kernelland locks
John Hodge (sonata) [Fri, 1 Feb 2013 03:29:44 +0000 (11:29 +0800)]
NativeLib - Including kernelland locks

11 years agoKernel - Updated events and workqueue to use new function
John Hodge (sonata) [Fri, 1 Feb 2013 02:50:24 +0000 (10:50 +0800)]
Kernel - Updated events and workqueue to use new function

11 years agoKernel - Removed while() loops in locks with Threads_int_WaitForStatusEnd
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

11 years agoMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
John Hodge [Wed, 30 Jan 2013 05:26:06 +0000 (13:26 +0800)]
Merge branch 'master' of git://git.ucc.asn.au/tpg/acess2

11 years agoApplications/irc - Added MOTD start code
John Hodge (sonata) [Tue, 29 Jan 2013 11:40:47 +0000 (19:40 +0800)]
Applications/irc - Added MOTD start code

11 years agoModules/IPStack - Fixed NULL dereference in routing
John Hodge (sonata) [Tue, 29 Jan 2013 11:40:28 +0000 (19:40 +0800)]
Modules/IPStack - Fixed NULL dereference in routing

11 years agoModules/IPStack - Killing Threads_Yield
John Hodge (sonata) [Mon, 28 Jan 2013 15:13:23 +0000 (23:13 +0800)]
Modules/IPStack - Killing Threads_Yield

11 years agoTools/nativelib - More things implimented
John Hodge (sonata) [Mon, 28 Jan 2013 15:13:07 +0000 (23:13 +0800)]
Tools/nativelib - More things implimented

11 years agoKernel - (experimental) Allowing THREAD_EVENT_TIMER to wake a semaphore
John Hodge [Mon, 28 Jan 2013 10:56:20 +0000 (18:56 +0800)]
Kernel - (experimental) Allowing THREAD_EVENT_TIMER to wake a semaphore

11 years agoAcessNative/nativefs - Removed debug
John Hodge [Mon, 28 Jan 2013 10:53:01 +0000 (18:53 +0800)]
AcessNative/nativefs - Removed debug

11 years agoModules/IPStack - Fixed use of sprintf(NULL,...)
John Hodge [Mon, 28 Jan 2013 10:52:36 +0000 (18:52 +0800)]
Modules/IPStack - Fixed use of sprintf(NULL,...)

11 years agoBuildConf/ARMv7 - Switched to eabi
John Hodge [Mon, 28 Jan 2013 10:52:05 +0000 (18:52 +0800)]
BuildConf/ARMv7 - Switched to eabi

11 years agoKernel/x86_64 - Fixed misplaced jump
John Hodge [Mon, 28 Jan 2013 10:51:34 +0000 (18:51 +0800)]
Kernel/x86_64 - Fixed misplaced jump

11 years agoTools/nativelib - Many features implimented
John Hodge [Mon, 28 Jan 2013 10:46:53 +0000 (18:46 +0800)]
Tools/nativelib - Many features implimented

11 years agoIPStack - Breaking things (constant iftype)
John Hodge [Mon, 28 Jan 2013 06:20:51 +0000 (14:20 +0800)]
IPStack - Breaking things (constant iftype)

11 years agonativelib - Implimenting missing functions
John Hodge [Mon, 28 Jan 2013 06:09:55 +0000 (14:09 +0800)]
nativelib - Implimenting missing functions

11 years agonativelib - Compile fixes
John Hodge [Mon, 28 Jan 2013 04:31:26 +0000 (12:31 +0800)]
nativelib - Compile fixes

11 years agoMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
John Hodge [Mon, 28 Jan 2013 04:14:43 +0000 (12:14 +0800)]
Merge branch 'master' of git://git.ucc.asn.au/tpg/acess2

11 years agoKernel[Tegra2] - Messing about debugging tegra stuff
John Hodge [Mon, 28 Jan 2013 04:14:20 +0000 (12:14 +0800)]
Kernel[Tegra2] - Messing about debugging tegra stuff

11 years agoKernel - Fix ACLs using anon structures
John Hodge [Mon, 28 Jan 2013 04:12:42 +0000 (12:12 +0800)]
Kernel - Fix ACLs using anon structures

11 years agoCleaning up clang warnings
John Hodge (sonata) [Mon, 28 Jan 2013 01:55:01 +0000 (09:55 +0800)]
Cleaning up clang warnings

11 years agoMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
John Hodge [Sun, 27 Jan 2013 09:15:57 +0000 (17:15 +0800)]
Merge branch 'master' of git://git.ucc.asn.au/tpg/acess2

11 years agoTools/nativelib - Working on threading
John Hodge (sonata) [Sun, 27 Jan 2013 08:12:28 +0000 (16:12 +0800)]
Tools/nativelib - Working on threading

11 years agoNetTest - Compiles, doesn't yet do much
John Hodge (sonata) [Sat, 26 Jan 2013 09:40:53 +0000 (17:40 +0800)]
NetTest - Compiles, doesn't yet do much

11 years agoFixing gitignore
John Hodge (sonata) [Fri, 25 Jan 2013 14:54:57 +0000 (22:54 +0800)]
Fixing gitignore

11 years agoTools - Added SDL_Image->.sif converter
John Hodge (sonata) [Fri, 25 Jan 2013 14:53:26 +0000 (22:53 +0800)]
Tools - Added SDL_Image->.sif converter

11 years agoIPStack/tcp - Added deferred ACK support
John Hodge (sonata) [Fri, 25 Jan 2013 14:52:35 +0000 (22:52 +0800)]
IPStack/tcp - Added deferred ACK support

11 years agoKernel/vterm - Fixed bug in \e[100m support
John Hodge (sonata) [Fri, 25 Jan 2013 14:51:07 +0000 (22:51 +0800)]
Kernel/vterm - Fixed bug in \e[100m support

11 years agoKernel - Moved string functions into a separate header (for native stuff)
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)

11 years agoTools/DiskTool - Splitting parts out to be shared with NetTest
John Hodge (sonata) [Fri, 25 Jan 2013 14:46:55 +0000 (22:46 +0800)]
Tools/DiskTool - Splitting parts out to be shared with NetTest

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