Tools/NetTest - Add TCP retransmit test
[tpg/acess2.git] / KernelLand / Kernel / include /
2014-08-25 John HodgeSyscalls - Work on removing SysDebug (formatted), repla...
2014-08-25 John HodgeKernel/logdebug - Cast values in relation assert print...
2014-08-18 John HodgeKernel - MMap fixed (non-fixed mappings, bad search...
2014-06-22 John HodgeKernel/VFS - Truncate support, mmap fixes
2014-06-22 John HodgeKernel/VFS - Kernel-side implementation of marshalled FDs
2014-06-21 John HodgeKernel - Start on SHM 'driver' (and common in-memory...
2014-06-08 John HodgeUsermode/Syscalls - Add WriteAt/ReadAt syscalls
2014-06-08 John HodgeKernel/Debug - Fix normal log lines to be printed in...
2014-06-08 John HodgeKernel - Fix user handles not being cleared by Threads_...
2014-06-06 John HodgeUsermode/syscalls - Add SysDebugHex syscall (Debug_HexDump)
2014-05-18 John Hodge (sonata)Merge branch 'master' of ssh.ucc.asn.au:tpg/acess2
2014-05-10 John HodgeKernel/PCI - (minor) Planned function to handle device...
2014-05-10 John HodgeKernel - (minor) Documentation comment tweaks
2014-04-08 John Hodge (sonata)Merge branch 'master' of git://cadel.mutabah.net/acess2
2014-03-22 John HodgeKernel/heap - Clean up a little, fix corruption in...
2014-03-16 John HodgeKernel - Ring buffer free method
2014-03-15 John Hodge (sonata)Merge branch 'master' of git://ted.mutabah.net/acess2
2014-03-15 John HodgeKernel - Move debug hooks to common handler
2014-03-15 John HodgeKernel - Expose thread timer for EVENT_TIMER, multiple...
2014-03-11 John Hodge (sonata)Merge branch 'master' of git://ted.mutabah.net/acess2
2014-03-09 John Hodge (sonata)Kernel - Rename _EXECUTE to _EXEC (VFS perm flag)
2014-02-19 John HodgeKernel/x86 - Multiboot module cleanup
2014-02-15 John HodgeKernel - Fix compilation on x86_64 and armv7 (for MM...
2014-02-15 John HodgeKernel - Change virtual memory API to use void* for...
2014-02-09 John HodgeKernel/PTYs - Add initial dims/mode to PTY_Create
2014-02-09 John HodgeKernel/modules - Add support for argument strings to...
2014-02-09 John HodgeKernel - Add debug_hooks.h header to contain hooks...
2014-02-03 John HodgeKernel - Fix ASSERTRV macro supplying too many argument...
2014-01-05 John HodgeBoth - Merge signal lists
2013-12-25 John HodgeKernel/heap - Add File/Line to free(), modify heap...
2013-11-06 John HodgeKernel - Replaced for(;;); in panic with HALT_CPU macro
2013-11-03 John HodgeKernel - Converted most blocking states to use Threads_...
2013-10-28 John HodgeKernel - Renamed signal.h to avoid collision in AcessNative
2013-10-08 John HodgeKernel - Added NORETURN to Panic
2013-09-22 John HodgeKernel - Added sanity check to template PMM
2013-09-22 John HodgeKernel - Added serial port 'driver' (wraps PTY)
2013-09-17 John HodgeKernel - Switched to hex in ASSERTC* because it's cleaner
2013-09-14 John HodgeKernel/VTerm - Switched to using userland VT100 code
2013-09-13 John HodgeKernel - Added assert() macro (same as ASSERT)
2013-09-08 John HodgeKernel - Implimenting POSIX/C Signals
2013-09-07 John HodgeKernel - More extensive multiboot fields
2013-08-09 John HodgeMerge branch 'master' of git://localhost/acess2
2013-08-09 John Hodge (sonata)Modules/PRO100 - Implimenting, still untested
2013-08-01 John Hodge (sonata)Merge branch 'master' of git://cadel.mutabah.net/acess2
2013-07-30 John HodgeKernel/Syscalls - Added syscall IDs for POSIX signal...
2013-07-27 John HodgeKernel/syscalls - Added syscall for Time_Wait
2013-07-22 John HodgeKernel - Fixed crash on setting GUI cursor
2013-07-12 John HodgeKernel/PCI - Added function to access the Command field...
2013-07-10 John HodgeMerge branch 'master' of github.com:thepowersgang/acess2
2013-07-10 John HodgeKernel/logdebug - More useful asserts
2013-07-07 John HodgeKernel - Meta Serial driver (incomplete)
2013-06-26 John HodgeKernelLand - Better node chaching code
2013-06-24 John HodgeKernel/IOCache - Constness fixes and pointer callback...
2013-06-23 John HodgeKernel/UTF-16 - Added case-insensitive compre (for...
2013-06-23 John HodgeKernel/VFS - Update to node cache to support extra...
2013-06-22 John HodgeKernel - Added UTF-16 functions
2013-06-19 John HodgeKernel - Cleaned up MM_AllocDMA/_MapHWPages/_GetPhysAddr
2013-05-18 John HodgeKernel - Integrated PTY with VTerm, userland currently...
2013-05-17 John HodgeKernel/PTYs - Finishing touches on implimentation
2013-05-17 John HodgeKernel - Implimenting PTYs (untested, unintegrated)
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-14 John HodgeMerge branch 'master' of git://localhost/acess2
2013-05-14 John HodgeKernel - Update syscall definition (comment only)
2013-05-12 John HodgeMerge branch 'master' of git://localhost/acess2
2013-05-03 John Hodge (sonata)Merge branch 'master' of ssh.ucc.asn.au:tpg/acess2
2013-05-03 John Hodge (sonata)Merge branch 'master' of github.com:thepowersgang/acess2
2013-04-02 John Hodge (sonata)Merge branch 'master' of git://cadel.mutabah.net/acess2
2013-03-30 John Hodge (sonata)Kernel - Doxygen documentation updates
2013-02-16 John HodgeKernel - Signals partially implimented
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 - 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-28 John HodgeKernel - (experimental) Allowing THREAD_EVENT_TIMER...
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-27 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2013-01-25 John Hodge (sonata)Kernel - Moved string functions into a separate header...
2013-01-22 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2013-01-22 John HodgeMerge branch 'master' of git://localhost/acess2
2013-01-19 John Hodge (sonata)Kernel - Added (possibly buggy) support for WaitTID...
2013-01-11 John HodgeKernel - Commenting changes only
2012-12-31 John HodgeMerge branch 'master' of git://localhost/acess2
2012-12-30 John Hodge (sonata)Merge branch 'master' of github.com:thepowersgang/acess2
2012-12-30 John HodgeAll - Changes for AcessNative on windows
2012-12-20 John HodgeMerge branch 'master' of git://github.com/thepowersgang...
2012-12-20 John HodgeKernel - Added strtoul and friends to acess.h
2012-12-09 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2012-12-08 John Hodge (sonata)Merge branch 'master' of ted.mutabah.net:acess2
2012-12-07 John HodgeKernel - Updated syscall list header
2012-12-04 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
2012-12-04 John HodgeMerge branch 'master' of git://localhost/acess2
2012-12-01 John Hodge (sonata)Kernel - Imported userland strtoi file (and other minor...
2012-11-30 John Hodge (sonata)Usermode - More syscall renaming
2012-11-28 John HodgeMerge branch 'master' of git://git.ucc.asn.au/tpg/acess2
next

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