waitpid(2) now returns ECHILD on error. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
about 13 years ago
|
Fixed 64-bit resumed system calls. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
about 13 years ago
|
Lots of improvements to 64-bit Sortix. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
about 13 years ago
|
Added support for 64-bit interrupts. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
about 13 years ago
|
Forgot to push %rbp in x64/syscall.s |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
about 13 years ago
|
x64 now compiles again and runs on real hardware. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
about 13 years ago
|
Added uptime(1). |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
about 13 years ago
|
Added O=-ON and PANIC_SHORT=1 variables to the makefile. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
about 13 years ago
|
Pong no longer shakes as much the first few frames. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
about 13 years ago
|
Removed hello program. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
about 13 years ago
|
Rewrote the memory allocation functions. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
about 13 years ago
|
Writing to /dev/vga hides the cursor until a write to /dev/tty. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
about 13 years ago
|
Destroying the addressspace after exit prevents leak of at least 16 KiB. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
about 13 years ago
|
Fixed panic when executing non-existent file. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
about 13 years ago
|
Oops, meant 'used' instead of 'free' in memstat. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
about 13 years ago
|
Added isatty(2), which is used by editor. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
about 13 years ago
|
devfs now correctly manages sizes of files. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
about 13 years ago
|
Greatly reduced RAM usage in ramfs. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
about 13 years ago
|
Added memstat, a program for displaying memory usage. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
about 13 years ago
|
cat(1) now writes to fd 1 instead of /dev/tty. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
about 13 years ago
|
mxsh now ignores trailing whitespace. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
about 13 years ago
|
Added program_invocation_name(3), error(3), and perror(3) and used them. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
about 13 years ago
|
Added echo(1). |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
about 13 years ago
|
Removed deprecated VGA API and moved it to /dev/vga. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
about 13 years ago
|
Editor no longer moves the cursor if not needed. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
about 13 years ago
|
The shell now supports sending stdout to a file. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
about 13 years ago
|
Merge commit '7a233f2938f4e28d61504853e2f6daf4904aab33' |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
about 13 years ago
|
Fixed bug in the remove function of the sorted list class. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
about 13 years ago
|
printf(3) now writes to fd 1. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
about 13 years ago
|
Disallow / in filenames in ramfs. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
about 13 years ago
|