Kernel - Cleaning up messages
[tpg/acess2.git] / Kernel / include /
2011-08-07 John HodgeKernel - Removed #include <adt.h> from acess.h, reduce...
2011-08-07 John HodgeKernel - Fixed concurrency in the RingBuffer type
2011-08-06 John HodgeKernel - Cleaning up unneeded malloc() calls
2011-08-04 John HodgeChanged Video device spec to implement cursors
2011-07-28 John HodgeKernel - Misc cleanup in PCI
2011-07-19 John HodgeKernel - Oops, forgot to change the export definitions
2011-07-18 John HodgeKernel - Added an errno macro (implemented with TLS)
2011-07-18 John HodgeKernel - Reworked x86 physical memory allocation
2011-07-18 John HodgeKernel - Fiddling with MMap
2011-07-18 John HodgeKernel - Implemented strcat/strncat
2011-07-17 John HodgeKernel - Adding support for MMap (untested)
2011-07-11 John HodgeKernel - VFS mmap spec (Node level)
2011-07-06 John HodgePS2Mouse - Reworked driver to conform with Joystick...
2011-07-06 John HodgeKernel - Reworked PCI API to be cleaner
2011-07-02 John HodgeKernel - Changed VFS_SelectNode to be able to watch...
2011-07-02 John HodgeKernel - Fixed up a lack of const-ness
2011-06-16 John HodgeKernel - Implemented waking from semaphores
2011-06-07 John HodgeNetworking - Heaps of changes
2011-06-07 John HodgeNetworking - Bugfixing in IPStack/RTL8139 driver
2011-05-30 John HodgeWorking on AxWin2
2011-05-29 John HodgeMoved to BASE_IOCTLS() macro for keyboard driver
2011-05-28 John HodgeMouse driver and AxWin
2011-05-28 John HodgeMerge branch 'master' of serenade.mutabah.net:acess2
2011-05-28 John HodgeKernel - More work on ARM port
2011-05-25 John HodgeMerge branch 'master' of [email protected]:acess2
2011-05-16 John HodgeHore work to allow ARM builds
2011-05-07 John HodgeCleaning up and Debugging (Exposed by AcessNative mostly)
2011-05-07 John HodgeBroke threads.h into two files (for better isolation)
2011-03-23 John HodgeCleaning up mostly
2011-03-02 John Hodge*partial commit* - Added debut name to VFS_SelectNode
2011-03-01 John HodgeUsermode implementation of select()
2011-02-28 John HodgeMoved to using a perl syscall generation script
2011-02-28 John HodgeImplementing (and using) select() at kernel level
2011-02-27 John HodgeKernel - Implementing select()
2011-02-17 John HodgeFixed `make install` issues, bugs with VESA rel0.07
2011-02-14 John HodgeAdded some very pedantic warning flags
2011-02-13 John HodgeReworked semaphores to be symetric
2011-02-12 John HodgeTSC backed timekeeping, 64-bit integer printing
2011-02-12 John HodgeBig bugfixes from trying a Clone/fork bomb
2011-02-02 John HodgeFixed compile errors, added Semaphore code
2011-01-22 John HodgeLots of work on the AcessNative kernel
2010-12-10 John HodgeFixed places where char* was used in place of const...
2010-12-10 John HodgeMerge branch 'master' of serenade.mutabah.net:acess2
2010-12-10 John HodgeCleaning up code, and separating a little to allow...
2010-12-09 thePowersGangNear-Complete Joystick spec
2010-12-02 thePowersGangDraft Joystick spec (used for mouse driver)
2010-11-21 John HodgeFiddling with IPStack
2010-11-06 John HodgeComposite commit (GUI / Networking)
2010-10-29 John HodgeBug was in Heap_Realloc
2010-10-29 John HodgeAttempting to fix heap corruption
2010-10-19 John HodgeBuglocating: Some random corruption in VFS, FDD lockups
2010-10-03 John HodgeRefactored thread switching code to support compile...
2010-09-09 John HodgePer-CPU task switch disable, minor spiderscript changes
2010-09-07 John HodgeFixing up doxygen comments
2010-09-04 John HodgeFiddling with threading code to attempt to fix this...
2010-08-31 John HodgeFiddling with threading bugs (both Qemu and Bochs hate...
2010-08-23 John HodgeUnborking some threading code
2010-08-22 John HodgeAnd, adding a rather important header that I fogot...
2010-08-22 John HodgeChanged spinlock mechananisim
2010-08-20 John HodgeImproving the debug capabilities of the heap code,...
2010-08-17 John HodgeCommenting is nice
2010-08-07 John HodgeFixed behavior of VTerm when driver is set at runtime
2010-08-01 John HodgeBugfixing the x86_64 port
2010-07-31 John HodgeMP Scheduling work (slightly buggy, but no impact on...
2010-07-28 John HodgeFixing MultiCPU thread distribution (only tested in...
2010-07-27 John HodgeWorking on the x86 bit port (caused some changes to...
2010-07-22 John HodgeMisc changes, working on the VTerm's VT100 support...
2010-07-22 John HodgeChanging syscall interface to jump to KUSER_CODE, allow...
2010-07-18 John HodgeMore MP fiddling
2010-07-05 John HodgeFiddling with multiboot modules (and some bug searching...
2010-06-27 John HodgeCleaning up timer code, implementing cursor in vesa
2010-06-18 John HodgeIt's been too long since I committed
2010-06-03 John HodgeBugfixing
2010-05-27 John HodgeBugfixing
2010-05-24 John HodgeUpdate to tVFS_Node to support hard links
2010-05-13 John HodgeMore work on x86_64 port, also cleaned up a little...
2010-05-11 John Hodgex86_64 support, requiring a slight refactor to the...
2010-05-11 John HodgeMerge branch 'master' of [email protected]:acess2
2010-05-01 John HodgeImproved user error handling, now a user DIV0 doesn...
2010-04-30 John HodgeMany changes, bugfixes to user vsnprintf and to escape...
2010-04-24 John HodgeFixing documentation for 2D operations
2010-04-24 John HodgeAdded basic 2D video accelleration
2010-04-23 John HodgeHalfway through deciding where to put the error handler...
2010-04-23 John HodgeFixes to VM8086 handler to remove operand size errors.
2010-04-21 John HodgeAdded kernel panic routines to output to the screen...
2010-04-15 John HodgeMakefile cleanup, documentation
2010-04-15 John HodgeAdded SYS_OPENCHILD system call
2010-04-15 John HodgeAdded the ADT library (not really abstract, but it...
2010-04-14 John HodgeFixing API documentation, added Disk cache spec
2010-04-14 John HodgePossible fix to TCP Acknowlegement Numbers
2010-04-13 John HodgeMerge branch 'master' of git://git.ucc.asn.au/acess2
2010-04-10 John HodgeFixed a bug in the heap manager where if an exact match...
2010-04-06 John HodgeMany changes, Mostly working on improving the BootConf...
2010-04-02 John HodgeVM8086 Support, Starting on VESA Driver
2010-04-01 John HodgeMisc Changes
2010-03-29 John HodgeBugfixing FAT Driver, Addint Multiboot2 Support
2010-03-28 John HodgeMore work on the FAT driver, more messy, but more complete
2010-03-28 John HodgeWorking on cleaning up the FAT driver, but atm it's...
2010-03-27 John HodgeCleanups in FAT driver
2010-03-27 John HodgeFixed lack of error handling in FDD driver, also abstra...
next

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