2011-09-08 |
John Hodge | Usermode/ld-acess - Fixed for x86_64 syscall interface
|
commit | commitdiff | tree |
2011-09-08 |
John Hodge | Kernel/x86_64 - Implemented SYSCALL in x86_64 port
|
commit | commitdiff | tree |
2011-09-08 |
John Hodge | Kernel - Removed debug from elf and mmap
|
commit | commitdiff | tree |
2011-09-08 |
John Hodge | Kernel - Trace messages now only go to debug (not VTerm)
|
commit | commitdiff | tree |
2011-09-08 |
John Hodge | Kernel/x86_64 - Fixed MM bugs and StartProcess
|
commit | commitdiff | tree |
2011-09-08 |
John Hodge | Usermode/ld-access - Fixed issues linking with libld...
|
commit | commitdiff | tree |
2011-09-08 |
John Hodge | Usermode - Changed install dir to $(DISTROOT)/$(ARCH...
|
commit | commitdiff | tree |
2011-09-08 |
John Hodge | Kernel/tpl_phys - Fixed bug in GetPageNode
|
commit | commitdiff | tree |
2011-09-08 |
John Hodge | Kernel/vterm - Attempting to fix scrolling issues
|
commit | commitdiff | tree |
2011-09-08 |
John Hodge | Modules/ATA - Hack/fix for x86-64 ATA
|
commit | commitdiff | tree |
2011-09-08 |
John Hodge | Kernel - Updated ELF loader to support ELF64
|
commit | commitdiff | tree |
2011-09-08 |
John Hodge | Kernel/x86-64 - Updated and debug
|
commit | commitdiff | tree |
2011-09-08 |
John Hodge | Kernel/arm7 - Fiddling, still having issues with VMM
|
commit | commitdiff | tree |
2011-08-28 |
John Hodge | Kernel/arm7 - Updated ARM7 code to newer HAL API changes
|
commit | commitdiff | tree |
2011-08-28 |
John Hodge | Updated Usermode FInfo structure to match the kernel...
|
commit | commitdiff | tree |
2011-08-28 |
John Hodge | Usermode/ld-acess - Disabled PIC (not needed)
|
commit | commitdiff | tree |
2011-08-28 |
John Hodge | Kernel - Added current thread ID to log messages
|
commit | commitdiff | tree |
2011-08-28 |
John Hodge | Kernel - Working on IOCache using page sized blocks
|
commit | commitdiff | tree |
2011-08-28 |
John Hodge | Kernel/arm7 - Fixed SPINLOCK to use the swap opcode
|
commit | commitdiff | tree |
2011-08-28 |
John Hodge | Kernel - Fixed Binary_MapIn not closing its handle
|
commit | commitdiff | tree |
2011-08-28 |
John Hodge | Kernel/mmap - Fixed pages being derefed, and memory...
|
commit | commitdiff | tree |
2011-08-28 |
John Hodge | Kernel - Improved debug in threads.c
|
commit | commitdiff | tree |
2011-08-28 |
John Hodge | Kernel/x86 - Misc fixes
|
commit | commitdiff | tree |
2011-08-26 |
John Hodge | Kernel - Fixing binary loader and MMap
|
commit | commitdiff | tree |
2011-08-26 |
John Hodge | Usermode/ld-acess - Fixing ELF loader modifying .text...
|
commit | commitdiff | tree |
2011-08-26 |
John Hodge | Kernel/x86 - Added node display to DumpTables, fixed...
|
commit | commitdiff | tree |
2011-08-25 |
John Hodge | Kernel/ELF - Fixed ELF segment permissions
|
commit | commitdiff | tree |
2011-08-25 |
John Hodge | Kernel/x86 - Implemented VFS node in PMM, debugging...
|
commit | commitdiff | tree |
2011-08-24 |
John Hodge | Kernel - Bugfixing mmap and new binary loading
|
commit | commitdiff | tree |
2011-08-24 |
John Hodge | Modules/FAT - Implemented GetNodeFromINode
|
commit | commitdiff | tree |
2011-08-24 |
John Hodge | Kernel/x86 - Fixed bug MM_DumpTables
|
commit | commitdiff | tree |
2011-08-24 |
John Hodge | Kernel - Fixes to Proc_Clone usage in x86
|
commit | commitdiff | tree |
2011-08-24 |
John Hodge | Kernel/vfs - Fixing OpenInode support
|
commit | commitdiff | tree |
2011-08-23 |
John Hodge | Merge commit 'eb98f1f2915446ef05120482a2fc353c76330b50...
|
commit | commitdiff | tree |
2011-08-23 |
John Hodge | Kernel/x86 - Fixed usage of Proc_Clone
|
commit | commitdiff | tree |
2011-08-23 |
John Hodge | Kernel - Converted binary loading to mmap
|
commit | commitdiff | tree |
2011-08-22 |
John Hodge | Kernel - Preparing for ELF64 support
|
commit | commitdiff | tree |
2011-08-22 |
John Hodge | Kernel - General fixing after ARM7 changes
|
commit | commitdiff | tree |
2011-08-22 |
John Hodge | Kernel/arm7 - Stubbing functions, now compiles and...
|
commit | commitdiff | tree |
2011-08-21 |
John Hodge | Kernel - Helps if I test things before committing
|
commit | commitdiff | tree |
2011-08-21 |
John Hodge | Usermode - Fixing build system
|
commit | commitdiff | tree |
2011-08-21 |
John Hodge | Usermode - AxWin2 notes, and a write support test app
|
commit | commitdiff | tree |
2011-08-21 |
John Hodge | Just some useful scripts
|
commit | commitdiff | tree |
2011-08-21 |
John Hodge | Modules/Network - Added PCnet-FASTIII driver (untested...
|
commit | commitdiff | tree |
2011-08-21 |
John Hodge | Kernel - Gitignore for build numbers
|
commit | commitdiff | tree |
2011-08-21 |
John Hodge | Release set script added, assumes mtools b:\ is destination
|
commit | commitdiff | tree |
2011-08-21 |
John Hodge | IPStack - SCTP support, dunno how good it is, but part...
|
commit | commitdiff | tree |
2011-08-21 |
John Hodge | AcessNative - Just a script
|
commit | commitdiff | tree |
2011-08-21 |
John Hodge | Kernel - Reworked kernel build to use object directories
|
commit | commitdiff | tree |
2011-08-21 |
John Hodge | Usermode/axwin3 - Fiddling
|
commit | commitdiff | tree |
2011-08-21 |
John Hodge | Kernel/arm7 - Working on ARM7 port
|
commit | commitdiff | tree |
2011-08-20 |
John Hodge | Kernel - Attempting to fix scroll redraw issue
|
commit | commitdiff | tree |
2011-08-20 |
John Hodge | Modules/InitRD - Added new files, and re-added debug
|
commit | commitdiff | tree |
2011-08-20 |
John Hodge | Kernel - Debugging cleanup
|
commit | commitdiff | tree |
2011-08-20 |
John Hodge | Kernel/x86_64 - Working on 64-bit build, required reworking...
|
commit | commitdiff | tree |
2011-08-17 |
John Hodge | Usermode/axwin3 - Working on things
|
commit | commitdiff | tree |
2011-08-17 |
John Hodge | Usermode/axwin3 - Designing AxWin3 API
|
commit | commitdiff | tree |
2011-08-16 |
John Hodge | Kernel - Implementing infrastructure for GetNodeFromINode
|
commit | commitdiff | tree |
2011-08-13 |
John Hodge | Usermode - Fixing syscall API
|
commit | commitdiff | tree |
2011-08-13 |
John Hodge | Modules/USB - A little more work
|
commit | commitdiff | tree |
2011-08-13 |
John Hodge | Kernel - Fixed syscall parameter orders
|
commit | commitdiff | tree |
2011-08-10 |
John Hodge | Usermode/libc - Changes to get NASM/irssi/bash ......
|
commit | commitdiff | tree |
2011-08-08 |
John Hodge | Kernel - Fixes from clang's scan-build tool
|
commit | commitdiff | tree |
2011-08-08 |
John Hodge | Usermode/libc - Implementing POSIX/BSD sockets
|
commit | commitdiff | tree |
2011-08-08 |
John Hodge | Usermode - Switched to the POSIX read()/write() argument...
|
commit | commitdiff | tree |
2011-08-08 |
John Hodge | Kernel/x86 - Removed PAE support
|
commit | commitdiff | tree |
2011-08-07 |
John Hodge | Kernel - Cleaning up messages
|
commit | commitdiff | tree |
2011-08-07 |
John Hodge | Kernel - Removed #include <adt.h> from acess.h, reduce...
|
commit | commitdiff | tree |
2011-08-07 |
John Hodge | Kernel - Planning for IOCache to use pages for cache...
|
commit | commitdiff | tree |
2011-08-07 |
John Hodge | Kernel - Updated logging to not cache messages (for...
|
commit | commitdiff | tree |
2011-08-07 |
John Hodge | Kernel - Fixed RootFS mknod bugs
|
commit | commitdiff | tree |
2011-08-07 |
John Hodge | IPStack - Fixed TCP locking up when the receive buffer...
|
commit | commitdiff | tree |
2011-08-07 |
John Hodge | Kernel - Updated thread code to add new active tasks...
|
commit | commitdiff | tree |
2011-08-07 |
John Hodge | Kernel - Fixed concurrency in the RingBuffer type
|
commit | commitdiff | tree |
2011-08-06 |
John Hodge | Kernel - Cleaning up unneeded malloc() calls
|
commit | commitdiff | tree |
2011-08-06 |
John Hodge | Usermode/telnet - Added default port number
|
commit | commitdiff | tree |
2011-08-06 |
John Hodge | FAT - Removed unneeded malloc() calls
|
commit | commitdiff | tree |
2011-08-06 |
John Hodge | IPStack - Cleaned up unneeded malloc() calls
|
commit | commitdiff | tree |
2011-08-04 |
John Hodge | Usermode/irc - Fixes to long line rendering, misc other...
|
commit | commitdiff | tree |
2011-08-04 |
John Hodge | IPStack - Changed IPv4_Checksum to use a word count
|
commit | commitdiff | tree |
2011-08-04 |
John Hodge | RTL8139 - Fixed Rx wrap bugs
|
commit | commitdiff | tree |
2011-08-04 |
John Hodge | Usermode/irc - Fixes
|
commit | commitdiff | tree |
2011-08-04 |
John Hodge | Usermode/axwin2 - Commenting changes
|
commit | commitdiff | tree |
2011-08-04 |
John Hodge | Kernel - Added %P to vsnprintf, print physical address
|
commit | commitdiff | tree |
2011-08-04 |
John Hodge | Changed Video device spec to implement cursors
|
commit | commitdiff | tree |
2011-08-04 |
John Hodge | Kernel/arm7 - Still working on it
|
commit | commitdiff | tree |
2011-08-04 |
John Hodge | IPStack - Fixed TCP checksuming
|
commit | commitdiff | tree |
2011-08-04 |
John Hodge | RT8139 - Fixed to use Mutexes to control access to...
|
commit | commitdiff | tree |
2011-08-04 |
John Hodge | Usermode/libc - Fixed implementation of atexit and...
|
commit | commitdiff | tree |
2011-08-02 |
John Hodge | RTL8139 - Fixed not clearing IO bit in BAR
|
commit | commitdiff | tree |
2011-07-30 |
John Hodge | Kernel - Bugfixing x86_64 port
|
commit | commitdiff | tree |
2011-07-28 |
John Hodge | Kernel - Misc cleanup in PCI
|
commit | commitdiff | tree |
2011-07-28 |
John Hodge | Kernel/x86_64 - Implemented UserRIP/CS
|
commit | commitdiff | tree |
2011-07-28 |
John Hodge | Kernel - Implemented fallback to VGA when VESA is unavaliable
|
commit | commitdiff | tree |
2011-07-28 |
John Hodge | Modules/VGA - Implemented 2DOPS and fixed implementation
|
commit | commitdiff | tree |
2011-07-27 |
John Hodge | Kernel - Cleaning up
|
commit | commitdiff | tree |
2011-07-27 |
John Hodge | Kernel - Cleaning up a little
|
commit | commitdiff | tree |
2011-07-27 |
John Hodge | Kernel - Fixed a bug in VFS_ParsePath that cause symlinks...
|
commit | commitdiff | tree |
2011-07-19 |
John Hodge | Kernel - Oops, forgot to change the export definitions
|
commit | commitdiff | tree |
2011-07-18 |
John Hodge | Kernel - Added an errno macro (implemented with TLS)
|
commit | commitdiff | tree |
next |