2013-06-12 |
John Hodge | Tools/GCCProxy - Tweaked to handle --version correctly
|
commit | commitdiff | tree |
2013-06-12 |
John Hodge | Usermode/libc - A little bit of POSIX signals
|
commit | commitdiff | tree |
2013-06-09 |
John Hodge | Usermode/lib{c,posix} - Adding clock_* POSIX functions
|
commit | commitdiff | tree |
2013-06-09 |
John Hodge | Externals/mesa - Incomplete makefile
|
commit | commitdiff | tree |
2013-06-08 |
John Hodge | Externals/libpng - Compiles
|
commit | commitdiff | tree |
2013-06-08 |
John Hodge | Usermode - Moved common portions of the Makefile.cfg...
|
commit | commitdiff | tree |
2013-06-08 |
John Hodge | Usermode/libm - Stubbed up a quick libm (using gcc...
|
commit | commitdiff | tree |
2013-06-08 |
John Hodge | Externals/freetype - Appears to work
|
commit | commitdiff | tree |
2013-06-08 |
John Hodge | Externals - gitignore
|
commit | commitdiff | tree |
2013-06-08 |
John Hodge | Externals/dropbear - Works, but install might be failing
|
commit | commitdiff | tree |
2013-06-08 |
John Hodge | Externals/dropbear - Untested makefile and patchset
|
commit | commitdiff | tree |
2013-06-08 |
John Hodge | Tools/GCCProxy - Added '-fno-omit-frame-pointer' to...
|
commit | commitdiff | tree |
2013-06-08 |
John Hodge | Externals - Added zlib meta-makefile (and common)
|
commit | commitdiff | tree |
2013-05-22 |
John Hodge | Cleaned up some TODOs
|
commit | commitdiff | tree |
2013-05-21 |
John Hodge | Usermode/libposix - Hacked translation of termios-ptymode
|
commit | commitdiff | tree |
2013-05-20 |
John Hodge | Kernel/VTerm - Include forgotten 2D command handling
|
commit | commitdiff | tree |
2013-05-20 |
John Hodge | Usermode/libreadline - Fixed for new PTY
|
commit | commitdiff | tree |
2013-05-20 |
John Hodge | Usermode/libposix - Fixed getpass for new PTY
|
commit | commitdiff | tree |
2013-05-20 |
John Hodge | Usermode/login - Added PTY mode reset before showing...
|
commit | commitdiff | tree |
2013-05-20 |
John Hodge | Usermode/AxWin3 - Updated for PTY support
|
commit | commitdiff | tree |
2013-05-20 |
John Hodge | Kernel/VTerm,PTY - Replaced VTerm buffers with PTY...
|
commit | commitdiff | tree |
2013-05-20 |
John Hodge | Usermode/ld-acess - PTY 2D commands
|
commit | commitdiff | tree |
2013-05-18 |
John Hodge | Kernel - Misc fixes and debug in VTerm/PTY, AxWin3...
|
commit | commitdiff | tree |
2013-05-18 |
John Hodge | Usermode/init,login - Updated to new PTY code
|
commit | commitdiff | tree |
2013-05-18 |
John Hodge | Kernel - Integrated PTY with VTerm, userland currently...
|
commit | commitdiff | tree |
2013-05-18 |
John Hodge | Usermode/GUI Terminal - Switched to PTY instead of...
|
commit | commitdiff | tree |
2013-05-18 |
John Hodge | Usermode/ld-acess - Fixed compilation errors in devices...
|
commit | commitdiff | tree |
2013-05-18 |
John Hodge | Kernel/PTYs - Fixed maths error causing page fault
|
commit | commitdiff | tree |
2013-05-18 |
John Hodge | Kernel/threads - Fixed infinite fault loop if thread...
|
commit | commitdiff | tree |
2013-05-17 |
John Hodge | Kernel/PTYs - Finishing touches on implimentation
|
commit | commitdiff | tree |
2013-05-17 |
John Hodge | Kernel - Implimenting PTYs (untested, unintegrated)
|
commit | commitdiff | tree |
2013-05-16 |
John Hodge | Usermode/libposix - Fixed bug in getpass (didn't trim \n)
|
commit | commitdiff | tree |
2013-05-16 |
John Hodge | Kernel/VFS - Fixed bug with setting flags on FD0
|
commit | commitdiff | tree |
2013-05-16 |
John Hodge | Usermode/libc,libpsocket - Various fixes to psockets...
|
commit | commitdiff | tree |
2013-05-16 |
John Hodge | Kernel - Implimented VFS_Reopen
|
commit | commitdiff | tree |
2013-05-16 |
John Hodge | Kernel - Added 'Flags' param to VFS Read/Write/FindDir
|
commit | commitdiff | tree |
2013-05-15 |
John Hodge (sonata) | Usermode/libposix - Misc
|
commit | commitdiff | tree |
2013-05-15 |
John Hodge (sonata) | Kernel - SYS_FDCTL
|
commit | commitdiff | tree |
2013-05-15 |
John Hodge (sonata) | Merge branch 'master' of ssh.ucc.asn.au:tpg/acess2
|
commit | commitdiff | tree |
2013-05-15 |
John Hodge | Kernel - Working on SYS_COPYFD
|
commit | commitdiff | tree |
2013-05-15 |
John Hodge | Usermode/libposix - fcntl and debug
|
commit | commitdiff | tree |
2013-05-15 |
John Hodge (sonata) | Kernel - Defaulted FRandom 'DataAvaliable' to 1
|
commit | commitdiff | tree |
2013-05-15 |
John Hodge (sonata) | Usermode/libposix - Fixed duplicate definition of uid_t
|
commit | commitdiff | tree |
2013-05-14 |
John Hodge | Usermode/libposix - Fixed getpass() argument
|
commit | commitdiff | tree |
2013-05-14 |
John Hodge | Kernel - Added fast random (ala /dev/urandom), good...
|
commit | commitdiff | tree |
2013-05-14 |
John Hodge | Merge branch 'master' of git://localhost/acess2
|
commit | commitdiff | tree |
2013-05-14 |
John Hodge | Tools/GCCProxy - Moved libgcc to last item in link...
|
commit | commitdiff | tree |
2013-05-14 |
John Hodge | Usermode/libposix - Implimenting functions for dropbear
|
commit | commitdiff | tree |
2013-05-14 |
John Hodge | Usermode - POSIX and C conformance changes
|
commit | commitdiff | tree |
2013-05-14 |
John Hodge | Applications/IRC - Cleaning up command code
|
commit | commitdiff | tree |
2013-05-14 |
John Hodge | Applications/login - Cleaned up input code
|
commit | commitdiff | tree |
2013-05-14 |
John Hodge | Applications - Used C99
|
commit | commitdiff | tree |
2013-05-14 |
John Hodge | Applications/GUI Terminal - Fixed sticky Ctrl/Alt keys...
|
commit | commitdiff | tree |
2013-05-14 |
John Hodge | Notes - Pondering pty behavior
|
commit | commitdiff | tree |
2013-05-14 |
John Hodge | Kernel - Update syscall definition (comment only)
|
commit | commitdiff | tree |
2013-05-14 |
John Hodge | Kernel/VTerm - C99 and slight debug
|
commit | commitdiff | tree |
2013-05-14 |
John Hodge | Kernel/IPCPipe - Disabled debug
|
commit | commitdiff | tree |
2013-05-14 |
John Hodge | Modules/IPStack - Removed useless log message
|
commit | commitdiff | tree |
2013-05-14 |
John Hodge | Kernel - Disabled omission of frame pointer (debugging)
|
commit | commitdiff | tree |
2013-05-13 |
John Hodge (sonata) | AcessNative - Better error reporting in NativeFS
|
commit | commitdiff | tree |
2013-05-13 |
John Hodge (sonata) | Modules/FAT - Fixed handling of <FAT32 root directory
|
commit | commitdiff | tree |
2013-05-13 |
John Hodge (sonata) | Tools/DiskTook - Fixed absolute path support
|
commit | commitdiff | tree |
2013-05-13 |
John Hodge (sonata) | Kernel/VTerm - Fixed typo in comment
|
commit | commitdiff | tree |
2013-05-12 |
John Hodge | Merge branch 'master' of git://localhost/acess2
|
commit | commitdiff | tree |
2013-05-12 |
John Hodge | Usermode/AxWin3 - Speedups mostly, required some restructure
|
commit | commitdiff | tree |
2013-05-12 |
John Hodge | RunQemu - Added e1000 and 5555->23 forward
|
commit | commitdiff | tree |
2013-05-12 |
John Hodge | Modules/E1000 - Fixed corruption/crash
|
commit | commitdiff | tree |
2013-05-08 |
John Hodge (sonata) | Kernel/armv7 - Extra code for Tegra2 timer tests
|
commit | commitdiff | tree |
2013-05-08 |
John Hodge (sonata) | Modules/E1000 - (minor) Worked around dumb gcc warning
|
commit | commitdiff | tree |
2013-05-08 |
John Hodge (sonata) | Usermode/init - Fixed early free of command, fixed...
|
commit | commitdiff | tree |
2013-05-08 |
John Hodge (sonata) | Usermode/libc - Misc unused change in printf %f
|
commit | commitdiff | tree |
2013-05-08 |
John Hodge (sonata) | Kernel/x86 - Untested MicroSleep function
|
commit | commitdiff | tree |
2013-05-03 |
John Hodge (sonata) | Kernel/acpica - Disable debug
|
commit | commitdiff | tree |
2013-05-03 |
John Hodge (sonata) | Merge branch 'master' of ssh.ucc.asn.au:tpg/acess2
|
commit | commitdiff | tree |
2013-05-03 |
John Hodge | Modules/E1000 - Bugfixes
|
commit | commitdiff | tree |
2013-05-03 |
John Hodge (sonata) | Merge branch 'master' of github.com:thepowersgang/acess2
|
commit | commitdiff | tree |
2013-05-03 |
John Hodge | Kernel/acpica - Fiddling
|
commit | commitdiff | tree |
2013-04-26 |
John Hodge | BuildConf - Added PCnetFAST3 to x86 default config
|
commit | commitdiff | tree |
2013-04-26 |
John Hodge | Usermode/Filesystem - inittab: Added telnet server...
|
commit | commitdiff | tree |
2013-04-26 |
John Hodge | Modules/PCnetFAST3 - Partially functional
|
commit | commitdiff | tree |
2013-04-26 |
John Hodge | Usermode/init - Fixes to parsing and error checks,...
|
commit | commitdiff | tree |
2013-04-26 |
John Hodge | Modules/E1000 - Partially functional driver
|
commit | commitdiff | tree |
2013-04-26 |
John Hodge | Modules/IPStack - Added MAC checksum offload support
|
commit | commitdiff | tree |
2013-04-26 |
John Hodge | Kernel/x86 - mboot: Cleaning up source, added sanity...
|
commit | commitdiff | tree |
2013-04-26 |
John Hodge | Kernel/x86 - acpica: Debug to trace AE_NO_MEMORY cause
|
commit | commitdiff | tree |
2013-04-26 |
John Hodge | Kernel/x86 - mm_virt: Allowed PhysAddr=NULL with AllocDMA
|
commit | commitdiff | tree |
2013-04-26 |
John Hodge | Tools/GCCProxy - Included libposix and libpsocket ...
|
commit | commitdiff | tree |
2013-04-26 |
John Hodge | Usermode/libpsocket - getnameinfo and other definitions
|
commit | commitdiff | tree |
2013-04-26 |
John Hodge | Usermode/libposix - More definitions on the way to...
|
commit | commitdiff | tree |
2013-04-26 |
John Hodge | Usermode/libc - More errno values and signal symbolic...
|
commit | commitdiff | tree |
2013-04-26 |
John Hodge | Usermode/libc - Fixed back-seek of -1 when a write...
|
commit | commitdiff | tree |
2013-04-26 |
John Hodge | Usermode/ld-acess - Bugfix and extra syscall
|
commit | commitdiff | tree |
2013-04-02 |
John Hodge (sonata) | Merge branch 'master' of git://cadel.mutabah.net/acess2
|
commit | commitdiff | tree |
2013-04-02 |
John Hodge | Usermode/libc - Removed debug in stdio flush
|
commit | commitdiff | tree |
2013-04-02 |
John Hodge | Kernel/IPStack - Added lock to buffer structure so...
|
commit | commitdiff | tree |
2013-04-02 |
John Hodge | Kernel/Threads - Added output to SetName to trace thread...
|
commit | commitdiff | tree |
2013-04-02 |
John Hodge | Kernel/VTerm - Added stub support for an escape code...
|
commit | commitdiff | tree |
2013-04-01 |
John Hodge | Kernel/Modules - Heaps of work on PCnet FASTIII driver
|
commit | commitdiff | tree |
2013-03-31 |
John Hodge | Usermode - Added stdio output caching
|
commit | commitdiff | tree |
2013-03-31 |
John Hodge | Kernel/VTerm - Fixed little bugs exposed with stdio...
|
commit | commitdiff | tree |
next |