tpg/acess2.git
2013-11-30 John HodgeTools/GCCProxy - Warnings to GCC, and -pthread
2013-11-30 John HodgeUsermode/libposix - Added types for F_GETLK
2013-11-30 John HodgeUsermode/libc - Minor compilation fix
2013-11-30 John HodgeUsermode/libc - Added EAFNOSUPPORT
2013-11-30 John HodgeUsermode/irc - Cleanup and fix to incorrect va_list...
2013-11-30 John HodgeKernel - Switched back to standards-compilant printf...
2013-11-29 John HodgeUsermode/libpsocket - Features used by irssi
2013-11-29 John HodgeUsermode - Adding stub httpd
2013-11-28 John HodgeAcessNative - TCP emulation working
2013-11-28 John HodgeAcessNative - Fixed excessive redraws
2013-11-23 John HodgeAcessNative - Adding network support
2013-11-22 John HodgeUsermode/libposix - Clear stdin buffer in getpass
2013-11-22 John HodgeUsermode/init - Added environment variables to spawned...
2013-11-22 John HodgeKernel - Working on allowing \0 out debug
2013-11-22 John HodgeTerminal - Adding some (slightly buggy) xterm features
2013-11-21 John HodgeUsermode/libc - stdin caching
2013-11-19 John HodgeKernel - Clean up heap code to better handle OOM
2013-11-19 John HodgeKernel/timers - Debugging output changes
2013-11-19 John HodgeExternals - Fixed minor typo in error message
2013-11-19 John HodgeUsermode/wget - Fixed divide-by-zero in streamToFile
2013-11-18 John HodgeKernel - Fixed threads entering EVENTSLEEP with event...
2013-11-18 John HodgeKernel/debug - Disabled debug if CPU holds the debug...
2013-11-18 John HodgeModules/IPStack - Added proper node reference counting...
2013-11-18 John HodgeModules/IPStack - Free outgoing buffer once sent
2013-11-18 John HodgeModules/IPStack - Condenced outgoing packet messages
2013-11-18 John HodgeModules/E1000 - "handle" RXDMT0 by just logging
2013-11-18 John HodgeModules/EHCI - Tweaking, needs a rewrite I think
2013-11-18 John HodgeModules/USB - Increased UHCI root hub poll period to 2s
2013-11-18 John HodgeKernel/rootfs - Added GetNodeByInode support
2013-11-18 John HodgeKernel/VTerm - VT100 emulation fixes exposed by dropbea...
2013-11-18 John HodgeUsermode/libposix - termios and ioctl updates for dropb...
2013-11-18 John HodgeModules/VESA - Disabled cursor blink to aid timer debugging
2013-11-06 John HodgeAcessNative - Rework of thread handling
2013-11-06 John HodgeKernel - Replaced for(;;); in panic with HALT_CPU macro
2013-11-06 John HodgeKernel - Clean up prototypes in threads.c
2013-11-06 John HodgeKernel - Altered event wait to use Threads_int_Sleep
2013-11-03 John HodgeKernel - Converted most blocking states to use Threads_...
2013-10-28 John HodgeAcessNative - Fix some compilation issues
2013-10-28 John HodgeKernel - Renamed signal.h to avoid collision in AcessNative
2013-10-28 John HodgeUsermode - Minor fix to ARCH=native
2013-10-28 John HodgeUsermode/AxWin3 - Added names to widget types
2013-10-24 John HodgeUDI/udibuild - Added trim of leading/trailing spaces...
2013-10-13 John Hodge.gitignore - Hide some misc files
2013-10-13 John Hodge.gitignore - Hide all udi packages
2013-10-13 John Hodge(minor) Modules/UDI - Improved error message for multip...
2013-10-13 John HodgeModules/UDI - Buffer delete, chained CB support
2013-10-13 John HodgeUDI/ne2000 - RX working (not fully tested)
2013-10-12 John HodgeModules/UDI - Heaps of fixes and features
2013-10-12 John HodgeKernel - Cleanup and fix all memfiles treated as same...
2013-10-12 John HodgeUDI/ne2000 - Bug fixing and implementation. TX works...
2013-10-11 John HodgeUDI/Tools - Renamed udibuild's src dir to say udibuild
2013-10-11 John HodgeUDI/Tools - Moved udi* tools to UDI/ tree
2013-10-11 John HodgeModules/UDI - NSR TX
2013-10-11 John HodgeUDI/ne2000 - Incomplete TX implementation
2013-10-09 John HodgeUDI/ne2000 - Fixed minior bug in ne2k PIO allocation
2013-10-09 John HodgeUDI/include - A few tweaks
2013-10-09 John HodgeModules/UDI - MEI working, used for nic
2013-10-08 John HodgeKernel - Added NORETURN to Panic
2013-10-08 John HodgeModules/ATA - Fixed uninitialised variable
2013-10-08 John HodgeUDI/ne2000 - Fixed "identifier" formatting
2013-10-08 John HodgeUDI - Removed redundant typedef
2013-10-08 John HodgeModules/UDI - NSR layer and fixes to enumeration
2013-10-08 John HodgeUsermode/libc - Fixed some warnings in strtoi tests
2013-10-08 John HodgeModules/UDI - PIO and better instance startup
2013-10-08 John HodgeUDI/ne2000 - Fixed some bugs due to misreading the...
2013-10-07 John HodgeUsermode/libc - Fixed unit tests
2013-10-07 John HodgeModules/UDI - Cleaned up source layout, implemented...
2013-10-07 John HodgeModule/UDI - Implementing parts of MEI (abusing CPP...
2013-10-06 John HodgeUDI/ne2000 - Fixed missing CB definitions
2013-10-06 John HodgeModules/UDI - Attributes, PIO, CB allocation and channe...
2013-10-06 John HodgeKernel - Added catch in Heap_Allocate for 0-sized blocks
2013-10-06 John HodgeUDI/incldue - Update UDI headers for implementation...
2013-10-05 John HodgeTools/udibuild - Updated to point to moved UDI headers
2013-10-05 John HodgeModules/UDI - Moved UDI headers to /UDI/include
2013-10-05 John HodgeModules/UDI - Adding PCI and MEI headers
2013-10-05 John HodgeModules/UDI - Minor tweaks
2013-10-04 John HodgeModules/Makefile - added -fno-omit-frame-pointer to...
2013-10-04 John HodgeModules/UDI - Enumeration working, ne2000 starting...
2013-10-04 John HodgeUDI/ne2000 - Added parent bind CB
2013-10-04 John HodgeUsermode/libc - Fixed buggy strtoi code
2013-10-03 John HodgeTools/UDI - Misc touchups
2013-10-03 John HodgeModules/UDI - Implementing proper enumeration framework
2013-10-03 John HodgeUDI/ne2000 - Stubbed tx so it loads
2013-10-02 John HodgeTools/udimkpkg - Hacky implementation, but it seems...
2013-10-02 John HodgeTools/udibuil - Added (unneeded) support for adding...
2013-10-02 John HodgeUDI/ne2000 - RX code implemented
2013-10-01 John Hodgegitignore - Hide UDI binaries
2013-10-01 John HodgeUDI/ne2000 - Adding RX framework
2013-10-01 John HodgeModules/UDI - Added definition of NULL
2013-10-01 John HodgeTools/udibuild - Fixing linking
2013-10-01 John HodgeUDI/ne2000 - Added blank tx and rx files
2013-10-01 John HodgeTools/udibuild - Implemented linking
2013-10-01 John HodgeTools/udibuild - Cleanup (can find udibuild.ini if...
2013-10-01 John Hodge.gitignore - Hiding some UDI related binaries
2013-10-01 John HodgeTools/udibuild - Working (but hacky) udibuild tool
2013-10-01 John HodgeUDI/ne2000 - Tweaks to get _core.c compiling
2013-10-01 John HodgeModules/UDI - Fixing physio gaps, added NIC binding
2013-10-01 John HodgeModules/UDI - Fixed kernel-land compile errors
2013-10-01 John HodgeModules/UDI - Removed dependence on acess.h from UDI...
2013-10-01 John HodgeModules/EHCI - Fixing, closer to working now
next

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