Usermode/libc - Moved perror to errno.c and implimented it properly
[tpg/acess2.git] / KernelLand /
2013-05-20 John HodgeKernel/VTerm - Include forgotten 2D command handling
2013-05-20 John HodgeKernel/VTerm,PTY - Replaced VTerm buffers with PTY...
2013-05-18 John HodgeKernel - Misc fixes and debug in VTerm/PTY, AxWin3...
2013-05-18 John HodgeKernel - Integrated PTY with VTerm, userland currently...
2013-05-18 John HodgeKernel/PTYs - Fixed maths error causing page fault
2013-05-18 John HodgeKernel/threads - Fixed infinite fault loop if thread...
2013-05-17 John HodgeKernel/PTYs - Finishing touches on implimentation
2013-05-17 John HodgeKernel - Implimenting PTYs (untested, unintegrated)
2013-05-16 John HodgeKernel/VFS - Fixed bug with setting flags on FD0
2013-05-16 John HodgeKernel - Implimented VFS_Reopen
2013-05-16 John HodgeKernel - Added 'Flags' param to VFS Read/Write/FindDir
2013-05-15 John Hodge (sonata)Kernel - SYS_FDCTL
2013-05-15 John Hodge (sonata)Merge branch 'master' of ssh.ucc.asn.au:tpg/acess2
2013-05-15 John HodgeKernel - Working on SYS_COPYFD
2013-05-15 John Hodge (sonata)Kernel - Defaulted FRandom 'DataAvaliable' to 1
2013-05-14 John HodgeKernel - Added fast random (ala /dev/urandom), good...
2013-05-14 John HodgeMerge branch 'master' of git://localhost/acess2
2013-05-14 John HodgeKernel - Update syscall definition (comment only)
2013-05-14 John HodgeKernel/VTerm - C99 and slight debug
2013-05-14 John HodgeKernel/IPCPipe - Disabled debug
2013-05-14 John HodgeModules/IPStack - Removed useless log message
2013-05-14 John HodgeKernel - Disabled omission of frame pointer (debugging)
2013-05-13 John Hodge (sonata)Modules/FAT - Fixed handling of <FAT32 root directory
2013-05-13 John Hodge (sonata)Kernel/VTerm - Fixed typo in comment
2013-05-12 John HodgeMerge branch 'master' of git://localhost/acess2
2013-05-12 John HodgeModules/E1000 - Fixed corruption/crash
2013-05-08 John Hodge (sonata)Kernel/armv7 - Extra code for Tegra2 timer tests
2013-05-08 John Hodge (sonata)Modules/E1000 - (minor) Worked around dumb gcc warning
2013-05-08 John Hodge (sonata)Kernel/x86 - Untested MicroSleep function
2013-05-03 John Hodge (sonata)Kernel/acpica - Disable debug
2013-05-03 John Hodge (sonata)Merge branch 'master' of ssh.ucc.asn.au:tpg/acess2
2013-05-03 John HodgeModules/E1000 - Bugfixes
2013-05-03 John Hodge (sonata)Merge branch 'master' of github.com:thepowersgang/acess2
2013-05-03 John HodgeKernel/acpica - Fiddling
2013-04-26 John HodgeModules/PCnetFAST3 - Partially functional
2013-04-26 John HodgeModules/E1000 - Partially functional driver
2013-04-26 John HodgeModules/IPStack - Added MAC checksum offload support
2013-04-26 John HodgeKernel/x86 - mboot: Cleaning up source, added sanity...
2013-04-26 John HodgeKernel/x86 - acpica: Debug to trace AE_NO_MEMORY cause
2013-04-26 John HodgeKernel/x86 - mm_virt: Allowed PhysAddr=NULL with AllocDMA
2013-04-02 John Hodge (sonata)Merge branch 'master' of git://cadel.mutabah.net/acess2
2013-04-02 John HodgeKernel/IPStack - Added lock to buffer structure so...
2013-04-02 John HodgeKernel/Threads - Added output to SetName to trace threa...
2013-04-02 John HodgeKernel/VTerm - Added stub support for an escape code...
2013-04-01 John HodgeKernel/Modules - Heaps of work on PCnet FASTIII driver
2013-03-31 John HodgeKernel/VTerm - Fixed little bugs exposed with stdio...
2013-03-30 John Hodge (sonata)Kernel - Doxygen documentation updates
2013-03-30 John Hodge (sonata)Kernel/x86 - Report ACPICA cache name on exhaustion
2013-03-29 John HodgeMerge branch 'master' of git://localhost/acess2
2013-03-29 John Hodge (sonata)Merge branch 'master' of git://cadel.mutabah.net/acess2
2013-03-29 John Hodge (sonata)Modules/IPStack - Reduced UDP debug spam
2013-03-28 John Hodge (sonata)Usermode+InitRD - Fixed incorrect location of dhcpc
2013-03-26 John HodgeAcesNative+Usermode - libacessnative "works" (for some...
2013-03-05 John HodgeMerge branch 'master' of git://localhost/acess2
2013-03-05 John Hodge (sonata)Kernel/VFS - Fix debug in io.c
2013-03-05 John Hodge (sonata)Kernel - Fixed bug in isupper()
2013-02-26 John HodgeModules - Removing uneeded prototypes
2013-02-26 John HodgeKernel - Added ipcpipe to build
2013-02-25 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2013-02-25 John HodgeKernel - Add untested Datagram IPC Pipe
2013-02-20 John HodgeModules/InitRD - Added extra menu images
2013-02-19 John HodgeModules/InitRD - Fixed files.lst format
2013-02-16 John HodgeKernel - Signals partially implimented
2013-02-15 John HodgeModules/USB - Disabled debug in core.c
2013-02-09 John HodgeKernel/x86 - Removed conditional debug statement in...
2013-02-09 John HodgeKernel/x86 - Fixed ACPICA shim possible null deref
2013-02-09 John Hodge (sonata)Modules/FDDv2 - Minor fix in ReadDir/FindDir
2013-02-09 John Hodge (sonata)Kernel/x86 - Moved MP Table parsing into its own file
2013-02-09 John HodgeModules/LVM - Minor note
2013-02-08 John HodgeModules/IPStack - TCP minor bugfixes, arp semaphore...
2013-02-08 John HodgeKernel/semaphore - Logging improvements
2013-02-02 John HodgeKernel - Implimented cached escape codes
2013-02-02 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2013-02-02 John HodgeMerge branch 'master' of git://localhost/acess2
2013-02-01 John Hodge (sonata)Kernel - Updated events and workqueue to use new function
2013-02-01 John Hodge (sonata)Kernel - Removed while() loops in locks with Threads_in...
2013-01-30 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2013-01-29 John Hodge (sonata)Modules/IPStack - Fixed NULL dereference in routing
2013-01-28 John Hodge (sonata)Modules/IPStack - Killing Threads_Yield
2013-01-28 John HodgeKernel - (experimental) Allowing THREAD_EVENT_TIMER...
2013-01-28 John HodgeModules/IPStack - Fixed use of sprintf(NULL,...)
2013-01-28 John HodgeKernel/x86_64 - Fixed misplaced jump
2013-01-28 John HodgeIPStack - Breaking things (constant iftype)
2013-01-28 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2013-01-28 John HodgeKernel[Tegra2] - Messing about debugging tegra stuff
2013-01-28 John HodgeKernel - Fix ACLs using anon structures
2013-01-28 John Hodge (sonata)Cleaning up clang warnings
2013-01-27 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2013-01-25 John Hodge (sonata)IPStack/tcp - Added deferred ACK support
2013-01-25 John Hodge (sonata)Kernel/vterm - Fixed bug in \e[100m support
2013-01-25 John Hodge (sonata)Kernel - Moved string functions into a separate header...
2013-01-23 John Hodge (sonata)Kernel/vterm - Implimented 90-97/100-107 font modes...
2013-01-22 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2013-01-22 John HodgeKernel/debug - Panic to VT for the first nested panic
2013-01-22 John HodgeMerge branch 'master' of git://localhost/acess2
2013-01-20 John Hodge (sonata)Kernel/fifo - Fixed memory corruption
2013-01-20 John Hodge (sonata)Kernel - Fixed recursion runaway on Panic() in debug
2013-01-20 John Hodge (sonata)Fixed FDD install
2013-01-20 John Hodge (sonata)Kernel/FIFO - Debug
2013-01-20 John Hodge (sonata)Kernel/vterm - Added warning on unknown init option
next

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