git.ucc.asn.au
/
tpg
/
acess2.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Added libspiderscript
[tpg/acess2.git]
/
KernelLand
/
2013-07-31
John Hodge
Kernel - Changed PTY code to not expose userland server...
tree
|
commitdiff
2013-07-30
John Hodge
Modules/Ext2 - Fixed bugs in read/write support
tree
|
commitdiff
2013-07-30
John Hodge
Kernel/Syscalls - Added syscall IDs for POSIX signal...
tree
|
commitdiff
2013-07-30
John Hodge
Kernel - Added errno print when Binary_Load fails
tree
|
commitdiff
2013-07-30
John Hodge
Kernel/VFS - Added warning (instead of LOG) when GetNod...
tree
|
commitdiff
2013-07-27
John Hodge
Modules/LVM - Fixed memory leak on cleanup
tree
|
commitdiff
2013-07-27
John Hodge
Modules/Ext2 - Bugfixing to write support
tree
|
commitdiff
2013-07-27
John Hodge
Kernel - ADded ctype.h to utf16.h's include list
tree
|
commitdiff
2013-07-27
John Hodge
Kernel/IOCache - Fixed IOCache eating all temp mappings
tree
|
commitdiff
2013-07-27
John Hodge
Kernel/x86 - Removed busy wait in MM_MapTemp
tree
|
commitdiff
2013-07-27
John Hodge
Kernel/x86 - Added backtrace to running program in...
tree
|
commitdiff
2013-07-27
John Hodge
Kernel/x86 - Included EAX in user state dump
tree
|
commitdiff
2013-07-27
John Hodge
Kernel/PTYs - Fixed server-end of user closing prematurely
tree
|
commitdiff
2013-07-27
John Hodge
Kernel/syscalls - Added syscall for Time_Wait
tree
|
commitdiff
2013-07-23
John Hodge
Modules/Keyboard - Added Delete=0x7F translation
tree
|
commitdiff
2013-07-23
John Hodge
Modules/VIAVideo - Found some docs, little cleanup
tree
|
commitdiff
2013-07-22
John Hodge
Kernel - Fixed crash on setting GUI cursor
tree
|
commitdiff
2013-07-22
John Hodge
Kernel/VFS - Added debug for IOCtl failing
tree
|
commitdiff
2013-07-15
John Hodge
Kernel/VFS - Added setting of errno to _Write
tree
|
commitdiff
2013-07-12
John Hodge
Modules/E1000 - Enabled bus master for qemu (which...
tree
|
commitdiff
2013-07-12
John Hodge
Kernel/PCI - Added function to access the Command field...
tree
|
commitdiff
2013-07-11
John Hodge
Kernel/timers - Fixed bad assertions
tree
|
commitdiff
2013-07-11
John Hodge
Kernel - Fixed hack that was tripping armv7 alignment...
tree
|
commitdiff
2013-07-10
John Hodge
Modules/IPStack - Fixed unused variable in udp
tree
|
commitdiff
2013-07-10
John Hodge
Modules/IPStack - Fixed UDP port collision detection
tree
|
commitdiff
2013-07-10
John Hodge
Modules/AHCI - Disable debug (seems good atm)
tree
|
commitdiff
2013-07-10
John Hodge
Merge branch 'master' of github.com:thepowersgang/acess2
tree
|
commitdiff
2013-07-10
John Hodge
Modules - Added VirtIO Network driver (and VirtIO library)
tree
|
commitdiff
2013-07-10
John Hodge
Modules/IPStack - Added NULL checks in buffer code
tree
|
commitdiff
2013-07-10
John Hodge
Kernel/logdebug - More useful asserts
tree
|
commitdiff
2013-07-09
John Hodge
Merge pull request #1 from berkus/patch-1
tree
|
commitdiff
2013-07-09
Berkus
Fix typo.
tree
|
commitdiff
2013-07-07
John Hodge
Kernel - Meta Serial driver (incomplete)
tree
|
commitdiff
2013-07-03
John Hodge
Kernel/syscalls - Implimenting _SysMkDir
tree
|
commitdiff
2013-06-26
John Hodge
Module/ATA - Slight cleanup
tree
|
commitdiff
2013-06-26
John Hodge
Modules/ATA - (untested) Cleanup to BM address handling
tree
|
commitdiff
2013-06-26
John Hodge
Kernel/x86 - Hack to return quickly when mapping <1MiB...
tree
|
commitdiff
2013-06-26
John Hodge
Kernel/IOCache - Page-based caching implimented
tree
|
commitdiff
2013-06-26
John Hodge
KernelLand - Better node chaching code
tree
|
commitdiff
2013-06-25
John Hodge
Modules/AHCI - Different debug
tree
|
commitdiff
2013-06-25
John Hodge
(minor) Modules/LVM - Commenting
tree
|
commitdiff
2013-06-25
John Hodge
Modules/NTFS - Added _Read, working on _Close cleanup
tree
|
commitdiff
2013-06-25
John Hodge
Modules/NTFS - Implimented update sequences, fixes...
tree
|
commitdiff
2013-06-24
John Hodge
Modules/LVM - Added caching
tree
|
commitdiff
2013-06-24
John Hodge
Kernel/IOCache - Constness fixes and pointer callback...
tree
|
commitdiff
2013-06-24
John Hodge
Modules/NTFS - ReadDir/FindDir appear to work well
tree
|
commitdiff
2013-06-23
John Hodge
Modules/AHCI - Debug change
tree
|
commitdiff
2013-06-23
John Hodge
Modules/NTFS - Implimentation progressing (ReadDir...
tree
|
commitdiff
2013-06-23
John Hodge
Kernel/UTF-16 - Added case-insensitive compre (for...
tree
|
commitdiff
2013-06-23
John Hodge
Kernel/VFS - Disabled use of .Size in directories
tree
|
commitdiff
2013-06-23
John Hodge
Kernel/libc - Added support for utf16 strings (%ls)
tree
|
commitdiff
2013-06-23
John Hodge
Kernel/PCI - Fixed lack of shift in detecting special...
tree
|
commitdiff
2013-06-23
John Hodge
Kernel/x86 - Workaround for possibly buggy 64-bit divid...
tree
|
commitdiff
2013-06-23
John Hodge
Kernel/VFS - Update to node cache to support extra...
tree
|
commitdiff
2013-06-22
John Hodge
Kernel - Added UTF-16 functions
tree
|
commitdiff
2013-06-22
John Hodge
Modules/NTFS - Implimentation in progress
tree
|
commitdiff
2013-06-21
John Hodge
Modules/AHCI - Cleaned up AHCI LVM names
tree
|
commitdiff
2013-06-21
John Hodge
Modules/LVM - Detection for GPT in MBR code
tree
|
commitdiff
2013-06-20
John Hodge
Modules/AHCI - Reading the boot sector works
tree
|
commitdiff
2013-06-20
John Hodge
Modules/LVM - (minor) Error handler in AddVolume
tree
|
commitdiff
2013-06-19
John Hodge
Modules/AHCI - Added H2D register structure (used for...
tree
|
commitdiff
2013-06-19
John Hodge
Modules/AHCI - Moved FIS definitions to sata.h
tree
|
commitdiff
2013-06-19
John Hodge
Kernel - Cleaned up MM_AllocDMA/_MapHWPages/_GetPhysAddr
tree
|
commitdiff
2013-06-19
John Hodge
Modules/PL110 - Updated to recent(ish) VFS change
tree
|
commitdiff
2013-06-18
John Hodge
Modules/AHCI - Init almost complete, connection detect...
tree
|
commitdiff
2013-06-18
John Hodge
Modules/LVM - Added handle return to LVM volume creation
tree
|
commitdiff
2013-06-17
John Hodge
Modules/AHCI - Creeping towards useful
tree
|
commitdiff
2013-06-17
John Hodge
Modules/AHCI - Slowly fiddling
tree
|
commitdiff
2013-05-20
John Hodge
Kernel/VTerm - Include forgotten 2D command handling
tree
|
commitdiff
2013-05-20
John Hodge
Kernel/VTerm,PTY - Replaced VTerm buffers with PTY...
tree
|
commitdiff
2013-05-18
John Hodge
Kernel - Misc fixes and debug in VTerm/PTY, AxWin3...
tree
|
commitdiff
2013-05-18
John Hodge
Kernel - Integrated PTY with VTerm, userland currently...
tree
|
commitdiff
2013-05-18
John Hodge
Kernel/PTYs - Fixed maths error causing page fault
tree
|
commitdiff
2013-05-18
John Hodge
Kernel/threads - Fixed infinite fault loop if thread...
tree
|
commitdiff
2013-05-17
John Hodge
Kernel/PTYs - Finishing touches on implimentation
tree
|
commitdiff
2013-05-17
John Hodge
Kernel - Implimenting PTYs (untested, unintegrated)
tree
|
commitdiff
2013-05-16
John Hodge
Kernel/VFS - Fixed bug with setting flags on FD0
tree
|
commitdiff
2013-05-16
John Hodge
Kernel - Implimented VFS_Reopen
tree
|
commitdiff
2013-05-16
John Hodge
Kernel - Added 'Flags' param to VFS Read/Write/FindDir
tree
|
commitdiff
2013-05-15
John Hodge (sonata)
Kernel - SYS_FDCTL
tree
|
commitdiff
2013-05-15
John Hodge (sonata)
Merge branch 'master' of ssh.ucc.asn.au:tpg/acess2
tree
|
commitdiff
2013-05-15
John Hodge
Kernel - Working on SYS_COPYFD
tree
|
commitdiff
2013-05-15
John Hodge (sonata)
Kernel - Defaulted FRandom 'DataAvaliable' to 1
tree
|
commitdiff
2013-05-14
John Hodge
Kernel - Added fast random (ala /dev/urandom), good...
tree
|
commitdiff
2013-05-14
John Hodge
Merge branch 'master' of git://localhost/acess2
tree
|
commitdiff
2013-05-14
John Hodge
Kernel - Update syscall definition (comment only)
tree
|
commitdiff
2013-05-14
John Hodge
Kernel/VTerm - C99 and slight debug
tree
|
commitdiff
2013-05-14
John Hodge
Kernel/IPCPipe - Disabled debug
tree
|
commitdiff
2013-05-14
John Hodge
Modules/IPStack - Removed useless log message
tree
|
commitdiff
2013-05-14
John Hodge
Kernel - Disabled omission of frame pointer (debugging)
tree
|
commitdiff
2013-05-13
John Hodge (sonata)
Modules/FAT - Fixed handling of <FAT32 root directory
tree
|
commitdiff
2013-05-13
John Hodge (sonata)
Kernel/VTerm - Fixed typo in comment
tree
|
commitdiff
2013-05-12
John Hodge
Merge branch 'master' of git://localhost/acess2
tree
|
commitdiff
2013-05-12
John Hodge
Modules/E1000 - Fixed corruption/crash
tree
|
commitdiff
2013-05-08
John Hodge (sonata)
Kernel/armv7 - Extra code for Tegra2 timer tests
tree
|
commitdiff
2013-05-08
John Hodge (sonata)
Modules/E1000 - (minor) Worked around dumb gcc warning
tree
|
commitdiff
2013-05-08
John Hodge (sonata)
Kernel/x86 - Untested MicroSleep function
tree
|
commitdiff
2013-05-03
John Hodge (sonata)
Kernel/acpica - Disable debug
tree
|
commitdiff
2013-05-03
John Hodge (sonata)
Merge branch 'master' of ssh.ucc.asn.au:tpg/acess2
tree
|
commitdiff
2013-05-03
John Hodge
Modules/E1000 - Bugfixes
tree
|
commitdiff
next
UCC
git Repository :: git.ucc.asn.au