Removed dead ancient code. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
almost 13 years ago
|
Refactored all the sortix headers into a include directory. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
almost 13 years ago
|
Refactored the internal kernel memory management API. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
almost 13 years ago
|
Added a <libmaxsi/integer.h> header with divide-round-up functions. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
almost 13 years ago
|
Added a way for discover refcount of Refcounted classes. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
almost 13 years ago
|
The virtual memory fork code can now handle ENOMEM conditions. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
almost 13 years ago
|
Changed error message for ENOMEM to something sensible. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
almost 13 years ago
|
Began development of Sortix 0.7 |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
almost 13 years ago
|
Updated version number to 0.6. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
almost 13 years ago
|
Fixed spelling error in README. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
almost 13 years ago
|
Updated the README with information about the upcoming 0.6 release. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
almost 13 years ago
|
The sortix vga terminal now can delete tabs and newlines properly. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
almost 13 years ago
|
Added detection for an obscure bug to let users know I know about it. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
almost 13 years ago
|
Fixed kernel stack overflow and premature EOF in the unix pipe code. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
almost 13 years ago
|
Fixed initial kernel stack being wrong size. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
almost 13 years ago
|
Cleaned up sortix/kernel.cpp and it now uses the new coding style. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
almost 13 years ago
|
Fixed x64 memory leaks upon process termination. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
almost 13 years ago
|
Added EAGAIN and made read(1) and write(1) retry if they get it. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
almost 13 years ago
|
Added a new COM Port driver. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
almost 13 years ago
|
Added a stub for Syscall::Yield() which is used by broken code. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
almost 13 years ago
|
Refactored devfs so new devices can easily be added. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
almost 13 years ago
|
Removed the last reference to the old kernel HTTP server. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
almost 13 years ago
|
Added type(1), a replacement for the "traditional" Sortix cat(1). |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
almost 13 years ago
|
Updated the README. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
almost 13 years ago
|
<dirent.h> now declares size_t. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
almost 13 years ago
|
Made <sys/types.h> more POSIX compliant. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
almost 13 years ago
|
Made EOPNOTSUPP an alias for ENOTSUP. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
almost 13 years ago
|
Renamed EACCESS to EACCES. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
almost 13 years ago
|
Added EMFILE. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
almost 13 years ago
|
Added mode_t to <sys/types.h>. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
almost 13 years ago
|