2012-04-17 |
John Hodge | Usermode/SpiderScript - Added compile-time type checking...
|
commit | commitdiff | tree |
2012-04-15 |
John Hodge | Usermode/spiderscript - Added generation-time type...
|
commit | commitdiff | tree |
2012-04-15 |
John Hodge | Usermode/libspiderscript - Fixed namespace scoping...
|
commit | commitdiff | tree |
2012-04-15 |
John Hodge | Usermode/libspiderscript - Cleaning code, made bytecode...
|
commit | commitdiff | tree |
2012-04-14 |
John Hodge | Usermode/libspiderscript - Fixing a multitude of bugs
|
commit | commitdiff | tree |
2012-04-01 |
John Hodge | Kernel/threads - Adding PGIDs, made processes have...
|
commit | commitdiff | tree |
2012-04-01 |
John Hodge | Modules/InitRD - Added gitignore to stop autogenerated...
|
commit | commitdiff | tree |
2012-04-01 |
John Hodge | Usermode/AxWin3 WM - Fixed cursor position not changing...
|
commit | commitdiff | tree |
2012-04-01 |
John Hodge | Kernel/vm8086 - Added debugging message for 0F XX instructions
|
commit | commitdiff | tree |
2012-03-27 |
John Hodge | TESTING - Patches to implement Ctrl-C in VTerm
|
commit | commitdiff | tree |
2012-03-27 |
John Hodge | Kernel - Fixed PCI bus enumeration bug, switched x86...
|
commit | commitdiff | tree |
2012-03-24 |
John Hodge | Usermode/login - Disabled screen clear so kernel boot...
|
commit | commitdiff | tree |
2012-03-24 |
John Hodge | Modules/InitRD - Disabled tree dump, it makes things...
|
commit | commitdiff | tree |
2012-03-24 |
John Hodge | Kernel - Put debug output to the vterm to allow rhw...
|
commit | commitdiff | tree |
2012-03-24 |
John Hodge | Modules/RTL8139 - Improved debugging for RHW bugs
|
commit | commitdiff | tree |
2012-03-23 |
John Hodge | IPStack - Fixed bug in ping code
|
commit | commitdiff | tree |
2012-03-22 |
John Hodge | Kernel/RingBuffer - Fix spinlock not being zeroed
|
commit | commitdiff | tree |
2012-03-21 |
John Hodge | Modules/IPStack - Moving to reduction of memcpy usage
|
commit | commitdiff | tree |
2012-03-16 |
John Hodge | Adding some newer files to initrd
|
commit | commitdiff | tree |
2012-03-16 |
John Hodge | Fixing KMod support
|
commit | commitdiff | tree |
2012-03-15 |
John Hodge | Modules - x86_64 compile fix to ATA and LVM
|
commit | commitdiff | tree |
2012-03-15 |
John Hodge | Kernel - Fixing bugs in VT scrolling and keyboard mappings...
|
commit | commitdiff | tree |
2012-03-14 |
John Hodge | AcessNative - Implementing SendMessage/GetMessage
|
commit | commitdiff | tree |
2012-03-14 |
John Hodge | Kernel/messages - Fix compile error in debug
|
commit | commitdiff | tree |
2012-03-11 |
John Hodge | AcessNative - Possible fix to ioctl() bugs
|
commit | commitdiff | tree |
2012-03-11 |
John Hodge | Usermode/axwin3 - Little additions and bugfixes
|
commit | commitdiff | tree |
2012-03-11 |
John Hodge | Modules/Mouse - Fixing bugs, removing debug
|
commit | commitdiff | tree |
2012-03-11 |
John Hodge | Modules - Implementing mouse multiplexer
|
commit | commitdiff | tree |
2012-03-10 |
John Hodge | Modules/UHCI - Fixed interrupt bug that caused keyboard...
|
commit | commitdiff | tree |
2012-03-08 |
John Hodge | Merge branch 'master' of git://git.ucc.asn.au/tpg/acess2
|
commit | commitdiff | tree |
2012-03-08 |
John Hodge | Modules/Tegra2Vid - Fiddling!
|
commit | commitdiff | tree |
2012-03-08 |
John Hodge | Modules/AHCI - Initial fiddling
|
commit | commitdiff | tree |
2012-03-06 |
John Hodge | Modules/Tegra2Vid - Slight debugging updates
|
commit | commitdiff | tree |
2012-03-06 |
John Hodge | Modules/RTL8169 - Misc
|
commit | commitdiff | tree |
2012-03-06 |
John Hodge | Modules/USB - Fixing lack of locking, some commenting...
|
commit | commitdiff | tree |
2012-03-05 |
John Hodge | Modules/USB HID - Keyboard support!
|
commit | commitdiff | tree |
2012-03-05 |
John Hodge | Merge branch 'master' of ssh.ucc.asn.au:tpg/acess2
|
commit | commitdiff | tree |
2012-03-05 |
John Hodge | Modules/USB HID - Shell USB Keyboard
|
commit | commitdiff | tree |
2012-03-05 |
John Hodge | Modules/RTL8169 - Incomplete
|
commit | commitdiff | tree |
2012-03-01 |
John Hodge | Kernel - Slight comming change
|
commit | commitdiff | tree |
2012-03-01 |
John Hodge | Modules/Keyboard - Improving documentation
|
commit | commitdiff | tree |
2012-03-01 |
John Hodge | missed file
|
commit | commitdiff | tree |
2012-03-01 |
John Hodge | Kernel/VTerm - Fixing meta-key handling
|
commit | commitdiff | tree |
2012-03-01 |
John Hodge | Kernel - Split key translation out of PS2Keyboard
|
commit | commitdiff | tree |
2012-02-29 |
John Hodge | Modules/USB_HID - Fixed report parsing bug that caused...
|
commit | commitdiff | tree |
2012-02-29 |
John Hodge | Modules/USB - Interrupt endpoints work
|
commit | commitdiff | tree |
2012-02-29 |
John Hodge | USB/UHCI - Cleanup
|
commit | commitdiff | tree |
2012-02-28 |
John Hodge | Modules/USB - Fixed UHCI (partially)
|
commit | commitdiff | tree |
2012-02-26 |
John Hodge | Kernel/USB - Still broken, reworking host controller...
|
commit | commitdiff | tree |
2012-02-26 |
John Hodge | Kernel - Added another event and allowed clearing of...
|
commit | commitdiff | tree |
2012-02-26 |
John Hodge | Kernel/x86 - Added option to disable preemption, and...
|
commit | commitdiff | tree |
2012-02-25 |
John Hodge | Modules/USB - Slight correctness fixes, and fixed a...
|
commit | commitdiff | tree |
2012-02-24 |
John Hodge | Modules/UHCI - Just a little more debug
|
commit | commitdiff | tree |
2012-02-23 |
John Hodge | Extra - Added -nousb and -notee flags to RunQemu
|
commit | commitdiff | tree |
2012-02-23 |
John Hodge | Modules/UHCI - Big cleanups to code... but there is...
|
commit | commitdiff | tree |
2012-02-23 |
John Hodge | Modules/USB - Documention/Debugging, and fixed an API use
|
commit | commitdiff | tree |
2012-02-23 |
John Hodge | Kernel - Slight semaphore fix
|
commit | commitdiff | tree |
2012-02-21 |
John Hodge | Modules/LVM - Fiddling
|
commit | commitdiff | tree |
2012-02-21 |
John Hodge | Usermode/AxWin3 - Fixing mouse code to handle non 3...
|
commit | commitdiff | tree |
2012-02-19 |
John Hodge | AcessNative - Fixing a couple of bugs exposed by AxWin
|
commit | commitdiff | tree |
2012-02-19 |
John Hodge | Updated readme
|
commit | commitdiff | tree |
2012-02-19 |
John Hodge | AcessNative - Fixes, now can run again (and spawn/kill...
|
commit | commitdiff | tree |
2012-02-17 |
John Hodge | Modules - Working on LVM layer (not integrated yet)
|
commit | commitdiff | tree |
2012-02-17 |
John Hodge | Modules/USB - Made HIDMouse a folder
|
commit | commitdiff | tree |
2012-02-17 |
John Hodge | Kernel - Update VFS API to use off_t/size_t instead...
|
commit | commitdiff | tree |
2012-02-17 |
John Hodge | Modules/USB - Slight commenting updates in HID
|
commit | commitdiff | tree |
2012-02-17 |
John Hodge | Modules/USB - Crash prevention in UHCI, VFS interface...
|
commit | commitdiff | tree |
2012-02-17 |
John Hodge | Kernel - Added snprintf function
|
commit | commitdiff | tree |
2012-02-16 |
John Hodge | Modules/USB - Untested updates to USB mouse support
|
commit | commitdiff | tree |
2012-02-16 |
John Hodge | Modules/USB - Working on HID support (and fixed some...
|
commit | commitdiff | tree |
2012-02-16 |
John Hodge | Kernel - Fixed bug in x86/proc.c (caused early task...
|
commit | commitdiff | tree |
2012-02-14 |
John Hodge | Usermode/AxWin3 - Fixed bug with underlined items in...
|
commit | commitdiff | tree |
2012-02-14 |
John Hodge | Usermode/include - Slight fixes
|
commit | commitdiff | tree |
2012-02-14 |
John Hodge | Kernel/vfs - Fixed edge case bug with chroots
|
commit | commitdiff | tree |
2012-02-14 |
John Hodge | AcessNative - Little fixes to get it running on 64-bit
|
commit | commitdiff | tree |
2012-02-13 |
John Hodge | Kernel - Fixed freeze (I think)
|
commit | commitdiff | tree |
2012-02-13 |
John Hodge | Kernel - Reenabled locking on debug output
|
commit | commitdiff | tree |
2012-02-13 |
John Hodge | Kernel/timers - Cleaning up timer code... might have...
|
commit | commitdiff | tree |
2012-02-11 |
John Hodge | Modules/EHCI - Header, no code yet
|
commit | commitdiff | tree |
2012-02-10 |
John Hodge | Kernel/x86 - Slight fixes to PMM statistics
|
commit | commitdiff | tree |
2012-02-10 |
John Hodge | Modules/OHCI - Working on it, a few little bugs and...
|
commit | commitdiff | tree |
2012-02-10 |
John Hodge | BuildConf - Added OHCI to x86 build
|
commit | commitdiff | tree |
2012-02-10 |
John Hodge | Modules/OHCI - Implementation work, not usable yet...
|
commit | commitdiff | tree |
2012-02-10 |
John Hodge | Modules/UHCI - Cosmetic changes
|
commit | commitdiff | tree |
2012-02-10 |
John Hodge | Modules/ATA - Bugfix to MBR extended partition handling
|
commit | commitdiff | tree |
2012-02-09 |
John Hodge | Nodules/USB - Working on OHCI
|
commit | commitdiff | tree |
2012-02-09 |
John Hodge | Misc warning killing
|
commit | commitdiff | tree |
2012-02-08 |
John Hodge | USB - Slight host API change
|
commit | commitdiff | tree |
2012-02-08 |
John Hodge | Merge branch 'master' of git://git.ucc.asn.au/tpg/acess2
|
commit | commitdiff | tree |
2012-02-08 |
John Hodge | Random fixes with Tegra2 debugging
|
commit | commitdiff | tree |
2012-02-08 |
John Hodge | Fixing compile warnings
|
commit | commitdiff | tree |
2012-02-08 |
John Hodge | Added USB back into the main build
|
commit | commitdiff | tree |
2012-02-08 |
John Hodge | Usermode/include - Fixes so user sys/ works in AcessNative
|
commit | commitdiff | tree |
2012-02-08 |
John Hodge | AcessNative - Implemented events, don't trust them
|
commit | commitdiff | tree |
2012-02-08 |
John Hodge | USB - Cleaning a little
|
commit | commitdiff | tree |
2012-02-07 |
John Hodge | Oops
|
commit | commitdiff | tree |
2012-02-07 |
John Hodge | More work on neatening code
|
commit | commitdiff | tree |
2012-02-07 |
John Hodge | Sorting source tree a bit
|
commit | commitdiff | tree |
2012-02-07 |
John Hodge | Kernel - Slight reworks to timer code
|
commit | commitdiff | tree |
2012-02-07 |
John Hodge | Usermode - Cleanups courtesey of scan-build
|
commit | commitdiff | tree |
next |