0
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Mar 12, 2025 — Mar 12, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Reorganizing code to allow adding more architectures support More... about 13 years ago
remove old logo.h More... about 13 years ago
Introducing page fault handler and improving our libc a little. More... about 13 years ago
Adding memory mapping syscall and adding user process to render to VGA More... about 13 years ago
Adding initial binder framework for IPC More... about 13 years ago
Adding vmmap and thread creation syscalls More... about 13 years ago
Adding helper functions for creating procs More... about 13 years ago
Adding routines to copy the address space, eagerly More... about 13 years ago
Add the .data section to our user space files More... about 13 years ago
Increase the size of the initial user space mapping More... about 13 years ago
Adding a trivial wait-for-event function More... about 13 years ago
Allow interrupts to occur during a syscall, for now More... about 13 years ago
Slightly changing the semantics of the hash implementation More... about 13 years ago
Save the correct register during syscall for restoring %rflags More... about 13 years ago
Adding a trivial syscalls infrastructure More... about 13 years ago
Adding vga modesetting and initial userspace support More... about 13 years ago
Introduce a simple Hash Table implementation. More... almost 14 years ago
File: Implement the link() system call. More... almost 14 years ago
File: Implement the unlink() system call. More... almost 14 years ago
Ext2: Introduce file deletion. More... almost 14 years ago
Ext2: Update inode size fields iff file's data got extended. More... almost 14 years ago
File: Implement creat() / open(O_CREAT [|O_EXCL] [|O_TRUNC]). More... almost 14 years ago
Ext2: Remove INDEX_FL directory flag while adding new files. More... almost 14 years ago
File: Implement write() and open(O_TRUNC) system calls. More... almost 14 years ago
Ext2: Introduce file truncation. More... almost 14 years ago
Ext2: Introduce the block deallocator. More... almost 14 years ago
Ext2: Introduce support for adding new files. More... almost 14 years ago
Ext2: Implement write() support for existing files. More... almost 14 years ago
Ext2: Correctly find the Block Group Descriptor table offset. More... almost 14 years ago
Ext2: Introduce the block allocator. More... almost 14 years ago