tpg/acess2.git
14 years agoAdded SYS_GETACL system call and implemented it in userland
John Hodge [Fri, 25 Sep 2009 13:14:20 +0000 (21:14 +0800)]
Added SYS_GETACL system call and implemented it in userland

14 years agoAdded debug to newline handler, started extending DIR command
John Hodge [Fri, 25 Sep 2009 12:57:00 +0000 (20:57 +0800)]
Added debug to newline handler, started extending DIR command

14 years agoAdded NULL check to VFS_ReadDir
John Hodge [Fri, 25 Sep 2009 12:46:42 +0000 (20:46 +0800)]
Added NULL check to VFS_ReadDir

14 years agoAdded support for skipping to VFS_ReadDir
John Hodge [Fri, 25 Sep 2009 12:22:17 +0000 (20:22 +0800)]
Added support for skipping to VFS_ReadDir

14 years agoChanged tVFS_Node->close on a mount root to be a no-op by convention and added tVFS_D...
John Hodge [Fri, 25 Sep 2009 12:18:34 +0000 (20:18 +0800)]
Changed tVFS_Node->close on a mount root to be a no-op by convention and added tVFS_Driver->Unmount to replace it

14 years agoTurned on debug in syscalls and added return address to free's warning
John Hodge [Fri, 25 Sep 2009 12:12:21 +0000 (20:12 +0800)]
Turned on debug in syscalls and added return address to free's warning

14 years agoAdded size maintainence in Root_MkNod
John Hodge [Fri, 25 Sep 2009 08:10:11 +0000 (16:10 +0800)]
Added size maintainence in Root_MkNod

14 years agoAdded position check to VFS_ReadDir
John Hodge [Fri, 25 Sep 2009 06:52:19 +0000 (14:52 +0800)]
Added position check to VFS_ReadDir

14 years agoFixed bug in VFS_ReadDir and added full debug
John Hodge [Fri, 25 Sep 2009 06:45:18 +0000 (14:45 +0800)]
Fixed bug in VFS_ReadDir and added full debug

14 years agoAdded extra debug to VFS_ReadDir
John Hodge [Fri, 25 Sep 2009 06:42:07 +0000 (14:42 +0800)]
Added extra debug to VFS_ReadDir

14 years agoDisabled debug in bin/elf.c
John Hodge [Fri, 25 Sep 2009 06:32:15 +0000 (14:32 +0800)]
Disabled debug in bin/elf.c

14 years agoDisabled trace debugging for heap
John Hodge [Fri, 25 Sep 2009 06:29:34 +0000 (14:29 +0800)]
Disabled trace debugging for heap

14 years agoFixed VFS_ParsePath freeing a string that is returned to the user
John Hodge [Fri, 25 Sep 2009 06:24:15 +0000 (14:24 +0800)]
Fixed VFS_ParsePath freeing a string that is returned to the user

14 years agoAdded return address to malloc's debug
John Hodge [Fri, 25 Sep 2009 06:12:31 +0000 (14:12 +0800)]
Added return address to malloc's debug

14 years agoAdded debug to VFS_ReadDir
John Hodge [Fri, 25 Sep 2009 06:10:47 +0000 (14:10 +0800)]
Added debug to VFS_ReadDir

14 years agoAdded VFS_ReadDir and SYS_READDIR, Implemented basic directory listing in CLIShell
John Hodge [Fri, 25 Sep 2009 05:31:41 +0000 (13:31 +0800)]
Added VFS_ReadDir and SYS_READDIR, Implemented basic directory listing in CLIShell

14 years agoFixed thread deletion when not explicitly killed.
John Hodge [Fri, 25 Sep 2009 03:13:31 +0000 (11:13 +0800)]
Fixed thread deletion when not explicitly killed.

14 years agoCR3 is PHYSICAL not VIRTUAL
John Hodge [Fri, 25 Sep 2009 02:46:01 +0000 (10:46 +0800)]
CR3 is PHYSICAL not VIRTUAL

14 years agoFix Triplefault on task switch
John Hodge [Fri, 25 Sep 2009 02:44:03 +0000 (10:44 +0800)]
Fix Triplefault on task switch

14 years agoFix race condition with scheduler starting before task list is populated
John Hodge [Fri, 25 Sep 2009 02:37:03 +0000 (10:37 +0800)]
Fix race condition with scheduler starting before task list is populated

14 years agoFix Segfault in ArchThreads_Init and added MAX_CPUS macro (x86 = 8 cpus)
John Hodge [Fri, 25 Sep 2009 02:31:56 +0000 (10:31 +0800)]
Fix Segfault in ArchThreads_Init and added MAX_CPUS macro (x86 = 8 cpus)

14 years agoMoved task selection to threads.c, fixed segfault in Proc_ChangeStacks
John Hodge [Fri, 25 Sep 2009 02:13:28 +0000 (10:13 +0800)]
Moved task selection to threads.c, fixed segfault in Proc_ChangeStacks

14 years agoSeparated Architecture independent thread controll into the root of the tree
John Hodge [Fri, 25 Sep 2009 00:25:29 +0000 (08:25 +0800)]
Separated Architecture independent thread controll into the root of the tree

14 years agoAdded SYS_FINFO and functions required to support it
John Hodge [Wed, 23 Sep 2009 08:38:04 +0000 (16:38 +0800)]
Added SYS_FINFO and functions required to support it

14 years agoFixed bug in VT_int_ClearLine and removed debug
John Hodge [Wed, 23 Sep 2009 08:21:54 +0000 (16:21 +0800)]
Fixed bug in VT_int_ClearLine and removed debug

14 years agoDebugging VT_int_ClearLine
John Hodge [Wed, 23 Sep 2009 08:20:45 +0000 (16:20 +0800)]
Debugging VT_int_ClearLine

14 years agoFixed VTerm Clear to use current colour instead of black
John Hodge [Wed, 23 Sep 2009 08:18:15 +0000 (16:18 +0800)]
Fixed VTerm Clear to use current colour instead of black

14 years agoFixed VTerm trashing heap
John Hodge [Wed, 23 Sep 2009 08:11:38 +0000 (16:11 +0800)]
Fixed VTerm trashing heap

14 years agoFixed VTerm scrolling
John Hodge [Wed, 23 Sep 2009 05:24:24 +0000 (13:24 +0800)]
Fixed VTerm scrolling

14 years agoMoved rand from arch/proc to lib.c and changed it to a LCG
John Hodge [Wed, 23 Sep 2009 05:01:08 +0000 (13:01 +0800)]
Moved rand from arch/proc to lib.c and changed it to a LCG

14 years agoAdded full ANSI colour range
John Hodge [Tue, 22 Sep 2009 13:26:09 +0000 (21:26 +0800)]
Added full ANSI colour range

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