0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 month ago. based on code collected about 1 month ago.
Jul 20, 2025 — Jul 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed allocation of utcb shared pages by mm0 completely. More... over 17 years ago
Removed special-case utcb shared page from posix services. More... over 17 years ago
Removed execve() test. More... over 17 years ago
Moved boot-related functions to boot.c More... over 17 years ago
Added building of external libs as well. modified: buildall.sh More... over 17 years ago
execve working from vfs executable file along with clone/fork/exit More... over 17 years ago
Fixed various faults with execve(). More... over 17 years ago
Task initally exec'ing with success. Some errors need to be investigated. More... over 17 years ago
Added env and arg passing to execve More... over 17 years ago
Removed copy_user_string More... over 17 years ago
Now using a common method for copying variable size strings and pointer array. More... over 17 years ago
We can now successfully copy char *argv[] user array. More... over 17 years ago
Fix to do_mmap(): file_offset was byte offset, it is now a pfn. More... over 17 years ago
Added detailed mapping of bss. More... over 17 years ago
Fixed a few errors with pager-mapping of elf file pages. More... over 17 years ago
Added pager_map_file_page() which maps a file offset as a pointer. More... almost 18 years ago
Moved all pager page-mapping routines to memory.c Added a new virtual address pool for contiguous virtual addresses for the pager. This will help in mapping multi-page user buffers and files. More... almost 18 years ago
More progress on parsing elf files. Fixes to memfs file read/write More... almost 18 years ago
Introduction to elf parsing More... almost 18 years ago
Moved thread id assignment to task_create for new tasks with parents. More... almost 18 years ago
Added preliminary support for execve(). Updates to clone, fork, exit, task handling. More... almost 18 years ago
Initial changes for execve() support More... almost 18 years ago
clone() call working. Tested exit(), clone() and fork() mixture running about 22 threads, processes. More... almost 18 years ago
Updated README More... almost 18 years ago
Added a clone() test to test0. More... almost 18 years ago
Modification on allocation of thread group ids in the kernel. More... almost 18 years ago
Towards finishing off clone() More... almost 18 years ago
LICENSE file fix More... almost 18 years ago
Added the LICENSE file for GPL v3. More... almost 18 years ago
Added exit.c that seemed to be out of tree. More... almost 18 years ago