Init defaults $objtype to $cputype. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
almost 13 years ago
|
The kernel provides the $cputype environmental variable. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
almost 13 years ago
|
Removed the idle program. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
almost 13 years ago
|
Added the $PWD environmental variable to the shell. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
almost 13 years ago
|
The shell now implements $$, $PPID, and $? as normal variables. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
almost 13 years ago
|
init(1) now restarts the shell upon crash. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
almost 13 years ago
|
Removed old draft for Sortix subsystems. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
almost 13 years ago
|
Added Interrupt::SetEnabled(bool). |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
almost 13 years ago
|
Ported x64 interrupt assembly to the GNU assembler. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
almost 13 years ago
|
Added Interrupt::IsEnabled(). |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
almost 13 years ago
|
seek(2) now correctly rejects a bad whence value. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
almost 13 years ago
|
Added a function to get the current address space pointer. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
almost 13 years ago
|
getpagesize(2) now call Sortix::Page::Size(). |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
almost 13 years ago
|
Added sforkr(2) that controls the child registers as well. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
almost 13 years ago
|
execve(2) now pushes envp to the new stack and sets up registers. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
almost 13 years ago
|
execv(3) now passes environ(7) to execve(2). |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
almost 13 years ago
|
<unistd.h> now declares environ(7) if _WANT_ENVIRON. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
almost 13 years ago
|
Renamed rfork(2) to sfork(2) to avoid compatibility issues. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
almost 13 years ago
|
Added hacky support for environmental variables to the shell. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
almost 13 years ago
|
Implemented setenv(3), putenv(3), getenv(3), clearenv(3), sortix_getenv(3), unsetenv(3), envlength(3), getenvindexed(3), and environ(7). |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
almost 13 years ago
|
Added EBOUND. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
almost 13 years ago
|
Added a dummy implementation rfork(2) equal to fork(2). |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
almost 13 years ago
|
Make sure that the right bits.h file is always included. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
almost 13 years ago
|
Added {,l,ll,imax}abs(3). |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
almost 13 years ago
|
Programmers can now redirect what the errno macro refers to. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
almost 13 years ago
|
Added a Page::IsAligned inline function. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
almost 13 years ago
|
Added {,p}{read,write}{all,least}(3). |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
almost 13 years ago
|
Added stubs for pread(2) and pwrite(2). |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
almost 13 years ago
|
Added EEOF. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
almost 13 years ago
|
Implemented a new initrd format with better inode support. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
almost 13 years ago
|