tpg/acess2.git
10 years agoExternals/dropbear - Disabled X forwarding
John Hodge [Sat, 27 Jul 2013 11:05:45 +0000 (19:05 +0800)]
Externals/dropbear - Disabled X forwarding

10 years agoKernel/x86 - Included EAX in user state dump
John Hodge [Sat, 27 Jul 2013 11:04:56 +0000 (19:04 +0800)]
Kernel/x86 - Included EAX in user state dump

10 years agoUsermode/ld-acess - Added SysTimedSleep
John Hodge [Sat, 27 Jul 2013 11:04:34 +0000 (19:04 +0800)]
Usermode/ld-acess - Added SysTimedSleep

10 years agoUsermode - Handled read failures in readline correctly
John Hodge [Sat, 27 Jul 2013 11:02:32 +0000 (19:02 +0800)]
Usermode - Handled read failures in readline correctly

10 years agoUsermode/libpsocket - Fixed accept()'s prototype
John Hodge [Sat, 27 Jul 2013 11:01:01 +0000 (19:01 +0800)]
Usermode/libpsocket - Fixed accept()'s prototype

10 years agoKernel/PTYs - Fixed server-end of user closing prematurely
John Hodge [Sat, 27 Jul 2013 10:26:15 +0000 (18:26 +0800)]
Kernel/PTYs - Fixed server-end of user closing prematurely

10 years agoKernel/syscalls - Added syscall for Time_Wait
John Hodge [Sat, 27 Jul 2013 10:25:39 +0000 (18:25 +0800)]
Kernel/syscalls - Added syscall for Time_Wait

10 years agoUsermode/libc - Improved strerror, added some basic time functions
John Hodge [Sat, 27 Jul 2013 10:23:26 +0000 (18:23 +0800)]
Usermode/libc - Improved strerror, added some basic time functions

10 years agoUsermode/libposix - Hacking up some functions to compile dropbear
John Hodge [Sat, 27 Jul 2013 10:23:04 +0000 (18:23 +0800)]
Usermode/libposix - Hacking up some functions to compile dropbear

10 years agoUsermode/AxWin3 - Fixed only one hotkey set being checked
John Hodge [Sat, 27 Jul 2013 06:05:45 +0000 (14:05 +0800)]
Usermode/AxWin3 - Fixed only one hotkey set being checked

10 years agoUsermode/ATE - Tweaking
John Hodge [Tue, 23 Jul 2013 14:53:21 +0000 (22:53 +0800)]
Usermode/ATE - Tweaking

10 years agoUsermode/AxWin3 - Added input support to RichText renderer
John Hodge [Tue, 23 Jul 2013 14:52:44 +0000 (22:52 +0800)]
Usermode/AxWin3 - Added input support to RichText renderer

10 years agoUsermode/libunicode - Cleaned up ReadUTF8 to support Val=NULL
John Hodge [Tue, 23 Jul 2013 14:51:50 +0000 (22:51 +0800)]
Usermode/libunicode - Cleaned up ReadUTF8 to support Val=NULL

10 years agoModules/Keyboard - Added Delete=0x7F translation
John Hodge [Tue, 23 Jul 2013 14:51:09 +0000 (22:51 +0800)]
Modules/Keyboard - Added Delete=0x7F translation

10 years agoModules/VIAVideo - Found some docs, little cleanup
John Hodge [Tue, 23 Jul 2013 01:34:49 +0000 (09:34 +0800)]
Modules/VIAVideo - Found some docs, little cleanup

10 years agoNotes - Updated TODO and added notes on structure of vbox graphics
John Hodge [Mon, 22 Jul 2013 12:35:12 +0000 (20:35 +0800)]
Notes - Updated TODO and added notes on structure of vbox graphics

10 years agoUsermode/AxWin3 - Fixed scan-build complaints, added more complete debug
John Hodge [Mon, 22 Jul 2013 12:34:25 +0000 (20:34 +0800)]
Usermode/AxWin3 - Fixed scan-build complaints, added more complete debug

10 years agoUsermode/AxWin3 - Fixed scan-build complaints in libaxwin3.so
John Hodge [Mon, 22 Jul 2013 12:34:02 +0000 (20:34 +0800)]
Usermode/AxWin3 - Fixed scan-build complaints in libaxwin3.so

10 years agoUsermode/AxWin3 - Added proper mid-character clipping to font rendering
John Hodge [Mon, 22 Jul 2013 12:33:08 +0000 (20:33 +0800)]
Usermode/AxWin3 - Added proper mid-character clipping to font rendering

10 years agoUsermode/libimage_sif - Added endian-flipping support
John Hodge [Mon, 22 Jul 2013 12:30:23 +0000 (20:30 +0800)]
Usermode/libimage_sif - Added endian-flipping support

10 years agoUsermode/ld-acess - Fixed errors when compiling stublib for native
John Hodge [Mon, 22 Jul 2013 12:29:54 +0000 (20:29 +0800)]
Usermode/ld-acess - Fixed errors when compiling stublib for native

10 years agoUsermode - Fixed scan-build complaints
John Hodge [Mon, 22 Jul 2013 12:19:01 +0000 (20:19 +0800)]
Usermode - Fixed scan-build complaints

10 years agoUsermode/telnetd - Fixed error from scan-build
John Hodge [Mon, 22 Jul 2013 12:16:45 +0000 (20:16 +0800)]
Usermode/telnetd - Fixed error from scan-build

10 years agoUsermode/dhcpclient - Fixed warning from scan-build
John Hodge [Mon, 22 Jul 2013 12:16:03 +0000 (20:16 +0800)]
Usermode/dhcpclient - Fixed warning from scan-build

10 years agoUsermode/CLIShell - Updated 'dir' command to use OpenChild
John Hodge [Mon, 22 Jul 2013 12:15:14 +0000 (20:15 +0800)]
Usermode/CLIShell - Updated 'dir' command to use OpenChild

10 years agoKernel - Fixed crash on setting GUI cursor
John Hodge [Mon, 22 Jul 2013 12:12:10 +0000 (20:12 +0800)]
Kernel - Fixed crash on setting GUI cursor

- Added heaps of assertions to catch bad cursor data

10 years agoKernel/VFS - Added debug for IOCtl failing
John Hodge [Mon, 22 Jul 2013 12:10:18 +0000 (20:10 +0800)]
Kernel/VFS - Added debug for IOCtl failing

10 years agoAcessNative - Cleaned up ld-acess syscall debug
John Hodge [Mon, 22 Jul 2013 12:08:37 +0000 (20:08 +0800)]
AcessNative - Cleaned up ld-acess syscall debug

10 years agoUsermode/libc - Fixing errors from clang, disabled heap for native build
John Hodge [Mon, 22 Jul 2013 12:08:01 +0000 (20:08 +0800)]
Usermode/libc - Fixing errors from clang, disabled heap for native build

10 years agoAcessNative - Added heap shim to libacess-native, disabled spawn
John Hodge [Mon, 22 Jul 2013 12:05:12 +0000 (20:05 +0800)]
AcessNative - Added heap shim to libacess-native, disabled spawn

10 years agoAcessNative - Cleanup of VFS handle debug
John Hodge [Mon, 22 Jul 2013 12:02:55 +0000 (20:02 +0800)]
AcessNative - Cleanup of VFS handle debug

10 years agoUsermode/libc - Fixed printf itoa putting precision padding before sign
John Hodge [Mon, 15 Jul 2013 03:58:16 +0000 (11:58 +0800)]
Usermode/libc - Fixed printf itoa putting precision padding before sign

10 years agoAcessNative/kernel - Fixed badly ordered syscalls
John Hodge [Mon, 15 Jul 2013 02:17:57 +0000 (10:17 +0800)]
AcessNative/kernel - Fixed badly ordered syscalls

10 years agoUsermode/dhcpclient - Added echo of error string when write fails
John Hodge [Mon, 15 Jul 2013 02:16:04 +0000 (10:16 +0800)]
Usermode/dhcpclient - Added echo of error string when write fails

10 years agoKernel/VFS - Added setting of errno to _Write
John Hodge [Mon, 15 Jul 2013 02:15:39 +0000 (10:15 +0800)]
Kernel/VFS - Added setting of errno to _Write

10 years agoUsermode/libc - Fixed some slight errno issues
John Hodge [Mon, 15 Jul 2013 02:15:14 +0000 (10:15 +0800)]
Usermode/libc - Fixed some slight errno issues

10 years agoUsermode/libc - Changed printf to work in strings instead of chars
John Hodge [Mon, 15 Jul 2013 02:14:38 +0000 (10:14 +0800)]
Usermode/libc - Changed printf to work in strings instead of chars

10 years agoAcessNative - Added PTY init to AcessKernel
John Hodge [Sun, 14 Jul 2013 15:18:06 +0000 (23:18 +0800)]
AcessNative - Added PTY init to AcessKernel

10 years agoAcessNative/libacess-native.so - Fixed init code slightly
John Hodge [Sun, 14 Jul 2013 15:17:32 +0000 (23:17 +0800)]
AcessNative/libacess-native.so - Fixed init code slightly

10 years agoUsermode/libc - AcessNative hacks to separate acess and native namespaces
John Hodge [Sun, 14 Jul 2013 14:59:36 +0000 (22:59 +0800)]
Usermode/libc - AcessNative hacks to separate acess and native namespaces

10 years agoUpdate to TODO list
John Hodge [Fri, 12 Jul 2013 16:38:26 +0000 (00:38 +0800)]
Update to TODO list

10 years agoUsermode/lspci - Dump command state in verbose
John Hodge [Fri, 12 Jul 2013 16:36:01 +0000 (00:36 +0800)]
Usermode/lspci - Dump command state in verbose

10 years agoModules/E1000 - Enabled bus master for qemu (which doesn't enable it)
John Hodge [Fri, 12 Jul 2013 16:17:16 +0000 (00:17 +0800)]
Modules/E1000 - Enabled bus master for qemu (which doesn't enable it)

10 years agoKernel/PCI - Added function to access the Command field, better BAR functions
John Hodge [Fri, 12 Jul 2013 16:16:18 +0000 (00:16 +0800)]
Kernel/PCI - Added function to access the Command field, better BAR functions

- New BAR access function allows consistent sanity checking

10 years agoUsermode/lspci - Cleanup and BAR dump
John Hodge [Thu, 11 Jul 2013 06:30:58 +0000 (14:30 +0800)]
Usermode/lspci - Cleanup and BAR dump

10 years agoKernel/timers - Fixed bad assertions
John Hodge [Thu, 11 Jul 2013 06:30:43 +0000 (14:30 +0800)]
Kernel/timers - Fixed bad assertions

10 years agoUsermode/libc - Fixed %x/%X being signed in printf
John Hodge [Thu, 11 Jul 2013 06:30:29 +0000 (14:30 +0800)]
Usermode/libc - Fixed %x/%X being signed in printf

10 years agoKernel - Fixed hack that was tripping armv7 alignment warnings
John Hodge [Thu, 11 Jul 2013 04:51:12 +0000 (12:51 +0800)]
Kernel - Fixed hack that was tripping armv7 alignment warnings

10 years agoMakeReleaseSet - Fixing up script
John Hodge [Wed, 10 Jul 2013 16:52:16 +0000 (00:52 +0800)]
MakeReleaseSet - Fixing up script

10 years agoModules/IPStack - Fixed unused variable in udp
John Hodge [Wed, 10 Jul 2013 16:52:01 +0000 (00:52 +0800)]
Modules/IPStack - Fixed unused variable in udp

10 years agoREADME - Updating readme a little
John Hodge [Wed, 10 Jul 2013 16:34:35 +0000 (00:34 +0800)]
README - Updating readme a little

10 years agoTools/BootFloppy - Hacky script to create a boot floppy disk
John Hodge [Wed, 10 Jul 2013 16:32:05 +0000 (00:32 +0800)]
Tools/BootFloppy - Hacky script to create a boot floppy disk

10 years agoUsermode/dhcpclient - A little cleanup
John Hodge [Wed, 10 Jul 2013 14:57:16 +0000 (22:57 +0800)]
Usermode/dhcpclient - A little cleanup

10 years agoModules/IPStack - Fixed UDP port collision detection
John Hodge [Wed, 10 Jul 2013 14:56:52 +0000 (22:56 +0800)]
Modules/IPStack - Fixed UDP port collision detection

10 years agoUsermode/inittab - Added automounter to init
John Hodge [Wed, 10 Jul 2013 12:29:25 +0000 (20:29 +0800)]
Usermode/inittab - Added automounter to init

10 years agoUsermode/Automounter - Added message on successful automount
John Hodge [Wed, 10 Jul 2013 12:28:44 +0000 (20:28 +0800)]
Usermode/Automounter - Added message on successful automount

10 years agoUsermode/init - Fixed bad stderr for 'exec' commands
John Hodge [Wed, 10 Jul 2013 12:28:24 +0000 (20:28 +0800)]
Usermode/init - Fixed bad stderr for 'exec' commands

10 years agoUsermode/DHCP Client - Slight change to timeout message
John Hodge [Wed, 10 Jul 2013 12:28:05 +0000 (20:28 +0800)]
Usermode/DHCP Client - Slight change to timeout message

10 years agoModules/AHCI - Disable debug (seems good atm)
John Hodge [Wed, 10 Jul 2013 12:23:33 +0000 (20:23 +0800)]
Modules/AHCI - Disable debug (seems good atm)

10 years agoMerge branch 'master' of github.com:thepowersgang/acess2
John Hodge [Wed, 10 Jul 2013 12:21:33 +0000 (20:21 +0800)]
Merge branch 'master' of github.com:thepowersgang/acess2

10 years agoBuildConf - Added VirtIONet to x86 build
John Hodge [Wed, 10 Jul 2013 12:20:49 +0000 (20:20 +0800)]
BuildConf - Added VirtIONet to x86 build

10 years agoModules - Added VirtIO Network driver (and VirtIO library)
John Hodge [Wed, 10 Jul 2013 12:20:27 +0000 (20:20 +0800)]
Modules - Added VirtIO Network driver (and VirtIO library)

10 years agoModules/IPStack - Added NULL checks in buffer code
John Hodge [Wed, 10 Jul 2013 12:19:36 +0000 (20:19 +0800)]
Modules/IPStack - Added NULL checks in buffer code

10 years agoKernel/logdebug - More useful asserts
John Hodge [Wed, 10 Jul 2013 12:19:18 +0000 (20:19 +0800)]
Kernel/logdebug - More useful asserts

10 years agoMerge pull request #1 from berkus/patch-1
John Hodge [Tue, 9 Jul 2013 15:47:24 +0000 (08:47 -0700)]
Merge pull request #1 from berkus/patch-1

Fix typo.

10 years agoFix typo.
Berkus [Tue, 9 Jul 2013 10:05:28 +0000 (13:05 +0300)]
Fix typo.

10 years agoDocumentaion update (thanks klange)
John Hodge [Tue, 9 Jul 2013 04:40:13 +0000 (12:40 +0800)]
Documentaion update (thanks klange)

10 years agoHOST=native - Fixes for new syscalls
John Hodge [Tue, 9 Jul 2013 04:26:52 +0000 (12:26 +0800)]
HOST=native - Fixes for new syscalls

- TODO: Regression tests for this sort of stuff

10 years agoKernel - Meta Serial driver (incomplete)
John Hodge [Sun, 7 Jul 2013 07:27:17 +0000 (15:27 +0800)]
Kernel - Meta Serial driver (incomplete)

10 years agoUsermode/acess.ld - Ignore native script
John Hodge [Wed, 3 Jul 2013 11:34:48 +0000 (19:34 +0800)]
Usermode/acess.ld - Ignore native script

10 years agoUsermode/automounter - Added automounter
John Hodge [Wed, 3 Jul 2013 11:33:08 +0000 (19:33 +0800)]
Usermode/automounter - Added automounter

10 years agoUsermode/libposix - opendir/mkdir
John Hodge [Wed, 3 Jul 2013 11:32:31 +0000 (19:32 +0800)]
Usermode/libposix - opendir/mkdir

10 years agoKernel/syscalls - Implimenting _SysMkDir
John Hodge [Wed, 3 Jul 2013 11:32:07 +0000 (19:32 +0800)]
Kernel/syscalls - Implimenting _SysMkDir

10 years agoAcessNative - Updates for recent changes
John Hodge [Wed, 3 Jul 2013 09:55:18 +0000 (17:55 +0800)]
AcessNative - Updates for recent changes

10 years agoUsermode/AxWin3 - SDL Edition of the WM, runs but no output
John Hodge [Wed, 3 Jul 2013 09:43:16 +0000 (17:43 +0800)]
Usermode/AxWin3 - SDL Edition of the WM, runs but no output

10 years agoUsermode/Libraries - Hacks to get SDL ver of AxWin3 working
John Hodge [Wed, 3 Jul 2013 09:42:21 +0000 (17:42 +0800)]
Usermode/Libraries - Hacks to get SDL ver of AxWin3 working

10 years agoUsermode/AxWin3 - Cleaning up and separating code
John Hodge [Wed, 3 Jul 2013 08:48:09 +0000 (16:48 +0800)]
Usermode/AxWin3 - Cleaning up and separating code

10 years agoUsermode/libgcc - Removed, shouldn't be needed anymore
John Hodge [Wed, 3 Jul 2013 07:55:53 +0000 (15:55 +0800)]
Usermode/libgcc - Removed, shouldn't be needed anymore

10 years agoAcessNative - Updated syscall names
John Hodge [Tue, 2 Jul 2013 15:54:59 +0000 (23:54 +0800)]
AcessNative - Updated syscall names

10 years agoUsermode/liburi - Replaced syscall file IO with stdio
John Hodge [Tue, 2 Jul 2013 15:54:21 +0000 (23:54 +0800)]
Usermode/liburi - Replaced syscall file IO with stdio

10 years agoUsermode/AxWin3 - Preparing for SDL build
John Hodge [Tue, 2 Jul 2013 15:53:34 +0000 (23:53 +0800)]
Usermode/AxWin3 - Preparing for SDL build

10 years agoTools/GCCProxy - -dumpversion/-dumpspecs used by netsurf
John Hodge [Tue, 2 Jul 2013 00:49:24 +0000 (08:49 +0800)]
Tools/GCCProxy - -dumpversion/-dumpspecs used by netsurf

10 years agoUsermode/libc,libposix - Fixing errors in headers
John Hodge [Mon, 1 Jul 2013 14:27:32 +0000 (22:27 +0800)]
Usermode/libc,libposix - Fixing errors in headers

10 years agoExternals - Adding netsurf config
John Hodge [Mon, 1 Jul 2013 14:26:50 +0000 (22:26 +0800)]
Externals - Adding netsurf config

10 years agoModule/ATA - Slight cleanup
John Hodge [Wed, 26 Jun 2013 12:55:10 +0000 (20:55 +0800)]
Module/ATA - Slight cleanup

10 years agoModules/ATA - (untested) Cleanup to BM address handling
John Hodge [Wed, 26 Jun 2013 12:44:12 +0000 (20:44 +0800)]
Modules/ATA - (untested) Cleanup to BM address handling

10 years agoKernel/x86 - Hack to return quickly when mapping <1MiB addreses
John Hodge [Wed, 26 Jun 2013 12:43:23 +0000 (20:43 +0800)]
Kernel/x86 - Hack to return quickly when mapping <1MiB addreses

10 years agoKernel/IOCache - Page-based caching implimented
John Hodge [Wed, 26 Jun 2013 12:42:43 +0000 (20:42 +0800)]
Kernel/IOCache - Page-based caching implimented

10 years agoKernelLand - Better node chaching code
John Hodge [Wed, 26 Jun 2013 10:15:48 +0000 (18:15 +0800)]
KernelLand - Better node chaching code

10 years agoModules/AHCI - Different debug
John Hodge [Tue, 25 Jun 2013 01:02:59 +0000 (09:02 +0800)]
Modules/AHCI - Different debug

10 years ago(minor) Modules/LVM - Commenting
John Hodge [Tue, 25 Jun 2013 01:02:45 +0000 (09:02 +0800)]
(minor) Modules/LVM - Commenting

10 years agoModules/NTFS - Added _Read, working on _Close cleanup
John Hodge [Tue, 25 Jun 2013 01:01:36 +0000 (09:01 +0800)]
Modules/NTFS - Added _Read, working on _Close cleanup

10 years agoModules/NTFS - Implimented update sequences, fixes bad filenames
John Hodge [Tue, 25 Jun 2013 00:02:24 +0000 (08:02 +0800)]
Modules/NTFS - Implimented update sequences, fixes bad filenames

10 years agoModules/LVM - Added caching
John Hodge [Mon, 24 Jun 2013 16:47:34 +0000 (00:47 +0800)]
Modules/LVM - Added caching

10 years agoKernel/IOCache - Constness fixes and pointer callback handle
John Hodge [Mon, 24 Jun 2013 16:46:38 +0000 (00:46 +0800)]
Kernel/IOCache - Constness fixes and pointer callback handle

10 years agoModules/NTFS - ReadDir/FindDir appear to work well
John Hodge [Mon, 24 Jun 2013 16:43:34 +0000 (00:43 +0800)]
Modules/NTFS - ReadDir/FindDir appear to work well

10 years agoExternals - Fixed .gitignore to ignore source dirs
John Hodge [Sun, 23 Jun 2013 06:55:19 +0000 (14:55 +0800)]
Externals - Fixed .gitignore to ignore source dirs

10 years agoModules/AHCI - Debug change
John Hodge [Sun, 23 Jun 2013 06:50:13 +0000 (14:50 +0800)]
Modules/AHCI - Debug change

10 years agoModules/NTFS - Implimentation progressing (ReadDir/FindDir appear to work)
John Hodge [Sun, 23 Jun 2013 06:49:09 +0000 (14:49 +0800)]
Modules/NTFS - Implimentation progressing (ReadDir/FindDir appear to work)

10 years agoKernel/UTF-16 - Added case-insensitive compre (for NTFS indexes)
John Hodge [Sun, 23 Jun 2013 06:48:20 +0000 (14:48 +0800)]
Kernel/UTF-16 - Added case-insensitive compre (for NTFS indexes)

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