3
I Use This!
Moderate Activity

Commits : Listings

Analyzed 17 days ago. based on code collected 18 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added column(1).
sortie
as Jonas 'Sortie' Termansen
More... almost 13 years ago
Pipes now return 0 (EOF) if no data and no fds can write.
sortie
as Jonas 'Sortie' Termansen
More... almost 13 years ago
Fixed bug where fopen(3) used the wrong mode in call to fdopen(3).
sortie
as Jonas 'Sortie' Termansen
More... almost 13 years ago
Added pwd(1).
sortie
as Jonas 'Sortie' Termansen
More... almost 13 years ago
Split descriptor_tables.cpp into a gdt.cpp and idt.cpp.
sortie
as Jonas 'Sortie' Termansen
More... almost 13 years ago
Further cleanup and refactoring of the interrupt code.
sortie
as Jonas 'Sortie' Termansen
More... almost 13 years ago
Refactored the interrupt code to make it cleaner and more flexible.
sortie
as Jonas 'Sortie' Termansen
More... almost 13 years ago
sortix/io.cpp now uses <sortix/seek.h>.
sortie
as Jonas 'Sortie' Termansen
More... almost 13 years ago
Moved SEEK_SET, SEEK_CUR, and SEEK_SET to <sortix/seek.h>.
sortie
as Jonas 'Sortie' Termansen
More... almost 13 years ago
Unified constants from sortix/filesystem.h and <fcntl.h> in <sortix/fcntl.h>.
sortie
as Jonas 'Sortie' Termansen
More... almost 13 years ago
Added stubs for stat(2), and fstat(2).
sortie
as Jonas 'Sortie' Termansen
More... almost 13 years ago
Added a Maxsi::String::Substring function.
sortie
as Jonas 'Sortie' Termansen
More... almost 13 years ago
Added a Refcounted class, useful for refcounted objects.
sortie
as Jonas 'Sortie' Termansen
More... almost 13 years ago
Cleaned up the Sortix makefile.
sortie
as Jonas 'Sortie' Termansen
More... about 13 years ago
Added getline(3), getdelim(3), sortix_gets(3) and gets(3).
sortie
as Jonas 'Sortie' Termansen
More... about 13 years ago
Added realloc(3).
sortie
as Jonas 'Sortie' Termansen
More... about 13 years ago
Fixed race condition when building libmaxsi with -j.
sortie
as Jonas 'Sortie' Termansen
More... about 13 years ago
Removed annoying warnings when declaring x64 systemcalls.
sortie
as Jonas 'Sortie' Termansen
More... about 13 years ago
Fixed minor compile errors in fddir-sortix.c.
sortie
as Jonas 'Sortie' Termansen
More... about 13 years ago
Changed return type of FILE::tell_func to off_t.
sortie
as Jonas 'Sortie' Termansen
More... about 13 years ago
Refactored the libmaxsi/ directory.
sortie
as Jonas 'Sortie' Termansen
More... about 13 years ago
Fixed spelling error in sortix/*/bits.h.
sortie
as Jonas 'Sortie' Termansen
More... about 13 years ago
The offsetof macro now expands to __builtin_offsetof.
sortie
as Jonas 'Sortie' Termansen
More... about 13 years ago
Fixed broken <stddef.h>.
sortie
as Jonas 'Sortie' Termansen
More... about 13 years ago
Made the compile process a little less verbose.
sortie
as Jonas 'Sortie' Termansen
More... about 13 years ago
Removed compile warnings related to feature macros.
sortie
as Jonas 'Sortie' Termansen
More... about 13 years ago
Replaced SORTIX_EXTENSIONS macro with _SORTIX_SOURCE macro.
sortie
as Jonas 'Sortie' Termansen
More... about 13 years ago
Fixed stdint.h include guard conflicting with unistd.h.
sortie
as Jonas 'Sortie' Termansen
More... about 13 years ago
Added protection against running terminated threads.
sortie
as Jonas 'Sortie' Termansen
More... about 13 years ago
Removed the unused and deprecated old <libmaxsi/sortix-keyboard.h> API.
sortie
as Jonas 'Sortie' Termansen
More... about 13 years ago