3
I Use This!
Moderate Activity

Commits : Listings

Analyzed 15 days ago. based on code collected 16 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed the horrible 'nofoo' bug!
sortie
as Jonas 'Sortie' Termansen
More... about 13 years ago
Made Sortix compatible with gcc 4.6.1.
sortie
as Jonas 'Sortie' Termansen
More... about 13 years ago
error(3) and perror(3) now writes to stderr.
sortie
as Jonas 'Sortie' Termansen
More... about 13 years ago
Implemented large parts of the stdio(3), including fprintf.
sortie
as Jonas 'Sortie' Termansen
More... about 13 years ago
Added calloc(3).
sortie
as Jonas 'Sortie' Termansen
More... about 13 years ago
Fixed bad variable name in uptime(1), it's usecs not msecs.
sortie
as Jonas 'Sortie' Termansen
More... about 13 years ago
Made the memstat program a little more 64-bit friendly.
sortie
as Jonas 'Sortie' Termansen
More... about 13 years ago
Now counting memory usage in a more solid manner.
sortie
as Jonas 'Sortie' Termansen
More... about 13 years ago
Added a global variable at the end of the kernel to detect its size.
sortie
as Jonas 'Sortie' Termansen
More... about 13 years ago
The initial ramdisk is now mapped onto a special location.
sortie
as Jonas 'Sortie' Termansen
More... about 13 years ago
Fixed registering memstat(2) multiple times.
sortie
as Jonas 'Sortie' Termansen
More... about 13 years ago
Moved the make-color-red code into DoWelcome in kernel.cpp.
sortie
as Jonas 'Sortie' Termansen
More... about 13 years ago
Better default octal detection in strtol(3).
sortie
as Jonas 'Sortie' Termansen
More... about 13 years ago
strtol(3) now returns 0 if the string was + or -.
sortie
as Jonas 'Sortie' Termansen
More... about 13 years ago
Hex numbers now work properly in strtol(3).
sortie
as Jonas 'Sortie' Termansen
More... about 13 years ago
Added -fno-exceptions to the cross compiler flags.
sortie
as Jonas 'Sortie' Termansen
More... about 13 years ago
Fixed bug in strtol*.
sortie
as Jonas 'Sortie' Termansen
More... about 13 years ago
Added strto{u,}{l,}l(3).
sortie
as Jonas 'Sortie' Termansen
More... about 13 years ago
Fixed bad filename written in elf.cpp.
sortie
as Jonas 'Sortie' Termansen
More... about 13 years ago
Program loader now sets the correct program segment type.
sortie
as Jonas 'Sortie' Termansen
More... about 13 years ago
Added user-space memory allocation.
sortie
as Jonas 'Sortie' Termansen
More... about 13 years ago
Added calc, an integer-based reverse polish notation calculator. More... about 13 years ago
System calls in libmaxsi now use the constants from syscallnum.h.
sortie
as Jonas 'Sortie' Termansen
More... about 13 years ago
Added auto-completion to snake for debugging purposes.
sortie
as Jonas 'Sortie' Termansen
More... about 13 years ago
Begun development of Sortix 0.6.
sortie
as Jonas 'Sortie' Termansen
More... about 13 years ago
Updated version number to 0.5.
sortie
as Jonas 'Sortie' Termansen
More... about 13 years ago
The cursor is disabled when displaying the VGA under JSVM.
sortie
as Jonas 'Sortie' Termansen
More... about 13 years ago
VGA now sort-of works under serial-connections.
sortie
as Jonas 'Sortie' Termansen
More... about 13 years ago
Hacks to make the JSVM serial driver work better.
sortie
as Jonas 'Sortie' Termansen
More... about 13 years ago
Increased hard-coded maximum JSVM initrd size to 2 MiB 512 KiB.
sortie
as Jonas 'Sortie' Termansen
More... about 13 years ago