2011-05-07 |
John Hodge | Debugging a segfault in ELF loader (when loading CLIShell)
|
commit | commitdiff | tree |
2011-05-07 |
John Hodge | AcessNative - Huge changes, cleaning up and getting...
|
commit | commitdiff | tree |
2011-04-03 |
John Hodge | SpiderScript - Added tags to loops to allow arbitary...
|
commit | commitdiff | tree |
2011-04-03 |
John Hodge | SpiderScript - Fixed namespace handling (and unset...
|
commit | commitdiff | tree |
2011-04-03 |
John Hodge | SpiderScript - Fixing order of operations, improved...
|
commit | commitdiff | tree |
2011-04-02 |
John Hodge | Adding forgotten files
|
commit | commitdiff | tree |
2011-04-02 |
John Hodge | Misc changes
|
commit | commitdiff | tree |
2011-04-02 |
John Hodge | SpiderScript - Bugs, Documentation and a few language...
|
commit | commitdiff | tree |
2011-04-02 |
John Hodge | SpiderScript - Moar fixes, mostly speedups (caching...
|
commit | commitdiff | tree |
2011-04-02 |
John Hodge | SpiderScript - Bugfixes and speed improvements
|
commit | commitdiff | tree |
2011-04-02 |
John Hodge | SpiderScript - Implementing objects and classes, fixing...
|
commit | commitdiff | tree |
2011-03-31 |
John Hodge | SpiderScript - A day of debugging and improvements
|
commit | commitdiff | tree |
2011-03-24 |
John Hodge | More work on x86_64 port of usermode
|
commit | commitdiff | tree |
2011-03-24 |
John Hodge | Compile fixes for clang
|
commit | commitdiff | tree |
2011-03-24 |
John Hodge | Usermode/axwin2 - Compile fixes for clang
|
commit | commitdiff | tree |
2011-03-24 |
John Hodge | Usermode/Libs - x86_64 port in progress
|
commit | commitdiff | tree |
2011-03-24 |
John Hodge | Usermode/ld-acess - x86_64 support
|
commit | commitdiff | tree |
2011-03-24 |
John Hodge | Fixing gitigore, added a config file for the 'host...
|
commit | commitdiff | tree |
2011-03-24 |
John Hodge | Usermode - Changed build system to separate different...
|
commit | commitdiff | tree |
2011-03-24 |
John Hodge | Usermode/ld-acess - Reworked build structure and syscall...
|
commit | commitdiff | tree |
2011-03-23 |
John Hodge | Usermode/axwin2 - Commenting
|
commit | commitdiff | tree |
2011-03-23 |
John Hodge | Fiddling with build system
|
commit | commitdiff | tree |
2011-03-23 |
John Hodge | NE2000 - Cleaning up code, moved to a semaphore
|
commit | commitdiff | tree |
2011-03-23 |
John Hodge | Usermode/telnet - Moved to new routing API
|
commit | commitdiff | tree |
2011-03-23 |
John Hodge | Usermode/libnet - Added support for change to routing API
|
commit | commitdiff | tree |
2011-03-23 |
John Hodge | IPStack - Working on removing future packet cache
|
commit | commitdiff | tree |
2011-03-23 |
John Hodge | Cleaning up mostly
|
commit | commitdiff | tree |
2011-03-23 |
John Hodge | Fiddling with the x86_64 port
|
commit | commitdiff | tree |
2011-03-21 |
John Hodge | IPStack - Slight header updated
|
commit | commitdiff | tree |
2011-03-21 |
John Hodge | IPStack - Added ability to use /Devices/ip/routes/...
|
commit | commitdiff | tree |
2011-03-21 |
John Hodge | IPStack - Working on implementing IPv6
|
commit | commitdiff | tree |
2011-03-21 |
John Hodge | IPStack - Cleanup to ARP code (slight)
|
commit | commitdiff | tree |
2011-03-21 |
John Hodge | IPStack - Cleaning IPv4 code, implemented routing
|
commit | commitdiff | tree |
2011-03-21 |
John Hodge | IPStack - Fiddling with firewall
|
commit | commitdiff | tree |
2011-03-21 |
John Hodge | IPStack - Cleaning up TCP code
|
commit | commitdiff | tree |
2011-03-21 |
John Hodge | IPStack - Fiddling with firewall code
|
commit | commitdiff | tree |
2011-03-02 |
John Hodge | Bedtime commit, misc changes
|
commit | commitdiff | tree |
2011-03-02 |
John Hodge | Overhaul of TCP code (still messy, but now WORKS!!!!)
|
commit | commitdiff | tree |
2011-03-02 |
John Hodge | IRC Client - Added Readline support, error catching
|
commit | commitdiff | tree |
2011-03-02 |
John Hodge | Added telnet to root Makefile
|
commit | commitdiff | tree |
2011-03-02 |
John Hodge | Upgrading telnet client to new TCP code
|
commit | commitdiff | tree |
2011-03-02 |
John Hodge | Updated test client for Qemu user network
|
commit | commitdiff | tree |
2011-03-02 |
John Hodge | Fixed default minium size in vsnprintf being 1 (should...
|
commit | commitdiff | tree |
2011-03-02 |
John Hodge | Added debug (disabled) to Semaphore_Signal
|
commit | commitdiff | tree |
2011-03-02 |
John Hodge | Fixed bug in kernel script parsing (uninitialised value)
|
commit | commitdiff | tree |
2011-03-02 |
John Hodge | Bugfix in NE2K driver (didn't wait for the DMA to be...
|
commit | commitdiff | tree |
2011-03-02 |
John Hodge | *partial commit* - Added debut name to VFS_SelectNode
|
commit | commitdiff | tree |
2011-03-02 |
John Hodge | Bugfix in Ring buffer (embarrasing)
|
commit | commitdiff | tree |
2011-03-01 |
John Hodge | Cleaning up (committing stuff)
|
commit | commitdiff | tree |
2011-03-01 |
John Hodge | Added telnet client
|
commit | commitdiff | tree |
2011-03-01 |
John Hodge | Made IRC use select()
|
commit | commitdiff | tree |
2011-03-01 |
John Hodge | ld-acess - Exported select()
|
commit | commitdiff | tree |
2011-03-01 |
John Hodge | Usermode implementation of select()
|
commit | commitdiff | tree |
2011-03-01 |
John Hodge | Fixed vsnprintf
|
commit | commitdiff | tree |
2011-03-01 |
John Hodge | Fixing select() implementation (and usage)
|
commit | commitdiff | tree |
2011-03-01 |
John Hodge | Kernel - Added backtrace for user segfault
|
commit | commitdiff | tree |
2011-03-01 |
John Hodge | Mental note, adding resources is a good idea
|
commit | commitdiff | tree |
2011-03-01 |
John Hodge | axwin2 - Little cleanup
|
commit | commitdiff | tree |
2011-03-01 |
John Hodge | AcessNative - Compile fixes after select() implementation
|
commit | commitdiff | tree |
2011-03-01 |
John Hodge | libreadline - Rework of library (less sucky now!)
|
commit | commitdiff | tree |
2011-02-28 |
John Hodge | Kernel - Implemented select(), partially debugged
|
commit | commitdiff | tree |
2011-02-28 |
John Hodge | Moved to using a perl syscall generation script
|
commit | commitdiff | tree |
2011-02-28 |
John Hodge | Implementing (and using) select() at kernel level
|
commit | commitdiff | tree |
2011-02-27 |
John Hodge | Kernel - Some rational comments to select
|
commit | commitdiff | tree |
2011-02-27 |
John Hodge | Kernel - Implementing select()
|
commit | commitdiff | tree |
2011-02-27 |
John Hodge | Modules/FDD (minor) - Removed defunct code
|
commit | commitdiff | tree |
2011-02-27 |
John Hodge | Notes on how to implement select()
|
commit | commitdiff | tree |
2011-02-27 |
John Hodge | Misc changes, fixing problems with long log strings
|
commit | commitdiff | tree |
2011-02-27 |
John Hodge | Modules/FDD - Moved head settle delay to SeekTrack...
|
commit | commitdiff | tree |
2011-02-27 |
John Hodge | Modules/ATA - Debugging issue with VBox, problem still...
|
commit | commitdiff | tree |
2011-02-27 |
John Hodge | libc - Fixed an embarrasing bug in strchr :|
|
commit | commitdiff | tree |
2011-02-27 |
John Hodge | Fixing makefiles
|
commit | commitdiff | tree |
2011-02-27 |
John Hodge | IPStack - Bugfixing (and testing IRC client)
|
commit | commitdiff | tree |
2011-02-27 |
John Hodge | axwin2 - Working on GUI, implemented image loading
|
commit | commitdiff | tree |
2011-02-27 |
John Hodge | Modules/Display/VESA - Fixes to mode select
|
commit | commitdiff | tree |
2011-02-27 |
John Hodge | Moved to using semaphores in VTerm
|
commit | commitdiff | tree |
2011-02-17 |
John Hodge | Fixed `make install` issues, bugs with VESA
|
commit | commitdiff | tree |
2011-02-14 |
John Hodge | Added some very pedantic warning flags
|
commit | commitdiff | tree |
2011-02-13 |
John Hodge | Reworked semaphores to be symetric
|
commit | commitdiff | tree |
2011-02-13 |
John Hodge | Working on x86_64 build
|
commit | commitdiff | tree |
2011-02-13 |
John Hodge | Fixed a bug where stack was accessed after address...
|
commit | commitdiff | tree |
2011-02-13 |
John Hodge | cleanup (removed debug comment)
|
commit | commitdiff | tree |
2011-02-13 |
John Hodge | Fixed crt0.o not creating its output directory
|
commit | commitdiff | tree |
2011-02-13 |
John Hodge | Cleanup (debug statements removed)
|
commit | commitdiff | tree |
2011-02-13 |
John Hodge | Fixed gitignore to skip x86_64 objects
|
commit | commitdiff | tree |
2011-02-13 |
John Hodge | Changed to a classfull sequential allocation algo
|
commit | commitdiff | tree |
2011-02-12 |
John Hodge | TSC backed timekeeping, 64-bit integer printing
|
commit | commitdiff | tree |
2011-02-12 |
John Hodge | Cleaned up places where MM_Allocate was used without...
|
commit | commitdiff | tree |
2011-02-12 |
John Hodge | Big bugfixes from trying a Clone/fork bomb
|
commit | commitdiff | tree |
2011-02-02 |
John Hodge | Fixed compile errors, added Semaphore code
|
commit | commitdiff | tree |
2011-02-02 |
John Hodge | Updated InitRD to new usermode layout, cleanups in...
|
commit | commitdiff | tree |
2011-01-29 |
John Hodge | Usermode - Starting on a text editor
|
commit | commitdiff | tree |
2011-01-25 |
John Hodge | Slight bugfixes and output cleanups
|
commit | commitdiff | tree |
2011-01-25 |
John Hodge | IPStack / ifconfig - Routing changes
|
commit | commitdiff | tree |
2011-01-25 |
John Hodge | ld-acess - Fixed bugs due to not testing from AcessNative...
|
commit | commitdiff | tree |
2011-01-25 |
John Hodge | Kernel - Fixed page fault Proc_ReturnToUser
|
commit | commitdiff | tree |
2011-01-24 |
John Hodge | IPStack - Routing improvement
|
commit | commitdiff | tree |
2011-01-23 |
John Hodge | IPStack - Heaps of network fixes
|
commit | commitdiff | tree |
2011-01-23 |
John Hodge | Kernel - So... should remember to initialise structures
|
commit | commitdiff | tree |
2011-01-23 |
John Hodge | AcessNative - Bugfixing
|
commit | commitdiff | tree |
next |