Olli Vanhoja

Results 64 issues of Olli Vanhoja

https://github.com/Zeke-OS/zeke/blob/9524dad60068c8d8c52e1f8dce57912605a0abdd/kern/vralloc.c#L472 Do whatever it takes, requiring `read()` function in `vm_ops` might be a good idea.

enhancement

https://github.com/Zeke-OS/zeke/blob/9524dad60068c8d8c52e1f8dce57912605a0abdd/kern/bio.c#L417

enhancement

maybe called `pst`?

feature

- [ ] Ensure `proc` MP safety - [ ] Current proc/thread global variables are not valid for MP - Global variables for current task can't be used on MP...

enhancement
feature

- [ ] Most of the functions that should be declared in `time.h` are missing - [ ] Wide char and locale support is practically missing from the libc -...

feature

This issue is replacing the previous refactoring issues #142 Before using `copyinstruct()` all syscall functions should validate that the arbitrary length array sizes given by the user space are sane.

enhancement

http://elm-chan.org/fsw/ff/updates.txt - [ ] Various bug fixes, code pages, file renaming, `f_open()`, `f_readdir()`, `f_setlabel()` bugs - [ ] exFAT support - [ ] 64-bit LBA and GUID partition table

bug
enhancement
feature

- proper buffering - modes - controlling terminal - pty creation and destruction

feature

Use fs_queue instead of per fs implementation. - [X] PTYs - [ ] Pipes

enhancement