tpg/acess2.git
2011-08-28 John HodgeUsermode/ld-acess - Disabled PIC (not needed) mmap_binary
2011-08-28 John HodgeKernel - Added current thread ID to log messages
2011-08-28 John HodgeKernel - Working on IOCache using page sized blocks
2011-08-28 John HodgeKernel/arm7 - Fixed SPINLOCK to use the swap opcode
2011-08-28 John HodgeKernel - Fixed Binary_MapIn not closing its handle
2011-08-28 John HodgeKernel/mmap - Fixed pages being derefed, and memory...
2011-08-28 John HodgeKernel - Improved debug in threads.c
2011-08-28 John HodgeKernel/x86 - Misc fixes
2011-08-26 John HodgeKernel - Fixing binary loader and MMap
2011-08-26 John HodgeUsermode/ld-acess - Fixing ELF loader modifying .text...
2011-08-26 John HodgeKernel/x86 - Added node display to DumpTables, fixed...
2011-08-25 John HodgeKernel/ELF - Fixed ELF segment permissions
2011-08-25 John HodgeKernel/x86 - Implemented VFS node in PMM, debugging...
2011-08-24 John HodgeKernel - Bugfixing mmap and new binary loading
2011-08-24 John HodgeModules/FAT - Implemented GetNodeFromINode
2011-08-24 John HodgeKernel/x86 - Fixed bug MM_DumpTables
2011-08-24 John HodgeKernel - Fixes to Proc_Clone usage in x86
2011-08-24 John HodgeKernel/vfs - Fixing OpenInode support
2011-08-23 John HodgeMerge commit 'eb98f1f2915446ef05120482a2fc353c76330b50...
2011-08-23 John HodgeKernel/x86 - Fixed usage of Proc_Clone
2011-08-23 John HodgeKernel - Converted binary loading to mmap
2011-08-22 John HodgeKernel - Preparing for ELF64 support
2011-08-22 John HodgeKernel - General fixing after ARM7 changes
2011-08-22 John HodgeKernel/arm7 - Stubbing functions, now compiles and...
2011-08-21 John HodgeKernel - Helps if I test things before committing
2011-08-21 John HodgeUsermode - Fixing build system
2011-08-21 John HodgeUsermode - AxWin2 notes, and a write support test app
2011-08-21 John HodgeJust some useful scripts
2011-08-21 John HodgeModules/Network - Added PCnet-FASTIII driver (untested...
2011-08-21 John HodgeKernel - Gitignore for build numbers
2011-08-21 John HodgeRelease set script added, assumes mtools b:\ is destination
2011-08-21 John HodgeIPStack - SCTP support, dunno how good it is, but part...
2011-08-21 John HodgeAcessNative - Just a script
2011-08-21 John HodgeKernel - Reworked kernel build to use object directories
2011-08-21 John HodgeUsermode/axwin3 - Fiddling
2011-08-21 John HodgeKernel/arm7 - Working on ARM7 port
2011-08-20 John HodgeKernel - Attempting to fix scroll redraw issue
2011-08-20 John HodgeModules/InitRD - Added new files, and re-added debug
2011-08-20 John HodgeKernel - Debugging cleanup
2011-08-20 John HodgeKernel/x86_64 - Working on 64-bit build, required rewor...
2011-08-17 John HodgeUsermode/axwin3 - Working on things
2011-08-17 John HodgeUsermode/axwin3 - Designing AxWin3 API
2011-08-16 John HodgeKernel - Implementing infrastructure for GetNodeFromINode
2011-08-13 John HodgeUsermode - Fixing syscall API
2011-08-13 John HodgeModules/USB - A little more work
2011-08-13 John HodgeKernel - Fixed syscall parameter orders
2011-08-10 John HodgeUsermode/libc - Changes to get NASM/irssi/bash ......
2011-08-08 John HodgeKernel - Fixes from clang's scan-build tool
2011-08-08 John HodgeUsermode/libc - Implementing POSIX/BSD sockets
2011-08-08 John HodgeUsermode - Switched to the POSIX read()/write() argumen...
2011-08-08 John HodgeKernel/x86 - Removed PAE support
2011-08-07 John HodgeKernel - Cleaning up messages rel0.10
2011-08-07 John HodgeKernel - Removed #include <adt.h> from acess.h, reduce...
2011-08-07 John HodgeKernel - Planning for IOCache to use pages for cache...
2011-08-07 John HodgeKernel - Updated logging to not cache messages (for...
2011-08-07 John HodgeKernel - Fixed RootFS mknod bugs
2011-08-07 John HodgeIPStack - Fixed TCP locking up when the receive buffer...
2011-08-07 John HodgeKernel - Updated thread code to add new active tasks...
2011-08-07 John HodgeKernel - Fixed concurrency in the RingBuffer type
2011-08-06 John HodgeKernel - Cleaning up unneeded malloc() calls
2011-08-06 John HodgeUsermode/telnet - Added default port number
2011-08-06 John HodgeFAT - Removed unneeded malloc() calls
2011-08-06 John HodgeIPStack - Cleaned up unneeded malloc() calls
2011-08-04 John HodgeUsermode/irc - Fixes to long line rendering, misc other...
2011-08-04 John HodgeIPStack - Changed IPv4_Checksum to use a word count
2011-08-04 John HodgeRTL8139 - Fixed Rx wrap bugs
2011-08-04 John HodgeUsermode/irc - Fixes
2011-08-04 John HodgeUsermode/axwin2 - Commenting changes
2011-08-04 John HodgeKernel - Added %P to vsnprintf, print physical address
2011-08-04 John HodgeChanged Video device spec to implement cursors
2011-08-04 John HodgeKernel/arm7 - Still working on it
2011-08-04 John HodgeIPStack - Fixed TCP checksuming
2011-08-04 John HodgeRT8139 - Fixed to use Mutexes to control access to...
2011-08-04 John HodgeUsermode/libc - Fixed implementation of atexit and...
2011-08-02 John HodgeRTL8139 - Fixed not clearing IO bit in BAR
2011-07-30 John HodgeKernel - Bugfixing x86_64 port
2011-07-28 John HodgeKernel - Misc cleanup in PCI
2011-07-28 John HodgeKernel/x86_64 - Implemented UserRIP/CS
2011-07-28 John HodgeKernel - Implemented fallback to VGA when VESA is unava...
2011-07-28 John HodgeModules/VGA - Implemented 2DOPS and fixed implementation
2011-07-27 John HodgeKernel - Cleaning up
2011-07-27 John HodgeKernel - Cleaning up a little
2011-07-27 John HodgeKernel - Fixed a bug in VFS_ParsePath that cause symlin...
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 - Fixed a possible infinite loop in VFS_ParsePath
2011-07-18 John HodgeKernel - Implemented strcat/strncat
2011-07-17 John HodgeFixing compile errors
2011-07-17 John HodgeKernel - Adding support for MMap (untested)
2011-07-11 John HodgeKernel - VFS mmap spec (Node level)
2011-07-06 John HodgeUsermode Build - Updated makefiles to compile needed...
2011-07-06 John HodgeAxWin2 - Added mouse support (well, it now reads the...
2011-07-06 John HodgePS2Mouse - Reworked driver to conform with Joystick...
2011-07-06 John HodgeModules/x86 - Needs a makefile :)
2011-07-06 John HodgeRemoving old attempt at UDI interface
2011-07-06 John HodgeKernel - Reworked PCI API to be cleaner
2011-07-05 John HodgeMisc changes
2011-07-05 John HodgeFDD Driver - Fixing bugs exposed in x86_64 testing
next

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