tpg/acess2.git
14 years agoFixed bug in libc.so/brk(), fixed support for VT100 escape codes
John Hodge [Tue, 22 Sep 2009 13:21:12 +0000 (21:21 +0800)]
Fixed bug in libc.so/brk(), fixed support for VT100 escape codes

14 years agoAdded allocate address to MM_Allocate's OOM fail
John Hodge [Tue, 22 Sep 2009 12:55:28 +0000 (20:55 +0800)]
Added allocate address to MM_Allocate's OOM fail

14 years agoAdded out of memory handling to MM_Allocate
John Hodge [Tue, 22 Sep 2009 12:36:59 +0000 (20:36 +0800)]
Added out of memory handling to MM_Allocate

14 years agoAdded debug to malloc, added caller to out of memory message
John Hodge [Tue, 22 Sep 2009 12:29:36 +0000 (20:29 +0800)]
Added debug to malloc, added caller to out of memory message

14 years agoIgnored \0 in VT_Write, Added out of memory message
John Hodge [Tue, 22 Sep 2009 12:25:39 +0000 (20:25 +0800)]
Ignored \0 in VT_Write, Added out of memory message

14 years agoChanged COW to reuse current page if it is the last reference.
John Hodge [Tue, 22 Sep 2009 12:17:46 +0000 (20:17 +0800)]
Changed COW to reuse current page if it is the last reference.

14 years agoFixed VTerm Cursor handling, improved debug in mm_virt
John Hodge [Tue, 22 Sep 2009 10:34:30 +0000 (18:34 +0800)]
Fixed VTerm Cursor handling, improved debug in mm_virt

14 years agoWrapping fix in vterm, increased verbosity of MM_Allocate
John Hodge [Tue, 22 Sep 2009 03:52:30 +0000 (11:52 +0800)]
Wrapping fix in vterm, increased verbosity of MM_Allocate

14 years agoAdded cursor manipulation to vterm & vga
John Hodge [Tue, 22 Sep 2009 03:49:28 +0000 (11:49 +0800)]
Added cursor manipulation to vterm & vga

14 years agoFixed number of arguments to SYS_READ (should be 4 due to 64-bit argument)
John Hodge [Tue, 22 Sep 2009 03:27:38 +0000 (11:27 +0800)]
Fixed number of arguments to SYS_READ (should be 4 due to 64-bit argument)

14 years agoDebug in vterm
John Hodge [Tue, 22 Sep 2009 03:24:22 +0000 (11:24 +0800)]
Debug in vterm

14 years agoAdded VFS_IOCtl, Implemented input in vterm
John Hodge [Tue, 22 Sep 2009 02:22:59 +0000 (10:22 +0800)]
Added VFS_IOCtl, Implemented input in vterm

14 years agoFixed VT_int_UpdateScreen to work for lines that are not the first line
John Hodge [Tue, 22 Sep 2009 01:53:28 +0000 (09:53 +0800)]
Fixed VT_int_UpdateScreen to work for lines that are not the first line

14 years agoChanged CLI shell intro line
John Hodge [Tue, 22 Sep 2009 01:49:21 +0000 (09:49 +0800)]
Changed CLI shell intro line

14 years agoImplemented VT_Read(), added stub UTF32 output support, also made WriteUTF8() to...
John Hodge [Tue, 22 Sep 2009 01:27:47 +0000 (09:27 +0800)]
Implemented VT_Read(), added stub UTF32 output support, also made WriteUTF8() to help

14 years agoRemoved debug from MM_PageFault and binary.c
John Hodge [Mon, 21 Sep 2009 11:00:06 +0000 (19:00 +0800)]
Removed debug from MM_PageFault and binary.c

14 years agoRemoved debug line from ld-acess.so/loadlib
John Hodge [Mon, 21 Sep 2009 10:54:42 +0000 (18:54 +0800)]
Removed debug line from ld-acess.so/loadlib

14 years agoRemoved debug from VT_Read
John Hodge [Mon, 21 Sep 2009 10:51:38 +0000 (18:51 +0800)]
Removed debug from VT_Read

14 years agoAdded support for 64-bit returns from syscalls
John Hodge [Mon, 21 Sep 2009 10:48:14 +0000 (18:48 +0800)]
Added support for 64-bit returns from syscalls
- Also added SYS_GETPHYS

14 years agoAdded SYS_READ implementation
John Hodge [Mon, 21 Sep 2009 10:35:32 +0000 (18:35 +0800)]
Added SYS_READ implementation

14 years agoRe-added debug to binary
John Hodge [Mon, 21 Sep 2009 10:33:11 +0000 (18:33 +0800)]
Re-added debug to binary

14 years agoDisabled debug in ld-acess.so/loadlib
John Hodge [Mon, 21 Sep 2009 10:27:59 +0000 (18:27 +0800)]
Disabled debug in ld-acess.so/loadlib
Added COW support to MM_SetFlags

14 years agoRemoved debug from syscalls, added debug to ld-acess/loadlib
John Hodge [Mon, 21 Sep 2009 10:08:23 +0000 (18:08 +0800)]
Removed debug from syscalls, added debug to ld-acess/loadlib

14 years agoAdding usermode tree
John Hodge [Mon, 21 Sep 2009 10:02:09 +0000 (18:02 +0800)]
Adding usermode tree

14 years agoDisabled debug in binary.c, added debug statement to free()
John Hodge [Mon, 21 Sep 2009 09:27:32 +0000 (17:27 +0800)]
Disabled debug in binary.c, added debug statement to free()

14 years agoFixed COW bug (not using return statement in COW handling)
John Hodge [Mon, 21 Sep 2009 08:53:55 +0000 (16:53 +0800)]
Fixed COW bug (not using return statement in COW handling)

14 years agoRemoved defunct system call list
John Hodge [Mon, 21 Sep 2009 08:26:16 +0000 (16:26 +0800)]
Removed defunct system call list

14 years agoInitial commit of kernel only
John Hodge [Mon, 21 Sep 2009 08:23:50 +0000 (16:23 +0800)]
Initial commit of kernel only
Known Bugs:
- Copy-on-write causes errors
- Other MM_Clone/MM_Clear bugs

UCC git Repository :: git.ucc.asn.au