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
Add popen(3) and pclose(3). More... over 2 years ago
Fix undefined behavior in vcbprintf(3). More... over 2 years ago
Add undefined behavior sanitizer. More... over 2 years ago
Fix undefined behavior in process.cpp. More... over 2 years ago
Mark ACPI table structs as packed. More... over 2 years ago
Map up to 3 MiB of loadable sections on boot. More... over 2 years ago
Add stack smashing protector. More... over 2 years ago
Protect open file list with a mutex. More... over 2 years ago
Add %b, %B and %w to scanf. More... over 2 years ago
Add %b, %B and the w length modifier to printf. More... over 2 years ago
Fix handling of backslash in here-documents. More... over 2 years ago
Fix handling of EOF in sh(1). More... over 2 years ago
Add seq(1). More... over 2 years ago
Implement here-documents in sh(1). More... over 2 years ago
Refactor shell tokenizer and parser. More... over 2 years ago
Flush inputFile before executing shell commands. More... over 2 years ago
Implement command substitution in sh(1). More... over 2 years ago
Add pthread_sigmask(3). More... almost 3 years ago
Add call_once(3) and pthread_once(3). More... almost 3 years ago
Add condition variables. More... almost 3 years ago
Add more mutex functions. More... almost 3 years ago
Add support for set -o noclobber. More... almost 3 years ago
Add set shell builtin. More... almost 3 years ago
Add : builtin. More... almost 3 years ago
Add -lpthread, -lrt, -lxnet empty libraries. More... almost 3 years ago
Make libc thread-safe. More... almost 3 years ago
Add thread functions to libc. More... almost 3 years ago
Allow multiple threads within a process. More... almost 3 years ago
Improve thread-safety of several syscalls. More... almost 3 years ago
Ensure strict namespacing of linker symbols. More... almost 3 years ago