tpg/acess2.git
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
2013-10-01 John HodgeModules/USB - More debug in portctl
2013-10-01 John HodgeUDI/NE2000 - Fiddling
2013-09-30 John HodgeUDI/ne2000 - Working on a NE2k driver for UDI testing
2013-09-29 John HodgeKernel - Added event mask to thread dump
2013-09-23 John HodgeKernel/ARMv7 - Call timers on tegra2
2013-09-23 John HodgeKernel/ARMv7 - Added Tegra2 EHCI controllers
2013-09-23 John HodgeROOT/RunQemuArm - Added USB storage to tegra2 command
2013-09-23 John HodgeModules/EHCI - Extra debug
2013-09-23 John HodgeKernel/x86 - Some extra logging in ACPICA shim
2013-09-22 John HodgeROOT/RunQemuArm - Added -notee option
2013-09-22 John HodgeKernel/armv7 - Enabled UART input on tegra2
2013-09-22 John HodgeKernel/armv7 - Altered makefile to retain ELF kernel
2013-09-22 John HodgeKernel - Added sanity check to template PMM
2013-09-22 John HodgeKernel/armv7 - Hack to prevent two multiple running...
2013-09-22 John HodgeKernel/armv7 - Fixed incorrect addresses in Tegra2...
2013-09-22 John HodgeModules/ARMv7 GIC - Clean up debug and fix a few nigglers
2013-09-22 John HodgeModules/Tegra2Vid - Fixed out-of-date IO function proto...
2013-09-22 John HodgeKernel/sysfs - (minor) Fixed extra newline in log message
2013-09-22 John HodgeROOT/RunQemuArm - Added note on what machine name means
2013-09-22 John HodgeROOT/RunQemuArm - Added option for (unofficial) Tegra2...
2013-09-22 John HodgeKernel/armv7 - [realview_pb] Implemented basic timekeeping
2013-09-22 John HodgeKernel/armv7 - Implemented CLONE_NOUSER
2013-09-22 John HodgeKernel/armv7 - Missing files for 25398a7f24d189ee7a70fc...
2013-09-22 John HodgeUsermode/init - Updated to new serial
2013-09-22 John HodgeUsermode/CLIShell - Removed clear on start, was annoyin...
2013-09-22 John HodgeModules/ARMv7 GIC - Quietened interrupt handling
2013-09-22 John HodgeModules/InitRD - Added missing insmod/automount
2013-09-22 John HodgeKernel/armv7 - Added debug serial input
2013-09-22 John HodgeKernel/x86_64 - Added input on debug serial
2013-09-22 John HodgeKernel/x86 - Added input support to serial terminal
2013-09-22 John HodgeKernel/VFS - Clean up handle save+restore code
2013-09-22 John Hodge(minor) Kernel - Commenting in PTY
2013-09-22 John HodgeKernel - Stopped unneeded VFS handle save/restore on...
2013-09-22 John HodgeBuildConf/x86 - Disabled UDI to speed up boots
2013-09-22 John HodgeKernel - Added serial port 'driver' (wraps PTY)
2013-09-19 John HodgeKernel - Fixed compilation of x86_64 and armv7
2013-09-19 John HodgeUsermode/libc - Fixed no definition for uid_t/pid_t...
2013-09-19 John HodgeUsermode/ld-acess - Fixed ld-acess failing to compile...
2013-09-18 John HodgeModules/UDI - Improved attribute parsing
2013-09-17 John HodgeKernel - Switched to hex in ASSERTC* because it's cleaner
2013-09-17 John HodgeModules/UDI - Working on more framework and PCI bus
2013-09-16 John HodgeModules/UDI - Channel code implimented (partially)
2013-09-16 John HodgeUsermode/CLIShell - Added SBin to path
2013-09-16 John Hodge.gitignore - Ignore UDI staging directory
2013-09-16 John HodgeTools/udisetup - Switched back to udiprops_end instead...
2013-09-16 John HodgeModules/Makefile.tpl - Added vim filetype line
2013-09-16 John HodgeUsermode/ld-acess - Cleanup to ELF32 relocation code
2013-09-16 John HodgeUsermode/ld-acess - Added _SysLoadModule syscall
2013-09-16 John HodgeBuildConf - Added insmod and UDI
2013-09-16 John HodgeUsermode/insmod - Added insmod program (and relevant...
next

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