1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Make parts of the kernel thread-safe. More... almost 8 years ago
Create seperate MemorySegment for PhysicalMemory. More... almost 8 years ago
Refactor AddressSpace. More... almost 8 years ago
Move functions used by libk into a seperate file. More... almost 8 years ago
Add sched_yield(2). More... almost 8 years ago
Refactor some memory allocations in the kernel. More... almost 8 years ago
Add reallocarray(3). More... almost 8 years ago
Exit shell on read error or EOF. More... almost 8 years ago
Handle EOF in the terminal. More... almost 8 years ago
Add support for input sequences to the terminal. More... almost 8 years ago
Add <dennix/kbkeys.h>. More... almost 8 years ago
Fix getdelim(3) return value. More... almost 8 years ago
Add score to snake and fix some bugs. More... almost 8 years ago
Add clearerr(3), feof(3) and ferror(3). More... almost 8 years ago
Enable write protection in the kernel. More... almost 8 years ago
Make sh(1) accept lines of arbitrary length. More... almost 8 years ago
Add getdelim(3) and getline(3). More... almost 8 years ago
Make cursor visible. More... almost 8 years ago
Add uname(1). More... almost 8 years ago
Add uname(3). More... almost 8 years ago
Add option parsing to utilities. More... almost 8 years ago
Add getopt_long(3). More... almost 8 years ago
Print number in a portable way. More... almost 8 years ago
Add <inttypes.h> More... almost 8 years ago
Add support for %d, %i and %X to vcbprintf(3). More... about 8 years ago
Add cat(1). More... about 8 years ago
Use ANSI escape sequences in utilities. More... about 8 years ago
Implement ANSI escape sequences. More... about 8 years ago
Use err(3) in utilities. More... about 8 years ago
Add err(3). More... about 8 years ago