Usermode/libaxwin4 - Handle demarshal failure
[tpg/acess2.git] / KernelLand /
2013-10-11 John HodgeModules/UDI - NSR TX
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 HodgeModules/UDI - NSR layer and fixes to enumeration
2013-10-08 John HodgeModules/UDI - PIO and better instance startup
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 HodgeModules/UDI - Attributes, PIO, CB allocation and channe...
2013-10-06 John HodgeKernel - Added catch in Heap_Allocate for 0-sized blocks
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-03 John HodgeModules/UDI - Implementing proper enumeration framework
2013-10-01 John HodgeModules/UDI - Added definition of NULL
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-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 HodgeModules/EHCI - Extra debug
2013-09-23 John HodgeKernel/x86 - Some extra logging in ACPICA shim
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 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 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 HodgeKernel - Added serial port 'driver' (wraps PTY)
2013-09-19 John HodgeKernel - Fixed compilation of x86_64 and armv7
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 HodgeModules/Makefile.tpl - Added vim filetype line
2013-09-16 John HodgeUsermode/insmod - Added insmod program (and relevant...
2013-09-16 John HodgeKernel - Fixed buggy module loader logic, allowed ELF...
2013-09-16 John HodgeModules/UDI - Implimenting UDI support, can load udi_dp...
2013-09-14 John HodgeModules/UDI - Working on UDI support
2013-09-14 John HodgeKernel/VTerm - Switched to using userland VT100 code
2013-09-14 John HodgeModules/NTFS - Fixed some validation to prevent the...
2013-09-13 John HodgeKernel/libc - Fixed passing INT_MIN to %i causing an...
2013-09-13 John HodgeKernel - Added assert() macro (same as ASSERT)
2013-09-10 John HodgeModules/Ext2 - Handled zero-sized directory records
2013-09-10 John HodgeKernel/PTYs - Fixed client writes not blocking
2013-09-10 John HodgeKernel/libc - Fixed memory clobbering when vsnprintf...
2013-09-10 John HodgeKernel/debug - Added indicator when formatted debug...
2013-09-08 John HodgeKernel - Added default actions to most signals
2013-09-08 John HodgeKernel/VTerm - Fixed wrong order for \e[H arguments
2013-09-08 John HodgeKernel/VTerm - Implemented \ec, reset settings
2013-09-08 John HodgeKernel/PTYs - Added support for sending signals to...
2013-09-08 John HodgeKernel/VTerm - (minor) Possible escape sequence to...
2013-09-08 John HodgeKernel - Implimenting POSIX/C Signals
2013-09-08 John HodgeKernel/PTYs - Fixed named ptys not being removed from...
2013-09-07 John Hodge(minor) Modules/UDI - Switched to ENTER/LEAVE
2013-09-07 John HodgeModules/IPStack - Planning new ARP code
2013-09-07 John HodgeModules/E1000 - (stub) Handle of ICR_TXD_LOW to silence...
2013-09-07 John HodgeModules/NTFS - Fixed errnous RETURN() debug statment
2013-09-07 John HodgeKernel - Fixed missing arguments to early-reschedule...
2013-09-07 John HodgeKernel - More extensive multiboot fields
2013-08-11 John Hodge (sonata)Kernel/debug - Enabled vterm traces, removed threads...
2013-08-11 John Hodge (sonata)Modules/IPStack - Added some more buffer asserts
2013-08-11 John Hodge (sonata)Modules/Keyboard - Hacked-up Ctrl-Alt-Del triple fault
2013-08-11 John Hodge (sonata)Modules/PRO100 - Real hardware testing
2013-08-11 John HodgeModules/PRO100 - Fixed -ve array reference
2013-08-11 John HodgeModules/E1000 - Disabled debug
2013-08-11 John HodgeModules/IPStack - Disabled ethernet checksum generation...
2013-08-11 John HodgeKernel - Planning SMP fix with sleep edge case
2013-08-11 John HodgeKernel/RootFS - Upped max filesize to 10MB for TCP...
2013-08-11 John HodgeKernel/PTY - Fixed NULL deref in kernel pty
2013-08-10 John HodgeModules/PRO100 - Successfully gets a DHCP lease
2013-08-10 John HodgeKernel - Caught infinite kernel panics
2013-08-10 John HodgeModules/IPStack - Added NULL checks to buffer functions
2013-08-10 John HodgeModules/IPStack - Added log when adapter is registered
2013-08-10 John HodgeModules/IPStack - Fixed clobbering of destination MAC
2013-08-09 John HodgeMerge branch 'master' of git://localhost/acess2
2013-08-09 John Hodge (sonata)Modules/PRO100 - Implimenting, still untested
2013-08-08 John Hodge (sonata)Modules/PRO100 - Starting on an Intel PRO/100 driver
2013-08-06 John HodgeMerge branch 'master' of git://localhost/acess2
2013-08-06 John HodgeKernel - Switch to VT7 on kernel panic
2013-08-06 John HodgeModules/ATA - Added timeout to GetDiskSize
2013-08-05 John HodgeKernel/PTYs - Added block on user write when server...
next

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