Max Logaev

Results 17 issues of Max Logaev

If the vfs_exists and vfs_get_size functions are passed a filename without a slash, the kernel crashes. Other VFS functions should be similar.

I installed all the latest packages. And run make. It gave me: **** /tmp/ack-build/obj/plat/linuxmips/tests/tests/linuxmips-pascalsets_p-testlog.txt @@FAIL by testdriver.sh **** /tmp/ack-build/obj/plat/linuxmips/tests/tests/linuxmips-from_d_to_ui_e-testlog.txt @@FAIL by testdriver.sh **** /tmp/ack-build/obj/plat/linuxmips/tests/tests/linuxmips-from_ui_to_d_e-testlog.txt @@FAIL by testdriver.sh 320 tests passed...

Hello, is it possible to generate sdcc i8080 code? I saw your project linked to this compiler. But it seemed to me that he could not in its purest form....

On my tablet, the emulator displays well in the browser, but there is no way to enter anything from the keyboard. Not in the emulator, not in the assembler tab....

Yutani doesn't check icon for `NULL`, probably causing applications to crash (`Segmentation fault`) when setting the caption in SDL like this: ```c SDL_WM_SetCaption("Wolfenstein 3D", NULL); ``` https://github.com/klange/toaruos/blob/abe66fb45ba60c26a927023706e25de34493ed98/lib/yutani.c#L809

Here is the code that causes the kernel to crash: ```c #include int main(void) { int fds[2]; fswait(-1, fds); return 0; } ``` Fix please.

Recently I ran the latest release in VirtualBox and noticed that the graphics are running unbearably slow. Although it seemed to me that it was faster before. I allocated a...

The `@open` application passes paths without quotes, which means that if there are spaces in the file path, the argument parser in C programs treats them as separate arguments. This...

bug
confirmed

Many things converted from Java look extremely strange. The resulting code, to put it mildly, does not correspond to modern C ++. Maybe it's worth rewriting while maintaining compatibility with...

enhancement

При запуске c-- в LINUX с параметром **/IP** без знака **"="** происходит падение программы с ошибкой сегментирования. Причём в версии 0.239 с SVN такой ошибки нет. ``` i] ℤ gdb...