(minor) Kernel - Commenting in PTY
[tpg/acess2.git] / KernelLand /
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...
2013-08-05 John HodgeKernel/VTerm - Added better option debug
2013-08-01 John Hodge (sonata)Merge branch 'master' of git://cadel.mutabah.net/acess2
2013-07-31 John HodgeKernel - Changed PTY code to not expose userland server...
2013-07-30 John HodgeModules/Ext2 - Fixed bugs in read/write support
2013-07-30 John HodgeKernel/Syscalls - Added syscall IDs for POSIX signal...
2013-07-30 John HodgeKernel - Added errno print when Binary_Load fails
2013-07-30 John HodgeKernel/VFS - Added warning (instead of LOG) when GetNod...
2013-07-27 John HodgeModules/LVM - Fixed memory leak on cleanup
2013-07-27 John HodgeModules/Ext2 - Bugfixing to write support
2013-07-27 John HodgeKernel - ADded ctype.h to utf16.h's include list
2013-07-27 John HodgeKernel/IOCache - Fixed IOCache eating all temp mappings
2013-07-27 John HodgeKernel/x86 - Removed busy wait in MM_MapTemp
2013-07-27 John HodgeKernel/x86 - Added backtrace to running program in...
2013-07-27 John HodgeKernel/x86 - Included EAX in user state dump
2013-07-27 John HodgeKernel/PTYs - Fixed server-end of user closing prematurely
2013-07-27 John HodgeKernel/syscalls - Added syscall for Time_Wait
2013-07-23 John HodgeModules/Keyboard - Added Delete=0x7F translation
2013-07-23 John HodgeModules/VIAVideo - Found some docs, little cleanup
2013-07-22 John HodgeKernel - Fixed crash on setting GUI cursor
2013-07-22 John HodgeKernel/VFS - Added debug for IOCtl failing
2013-07-15 John HodgeKernel/VFS - Added setting of errno to _Write
2013-07-12 John HodgeModules/E1000 - Enabled bus master for qemu (which...
2013-07-12 John HodgeKernel/PCI - Added function to access the Command field...
2013-07-11 John HodgeKernel/timers - Fixed bad assertions
2013-07-11 John HodgeKernel - Fixed hack that was tripping armv7 alignment...
2013-07-10 John HodgeModules/IPStack - Fixed unused variable in udp
2013-07-10 John HodgeModules/IPStack - Fixed UDP port collision detection
2013-07-10 John HodgeModules/AHCI - Disable debug (seems good atm)
2013-07-10 John HodgeMerge branch 'master' of github.com:thepowersgang/acess2
2013-07-10 John HodgeModules - Added VirtIO Network driver (and VirtIO library)
2013-07-10 John HodgeModules/IPStack - Added NULL checks in buffer code
2013-07-10 John HodgeKernel/logdebug - More useful asserts
2013-07-09 John HodgeMerge pull request #1 from berkus/patch-1
2013-07-09 BerkusFix typo.
2013-07-07 John HodgeKernel - Meta Serial driver (incomplete)
2013-07-03 John HodgeKernel/syscalls - Implimenting _SysMkDir
2013-06-26 John HodgeModule/ATA - Slight cleanup
2013-06-26 John HodgeModules/ATA - (untested) Cleanup to BM address handling
2013-06-26 John HodgeKernel/x86 - Hack to return quickly when mapping <1MiB...
2013-06-26 John HodgeKernel/IOCache - Page-based caching implimented
2013-06-26 John HodgeKernelLand - Better node chaching code
2013-06-25 John HodgeModules/AHCI - Different debug
2013-06-25 John Hodge(minor) Modules/LVM - Commenting
2013-06-25 John HodgeModules/NTFS - Added _Read, working on _Close cleanup
next

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