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 |
2013-04-26 |
John Hodge | Modules/PCnetFAST3 - Partially functional |
commit | commitdiff | tree | snapshot |
2013-04-26 |
John Hodge | Usermode/init - Fixes to parsing and error checks,... |
commit | commitdiff | tree | snapshot |
2013-04-26 |
John Hodge | Modules/E1000 - Partially functional driver |
commit | commitdiff | tree | snapshot |
2013-04-26 |
John Hodge | Modules/IPStack - Added MAC checksum offload support |
commit | commitdiff | tree | snapshot |
2013-04-26 |
John Hodge | Kernel/x86 - mboot: Cleaning up source, added sanity... |
commit | commitdiff | tree | snapshot |
2013-04-26 |
John Hodge | Kernel/x86 - acpica: Debug to trace AE_NO_MEMORY cause |
commit | commitdiff | tree | snapshot |
2013-04-26 |
John Hodge | Kernel/x86 - mm_virt: Allowed PhysAddr=NULL with AllocDMA |
commit | commitdiff | tree | snapshot |
2013-04-26 |
John Hodge | Tools/GCCProxy - Included libposix and libpsocket ... |
commit | commitdiff | tree | snapshot |
2013-04-26 |
John Hodge | Usermode/libpsocket - getnameinfo and other definitions |
commit | commitdiff | tree | snapshot |
2013-04-26 |
John Hodge | Usermode/libposix - More definitions on the way to... |
commit | commitdiff | tree | snapshot |
2013-04-26 |
John Hodge | Usermode/libc - More errno values and signal symbolic... |
commit | commitdiff | tree | snapshot |
2013-04-26 |
John Hodge | Usermode/libc - Fixed back-seek of -1 when a write... |
commit | commitdiff | tree | snapshot |
2013-04-26 |
John Hodge | Usermode/ld-acess - Bugfix and extra syscall |
commit | commitdiff | tree | snapshot |
2013-04-02 |
John Hodge... | Merge branch 'master' of git://cadel.mutabah.net/acess2 |
commit | commitdiff | tree | snapshot |
2013-04-02 |
John Hodge | Usermode/libc - Removed debug in stdio flush |
commit | commitdiff | tree | snapshot |
2013-04-02 |
John Hodge | Kernel/IPStack - Added lock to buffer structure so... |
commit | commitdiff | tree | snapshot |
2013-04-02 |
John Hodge | Kernel/Threads - Added output to SetName to trace threa... |
commit | commitdiff | tree | snapshot |
2013-04-02 |
John Hodge | Kernel/VTerm - Added stub support for an escape code... |
commit | commitdiff | tree | snapshot |
2013-04-01 |
John Hodge | Kernel/Modules - Heaps of work on PCnet FASTIII driver |
commit | commitdiff | tree | snapshot |
2013-03-31 |
John Hodge | Usermode - Added stdio output caching |
commit | commitdiff | tree | snapshot |
2013-03-31 |
John Hodge | Kernel/VTerm - Fixed little bugs exposed with stdio... |
commit | commitdiff | tree | snapshot |
2013-03-30 |
John Hodge... | Kernel - Doxygen documentation updates |
commit | commitdiff | tree | snapshot |
2013-03-30 |
John Hodge... | Kernel/x86 - Report ACPICA cache name on exhaustion |
commit | commitdiff | tree | snapshot |
2013-03-29 |
John Hodge | Merge branch 'master' of git://localhost/acess2 |
commit | commitdiff | tree | snapshot |
2013-03-29 |
John Hodge | Usermode - ARCH=native changes, kinda borked |
commit | commitdiff | tree | snapshot |
2013-03-29 |
John Hodge | AcessNative - Fixed alignment on request header |
commit | commitdiff | tree | snapshot |
2013-03-29 |
John Hodge... | Merge branch 'master' of git://cadel.mutabah.net/acess2 |
commit | commitdiff | tree | snapshot |
2013-03-29 |
John Hodge... | Modules/IPStack - Reduced UDP debug spam |
commit | commitdiff | tree | snapshot |
2013-03-28 |
John Hodge... | Usermode - Fixed incorrect use of vsnprintf |
commit | commitdiff | tree | snapshot |
2013-03-28 |
John Hodge... | Usermode+InitRD - Fixed incorrect location of dhcpc |
commit | commitdiff | tree | snapshot |
2013-03-26 |
John Hodge | AcessNative - Included ipcpipe for AxWin3 |
commit | commitdiff | tree | snapshot |
2013-03-26 |
John Hodge | Usermode/AxWin3 - Fixed undefined memory usage |
commit | commitdiff | tree | snapshot |
2013-03-26 |
John Hodge | AcesNative+Usermode - libacessnative "works" (for some... |
commit | commitdiff | tree | snapshot |
2013-03-06 |
John Hodge | Externals/cross-compiler - Ignore sysroot-$(ARCH) |
commit | commitdiff | tree | snapshot |
2013-03-06 |
John Hodge | Usermode - libacess-native |
commit | commitdiff | tree | snapshot |
2013-03-06 |
John Hodge | Usermode - Hacking up native compilation target |
commit | commitdiff | tree | snapshot |
2013-03-06 |
John Hodge | AcessNative - Working on libacess-native |
commit | commitdiff | tree | snapshot |
2013-03-05 |
John Hodge | Usermode/libc - Fixed setjmp.h relying on __is_ARCHDIR_*_ |
commit | commitdiff | tree | snapshot |
2013-03-05 |
John Hodge | Merge branch 'master' of git://localhost/acess2 |
commit | commitdiff | tree | snapshot |
2013-03-05 |
John Hodge... | .gitignore - Added Usermode/include |
commit | commitdiff | tree | snapshot |
2013-03-05 |
John Hodge... | Usermode/inittab - Vim modeline? |
commit | commitdiff | tree | snapshot |
next |