Don't check the initrd on JSVM. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
about 13 years ago
|
printf(3) now supports signed integers and ptrdiff_t. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
about 13 years ago
|
Removed references to mksound from mxmpp. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
about 13 years ago
|
Removed excess space. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
about 13 years ago
|
uptime(2) now reports usecs instead of msecs. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
about 13 years ago
|
Removed outdated comment about sleep(2) and signals. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
about 13 years ago
|
Moved around comments in heap.cpp. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
about 13 years ago
|
Prevent the kernel from calling system calls. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
about 13 years ago
|
printf now understands %l and %j. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
about 13 years ago
|
Sortix now defaults to build the same arch as the host machine. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
about 13 years ago
|
Rewrote the x86 64-bit division stubs, which now actually work. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
about 13 years ago
|
Fixed using wrong system call in libmaxsi/x64/signal.s |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
about 13 years ago
|
Removed ConvertUInt{8,16} - ConvertUInt32 handles their input instead. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
about 13 years ago
|
Removed obsolete functions to read from the initrd. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
about 13 years ago
|
Made usleep(2) a sortix extension. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
about 13 years ago
|
unistd.h now uses the __useconds_t from sortix/bits.h. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
about 13 years ago
|
make clean also cleans bench/ now. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
about 13 years ago
|
The games now use the error(3) function. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
about 13 years ago
|
Added a everything-all-archs target that builds both x86 and x64. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
about 13 years ago
|
Only build benchmarks when given BENCH=1 to make. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
about 13 years ago
|
Added a benchmark for counting context-switches per second. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
about 13 years ago
|
usleep'ing for 0 usecs simply causes a context-switch. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
about 13 years ago
|
Added a system calls per second benchmark. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
about 13 years ago
|
Changed the build system for 64-bit quite a bit. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
about 13 years ago
|
Improved corruption panic message in initrd.cpp |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
about 13 years ago
|
Added a very simple checksum field to the init ramdisk. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
about 13 years ago
|
Stack is now aligned in 64-bit Sortix threads. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
about 13 years ago
|
Fixed uninitialized memory bug in the keyboard driver. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
about 13 years ago
|
uname(1) now reports whether the system is 32-bit or 64-bit. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
about 13 years ago
|
Temporary hack to make x64 system calls use the right registers. |
sortie
as Jonas 'Sortie' Termansen
|
More...
|
about 13 years ago
|