tpg/acess2.git
2013-07-30 John HodgeAcessNative - added MkNod to nativefs
2013-07-30 John HodgeModules/Ext2 - Fixed bugs in read/write support
2013-07-30 John HodgeKernel/Syscalls - Added syscall IDs for POSIX signal...
2013-07-30 John HodgeKernel - Added errno print when Binary_Load fails
2013-07-30 John HodgeKernel/VFS - Added warning (instead of LOG) when GetNod...
2013-07-27 John HodgeTools/DiskTool - Misc fixes for recent kernel changes
2013-07-27 John HodgeTools/nativelib - Updated to handle recent(ish) kernel...
2013-07-27 John HodgeModules/LVM - Fixed memory leak on cleanup
2013-07-27 John HodgeModules/Ext2 - Bugfixing to write support
2013-07-27 John HodgeKernel - ADded ctype.h to utf16.h's include list
2013-07-27 John HodgeKernel/IOCache - Fixed IOCache eating all temp mappings
2013-07-27 John HodgeKernel/x86 - Removed busy wait in MM_MapTemp
2013-07-27 John HodgeKernel/x86 - Added backtrace to running program in...
2013-07-27 John HodgeExternals/dropbear - Disabled X forwarding
2013-07-27 John HodgeKernel/x86 - Included EAX in user state dump
2013-07-27 John HodgeUsermode/ld-acess - Added SysTimedSleep
2013-07-27 John HodgeUsermode - Handled read failures in readline correctly
2013-07-27 John HodgeUsermode/libpsocket - Fixed accept()'s prototype
2013-07-27 John HodgeKernel/PTYs - Fixed server-end of user closing prematurely
2013-07-27 John HodgeKernel/syscalls - Added syscall for Time_Wait
2013-07-27 John HodgeUsermode/libc - Improved strerror, added some basic...
2013-07-27 John HodgeUsermode/libposix - Hacking up some functions to compil...
2013-07-27 John HodgeUsermode/AxWin3 - Fixed only one hotkey set being checked
2013-07-23 John HodgeUsermode/ATE - Tweaking
2013-07-23 John HodgeUsermode/AxWin3 - Added input support to RichText renderer
2013-07-23 John HodgeUsermode/libunicode - Cleaned up ReadUTF8 to support...
2013-07-23 John HodgeModules/Keyboard - Added Delete=0x7F translation
2013-07-23 John HodgeModules/VIAVideo - Found some docs, little cleanup
2013-07-22 John HodgeNotes - Updated TODO and added notes on structure of...
2013-07-22 John HodgeUsermode/AxWin3 - Fixed scan-build complaints, added...
2013-07-22 John HodgeUsermode/AxWin3 - Fixed scan-build complaints in libaxw...
2013-07-22 John HodgeUsermode/AxWin3 - Added proper mid-character clipping...
2013-07-22 John HodgeUsermode/libimage_sif - Added endian-flipping support
2013-07-22 John HodgeUsermode/ld-acess - Fixed errors when compiling stublib...
2013-07-22 John HodgeUsermode - Fixed scan-build complaints
2013-07-22 John HodgeUsermode/telnetd - Fixed error from scan-build
2013-07-22 John HodgeUsermode/dhcpclient - Fixed warning from scan-build
2013-07-22 John HodgeUsermode/CLIShell - Updated 'dir' command to use OpenChild
2013-07-22 John HodgeKernel - Fixed crash on setting GUI cursor
2013-07-22 John HodgeKernel/VFS - Added debug for IOCtl failing
2013-07-22 John HodgeAcessNative - Cleaned up ld-acess syscall debug
2013-07-22 John HodgeUsermode/libc - Fixing errors from clang, disabled...
2013-07-22 John HodgeAcessNative - Added heap shim to libacess-native, disab...
2013-07-22 John HodgeAcessNative - Cleanup of VFS handle debug
2013-07-15 John HodgeUsermode/libc - Fixed printf itoa putting precision...
2013-07-15 John HodgeAcessNative/kernel - Fixed badly ordered syscalls
2013-07-15 John HodgeUsermode/dhcpclient - Added echo of error string when...
2013-07-15 John HodgeKernel/VFS - Added setting of errno to _Write
2013-07-15 John HodgeUsermode/libc - Fixed some slight errno issues
2013-07-15 John HodgeUsermode/libc - Changed printf to work in strings inste...
2013-07-14 John HodgeAcessNative - Added PTY init to AcessKernel
2013-07-14 John HodgeAcessNative/libacess-native.so - Fixed init code slightly
2013-07-14 John HodgeUsermode/libc - AcessNative hacks to separate acess...
2013-07-12 John HodgeUpdate to TODO list
2013-07-12 John HodgeUsermode/lspci - Dump command state in verbose
2013-07-12 John HodgeModules/E1000 - Enabled bus master for qemu (which...
2013-07-12 John HodgeKernel/PCI - Added function to access the Command field...
2013-07-11 John HodgeUsermode/lspci - Cleanup and BAR dump
2013-07-11 John HodgeKernel/timers - Fixed bad assertions
2013-07-11 John HodgeUsermode/libc - Fixed %x/%X being signed in printf
2013-07-11 John HodgeKernel - Fixed hack that was tripping armv7 alignment...
2013-07-10 John HodgeMakeReleaseSet - Fixing up script
2013-07-10 John HodgeModules/IPStack - Fixed unused variable in udp
2013-07-10 John HodgeREADME - Updating readme a little
2013-07-10 John HodgeTools/BootFloppy - Hacky script to create a boot floppy...
2013-07-10 John HodgeUsermode/dhcpclient - A little cleanup
2013-07-10 John HodgeModules/IPStack - Fixed UDP port collision detection
2013-07-10 John HodgeUsermode/inittab - Added automounter to init
2013-07-10 John HodgeUsermode/Automounter - Added message on successful...
2013-07-10 John HodgeUsermode/init - Fixed bad stderr for 'exec' commands
2013-07-10 John HodgeUsermode/DHCP Client - Slight change to timeout message
2013-07-10 John HodgeModules/AHCI - Disable debug (seems good atm)
2013-07-10 John HodgeMerge branch 'master' of github.com:thepowersgang/acess2
2013-07-10 John HodgeBuildConf - Added VirtIONet to x86 build
2013-07-10 John HodgeModules - Added VirtIO Network driver (and VirtIO library)
2013-07-10 John HodgeModules/IPStack - Added NULL checks in buffer code
2013-07-10 John HodgeKernel/logdebug - More useful asserts
2013-07-09 John HodgeMerge pull request #1 from berkus/patch-1
2013-07-09 BerkusFix typo.
2013-07-09 John HodgeDocumentaion update (thanks klange)
2013-07-09 John HodgeHOST=native - Fixes for new syscalls
2013-07-07 John HodgeKernel - Meta Serial driver (incomplete)
2013-07-03 John HodgeUsermode/acess.ld - Ignore native script
2013-07-03 John HodgeUsermode/automounter - Added automounter
2013-07-03 John HodgeUsermode/libposix - opendir/mkdir
2013-07-03 John HodgeKernel/syscalls - Implimenting _SysMkDir
2013-07-03 John HodgeAcessNative - Updates for recent changes
2013-07-03 John HodgeUsermode/AxWin3 - SDL Edition of the WM, runs but no...
2013-07-03 John HodgeUsermode/Libraries - Hacks to get SDL ver of AxWin3...
2013-07-03 John HodgeUsermode/AxWin3 - Cleaning up and separating code
2013-07-03 John HodgeUsermode/libgcc - Removed, shouldn't be needed anymore
2013-07-02 John HodgeAcessNative - Updated syscall names
2013-07-02 John HodgeUsermode/liburi - Replaced syscall file IO with stdio
2013-07-02 John HodgeUsermode/AxWin3 - Preparing for SDL build
2013-07-02 John HodgeTools/GCCProxy - -dumpversion/-dumpspecs used by netsurf
2013-07-01 John HodgeUsermode/libc,libposix - Fixing errors in headers
2013-07-01 John HodgeExternals - Adding netsurf config
2013-06-26 John HodgeModule/ATA - Slight cleanup
2013-06-26 John HodgeModules/ATA - (untested) Cleanup to BM address handling
2013-06-26 John HodgeKernel/x86 - Hack to return quickly when mapping <1MiB...
next

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