2011-02-27 |
John Hodge | Modules/Display/VESA - Fixes to mode select |
tree | commitdiff |
2011-02-17 |
John Hodge | Fixed `make install` issues, bugs with VESA rel0.07 |
tree | commitdiff |
2011-02-14 |
John Hodge | Added some very pedantic warning flags |
tree | commitdiff |
2011-02-13 |
John Hodge | Reworked semaphores to be symetric |
tree | commitdiff |
2011-02-12 |
John Hodge | Big bugfixes from trying a Clone/fork bomb |
tree | commitdiff |
2011-02-02 |
John Hodge | Fixed compile errors, added Semaphore code |
tree | commitdiff |
2011-02-02 |
John Hodge | Updated InitRD to new usermode layout, cleanups in... |
tree | commitdiff |
2011-01-25 |
John Hodge | IPStack / ifconfig - Routing changes |
tree | commitdiff |
2011-01-24 |
John Hodge | IPStack - Routing improvement |
tree | commitdiff |
2011-01-23 |
John Hodge | IPStack - Heaps of network fixes |
tree | commitdiff |
2011-01-22 |
John Hodge | Lots of work on the AcessNative kernel |
tree | commitdiff |
2010-12-10 |
John Hodge | Fixed places where char* was used in place of const... |
tree | commitdiff |
2010-12-10 |
John Hodge | Merge branch 'master' of serenade.mutabah.net:acess2 |
tree | commitdiff |
2010-12-10 |
John Hodge | Cleaning up code, and separating a little to allow... |
tree | commitdiff |
2010-11-27 |
John Hodge | Fixed false positive on VESA cursor OOB checks |
tree | commitdiff |
2010-11-21 |
John Hodge | Fiddling with IPStack |
tree | commitdiff |
2010-11-20 |
John Hodge | Fixing error reporting |
tree | commitdiff |
2010-11-20 |
John Hodge | Fixing route determining |
tree | commitdiff |
2010-11-20 |
John Hodge | Fixed IPv4 checksum (network byte order, dimwit) |
tree | commitdiff |
2010-11-20 |
John Hodge | General fixes |
tree | commitdiff |
2010-11-20 |
John Hodge | Cleaning up pcidump / fixed compile warning in InitRD |
tree | commitdiff |
2010-11-20 |
John Hodge | ifconfig - routes |
tree | commitdiff |
2010-11-19 |
John Hodge | Multiple IPStack Related changes (and other bugfixes) |
tree | commitdiff |
2010-11-14 |
John Hodge | Reworked the IPStack tInterface structure |
tree | commitdiff |
2010-11-13 |
John Hodge | Fiddling with ARP to handle routing |
tree | commitdiff |
2010-11-07 |
John Hodge | More cleanup in IPStack (making routes usable) |
tree | commitdiff |
2010-11-07 |
John Hodge | Restructured interface code out to its own file, route... |
tree | commitdiff |
2010-11-06 |
John Hodge | Fixed compilation issues in IPStack |
tree | commitdiff |
2010-11-06 |
John Hodge | Composite commit (GUI / Networking) |
tree | commitdiff |
2010-10-31 |
John Hodge | Fiddling with x86_64 and i486 builds |
tree | commitdiff |
2010-10-30 |
John Hodge | Fixing vsnprintf behavior on 64-bit systems |
tree | commitdiff |
2010-10-29 |
John Hodge | Misc fiddling with FAT driver (LFN and ReadDir) |
tree | commitdiff |
2010-10-29 |
John Hodge | Bug was in Heap_Realloc |
tree | commitdiff |
2010-10-29 |
John Hodge | Attempting to fix heap corruption |
tree | commitdiff |
2010-10-22 |
John Hodge | Cleaning up debug (and set modules to build with debug) |
tree | commitdiff |
2010-10-22 |
John Hodge | Don't ask me how, but it's booting again |
tree | commitdiff |
2010-10-19 |
John Hodge | Buglocating: Some random corruption in VFS, FDD lockups |
tree | commitdiff |
2010-10-05 |
John Hodge | Changed back to lottery scheduler, disabled debug |
tree | commitdiff |
2010-10-03 |
John Hodge | Debug, Debug, Debug |
tree | commitdiff |
2010-10-03 |
John Hodge | Replace rand() implementation - fixes threading lockups |
tree | commitdiff |
2010-10-02 |
John Hodge | Fixed threading bug |
tree | commitdiff |
2010-09-07 |
John Hodge | Cosmetic code changes |
tree | commitdiff |
2010-08-31 |
John Hodge | Fiddling with threading bugs (both Qemu and Bochs hate... |
tree | commitdiff |
2010-08-27 |
John Hodge | NTFS Driver work (index headers) |
tree | commitdiff |
2010-08-25 |
John Hodge | Cleaning up some misc files |
tree | commitdiff |
2010-08-23 |
John Hodge | Unborking some threading code |
tree | commitdiff |
2010-08-22 |
John Hodge | Changed spinlock mechananisim |
tree | commitdiff |
2010-08-20 |
John Hodge | Improving the debug capabilities of the heap code,... |
tree | commitdiff |
2010-08-17 |
John Hodge | Slight commenting changes |
tree | commitdiff |
2010-08-17 |
John Hodge | More work on IPv4/IPv6 firewalling support |
tree | commitdiff |
2010-08-17 |
John Hodge | Added timeout support to the ATA driver (timeout is... |
tree | commitdiff |
2010-08-01 |
John Hodge | Ust cleaning up |
tree | commitdiff |
2010-08-01 |
John Hodge | Changing VTerm behavior (Get/Set Width/Height now retur... |
tree | commitdiff |
2010-08-01 |
John Hodge | Cleanup (NTFS fiddling and fixed debug hexdump) |
tree | commitdiff |
2010-08-01 |
John Hodge | Working on NTFS driver |
tree | commitdiff |
2010-08-01 |
John Hodge | Removed debug from ATA_ReadFS (that bug is fixed) |
tree | commitdiff |
2010-07-31 |
John Hodge | No more ATA debug (fixed the Qemu bug) |
tree | commitdiff |
2010-07-31 |
John Hodge | Updating IPStack to have firewall hooks (well, the... |
tree | commitdiff |
2010-07-31 |
John Hodge | Broke out the ATA IO functions (Read/WriteDMA into... |
tree | commitdiff |
2010-07-27 |
John Hodge | Working on the x86 bit port (caused some changes to... |
tree | commitdiff |
2010-07-24 |
John Hodge | Fixing bugs and removing debug statements |
tree | commitdiff |
2010-07-20 |
John Hodge | Major revamp to FAT code, fixing LFN issues and other... |
tree | commitdiff |
2010-07-20 |
John Hodge | Bit of debug cleanup, fixing bugs found on GrUB2 |
tree | commitdiff |
2010-07-18 |
John Hodge | More MP work (now APs start and use the LAPIC timer) |
tree | commitdiff |
2010-07-16 |
John Hodge | Working on multiprocessing support |
tree | commitdiff |
2010-07-15 |
John Hodge | Fiddling with usermode PCI dump |
tree | commitdiff |
2010-07-15 |
John Hodge | Does help if the biggest offender is actually a #if... |
tree | commitdiff |
2010-07-15 |
John Hodge | ATA Debug was getting annoying |
tree | commitdiff |
2010-07-15 |
John Hodge | ATA Fixes, Module compilation fixups |
tree | commitdiff |
2010-07-14 |
John Hodge | Fiddling with ATA driver to try and fix RHW issues |
tree | commitdiff |
2010-07-14 |
John Hodge | Cleaning up a bit |
tree | commitdiff |
2010-07-13 |
John Hodge | Cleaning up some debug, fixing cosmetic bugs in usermod... |
tree | commitdiff |
2010-07-05 |
John Hodge | Fiddling with multiboot modules (and some bug searching... |
tree | commitdiff |
2010-07-04 |
John Hodge | Commenting is nice (also disabled debug in FDD driver) |
tree | commitdiff |
2010-07-04 |
John Hodge | Enabled heaps of debug in ATA driver to try and solve... |
tree | commitdiff |
2010-07-04 |
John Hodge | Fiddling with VESA cursor, cleaning up VESA and VTerm |
tree | commitdiff |
2010-07-04 |
John Hodge | Forgot common.h for NTFS |
tree | commitdiff |
2010-07-04 |
John Hodge | Working on NTFS driver more (currently debug only,... |
tree | commitdiff |
2010-07-04 |
John Hodge | Added a check to the FDD driver to disable it at runtime |
tree | commitdiff |
2010-07-02 |
John Hodge | committing partial fixup to ATA code |
tree | commitdiff |
2010-06-27 |
John Hodge | VESA cursor now works, TODO: Allow setting of colour |
tree | commitdiff |
2010-06-27 |
John Hodge | Cleaning up timer code, implementing cursor in vesa |
tree | commitdiff |
2010-06-22 |
John Hodge | Trying to fix the string corruption bug, working on... |
tree | commitdiff |
2010-06-20 |
John Hodge | Working on a NTFS implementation (it's only going to... |
tree | commitdiff |
2010-06-20 |
John Hodge | Fixing a kernel #PF caused by an unitialised VFS method |
tree | commitdiff |
2010-06-18 |
John Hodge | no more debug plz |
tree | commitdiff |
2010-06-18 |
John Hodge | VESA scrolling bug fixed (caused by the removal of... |
tree | commitdiff |
2010-06-18 |
John Hodge | It's been too long since I committed |
tree | commitdiff |
2010-06-03 |
John Hodge | Bugfixing |
tree | commitdiff |
2010-05-29 |
John Hodge | Changed build system to not require calc |
tree | commitdiff |
2010-05-27 |
John Hodge | x86_64 now compiles and builds :) :) |
tree | commitdiff |
2010-05-27 |
John Hodge | Work on ext2 |
tree | commitdiff |
2010-05-24 |
John Hodge | More work on Ext2 write (and fixed an error made earlier) |
tree | commitdiff |
2010-05-24 |
John Hodge | Working on UDI support |
tree | commitdiff |
2010-05-24 |
John Hodge | Update to tVFS_Node to support hard links |
tree | commitdiff |
2010-05-13 |
John Hodge | Working on separating architecture dependent and indepe... |
tree | commitdiff |
2010-05-11 |
John Hodge | x86_64 support, requiring a slight refactor to the... |
tree | commitdiff |
2010-05-11 |
John Hodge | Merge branch 'master' of serenade.mutabah.net:acess2 |
tree | commitdiff |
2010-05-11 |
John Hodge | Merge branch 'master' of [email protected]:acess2 |
tree | commitdiff |
2010-05-11 |
John Hodge | Correctness in ATA driver |
tree | commitdiff |
next |