tpg/acess2.git
2013-08-08 John HodgeExternals/libspiderscript - Updated to new master ...
2013-08-07 John Hodge... Usermode/ld-acess - Disabled destructive relocation
2013-08-07 John Hodge... Removed libspiderscript from build (for now)
2013-08-07 John Hodge... Usermode/IRC - Fixed bad merge
2013-08-06 John HodgeMerge branch 'master' of git://localhost/acess2
2013-08-06 John HodgeUsermode/IRC - Added basic PTY support
2013-08-06 John HodgeKernel - Switch to VT7 on kernel panic
2013-08-06 John HodgeModules/ATA - Added timeout to GetDiskSize
2013-08-06 John HodgeUsermode/AxWin3 - Duplicate renderer detection, debug...
2013-08-05 John HodgeKernel/PTYs - Added block on user write when server...
2013-08-05 John HodgeKernel/VTerm - Added better option debug
2013-08-03 John HodgeRestructured root makefile
2013-08-03 John HodgeAdded libspiderscript
2013-08-01 John Hodge... Merge branch 'master' of git://cadel.mutabah.net/acess2
2013-08-01 John Hodge... Usermode/IRC - Update to handle PTY dims
2013-08-01 John Hodge... .gitignore - Explicity hide bochs(dbg|out).txt, allows...
2013-08-01 John Hodge... Usermode/login - Slight cleanup
2013-08-01 John Hodge... Usermode/telnetd - Updated to use a PTY
2013-08-01 John Hodge... Usermode/ld-acess - PYT Mode flags
2013-07-31 John HodgeKernel - Changed PTY code to not expose userland server...
2013-07-30 John HodgeUsermode/ld-acess - Fixed missing dependency for syscalls
2013-07-30 John HodgeUsermode/libc - Added ENOTTY to errno
2013-07-30 John HodgeUsermode/libposix - PTY Support (stubbed)
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
next

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