2013-06-23 |
John Hodge | Kernel/VFS - Update to node cache to support extra... |
commit | commitdiff | tree | snapshot |
2013-06-22 |
John Hodge | Kernel - Added UTF-16 functions |
commit | commitdiff | tree | snapshot |
2013-06-22 |
John Hodge | Modules/NTFS - Implimentation in progress |
commit | commitdiff | tree | snapshot |
2013-06-21 |
John Hodge | Modules/AHCI - Cleaned up AHCI LVM names |
commit | commitdiff | tree | snapshot |
2013-06-21 |
John Hodge | Modules/LVM - Detection for GPT in MBR code |
commit | commitdiff | tree | snapshot |
2013-06-20 |
John Hodge | BuildConf/x86 - Added AHCI driver |
commit | commitdiff | tree | snapshot |
2013-06-20 |
John Hodge | Modules/AHCI - Reading the boot sector works |
commit | commitdiff | tree | snapshot |
2013-06-20 |
John Hodge | Modules/LVM - (minor) Error handler in AddVolume |
commit | commitdiff | tree | snapshot |
2013-06-19 |
John Hodge | Modules/AHCI - Added H2D register structure (used for... |
commit | commitdiff | tree | snapshot |
2013-06-19 |
John Hodge | Modules/AHCI - Moved FIS definitions to sata.h |
commit | commitdiff | tree | snapshot |
2013-06-19 |
John Hodge | Kernel - Cleaned up MM_AllocDMA/_MapHWPages/_GetPhysAddr |
commit | commitdiff | tree | snapshot |
2013-06-19 |
John Hodge | Modules/PL110 - Updated to recent(ish) VFS change |
commit | commitdiff | tree | snapshot |
2013-06-18 |
John Hodge | Modules/AHCI - Init almost complete, connection detect... |
commit | commitdiff | tree | snapshot |
2013-06-18 |
John Hodge | Modules/LVM - Added handle return to LVM volume creation |
commit | commitdiff | tree | snapshot |
2013-06-17 |
John Hodge | Externals/common.mk - Fixed depenency issues |
commit | commitdiff | tree | snapshot |
2013-06-17 |
John Hodge | Externals - libsdl compiling, may not work |
commit | commitdiff | tree | snapshot |
2013-06-17 |
John Hodge | Externals - Pondering mplayer |
commit | commitdiff | tree | snapshot |
2013-06-17 |
John Hodge | Modules/AHCI - Creeping towards useful |
commit | commitdiff | tree | snapshot |
2013-06-17 |
John Hodge | Usermode/libc - inttypes.h fixed to include stdint.h |
commit | commitdiff | tree | snapshot |
2013-06-17 |
John Hodge | Modules/AHCI - Slowly fiddling |
commit | commitdiff | tree | snapshot |
2013-06-17 |
John Hodge | Externals - Added start of a libSDL port, added autorec... |
commit | commitdiff | tree | snapshot |
2013-06-12 |
John Hodge | Tools/GCCProxy - Tweaked to handle --version correctly |
commit | commitdiff | tree | snapshot |
2013-06-12 |
John Hodge | Usermode/libc - A little bit of POSIX signals |
commit | commitdiff | tree | snapshot |
2013-06-09 |
John Hodge | Usermode/lib{c,posix} - Adding clock_* POSIX functions |
commit | commitdiff | tree | snapshot |
2013-06-09 |
John Hodge | Externals/mesa - Incomplete makefile |
commit | commitdiff | tree | snapshot |
2013-06-08 |
John Hodge | Externals/libpng - Compiles |
commit | commitdiff | tree | snapshot |
2013-06-08 |
John Hodge | Usermode - Moved common portions of the Makefile.cfg... |
commit | commitdiff | tree | snapshot |
2013-06-08 |
John Hodge | Usermode/libm - Stubbed up a quick libm (using gcc... |
commit | commitdiff | tree | snapshot |
2013-06-08 |
John Hodge | Externals/freetype - Appears to work |
commit | commitdiff | tree | snapshot |
2013-06-08 |
John Hodge | Externals - gitignore |
commit | commitdiff | tree | snapshot |
2013-06-08 |
John Hodge | Externals/dropbear - Works, but install might be failing |
commit | commitdiff | tree | snapshot |
2013-06-08 |
John Hodge | Externals/dropbear - Untested makefile and patchset |
commit | commitdiff | tree | snapshot |
2013-06-08 |
John Hodge | Tools/GCCProxy - Added '-fno-omit-frame-pointer' to... |
commit | commitdiff | tree | snapshot |
2013-06-08 |
John Hodge | Externals - Added zlib meta-makefile (and common) |
commit | commitdiff | tree | snapshot |
2013-05-22 |
John Hodge | Cleaned up some TODOs |
commit | commitdiff | tree | snapshot |
2013-05-21 |
John Hodge | Usermode/libposix - Hacked translation of termios-ptymode |
commit | commitdiff | tree | snapshot |
2013-05-20 |
John Hodge | Kernel/VTerm - Include forgotten 2D command handling |
commit | commitdiff | tree | snapshot |
2013-05-20 |
John Hodge | Usermode/libreadline - Fixed for new PTY |
commit | commitdiff | tree | snapshot |
2013-05-20 |
John Hodge | Usermode/libposix - Fixed getpass for new PTY |
commit | commitdiff | tree | snapshot |
2013-05-20 |
John Hodge | Usermode/login - Added PTY mode reset before showing... |
commit | commitdiff | tree | snapshot |
2013-05-20 |
John Hodge | Usermode/AxWin3 - Updated for PTY support |
commit | commitdiff | tree | snapshot |
2013-05-20 |
John Hodge | Kernel/VTerm,PTY - Replaced VTerm buffers with PTY... |
commit | commitdiff | tree | snapshot |
2013-05-20 |
John Hodge | Usermode/ld-acess - PTY 2D commands |
commit | commitdiff | tree | snapshot |
2013-05-18 |
John Hodge | Kernel - Misc fixes and debug in VTerm/PTY, AxWin3... |
commit | commitdiff | tree | snapshot |
2013-05-18 |
John Hodge | Usermode/init,login - Updated to new PTY code |
commit | commitdiff | tree | snapshot |
2013-05-18 |
John Hodge | Kernel - Integrated PTY with VTerm, userland currently... |
commit | commitdiff | tree | snapshot |
2013-05-18 |
John Hodge | Usermode/GUI Terminal - Switched to PTY instead of... |
commit | commitdiff | tree | snapshot |
2013-05-18 |
John Hodge | Usermode/ld-acess - Fixed compilation errors in devices... |
commit | commitdiff | tree | snapshot |
2013-05-18 |
John Hodge | Kernel/PTYs - Fixed maths error causing page fault |
commit | commitdiff | tree | snapshot |
2013-05-18 |
John Hodge | Kernel/threads - Fixed infinite fault loop if thread... |
commit | commitdiff | tree | snapshot |
2013-05-17 |
John Hodge | Kernel/PTYs - Finishing touches on implimentation |
commit | commitdiff | tree | snapshot |
2013-05-17 |
John Hodge | Kernel - Implimenting PTYs (untested, unintegrated) |
commit | commitdiff | tree | snapshot |
2013-05-16 |
John Hodge | Usermode/libposix - Fixed bug in getpass (didn't trim \n) |
commit | commitdiff | tree | snapshot |
2013-05-16 |
John Hodge | Kernel/VFS - Fixed bug with setting flags on FD0 |
commit | commitdiff | tree | snapshot |
2013-05-16 |
John Hodge | Usermode/libc,libpsocket - Various fixes to psockets... |
commit | commitdiff | tree | snapshot |
2013-05-16 |
John Hodge | Kernel - Implimented VFS_Reopen |
commit | commitdiff | tree | snapshot |
2013-05-16 |
John Hodge | Kernel - Added 'Flags' param to VFS Read/Write/FindDir |
commit | commitdiff | tree | snapshot |
2013-05-15 |
John Hodge... | Usermode/libposix - Misc |
commit | commitdiff | tree | snapshot |
2013-05-15 |
John Hodge... | Kernel - SYS_FDCTL |
commit | commitdiff | tree | snapshot |
2013-05-15 |
John Hodge... | Merge branch 'master' of ssh.ucc.asn.au:tpg/acess2 |
commit | commitdiff | tree | snapshot |
2013-05-15 |
John Hodge | Kernel - Working on SYS_COPYFD |
commit | commitdiff | tree | snapshot |
2013-05-15 |
John Hodge | Usermode/libposix - fcntl and debug |
commit | commitdiff | tree | snapshot |
2013-05-15 |
John Hodge... | Kernel - Defaulted FRandom 'DataAvaliable' to 1 |
commit | commitdiff | tree | snapshot |
2013-05-15 |
John Hodge... | Usermode/libposix - Fixed duplicate definition of uid_t |
commit | commitdiff | tree | snapshot |
2013-05-14 |
John Hodge | Usermode/libposix - Fixed getpass() argument |
commit | commitdiff | tree | snapshot |
2013-05-14 |
John Hodge | Kernel - Added fast random (ala /dev/urandom), good... |
commit | commitdiff | tree | snapshot |
2013-05-14 |
John Hodge | Merge branch 'master' of git://localhost/acess2 |
commit | commitdiff | tree | snapshot |
2013-05-14 |
John Hodge | Tools/GCCProxy - Moved libgcc to last item in link... |
commit | commitdiff | tree | snapshot |
2013-05-14 |
John Hodge | Usermode/libposix - Implimenting functions for dropbear |
commit | commitdiff | tree | snapshot |
2013-05-14 |
John Hodge | Usermode - POSIX and C conformance changes |
commit | commitdiff | tree | snapshot |
2013-05-14 |
John Hodge | Applications/IRC - Cleaning up command code |
commit | commitdiff | tree | snapshot |
2013-05-14 |
John Hodge | Applications/login - Cleaned up input code |
commit | commitdiff | tree | snapshot |
2013-05-14 |
John Hodge | Applications - Used C99 |
commit | commitdiff | tree | snapshot |
2013-05-14 |
John Hodge | Applications/GUI Terminal - Fixed sticky Ctrl/Alt keys... |
commit | commitdiff | tree | snapshot |
2013-05-14 |
John Hodge | Notes - Pondering pty behavior |
commit | commitdiff | tree | snapshot |
2013-05-14 |
John Hodge | Kernel - Update syscall definition (comment only) |
commit | commitdiff | tree | snapshot |
2013-05-14 |
John Hodge | Kernel/VTerm - C99 and slight debug |
commit | commitdiff | tree | snapshot |
2013-05-14 |
John Hodge | Kernel/IPCPipe - Disabled debug |
commit | commitdiff | tree | snapshot |
2013-05-14 |
John Hodge | Modules/IPStack - Removed useless log message |
commit | commitdiff | tree | snapshot |
2013-05-14 |
John Hodge | Kernel - Disabled omission of frame pointer (debugging) |
commit | commitdiff | tree | snapshot |
2013-05-13 |
John Hodge... | AcessNative - Better error reporting in NativeFS |
commit | commitdiff | tree | snapshot |
2013-05-13 |
John Hodge... | Modules/FAT - Fixed handling of <FAT32 root directory |
commit | commitdiff | tree | snapshot |
2013-05-13 |
John Hodge... | Tools/DiskTook - Fixed absolute path support |
commit | commitdiff | tree | snapshot |
2013-05-13 |
John Hodge... | Kernel/VTerm - Fixed typo in comment |
commit | commitdiff | tree | snapshot |
2013-05-12 |
John Hodge | Merge branch 'master' of git://localhost/acess2 |
commit | commitdiff | tree | snapshot |
2013-05-12 |
John Hodge | Usermode/AxWin3 - Speedups mostly, required some restru... |
commit | commitdiff | tree | snapshot |
2013-05-12 |
John Hodge | RunQemu - Added e1000 and 5555->23 forward |
commit | commitdiff | tree | snapshot |
2013-05-12 |
John Hodge | Modules/E1000 - Fixed corruption/crash |
commit | commitdiff | tree | snapshot |
2013-05-08 |
John Hodge... | Kernel/armv7 - Extra code for Tegra2 timer tests |
commit | commitdiff | tree | snapshot |
2013-05-08 |
John Hodge... | Modules/E1000 - (minor) Worked around dumb gcc warning |
commit | commitdiff | tree | snapshot |
2013-05-08 |
John Hodge... | Usermode/init - Fixed early free of command, fixed... |
commit | commitdiff | tree | snapshot |
2013-05-08 |
John Hodge... | Usermode/libc - Misc unused change in printf %f |
commit | commitdiff | tree | snapshot |
2013-05-08 |
John Hodge... | Kernel/x86 - Untested MicroSleep function |
commit | commitdiff | tree | snapshot |
2013-05-03 |
John Hodge... | Kernel/acpica - Disable debug |
commit | commitdiff | tree | snapshot |
2013-05-03 |
John Hodge... | Merge branch 'master' of ssh.ucc.asn.au:tpg/acess2 |
commit | commitdiff | tree | snapshot |
2013-05-03 |
John Hodge | Modules/E1000 - Bugfixes |
commit | commitdiff | tree | snapshot |
2013-05-03 |
John Hodge... | Merge branch 'master' of github.com:thepowersgang/acess2 |
commit | commitdiff | tree | snapshot |
2013-05-03 |
John Hodge | Kernel/acpica - Fiddling |
commit | commitdiff | tree | snapshot |
2013-04-26 |
John Hodge | BuildConf - Added PCnetFAST3 to x86 default config |
commit | commitdiff | tree | snapshot |
2013-04-26 |
John Hodge | Usermode/Filesystem - inittab: Added telnet server... |
commit | commitdiff | tree | snapshot |
next |