tpg/acess2.git
2011-09-25 John HodgeJust some little notes
2011-09-25 John HodgeUsermode - Stub UDP tester (in the form of a DNS client)
2011-09-25 John HodgeKernel/x86_64 - Oops, forgot some files
2011-09-25 John HodgeKernel/x86 - Fixed build and run after x86_64 and arm7...
2011-09-25 John HodgeKernel/arm7 - Debugging
2011-09-25 John HodgeKernel - Unlocked debug lock when entering kernel panic
2011-09-25 John HodgeKernel/vfs - Minor error reporting changes
2011-09-25 John HodgeModules/IPStack - Updated worker thread invocation
2011-09-24 John HodgeKernel/arm7 - Now with less crash
2011-09-23 John HodgeSpiderScript - Light speedups, planning for smarter...
2011-09-23 John HodgeKernel/x86 - Indent fixes only
2011-09-23 John HodgeKernel/x86_64 - Fucking about removing inline asm
2011-09-23 John HodgeUpdated to allow build number to be obtained far easier
2011-09-23 John HodgeKernel/arm7 - Fixing, manages to start pmm init
2011-09-23 John HodgeKernel/arm7 - Serial works (realview-pb-a8)
2011-09-21 John HodgeSpiderScript - Speedup fixes to bytecode
2011-09-21 John HodgeSpiderScript - Fixes, SpiderWeb's print_test.sw works
2011-09-21 John HodgeSpiderScript - Bugfixing, most bytecode runs now
2011-09-20 John HodgeSpiderScript - Bytecode now _runs_ still buggy
2011-09-18 John HodgeSpiderScript - Cleaning and sorting
2011-09-18 John HodgeSpiderScript - Restructured to be able to keep bytecode...
2011-09-17 John HodgeSpiderScript - More changes, cleaning up
2011-09-17 John HodgeSpiderScript - Huge changes to introduce bytecode support
2011-09-09 John HodgeChanged Proc_StartUser to use SYSRET
2011-09-08 John HodgeIPStack - Fiddling with firewall
2011-09-08 John HodgeUsermode/ld-acess - Fixed for x86_64 syscall interface
2011-09-08 John HodgeKernel/x86_64 - Implemented SYSCALL in x86_64 port
2011-09-08 John HodgeKernel - Removed debug from elf and mmap
2011-09-08 John HodgeKernel - Trace messages now only go to debug (not VTerm)
2011-09-08 John HodgeKernel/x86_64 - Fixed MM bugs and StartProcess
2011-09-08 John HodgeUsermode/ld-access - Fixed issues linking with libld...
2011-09-08 John HodgeUsermode - Changed install dir to $(DISTROOT)/$(ARCH...
2011-09-08 John HodgeKernel/tpl_phys - Fixed bug in GetPageNode
2011-09-08 John HodgeKernel/vterm - Attempting to fix scrolling issues
2011-09-08 John HodgeModules/ATA - Hack/fix for x86-64 ATA
2011-09-08 John HodgeKernel - Updated ELF loader to support ELF64
2011-09-08 John HodgeKernel/x86-64 - Updated and debug
2011-09-08 John HodgeKernel/arm7 - Fiddling, still having issues with VMM
2011-08-28 John HodgeKernel/arm7 - Updated ARM7 code to newer HAL API changes
2011-08-28 John HodgeUpdated Usermode FInfo structure to match the kernel...
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
next

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